/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital@0;1&display=swap');
@import url(../enfold-child/bootstrap-grid.min.css);
/*
Montserrat: 400 nor, 500 medium, 600 semi, 700 bold
Robot: 400
*/


#top {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

#top h1,
#top h2:not(.avia-caption-title):not(.entry-title),
#top h3,
#top h4,
#top h5,
#top h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-transform: none !important;
}

#top h1 {
    font-weight: 600;
    font-size: 48px;
}

    @media screen and (min-width: 1024px) {
        #top h1 {
            font-size: 70px;
        }
    }

#top h2:not(.avia-caption-title):not(.entry-title),
#top h2:not(.entry-title) * {
    font-weight: 600 !important;
    font-size: 48px;

}

@media screen and (min-width: 1024px) {
    #top h2:not(.avia-caption-title):not(.entry-title),
    #top h2:not(.entry-title) * {
        font-size: 70px;
    }
}

#top h3, #top h3 *  {
    font-weight: 400 !important;
    font-size: 30px;
    color: #737373  !important;

}

@media screen and (min-width: 1024px) {
    #top h3:not(.slide-entry-title), #top h3 * {
        font-size: 36px;
    }
}

#top h4,
#top h4 * {
    font-weight: 700 !important;
    font-size: 23px !important;
    color: #2F6DBC !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;

}


#top h5,
#top h5 * {
    font-weight: 700 !important;
    font-size:  18px !important;
    color: #737373 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;

}


#top .avia_button_icon::before {
    content: '';
}

#top .avia-button::before,
#top #wrap_all #contactSection form button::before {
    content: '';
    width: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    display: block;
    background-image: url(../enfold-child/img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 45;
    transition: all 0.3s;
}


#top .hr-inner {
    width: 100% !important;
    background-color: #2F6DBC;
    height: 2px;
}




#top .flex_column .hr-inner {
    height: 5px;
    margin: 40px 0;
}




#top #wrap_all #homeheader .content {
    vertical-align: bottom;
}

#top #wrap_all #homeheader h1 {
    font-weight: 500 !important;
}

#top #wrap_all #homeheader h2,
#top #wrap_all #homeheader h2 *,
#top #wrap_all #homeheader .av-special-heading-h2 {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    line-height: 1.2 !important;
}

#top #wrap_all #homeheader .av-special-heading-h1 {
    padding: 0;
    margin: 0;
}

#top #wrap_all .special-heading-border {
    display: none;
}

#top #wrap_all .avia-button,
#top #wrap_all button {
    background-color: #FF7A00;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 24px;
    margin-top: 10px;
    font-size: 18px;
    padding: 15px 55px 15px 25px; 
}

@media screen and (min-width: 1024px) {

    #top #wrap_all .avia-button,
    #top #wrap_all button {
        font-size: 24px;
        padding: 20px 65px 20px 35px;
    }
}

#top #wrap_all #homeheader .avia-button {
    margin-top: 30px;
}

#top blockquote {
    max-width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 80px !important;
}

#top blockquote,
#top blockquote > * {
    font-weight: 700 !important;
    font-size: 23px !important;
    color: #2F6DBC !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    border: 0 !important;

}

#top #wrap_all blockquote cite,
#top #wrap_all blockquote cite * {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #737373 !important;
}

#top #wrap_all blockquote p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#top #wrap_all .blue-background blockquote,
#top #wrap_all .blue-background blockquote>*,
#top #wrap_all .blue-background blockquote cite,
#top #wrap_all .blue-background blockquote cite * {
    color: #fff !important;
}

#top #wrap_all .blue-background.main_color h3,
#top #wrap_all .blue-background.main_color h3 *,
#top #wrap_all .blue-background.main_color h5,
#top #wrap_all .blue-background.main_color h5 * {
    color: #fff !important;
} 

#menu-item-search {
    display: none !important;
}

#header_main {
    border: 0 !important;
    padding: 15px 0 !important;
}

#header_main .avia-menu-text {
    letter-spacing: 2px;

}

#top #iconlist h3 {
    font-weight: 400 !important;
    font-size: 36px !important;
    color: #2F6DBC !important;
    margin-bottom: 60px;
}

#top #iconlist .avia-image-container-inner {
    height: 150px;
    margin-bottom: 30px;
}

#top #iconlist p {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

#top #iconlist .avia-button-wrap {
    position: relative;
}
#top #iconlist .avia-button {
    width: 53px !important;
    min-width: 53px !important;
    height: 53px !important;
    padding: 0 !important;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
}

#top #iconlist .avia_button_icon::before {
    content: '';
}
#top #iconlist .avia-button::before {
    content: '';
    width: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    position: absolute;
    display: block;
    background-image: url(../enfold-child/img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 45;
    transition: all 0.3s;
}

#top #iconlist .avia-button:hover {
    width: 73px !important;
}

#top #iconlist .avia-button:hover::before {
    width: 32px;
}

#top #iconlist .flex_column {
    height: 100%;
}

#top .container_wrap {
    border: 0 !important;
}


#header_main > .container {
    max-width: 100%;
}




/** footer **/

#footer {
    padding: 0 30px;
}

#top #wrap_all .footer_logo {
    margin-bottom: 30px;
    max-width: 60px;
}

#top #wrap_all footer {
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif;
}

#top #wrap_all footer a {
    color: #737373 !important;
    text-decoration: none;
    font-size: 15px !important;
}

#top #wrap_all footer a:hover {
    color: #2F6DBC !important;
}

#top #wrap_all footer .footer_address p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 15px  !important;
    letter-spacing: 1px  !important;
    line-height: 25px  !important;
    color: #737373  !important;
    margin: 0  !important;
}

#top #wrap_all footer .footer_address b {
    font-weight: 600  !important;
}

#top #wrap_all footer .footer_address a {
    text-decoration: underline;
}

#top #wrap_all footer .footer_menu {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
}

@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_menu {
        text-align: right;
        display: inline-block;
        margin-top: 0;
    }
}

#top #wrap_all footer .footer_menu p {
    margin: 0 !important;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    line-height: 25px !important;
    color: #737373 !important;
    text-transform: uppercase !important;
}

#top #wrap_all footer .footer_menu a {
    margin: 20px 0;
}


@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_menu a {
        display: inline-block !important;
        margin: 0 40px;
    }

    #top #wrap_all footer .footer_menu a:last-of-type {
        margin: 0 0 0 40px;
    }
}

#top #wrap_all footer .footer_menu a:hover p {
    color: #2F6DBC !important;
}

#top #wrap_all footer .footer_copy {
    padding-top: 40px;
    font-weight: 500 !important;
    color: #737373 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_copy {
        display: inline-block;
    }

}



@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_copy a {
        margin: 0 20px;
    }
}

#top #wrap_all footer .footer_copy a,
#top #wrap_all footer .footer_copy a p {
    font-size: 15px !important;
    display:inline-block ;
}


#top #wrap_all footer .footer_social {
    padding-top: 40px;
    font-weight: 500 !important;
    color: #737373 !important;
    text-align: center;
}

@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_social {
        padding-top: 40px;
        font-weight: 500 !important;
        color: #737373 !important;
        text-align: right;
    }
}

 #top #wrap_all footer .footer_social a {
     margin: 0 20px;
 }

@media screen and (min-width: 990px) {
    #top #wrap_all footer .footer_social a {
        margin: 0 0 0 20px;
    }
}

#contactSection {
    background-color: #2F6DBC;
    margin-bottom: 90px;
    margin-top: 60px;
    clear: both;
    padding: 200px 0;
}

#top #wrap_all #contactSection form input,
#top #wrap_all #contactSection form textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 24px !important;
    letter-spacing: 1px !important;
    line-height: 24px !important;
    color: #fff !important;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px !important;
}

#top #wrap_all #contactSection form input::placeholder,
#top #wrap_all #contactSection form textarea::placeholder {
    color: #fff !important;
}

#top #wrap_all #contactSection h3 {
    font-family: 'Montserrat',
    sans-serif;
    font-weight: 600 !important;
    font-size: 70px !important;
    letter-spacing: -2px !important;
    line-height: 75px !important;
    color: #fff !important;
    margin-top: 20px;
}

#top #wrap_all #contactSection p {
    font-family: 'Montserrat',
    sans-serif;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #fff !important;
}

#top #wrap_all #contactSection form button::before {
    content: '';
    width: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    display: block;
    background-image: url(../enfold-child/img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 45;
    transition: all 0.3s;
}

#top #wrap_all #contactSection form button {
    background-color: #FF7A00;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 24px;
    margin-top: 10px;
    font-size: 18px;
    padding: 15px 55px 15px 25px;
    position: relative;
    float: right;
    color: #fff;
    display: inline-block;
    border: 0 !important;
}

@media screen and (min-width: 1024px) {

    #top #wrap_all #contactSection form button {
        font-size: 24px;
        padding: 20px 65px 20px 35px;
    }
}


#top #wrap_all .small-text p {
    font-size: 18px !important;
}


#top #wrap_all #contactSection.contactPage h4 {
    font-size: 18px !important;
    color: #A0A0A0 !important;
    color: #FF7A00;
}

#top #wrap_all #contactSection.contactPage h3 {
max-width: 80%;
}

#top #wrap_all #contactSection.contactPage p {
    max-width: 50%;
}

#top #wrap_all #contactSection.contactPage hr {
    height: 5px;
    margin: 40px 0;
}

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;

}

.one-half {
    width: 48%;
    margin-top: 40px;
}

.one-third {
    width: 30.66%;
}

.last {
    margin-right: 0 !important;
    clear: right;
    
}

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

    .one-half,
    .one-third {
        width: 100%;
        margin-right: 0;
    }
}

#top #wrap_all pre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    font-size: 24px !important;
    letter-spacing: 1px !important;
    line-height: 29px !important;
    color: #737373 !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: 100%  !important;
    display: inline-block  !important;
    overflow: hidden;
    overflow-wrap: break-word !important;
    clear: none !important;
    height: auto !important;
    white-space: normal !important;
    margin-bottom: 0 !important;
}


#top #postList p {
    display: block;
    padding: 40px 0 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #737373 !important;
    margin: 0 !important;
    background-color: #F9F9F9;
    margin-top: -7px !important;
}

@media screen and (min-width: 990px) {
    #top #postList p {
        padding: 40px 20px 30px 20px;
    }
}

#top #postList .col-12 {
    padding-bottom: 60px;
}

@media screen and(min-width: 990px) {
    #top #postList .col-12 {
            padding-bottom: 120px;
        }
}

#top #postList h4 {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

#top #postList img {
    min-width: 100%;
    width: 100%;
}

#top #postList .avia-button-wrap {
    position: relative;
    padding: 0 20px;
    display: block;
}


#top #postList .avia-button {
    width: 53px !important;
    min-width: 53px !important;
    height: 53px !important;
    padding: 0 !important;
    border-radius: 40px;
    position: relative;
    display: block;
    transition: all 0.3s;
    margin-top: 20px;
}

#top #postList .avia_button_icon::before {
    content: '';
}

#top #postList .avia-button::before {
    content: '';
    width: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    position: absolute;
    display: block;
    background-image: url(../enfold-child/img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 45;
    transition: all 0.3s;
}

#top #postList .avia-button:hover {
    width: 73px !important;
}

#top #postList .avia-button:hover::before {
    width: 32px;
}

.post-template-default .container_wrap_first .container {
    max-width: 880px
}
.single-post .avia-image-container-inner {
    min-width: 100%;
}
.single-post .avia_image {
    min-width: 100%;
}

#top .all_colors p {
    line-height: 1.6;
}


#top #wrap_all .av-burger-menu-main a {
    height: 80px !important;
    line-height: 80px !important;
}


#top .av_textblock_section {
    margin: 40px 0;
}

#top #wrap_all .xxxl {
    font-size: 120px !important;
}


#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
    background-color: #FF7A00 !important;
    color: #fff !important;
    box-shadow: none;
    border: 0 !important;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
#top #wrap_all #avia-menu .avia-menu-text {
    text-transform: uppercase !important;
}
#top #wrap_all #avia-menu > li {
    margin: 0 15px;
}

.circle_bg > section {
    display: flex;
    justify-content: center;
}

.circle_bg > section > div {
    background: #F9F9F9;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 88px !important;
}

#top #wrap_all .container {
    padding: 0 50px;
}

#top .wpcf7 form.invalid .wpcf7-response-output,
#top .wpcf7 form.unaccepted .wpcf7-response-output,
#top .wpcf7 form.payment-required .wpcf7-response-output,
#top .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
}

.html_entry_id_4196 #main .content {
    padding: 0 !important;
}

/* New main template styling */

/* Header */

header{
    position: relative!important;
}

.header_bg{
    background-color: #2b6bbf!important;
}

.html_header_top.html_header_sticky #top #wrap_all #main{
	padding-top: 0!important;
}

.home .header_bg{
	display: none;
}

.home header:not(.entry-content-header){
    margin-bottom: -80px!important;
}

.main_menu ul li:not(.av-menu-button-colored) .avia-menu-text{
	color: #fff!important;
}

.mob-menu-header-holder.mobmenu{
	display: none!important;
}

header .logo img{
	filter: brightness(0) invert(1);
}

#avia-menu .avia-menu-fx{
	background-color: #FF7A00 !important;
}

/* Slider nav container */

.ffimainslider .mejs-container, .ffitextslider .mejs-container{
	max-height: unset!important;
	filter: brightness(77%);
}

/* Slider nav arrows */

.ffimainslider .prev-slide, .ffimainslider .next-slide, .ffitextslider .prev-slide, .ffitextslider .next-slide{
    background-color: #ff7a00;
    border-color: #ff7a00;
    color: #ffffff;
    width: 53px !important;
    min-width: 53px !important;
    height: 53px !important;
    border-radius: 40px;
    transition: all 0.3s;
    font-size: 24px;
    margin: -30px 15px 0!important;
}

.ffimainslider .prev-slide::before, .ffitextslider .prev-slide::before{
    top: -24px!important;
    left: -4px!important;
}

.ffimainslider .next-slide::before, .ffitextslider .next-slide::before{
	top: -24px!important;
    left: 0px!important;
}

/* Slider nav dots */

.ffimainslider .avia-slideshow-controls{
	text-align: right;
}

.ffimainslider .avia-slideshow-dots{
	left: -59px;
	bottom: 44px;
}

.ffitextlider .avia-slideshow-dots{
	bottom: 44px;
}

.ffimainslider .avia-slideshow-dots a.active, .ffimainslider .avia-slideshow-dots a:hover, .ffitextslider .avia-slideshow-dots a.active, .ffitextslider .avia-slideshow-dots a:hover{
	width: 93px;
	color: rgba(255,122,0,1);
	background: rgba(255,122,0,1);
}

.ffimainslider .avia-slideshow-dots a, .ffitextslider .avia-slideshow-dots a{
	height: 5px;
	width: 27px;
	padding: 0px;
	color: rgba(255,122,0,0.6);
	background: rgba(255,122,0,0.6);
	transition: all 0.3s;
}

/* Slider captions */

.ffimainslider .slideshow_caption{
	width: 80%;
	text-align: right;
}
.ffimainslider .slideshow_align_caption > h2{
	margin-top: 300px;
}

.ffimainslider .avia-caption-title {
	font-size: 18px!important;
	text-transform: uppercase!important;
}
/*.ffimainslider .avia-caption-content{
	transform: translate3d(0, 0, 0);
	backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
	margin: 0;
}*/

.ffimainslider .avia-caption-content p{
	font-size: 49px!important;
	line-height: 59px!important;
    text-shadow: 4px 0px 7px 0px #0000005C;
}

.ffitextslider .slideshow_align_caption{
    display: flex;
    flex-direction: column-reverse;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 44px 71px 27px 72px;
    background: linear-gradient(212.55deg, rgba(255,255, 255, 0.15) 37.63%, rgba(255, 255, 255, 0) 75.1%);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255, 0.25);
    /* border-image-source: linear-gradient(252.86deg,rgba(255,255,255, 0.65) -15.97%, rgba(255,255,255,0) 119.4%); */
}


.ffitextslider .slideshow_align_caption p{
	font-size: 28px!important;
	line-height: 48px!important;
	font-weight: 700!important;
	margin: 0!important;
}

.ffitextslider .slideshow_align_caption h2{
	font-size: 24px!important;
	line-height: 51px!important;
	font-weight: 500!important;
	margin: 0!important;
}
@media only screen and (max-width: 1700px) {
	.ffimainslider .slideshow_align_caption > h2{
		margin-top: 200px;
	}
}
@media only screen and (max-width: 1400px) {
	.ffimainslider .slideshow_align_caption > h2{
		margin-top: 100px;
	}
}
@media only screen and (max-width: 1210px) {
	.ffimainslider .slideshow_align_caption > h2{
		font-size: 28px!important;
	    line-height: 34px!important;
	}
	.ffimainslider .avia-caption-content p{
		font-size: 28px!important;
	    line-height: 34px!important;
	}
}
@media only screen and (max-width: 990px) {
	.ffimainslider .slideshow_align_caption > h2{
		margin-top: 20px;
	}
	.ffitextslider .slideshow_align_caption p{
	    font-size: 18px!important;
	    line-height: 29px!important;
    }

    .ffitextslider .slideshow_align_caption h2{
	    font-size: 16px!important;
	    line-height: 51px!important;
    }
	
}
@media only screen and (max-width: 700px) {
	.ffitextslider img{
		min-height: 300px!important;
	}
	.ffitextslider .slideshow_align_caption{
		padding: 20px;
	}
	.ffitextslider .slideshow_align_caption h2{
		font-size: 16px !important;
	}
	.ffitextslider .slideshow_align_caption p{
		font-size: 12px !important;
		line-height: 16px !important;
	}
}
@media only screen and (max-width: 600px) {
	.ffimainslider .slideshow_align_caption > h2{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px !important;
        line-height: 16px !important;
	}
	.ffimainslider .avia-caption-content p{
		font-size: 18px!important;
	    line-height: 20px!important;
	}
}
@media only screen and (max-width: 500px) {
	.ffitextslider .slideshow_align_caption h2{
		margin-top: 100px;
	}
}

/* Iconlist */

.iconlist_button{
	position: absolute!important;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -55px !important;
}

.iconlist_row .avia-image-container-inner{
	margin-bottom: 0!important;
}

.iconlist_row .avia_textblock p{
	padding-bottom: 50px;
}

.iconlist_row .av_textblock_section h3{
	height: 130px;
}

#iconlist p{
	height: 160px!important;
}
@media only screen and (max-width: 500px) {
	#iconlist p{
		height: fit-content!important;
	}
}
#iconlist > .container{
	padding-bottom: 50px!important;
}

/* Blog section */
.ffi-blog-main article{
	min-height: 500px;
	position: relative;
}
.ffi-blog-main .slide-content{
	position: absolute;
	bottom: 0;
}
.ffi-blog-main article header h3 a{
	font-size: 18px!important;
}
.ffi-blog-main article .slide-meta,.ffi-blog-main article .more-link-arrow{
	display: none!important;
}
.ffi-blog-main article .read-more-link a{
	font-size: 18px!important;
}
.ffi-blog-main article .slide-content{
	padding: 17px;
}
.ffi-blog-main article img{
	max-height: 237px;
    object-fit: cover;
	object-position: top;
}
.ffi-blog-main .pagination .current{
    color: #fff;
	background: #FF7A00!important;
}
.ffi-blog-main .pagination .inactive, .ffi-blog-main .pagination .inactive:hover{
	color: #000!important;
	background: #F9F9F9!important;
}
.ffi-blog-main .pagination .inactive:hover{
	filter: opacity(25%);
}
.ffi-blog-main .pagination-meta{
	font-size: 18px!important;
}
.main_color .small-preview{
	background: transparent!important;
}
.ffiblogpost1 article, .ffiblogpost2 article, .ffi-blog-main article{
	background: #4e88ce08;
	box-shadow: 0px 0px 9px 4px #0000000D;
}

.ffiblogpost2 article{
	/*min-height: 187px;*/
}

.ffiblogpost2 article:nth-child(1){
	margin-bottom: 22px;
}
.ffiblogpost2 article:nth-child(3){
	margin-top: 22px;
}

.ffiblogpost1 article .entry-content-wrapper{
	padding: 0 20px 20px 20px!important;
}

.ffiblogpost2 .entry-content-wrapper{
	width: 271px;
}

.ffiblogpost2 .blog-meta,.ffiblogpost2 .small-preview{
	width: 180px!important;
	height: 180px!important;
	margin: 0!important;
}

.ffiblogpost2 article {
	display: flex;
	align-items: center;
}

.ffiblogpost1 .post-meta-infos .minor-meta:not(.date-container), .ffiblogpost1 .post-meta-infos .text-sep, .ffiblogpost2 .post-meta-infos{
	display: none;
}

.ffiblogpost1 .date-container, .ffiblogpost2 .date-container{
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
	color: #737373;
}

.ffiblogpost1 article .entry-title{
	font-size: 24px!important;
	line-height: 39px!important;
	font-weight: 500!important;
	color: #737373!important;
}
.ffiblogpost2 article .entry-title{
	font-size: 18px!important;
	line-height: 28px!important;
	font-weight: 500!important;
	color: #737373!important;
}

.ffiblogpost1 .more-link, .ffi-blog-main .more-link{
	text-transform: lowercase!important;
	font-size: 24px!important;
	line-height: 36px!important;
	color: #FF7A00!important;
	font-weight: 700;
}

.ffiblogpost2 .more-link{
	text-transform: lowercase!important;
	font-size: 18px!important;
	line-height: 36px!important;
	color: #FF7A00!important;
	font-weight: 700;
}

.ffiblogpost1 article .entry-content p, .ffiblogpost2 article .entry-content p{
	display: none;
}

.ffiblogpost1 article .more-link-arrow, .ffiblogpost2 article .more-link-arrow{
	display: none;
}

.ffiblogpost1 .post_delimiter, .ffiblogpost2 .post_delimiter{
	display: none;
}

.blog_button{
	position: absolute !important;
    bottom: -160px;
	left: 50%;
	transform: translateX(-50%);
}
.blog_button a{
	padding-top: 12px!important;
    padding-bottom: 12px!important;
}

/* Blog article */
.single-post h2, #top:not(.home) #wrap_all .all_colors h1, #top:not(.home) #wrap_all .all_colors .post-entry h2{
    font-size: 36px !important;
}
#top:not(.home) #wrap_all .all_colors h4, #top:not(.home) #wrap_all .all_colors h5, #top:not(.home) #wrap_all .all_colors h6{
	font-size: 24px !important;
}
.single-post p, #top:not(.home):not(.page-id-4844) .all_colors .post-entry p, #top:not(.home):not(.page-id-4844) #wrap_all .all_colors ul li, #top:not(.home):not(.page-id-4844) #wrap_all .all_colors .post-entry h3, #top:not(.home) #wrap_all .all_colors pre{
	font-size: 18px!important;
}


/* Search */

.is-ajax-search{
	margin-top: 8px;
}

.is-ajax-search input{
	margin-bottom: 0!important;
	text-transform: unset!important;
	background-color: transparent!important;
    border-radius: 20px!important;
    border: 1px solid #4e88ce !important;
	padding: 10px!important;
	color: #fff!important;
}

.is-ajax-search .is-search-submit{
	margin-top: 0!important;
	border: none!important;
	background-color: transparent!important;
}

.is-ajax-search .is-search-icon svg{
	filter: brightness(100);
}
.is-ajax-search .is-search-icon{
	background-color: transparent!important;
	border: none!important;
}
/* Bio */

.bio-text section{
	margin-top: 0px!important;
}
.bio-header > section{
	margin: 0!important;
}
.page-id-3983 #after_submenu_1 > .container > div{
	padding-top: 0!important
}

div.slide-content{
	height: 270px !important;
}