/*
Theme Name:		 GeneratePress Child
Theme URI:
Description:	 generatepresschild is a child theme of generatepress
Author:			 Cathal Grennan
Author URI:
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatepresschild
*/



/*Fonts*/

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro-heavy.woff2') format('woff2'),
        url('../markpro-heavy.html') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro.woff2') format('woff2'),
        url('../markpro.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro-medium.woff2') format('woff2'),
        url('../markpro-medium.html') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro-black.woff2') format('woff2'),
        url('../markpro-black.html') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Cond';
    src: url('../woff2/markpro-condblack.woff2') format('woff2'),
        url('../markpro-condblack.html') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Cond';
    src: url('../woff2/markpro-cond.woff2') format('woff2'),
        url('../markpro-cond.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro-bold.woff2') format('woff2'),
        url('../markpro-bold.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Cond';
    src: url('../woff2/markpro-condbold.woff2') format('woff2'),
        url('../markpro-condbold.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('../woff2/markpro-light.woff2') format('woff2'),
        url('../markpro-light.html') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*End Fonts*/


/*
    Add your custom styles here
*/

body.blog #content{
    padding-top:30px !important;
}

.site-footer{
	position: relative !important;
}

.site-footer .sfs-footer-icon{
	position: absolute;
    margin: 0;
    width: 100%;
    top: -60px;
    right: 30px;
}

.intro-author-container {
    margin: 30px 0 30px 0 !important;
    display: flex;
    align-items: center;
}

.intro-author-container p {
    margin: 0;
}

.intro-author-container img {
    float: none !important;
    border-radius: 100px;
    margin: 15px 25px 0 0 !important;
    max-width: 100px !important;
}


.bio-author-container {
    display: flex;
    align-items: flex-start;
    margin: 50px 0 60px !important;
}

.bio-author-container h3 {
    margin: 0px;
    font-size: 25px;
}

.bio-author-container p {
    margin-top: 10px;
}

.bio-author-container img {
    min-width: 180px;
    max-width: 200px;
    border-radius: 100px;
}

.bio-author-container div:last-child {
    padding-left: 30px;
}

/*GeneratePress overrides*/
.read-more {
    color: var(--accent);
    display: block;
    margin-top: 10px;
}
.archive-card-image {
    height: 225px;
    object-fit: cover;
}

.site-content {
    display: flex;
    flex-direction: column;
}

.page .inside-article{
    padding: 0 !important;
}

.sfs-post-featured-image {
    display: block;
    object-fit: cover;
    height: 60vh;
    margin: 0px auto -10vh;
}


.post-featured-image-archive img{
    object-fit: cover;
    height: 100%;
}

.post-featured-image-archive a{
    height: 100%;
}


.post-subtitle{
    font-size: 18px;
    line-height: 1.4;
}

.post .inside-article {
    padding: 60px 70px 50px 70px !important;
    border-radius: 3px 3px 0 0;
}

ul#menu-main-menu > li:last-child {
    margin-left: 10px;
}

ul#menu-main-menu > li:last-child a {
    background: var(--accent-3);
    color: #FFF;
    padding: 2px 25px;
    border-radius: 3px;
}

.main-navigation .main-nav ul li a{
    line-height: 40px;
}

.main-navigation ul ul {
    width: 270px !important;
}

/* GeneratePress Site CSS */ /* grey line under navigation */
.site-header {
/*   box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
   margin-bottom: 30px;*/
}

/* makes featured article section full width */
.generate-columns-container .featured-column {
    width: 100% !important;
}

.type-post .entry-content p a{
    color: var(--accent-2);
    text-decoration:underline;
}

.bio-author-container a, .intro-author-container a{
    text-decoration:none !important;
    color: var(--accent-2);
}

.bio-author-container a:hover, .intro-author-container a:hover{
    text-decoration:underline !important;
    color: var(--accent-2);
}

/* blockquote style */
blockquote {
  font-size: 22px;
  color: #666666;
  border-left: 2px solid var(--accent);
  margin: 40px;
  padding: 0px 20px 0px 30px;
}

/* blockquote space below quote */
blockquote p {
  margin-bottom: 5px;
}

/* blockquote name text */
cite {
  font-size: 19px;
}

::selection{
    background: var(--accent-3);
    color: #FFF;
}


h1,h2,h3,h4{
    letter-spacing: -0.5px;
}

.entry-content iframe {
    margin: 10px 0px 25px;
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

.entry-content  iframe[src*="fireside"] {
    height: 135px;
}

.entry-content  img {
    margin-bottom: 20px;
}

.entry-content ul li, .entry-content li{
    margin-bottom: 15px !important;
}

.entry-content .contents-container li {
    margin-bottom: 5px !important;
}


.alignleft{
    float: none !important;
    margin: auto !important;
}

 /* End GeneratePress Site CSS */

 .sfs-cta-box img{
    margin:0 !important;
 }

 .sfs-cta-box{
    z-index: 100;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

 .sfs-cta-box.sfs-floating {
    position: fixed;
    right: calc((100vw - 800px) / 4 );
    top: 50%;
    transform: translate(50%, -50%);
    margin-right:-20px;
}

 .sfs-cta-box.active{
    opacity: 1;
    pointer-events: all;
 }

 .sfs-cta-box.sfs-floating.active {
    margin-right:0px;
}


@media only screen and (max-width: 1440px) {
	body.single-post #content {
	    margin-left: 50px;
	}

	.sfs-cta-box.sfs-floating{
	    right: 30px;
	    top: 50%;
	    transform: translateY(-50%);
	}
}


@media only screen and (max-width: 1170px) {

	body.single-post #content {
	    margin-left: auto;
	}

.sfs-floating.active {
	opacity: 1 !important;
   	transform: translateY(0) !important;
}

.sfs-cta-box.sfs-floating{
    bottom: 0px ;
    right: unset ;
    top: unset ;
    left: 0 ;
    width: 100% ;
    max-width: unset ;
    flex-direction: row ;
    padding: 15px 20px ;
    align-items: center ;
    justify-content: center ;
    border-radius: 0 ;
    opacity: 0;
   	transform: translateY(100%)
}

.sfs-cta-box.sfs-floating figure {
    display: none;
}

.sfs-cta-box.sfs-floating h2 {
    text-align: left;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height:1.4;
    margin: 0 !important;
    padding-right: 10px !important;
}

.sfs-cta-box.sfs-floating a.gb-button {
    font-size: 14px !important;
    white-space: nowrap;
}

.sfs-floating p {
    display: none !important;
}

.sfs-floating h2 {
    font-size: 20px !important;
    margin:0 20px 0 !important;
    font-weight:400 !important;
}

.sfs-floating figure {
    margin-bottom: 0 !important;
}

.sfs-floating .gb-button{
    padding:8px 15px !important;
}

}


@media only screen and (max-width: 1000px) {
    .inside-header .sfs-search {
        display: none !important;
    }
}


@media only screen and (max-width: 860px) {
    nav#sticky-navigation {
        padding: 20px 32px 20px 32px;
    }

    .sticky-navigation-logo > a > img {
        width:100% !important;
        max-width:230px !important;
        padding: 0 !important;
    }

    .navigation-branding img, .site-logo.mobile-header-logo{
        height:unset !important;
    }

    .navigation-branding{
        margin-left: 0 !important;
    }

    nav#sticky-navigation .menu-toggle{
        padding: 0 !important;
    }

    #site-navigation{
        display: none;
    }
}


@media only screen and (max-width: 768px) {

    .performance-digest-inner-container{
        background: none !important;
    }

	.sfs-post-featured-image {
	    display: block;
	    object-fit: contain;
	    height: auto;
	    margin: 0;
	}

	.post .inside-article {
    	padding: 40px !important;
	}

	.bio-author-container {
    	flex-direction: column;
    	align-items: center;
	}

	.bio-author-container div:last-child{
		padding: 0;
	}

    .sfs-home-hero:after, .sfs-about-hero:after{
        background: rgb(31 50 101 / 90%) !important;
    }

    .nav-float-right #site-navigation{
        display: none;
    }

    .offside--right.is-open, .offside-js--is-right .offside-sliding-element {
        transform: translate3d(-270px,0,0) !important;
    }

    .offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit {
        right: 270px !important;
        top: 10px !important;
    }

    .slideout-navigation .is-search-form {
        margin-bottom: 20px;
        width: 100%;
    }

    #generate-slideout-menu .inside-navigation{
        padding: 20px;
    }

    #generate-slideout-menu .sub-menu li a {
        padding: 5px 10px 5px 20px !important;
        font-weight:300 !important;
        font-size:14px !important;
    }

    #generate-slideout-menu .sub-menu li a:before {
        content:"-";
        margin-right:5px;
    }

     #generate-slideout-menu li.menu-item-has-children a{
        position: relative;
     }

     #generate-slideout-menu li.menu-item-has-children a span.dropdown-menu-toggle{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 20;
     }

     #generate-slideout-menu li.menu-item-has-children a span.dropdown-menu-toggle .icon-arrow{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
     }


    /*authors list*/
    .authors-list-item{
        display: flex !important;
        flex-direction: column !important;
    }

    .authors-list-item-thumbnail{
        display: flex !important;
        justify-content: center !important;
    }

    .authors-list-item-thumbnail img{
       max-width: 210px !important;
       margin: 0 !important;
    }
    /*authors list*/

    /*   Sassy social share hide*/
    .heateor_sss_vertical_sharing{
        display: none;
    }

}


.sfs-post-navigation-image {
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.sfs-article-list h2 a{
    text-decoration: none !important;
}

.sfs-carousel-item-inner {
    background: #FFF !important;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 35px 30px 35px;
}

.sfs-carousel-item-inner img {
    margin: 0 !important;
}

.sfs-carousel-item-inner img, .sfs-carousel-item-inner p {
    margin-bottom: 0 !important;
}

.sfs-carousel-item-inner .gb-grid-column p{
    margin-top: 0px;
}

.sfs-carousel-item-inner p {
    margin-top: 10px;
}

.sfs-carousel .slick-slider {
    margin: auto;
}

.sfs-carousel .wp-block-cb-carousel .slick-slide {
    padding: 0 15px;
}

.sfs-carousel .slick-prev:before, .sfs-carousel .slick-next:before {
    color: #e2e2e2;
    transition: all 0.2s ease-in-out;
    font-size: 40px;
    font-family: 'Mark Pro';
    opacity: 1;
}

.sfs-carousel .slick-prev:before{
    content: "<";
}

.sfs-carousel .slick-next:before {
    content: ">";
}

.sfs-carousel .slick-prev:hover:before, .sfs-carousel .slick-next:hover:before{
    color: var(--accent);
}

.slick-arrow {
    overflow: hidden;
}

.slick-next, .slick-prev{
    width: 25px;
    height: 40px;
}

.sfs-user-row > .wp-block-columns {
    margin-bottom: 0;
}

.sfs-user-columns{
    min-height: 500px;
    height: 100%;
    gap:0;
    margin: 0;
}

.sfs-user-columns p{
    margin: 0 !important;
}

.sfs-user-columns > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sfs-user-columns > div > div:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent,#000000d1);
    z-index: 0;
}

.sfs-user-columns > div > div p {
    position: relative;
    z-index: 1;
    line-height: 1.4;
    font-family: 'Mark Pro';
    font-weight: 300;
}

.sfs-user-columns > div > div h4{
    z-index: 1;
}

.sfs-user-columns > div > div {
    position: relative;
}


.sfs-home-author-section img{
    margin-bottom:0 !important;
}

.sfs-home-author-section p a {
    color: inherit;
}

.sfs-home-author-section p a {
    text-decoration: none !important;
}

.sfs-category-row h3 a{
    display: flex;
    flex: 1;
    align-items: flex-end;
    line-height: 1.3;
    z-index: 10;
    padding: 15px;
    background-color: transparent;
    position: relative;
}

.sfs-category-row h3 a:before{
	content: " ";
	position: absolute;
}

.sfs-category-row h3 a:hover{
    text-decoration: none;
}

.sfs-category-row h3 a:hover{
    text-decoration: none;
    background-color: #var(--accent);
}

/*header navigation*/


/*Active campaign forms*/

._form-content {
    text-align: left;
    padding: 50px 40px ;
    margin: 30px 0;
    background: #f1f1f1;
    color: #000;
    font-size: 15px;
}

._form-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
}

._form_element:not(._clear) {
    display: inline-block;
    width: 49%;
}

._button-wrapper {
    display: block;
    margin-top: 20px !important;
}

._form_element._clear {
    margin-bottom:15px;
}

._form-image {
    margin: 0 !important;
}

label._form-label {
    font-size: 14px;
}

._field-wrapper input {
    font-size: 14px;
    width: 100%;
}

._form-element button {
    font-size: 14px !important;
}

button._submit {
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0;
}

/*end active campaign forms*/


/*Header*/

.inside-header{
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 32px 20px 32px;
}

.main-navigation .inside-navigation{
    justify-content: flex-start;
    max-width: 1360px;
}
@media(max-width:1000px){
	.main-navigation .inside-navigation{
		justify-content: flex-end;
	}
}
@media(max-width:600px){
	.sub-menu-right{
		display: none!important;
	}
}
nav.main-navigation{
    background: #FFF;
}

.nav-float-right #site-navigation {
    flex: 1;
}

.sticky-navigation-logo img {
    max-width:230px !important;
}

/*End Header*/


/*SFS Search*/

.is-form-style input.is-search-input {
    background: transparent;
    border: 0 !important;
}

.is-search-icon {
    border: 0;
}

.is-form-style input.is-search-input{
    height: 42px !important;
}

form.is-search-form {
    background: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
}

.gb-container.sfs-search {
    flex: 1;
    margin: 0 20px;
}

header .is-ajax-search-result a {
    font-size:16px !important;
    line-height:1.4;
}

header .is-ajax-search-result a:hover {
    text-decoration: none !important;
}

header .is-search-sections {
    font-family: 'Mark Pro', Arial;
    display: flex;
    align-items: flex-start;
}


.is-ajax-search-result a {
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: inherit !important;
}

 .is-ajax-search-result a:hover {
    text-decoration: none !important;
}

 .is-search-sections {
    font-family: 'Mark Pro', Arial;
    display: flex;
    align-items: flex-start;
}

 .is-show-more-results {
    background: #FFF !important;
    color: #313131 !important;
    padding: 5px !important;
    font-family: 'Mark Pro' !important;
    font-size: 16px !important;
}

 .is-show-more-results:hover{
    background: #FFF !important;
    color: var(--accent) !important;
}

 div.is-ajax-search-result{
    background: #ffffff !important;
    color: #313131 !important;
    padding: 10px !important;
    border: 1px solid #dddddd;
    border-top: 0;
    margin-top: 12px;
}

.right-section {
    padding: 0 15px !important;
}

 .is-ajax-result-description{
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-top: 5px !important;
}

 .is-ajax-search-result .is-ajax-search-post:hover{
    background:#f0f0f0 !important;
    transition: all 0.2s ease-in-out;
}


/*Author list styling*/

.authors-list-item{
    width: 100% !important;
    display: flex !important;
    flex-direction: row;
    float: none  !important;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.authors-list-item-main {
    position: unset !important;
    background: none !important;
    color: inherit !important;
}

.authors-list-item-thumbnail {
    display: flex;
    align-items: center;
    flex: 0 0 200px;
}


.authors-list-item-thumbnail img{
    margin-bottom: 0 !important;
   border-radius: 100px !important;
}

.authors-list-item-main a:hover{
    text-decoration: none;
}

.authors-list-item-title, .author-list-item-after-title {
    font-size: 25px !important;
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
    font-family: 'Mark Pro', Arial !important;
}

.author-list-item-after-title {
    margin-left: 10px;
    margin-bottom: 5px !important;
}

.authors-list-item-social{
    margin-bottom: 0 !important;
}

.authors-list-item-social a{
    display: inline-block;
    margin-bottom: 0px;
}

.authors-list-item-social svg{
    width: 20px !important;
    vertical-align: middle;
}

.authors-list-item-social svg path{
    fill: var(--accent);
}

.authors-list-item-excerpt {
    margin-top: 5px;
    font-family: Arial;
}


/*Sassy social share overrides*/

.heateorSssPullOut {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgODAwIDgwMCI+PGcgc3Ryb2tlLXdpZHRoPSIyMSIgc3Ryb2tlPSIjZmM3MjAwIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEwNjc4MTE4NjU0NzUsMC43MDcxMDY3ODExODY1NDc2LC0wLjcwNzEwNjc4MTE4NjU0NzYsLTAuNzA3MTA2NzgxMTg2NTQ3NSw5ODUuNjg1NDI0OTQ5MjM4LDQwNS45OTk5OTk5OTk5OTk5NCkiPjxsaW5lIHgxPSIzNzIuNSIgeTE9IjM3Mi41IiB4Mj0iNDI3LjUiIHkyPSI0MjcuNSIgbWFya2VyLWVuZD0idXJsKCNTdmdqc01hcmtlcjE2OTQpIj48L2xpbmU+PC9nPjxkZWZzPjxtYXJrZXIgbWFya2VyV2lkdGg9IjMzIiBtYXJrZXJIZWlnaHQ9IjMzIiByZWZYPSIxNi41IiByZWZZPSIxNi41IiB2aWV3Qm94PSIwIDAgMzMgMzMiIG9yaWVudD0iYXV0byIgaWQ9IlN2Z2pzTWFya2VyMTY5NCI+PHBvbHlnb24gcG9pbnRzPSIwLDMzIDAsMCAzMywxNi41IiBmaWxsPSIjZmM3MjAwIj48L3BvbHlnb24+PC9tYXJrZXI+PC9kZWZzPjwvc3ZnPg==) left no-repeat;
}

.heateorSssPushIn {
    transform: rotate(180deg) !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgODAwIDgwMCI+PGcgc3Ryb2tlLXdpZHRoPSIyMSIgc3Ryb2tlPSIjZmM3MjAwIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEwNjc4MTE4NjU0NzUsMC43MDcxMDY3ODExODY1NDc2LC0wLjcwNzEwNjc4MTE4NjU0NzYsLTAuNzA3MTA2NzgxMTg2NTQ3NSw5ODUuNjg1NDI0OTQ5MjM4LDQwNS45OTk5OTk5OTk5OTk5NCkiPjxsaW5lIHgxPSIzNzIuNSIgeTE9IjM3Mi41IiB4Mj0iNDI3LjUiIHkyPSI0MjcuNSIgbWFya2VyLWVuZD0idXJsKCNTdmdqc01hcmtlcjE2OTQpIj48L2xpbmU+PC9nPjxkZWZzPjxtYXJrZXIgbWFya2VyV2lkdGg9IjMzIiBtYXJrZXJIZWlnaHQ9IjMzIiByZWZYPSIxNi41IiByZWZZPSIxNi41IiB2aWV3Qm94PSIwIDAgMzMgMzMiIG9yaWVudD0iYXV0byIgaWQ9IlN2Z2pzTWFya2VyMTY5NCI+PHBvbHlnb24gcG9pbnRzPSIwLDMzIDAsMCAzMywxNi41IiBmaWxsPSIjZmM3MjAwIj48L3BvbHlnb24+PC9tYXJrZXI+PC9kZWZzPjwvc3ZnPg==) left no-repeat;
}

.heateorSssSharingArrow {
    height: 20px;
    width: 20px;
    transform: translatex(10px);
}

.heateor_sss_vertical_sharing {
    top: 50% !important;
    transform: translateY(-50%);
}

.heateor_sss_svg{
    background:var(--accent)!important;
    transition:background 0.1s ease-in-out;
}

.heateor_sss_svg:hover{
    background:var(--accent-2)!important;
}

.heateor_sss_sharing_ul a:last-child .heateor_sss_svg{
    background:var(--accent-3) !important;
}


/*Contact form seven overrides */

.wpcf7-form label {
    width: 100%;
    display: block;
}


.wpcf7-form input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    color: var(--contrast);
    background:#eee !important;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
    color: var(--contrast);
    background-color: #eeeeee;
    border-color: #d6d6d6;
    border: 0;
    border-radius: 5px;
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 13px;
}

.wpcf7-submit {
    border-radius: 3px;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

._inline-form button._submit {
    background: var(--accent) !important;
}

/*end contact form style*/


/*Reference toggle*/

h4.reference-toggle {
    padding: 15px 20px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    cursor: pointer;
    transition:background 0.2s ease-in-out;
}

h4.reference-toggle:hover {
    background:#f2f2f2;
}

/*end reference toggle*/


.most_popular_post article:first-child .gb-inside-container{
    padding-left: 0;
}
@media(max-width: 992px){
    .most_popular_post article:nth-child(odd) .gb-inside-container{
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .most_popular_post article .gb-inside-container{
        padding-left: 0;
    }
}

.load-more.has-svg-icon .button.loading {
    animation: none !important;
}
