.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/*---------------------------------------------------------------------------

[Table Of Contents]

1. Hover style
2. Fixed style
3. Minimal style
4. Nectar Love

---------------------------------------------------------------------------*/


/************ 1. Hover style **************/
#single-below-header .nectar-social.hover {
  margin-right: 14px;
}

#single-below-header .nectar-social.hover[data-rm-love="1"] {
  margin-right: 0;
}

.nectar-social.hover {
  position :relative;
}

.nectar-social.hover > *:not(.share-btn) {
  margin-bottom: 14px;
}
.nectar-social.hover > div:not(.share-btn) {
  display: inline-block;
}

#ajax-content-wrap .nectar-social.hover .nectar-love-button span {
  padding-left: 0;
}

.nectar-social.hover .share-btn i {
  -webkit-transition: none;
  transition: none;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
  font-size: 14px;
  line-height: 28px;
}

.nectar-social.hover > div a > span {
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span {
  cursor: pointer;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div a {
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 6px 20px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 100px;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
  color: #888;
}

#single-meta .nectar-social.hover .share-btn {
   padding-left: 20px;
}

.nectar-social.hover .share-btn:hover,
.nectar-social.hover > div a:hover {
  border-color: rgba(0,0,0,0.5);
}

.nectar-social.hover .nectar-social-inner {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 300px;
}

.nectar-social.hover .share-btn {
  margin-right: 14px;
}

.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"] {
  margin-right: 7px;
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}


.nectar-social.hover .nectar-social-inner a i {
  font-size: 16px;
}

.nectar-social.hover .nectar-social-inner a {
  transform: translateX(-20px);
  opacity: 0;
  height: 45px;
  width: 45px;
  padding: 0;
  color: #ddd;
  margin: 0 14px 14px 0;
  text-align: center;
  line-height: 43px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
  width: 45px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
  margin: 0 14px 14px 0;
}
.portfolio-items .col .custom-content .nectar-social.hover.visible .share-btn,
.portfolio-items .col .custom-content .nectar-social.hover.visible .nectar-love-button,
.portfolio-items .col .custom-content .nectar-social.hover:not(.visible) .nectar-social-inner a {
  opacity: 0!important;
}
.portfolio-items .custom-content .nectar-social.hover .nectar-love {
  height: auto;
}

.nectar-social.hover[data-position="right"] .nectar-social-inner a {
  transform: translateX(20px);
}

.nectar-social.hover[data-position="right"] .share-btn {
  float: right;
  margin-left: 14px;
  margin-right: 0;
}
.nectar-social.hover[data-position="right"]  .nectar-social-inner {
  left: auto;
  text-align: right;
  right: 0;
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
  transition-delay: 0.03s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
 transition-delay: 0.06s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
 transition-delay: 0.09s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
 transition-delay: 0.12s;
}

.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
  -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
  transition: all 0.4s cubic-bezier(0.25,1,0.33,1), ;
}

.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
  opacity: 0;
  pointer-events: none;
}
.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
  transform: translateX(0px);
  opacity: 1;
}

.nectar-social.hover.visible .nectar-social-inner  {
  pointer-events: all;
}



/************ 2. Fixed style **************/
.nectar-social.fixed > a:before {
  background-color: #000;
}
@media only screen and (max-width:999px){
   .nectar-social.fixed >a{
       transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transform:scale(0);
        transform:scale(0)
   }
   .nectar-social.fixed{
      margin: 0;
      height:50px;
      pointer-events:none
   }
    .nectar-social.fixed.visible >a{
       -webkit-transform:scale(1);
        transform:scale(1)
   }
    .nectar-social.fixed.visible{
       pointer-events:auto
   }
}

.nectar-social.fixed {
   position:fixed;
    right:34px;
    bottom:34px;
    height:50px;
    width:50px;
    line-height:50px;
    z-index:1000
}
.nectar-social.fixed >a {
   height:50px;
    width:50px;
    line-height:52px;
    text-align:center;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
}
.nectar-social.fixed >a:before{
   display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    height:100%;
    transform: translateZ(0);
    backface-visibility:hidden;
    border-radius:50%
}
.nectar-social.fixed:hover >a:before{
   box-shadow:0 7px 15px rgba(0,0,0,0.2)
}

.nectar-social.fixed >a >[class^="icon-"].icon-default-style{
   font-size:16px;
   height: 50px;
   width: 50px;
   line-height: 50px;
    color:#fff;
    left:-1px;
    top: 0;
    z-index: 10;
    position: relative;
}

.nectar-social.fixed .nectar-social-inner {
   position:absolute;
    height:50px;
    width:50px;
    bottom:0;
    left:0;
    z-index:1;
    text-align:center
}
.nectar-social.fixed .nectar-social-inner a{
   display:block;
    line-height:36px;
    height:36px;
    padding:0;
    margin:0;
    width:36px;
    left:7px;
    position:absolute;
    opacity:0;
    border:none;
    top:0;
    box-shadow:0 7px 15px rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1)
}
.nectar-social.fixed >a:after,
.nectar-social.fixed .nectar-social-inner a:after{
   background-color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    content:'';
    display:block;
    border-radius:50%
}
.nectar-social.fixed a:after{
   -webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
    transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
}
@keyframes socialButtonFlash{
   0%{
       opacity:0;
        transform:scale(1)
   }
    25%{
       opacity:0.22;
        transform:scale(1.1115)
   }
    100%{
       opacity:0;
        transform:scale(1.23)
   }
}
.nectar-social.fixed:hover >a:after{
   -webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
    animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
}
.nectar-social.fixed a:hover:after{
   opacity:0.2
}
.nectar-social.fixed:hover >a:before{
   -webkit-transform:scale(1.23) translateZ(0);
    transform:scale(1.23) translateZ(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){
   transform:translateY(0px) scale(0);
    -webkit-transform:translateY(0px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){
   -webkit-transform:translateY(-36px) scale(0);
    transform:translateY(-36px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){
   -webkit-transform:translateY(-86px) scale(0);
    transform:translateY(-86px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){
   -webkit-transform:translateY(-136px) scale(0);
    transform:translateY(-136px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){
   -webkit-transform:translateY(-186px) scale(0);
    transform:translateY(-186px) scale(0)
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-56px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-56px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-106px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-106px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-156px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-156px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-206px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-206px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-256px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-256px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover{
   height:340px
}
body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i{
   color:#fff;
    font-size:14px;
    top: 0;
    padding-right:0;
    display: block;
}

body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
  height:36px;
  line-height:36px;
  width:36px;
}

.nectar-social.fixed .google-plus-share i{
    font-size:12px
}



/************ 3. Minimal style **************/
.sharing-default-minimal .nectar-social .love-text { display: inline; }

.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
  display: inline-block;
  opacity:1;
  font-size: 15px;
  line-height: 15px;
}

.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
   border-color:#6a75c8;
    color:#6a75c8;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
   border-color:#6abaf7;
    color:#6abaf7;
    transition:all 0.2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
   border-color:#2e82d9;
    color:#2e82d9;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
   border-color:#f00;
    color:#f00;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .facebook-share i{
    height:15px;
    font-size:15px;
    line-height:19px;
    color:#6a75c8;
    padding-right: 3px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share i{
    height:15px;
    font-size:16px;
    line-height:18px;
    padding-right: 3px;
    color:#6abaf7;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .google-plus-share i{
   height:15px;
    font-size:14px;
    line-height:19px;
    padding-right: 3px;
    color:#f05660;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share i{
   height:15px;
    font-size:14px;
    color:#2e82d9;
    padding-right: 3px;
    line-height:16px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share i{
   height:15px;
    font-size:16px;
    color:#f00;
    padding-right: 3px;
    line-height:18px;
    transition:all 0.2s ease
}

/* Minimal coloring */
.sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share,
.nectar-social.vertical .nectar-social-inner a.facebook-share:hover {
   background-color:#6a75c8;
}
.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share,
.nectar-social.vertical .nectar-social-inner a.twitter-share:hover {
   background-color:#6abaf7;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share,
.nectar-social.vertical .nectar-social-inner a.linkedin-share:hover {
   background-color:#2e82d9;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share,
.nectar-social.vertical .nectar-social-inner a.pinterest-share:hover {
   background-color:#f00;
}

.sharing-default-minimal .nectar-social a:hover {
  color:#fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
  margin-top: 0;
  font-size: 15px;
  line-height: 22px;
}

body .sharing-default-minimal .n-shortcode{
   border-right:none!important;
    top:-1px;
    position:relative
}
.col.centered-text .sharing-default-minimal .nectar-social-inner {
  text-align: center;
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
   border:2px solid rgba(0,0,0,0.2);
    padding:7px 9px 7px 30px!important;
    margin-top:50px;
    height:auto!important;
    font-size:12px;
    margin-right:10px;
    line-height:20px;
    position:relative;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love.loved{
   border-color:transparent;
   background-color: #000;
}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i{
    font-size:14px!important;
    margin-right:8px;
    line-height:20px;
    transition:all 0.2s ease
}
#ajax-content-wrap .sharing-default-minimal .nectar-love i,
body .sharing-default-minimal .hovered .nectar-love i{
   color:rgba(0,0,0,0.2);
    transform:scale(1);
    opacity:1;
    position:relative
}
.sharing-default-minimal .total_loves{
   background-color:rgba(0,0,0,0.2);
   color: #fff;
    border-radius:100px;
    padding:2px 8px!important;
    margin-left:28px;
    float:right;
    line-height:12px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{
   font-size:10px;
   line-height: 16px;
    opacity:1
}
.sharing-default-minimal .nectar-love:hover{
   background-color:#000
}
.sharing-default-minimal .nectar-love:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
   background-color:rgba(255,255,255,0.25)
}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{
   content:"\e00e"!important
}

.sharing-default-minimal .total_loves{
   display:block
}
.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
   color:#fff
}

#page-header-bg[data-post-hs="default_minimal"] h1,
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{
   text-align:center;
    margin:0 auto
}
.sharing-default-minimal{
   text-align:left
}

.sharing-default-minimal .nectar-social-inner >a{
   border:2px solid #000;
    padding:9px 30px!important;
    margin-right:10px
}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{
   border-radius:100px;
    line-height:1px;
    margin:10px 13px 10px 0;
    height:auto;
    display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
.sharing-default-minimal .nectar-love{
   line-height:1px;
  margin:10px 13px 10px 0;
  height:auto;
  display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a {
  line-height: 18px;
}

.sharing-default-minimal .nectar-social .facebook-share:hover i,
.sharing-default-minimal .nectar-social .twitter-share:hover i,
.sharing-default-minimal .nectar-social .google-plus-share:hover i,
.sharing-default-minimal .nectar-social .linkedin-share:hover i,
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i,
.sharing-default-minimal .nectar-love:hover,
.sharing-default-minimal .nectar-love.loved i,
.sharing-default-minimal .nectar-love.loved,
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
  color:#fff!important
}

.post.masonry-blog-item .post-meta .nectar-love-wrap{
   float:right
}



/************ 4. Nectar Love **************/
.nectar-love-wrap .nectar-love-count {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}
body .nectar-love-wrap .total_loves {
  line-height: 14px;
}
.nectar-love-wrap {
  line-height:19px
}

article.post .post-meta .nectar-love-wrap {
  text-align: center;
}
body .nectar-love-wrap i[class^="icon-"] {
  font-size: 14px;
  height: 14px;
  top: -1px;
  transition: color 0.2s ease;
  line-height: 14px;
}

.nectar-love{
    -webkit-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    width:auto;
    color:inherit;
    line-height:11px;
    font-size:14px;
    display:inline-block
}

.nectar-love span{
    font-weight:400;
    color:inherit;
    font-size:12px;
    line-height:12px;
    display:inline-block
}




.nectar-social .social-text,
.nectar-social .love-text,
.nectar-love .love-text { display: none; }

body .pinterest-share i,
body .facebook-share i,
body .twitter-share i,
body .linkedin-share i,
 .nectar-social .icon-default-style.steadysets-icon-share,
 body [class^="icon-"].icon-salient-heart,
 body [class^="icon-"].icon-salient-heart-2 {
     background-color:transparent;
     border-radius: 0px;
     font-weight:normal;
     font-size:20px;
     height:20px;
     width:auto;
     line-height:20px;
     color:#ddd;
}

.nectar-social.hover .pinterest-share i,
.nectar-social.hover .facebook-share i,
.nectar-social.hover .twitter-share i,
.nectar-social.hover .linkedin-share i {
  color: inherit;
}

.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a  {
  text-decoration: none!important;
}

.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
  margin-top: 40px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body .masonry-blog-item .mejs-container.mejs-video .mejs-controls{height:42px}#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button{margin-left:10px}#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button{margin-right:10px}body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before{height:250%}.post-area.masonry{width:1125px;margin-bottom:20px;margin-top:0;overflow:visible}.blog-fullwidth-wrap .post-area.masonry{margin-bottom:40px}[data-ext-responsive=false] .blog-fullwidth-wrap .post-area.masonry{width:auto}.vc_col-sm-3 .post-area.masonry,.vc_col-sm-4 .post-area.masonry{width:100%}body[data-ext-responsive=true] .post-area.masonry{width:100%}.post-area.masonry.span_9{width:834px;margin-right:5px}body[data-ext-responsive=true] .post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid{width:76.5%;margin-right:0}body.archive .meta_overlaid_blog.container-wrap,body.blog .meta_overlaid_blog.container-wrap{padding-top:0!important}.blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),body.blog .meta_overlaid_blog.container-wrap .post-area{margin-top:0!important}.post-area.masonry .post .post-meta.no-img{top:0!important}.post-area.masonry>article:last-child .content-inner{border-bottom:1px solid #ddd}.post-area.masonry .post .post-content{padding-left:0!important}.post-area.masonry .post .link-inner,.post-area.masonry .post .quote-inner{margin-bottom:8px}.post-area.masonry .post .post-meta{display:block;margin-bottom:0}.post.masonry-blog-item .post-meta{position:relative}body .post.masonry-blog-item .post-meta .date{border-bottom:0;line-height:22px;padding-bottom:0;float:left;margin-bottom:0}.light .post.masonry-blog-item p{color:#676767}.post.masonry-blog-item .content-inner{padding-bottom:0;margin-bottom:18px}.masonry.classic .post.masonry-blog-item h3.title{font-size:20px;line-height:30px}.masonry.classic .post.masonry-blog-item .excerpt,.masonry.classic .post.masonry-blog-item .post-header>h3{color:#000}.post.masonry-blog-item .post-meta .date span{float:left;display:inline!important;text-transform:capitalize;font-family:'Open Sans';font-weight:400;font-size:12px;line-height:12px;color:#676767}.post.masonry-blog-item .more-link{margin-bottom:10px}.post.masonry-blog-item .post-meta:after{content:"";display:block;height:0;clear:both;visibility:hidden}body .masonry.meta_overlaid .content-inner .whole-link,body .masonry.meta_overlaid .post-featured-img img{width:100%!important;max-width:100%!important}.masonry .post-featured-img img.nectar-lazy:not(.loaded){width:100%}.masonry-blog-item .inner-wrap{box-shadow:0 1px 2px rgba(0,0,0,.15);background-color:#fff;padding:18px}.masonry.material .post .post-featured-img{overflow:hidden;display:block;line-height:0;position:relative}.masonry.material .post .post-featured-img img{margin-bottom:0}.masonry.material .posts-container .format-audio .post-featured-img,.masonry.material .posts-container .format-video .post-featured-img{overflow:visible}.masonry.material .posts-container .format-video .post-featured-img .wrap{overflow:hidden;display:block}.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before,.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before{-webkit-transition:all .21s cubic-bezier(.5,.5,.4,.88);transition:all .21s cubic-bezier(.5,.5,.4,.88)}.masonry.material .masonry-blog-item .inner-wrap{background-color:transparent}.masonry.material .posts-container .video-play-button{position:absolute;bottom:0;right:30px;transform:translateY(50%);-webkit-transform:translateY(50%);-webkit-transition:all .21s cubic-bezier(.5,.5,.4,.88);transition:all .21s cubic-bezier(.5,.5,.4,.88);color:#fff;font-size:30px;z-index:1000;height:60px;width:60px;line-height:60px;text-align:center;border-radius:100px}.masonry.material .masonry-blog-item .article-content-wrap,.masonry.material .masonry-blog-item h3{color:#000}.post-area.masonry.material .post .post-content>.post-meta{display:none}.masonry.material .masonry-blog-item .grav-wrap{position:relative;margin-top:30px;z-index:110}.masonry.material .masonry-blog-item .grav-wrap .text a{display:block;font-size:14px;line-height:20px}.material.masonry .masonry-blog-item .video-play-button{box-shadow:0 10px 37px rgba(0,0,0,.19)}.material.masonry .masonry-blog-item .video-play-button svg{height:14px;width:14px}.masonry.material .post.link .post-content .link-inner,.masonry.material .post.quote .post-content .quote-inner{background-color:transparent!important}.masonry.material .post.link .post-content .link-inner:before,.masonry.material .post.quote .post-content .quote-inner:before{z-index:10}.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before,.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before{opacity:1}.masonry.material .post.quote .author{margin-top:10px;display:block}.masonry.material .post.link .n-post-bg,.masonry.material .post.quote .n-post-bg{opacity:1;background-size:cover}.masonry.material .post .post-content .link-inner .icon,.masonry.material .post .post-content .quote-inner .icon{display:none}.masonry.material .post .post-content .link-inner .link-wrap{z-index:10;position:relative}.masonry.material .post.link .post-content .link-inner,.masonry.material .post.quote .post-content .quote-inner{padding:30px;margin-bottom:0}.masonry.material .masonry-blog-item .meta-category{padding:20px 30px 0 30px;display:block;position:relative;z-index:110}.masonry.material .masonry-blog-item.format-video .meta-category{padding-right:90px}.masonry.material .masonry-blog-item .inner-wrap{box-shadow:0 30px 90px rgba(0,0,0,.14);border-radius:5px;overflow:hidden}.masonry-blog-item{margin-bottom:0;width:31.1%}.post-area.full-width-article .masonry-blog-item{width:100%!important}.post-area.masonry.span_9 .masonry-blog-item{width:46.8%}.masonry.material .post.link .n-post-bg,.masonry.material .post.quote .n-post-bg,.post-area.masonry.material .post .post-featured-img img,.post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img{margin-bottom:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:all .7s cubic-bezier(.2,1,.22,1);-webkit-transition:all .7s cubic-bezier(.2,1,.22,1)}.masonry.material .post.link:hover .n-post-bg,.masonry.material .post.quote:hover .n-post-bg,.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img,.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img{transform:scale(1.07);-webkit-transform:scale(1.07)}.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,.masonry.material .masonry-blog-item .entire-meta-link{position:absolute;top:0;left:0;display:block;width:100%;z-index:101;height:100%}.post-area.masonry #pagination{padding-left:0}.post.masonry-blog-item .post-meta{border-right:0}.ascend .post-area.masonry .post .post-content.classic .content-inner,.material .post-area.masonry .post .post-content.classic .content-inner{border:none;padding-bottom:0;margin-bottom:0}.masonry .post-content.classic .post-header{font-size:12px}.masonry.classic_enhanced .post.link.masonry-blog-item h3.title,.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title{color:#fff;font-size:26px;line-height:34px;display:block;margin-bottom:15px}body .meta_overlaid .post.link .post-content h3,body .meta_overlaid .post.quote .post-content h3{font-size:18px;line-height:30px}.masonry .post-content.classic .post-header>span:after{height:10px;margin:0 6px}.masonry.classic .nectar-love-wrap .nectar-love-count{font-size:12px}.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header>span,.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text>span{display:none}.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a,.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap>a{display:none}.post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap{display:none;pointer-events:none}.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap{display:none}@media only screen and (min-width:1000px) and (max-width:1300px){.post-area.masonry{width:895px}.post-area.masonry.span_9{width:660px;margin-right:10px}.post-area.masonry.span_9 .masonry-blog-item{width:46.5%}}@media only screen and (min-width :691px) and (max-width :999px){.masonry-blog-item{width:47.7%}.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid{width:610px}#ajax-content-wrap .post-area.masonry.span_9,.post-area.masonry.span_9{margin-bottom:90px}.post-area.masonry.span_9 .masonry-blog-item{width:47.3%}.post-area.masonry.span_9.material .masonry-blog-item{width:47.1%}}@media only screen and (max-width :690px){.masonry-blog-item{position:relative!important;top:auto!important;display:block}.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid{width:320px}#ajax-content-wrap .post-area.masonry.span_9,.post-area.masonry.span_9{margin-bottom:90px}}@media only screen and (min-width :1px) and (max-width :999px){.blog-fullwidth-wrap .post-area.masonry{margin-bottom:0}}@media only screen and (min-width:480px) and (max-width:690px){.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9,body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid{width:420px}}
/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
/* Per-sub repeater controls (remove) */
.wpcf7cf_repeater_sub_controls {
    display: inline-flex;
    gap: 4px;
    margin: 4px 0;
    align-items: center;
}
