/*
Theme Name: FSRM
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-tb-header{
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 800px){
    .fusion-tb-header{
        background-color: rgba(74,63,56,0.92);
            
    }
    .fusion-tb-header .main-header .fusion-builder-row .fusion-column-wrapper{
        border: none !important;
    }
}
.fusion-tb-header .header-nav-menu-top .fusion-builder-row{
    max-width: 1400px !important;
}
@media screen and (min-width: 800px){
    #sliders-container{
        margin-top: -163px;
    }
}
.fusion-tb-header .header-nav-menu-top .header-button-search .fusion-column-wrapper .header-button-search-icon{
    cursor: pointer;
    background: #ffb000;
    padding: 20px 25px;
}
.fusion-tb-header   .header-button-search .header-search-form{
    display: none;
    position: absolute;
    min-width: 300px;
    right: 0;
    bottom: -50px;
}

body.fusion-button_size-large .fusion-button-default-size.btn-custom{
    font-size: 18px;
    padding: 16px 36px;
    line-height: 1;
}
.blog-custom .fusion-post-wrapper{
    border: none !important;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper{
    margin-top: -125px;
    position: relative;
    z-index: 2;
    padding-left: 0 !important;
    font-family: "Playfair Display";
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content{
    display: flex;
    flex-direction: column;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content .blog-shortcode-post-title{
    order: 2;
    font-size: 28px;
    color: #1d1e1e !important;
}
.blog-custom .fusion-post-content .blog-shortcode-post-title a{
    color: #1d1e1e !important;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content .fusion-single-line-meta{
    order: 1;
    font-size: 18px;
    color: #0e3d34;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content .fusion-post-content-container{
    order: 3;
    font-family: "Open Sans";
    color: #252525;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content .blog-shortcode-post-title,
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content .fusion-single-line-meta{
    background-color: #fff;
    max-width: 375px;
    padding-right: 30px;
    font-family: Playfair Display !important;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info{
    margin-top: 30px;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more::after{
    display: none;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more{
    font-size: 18px;
    font-style: italic;
    background: #0e3d34;
    color: #fff;
    padding: 7px 30px;
    border-radius: 25px;
    font-weight: 300;
    border: 1px solid #0e3d34;
    text-align: center;
}
.blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more:hover{
    color: #0e3d34;
    background: transparent;
    border: 1px solid #0e3d34;
}
.section-4::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    left: 0;
    background-image: url('assets/images/bottom-line-1.jpg');
    background-repeat: repeat-x;
}
.blog-section::before{
    content: '';
    position: absolute;
    width: 240px;
    height: 555px;
    top: 110px;
    left: 0;
    background-image: url('assets/images/bg-blog-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.blog-section::after{
    content: '';
    position: absolute;
    width: 193px;
    height: 555px;
    bottom: 170px;
    right: 0;
    background-image: url('assets/images/bg-blog-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer-widgets .fusion-title h5 a{
    color: #d0d0d0;
}
.footer-widgets .content-boxes .content-box-column {
    margin-bottom: 0 !important;
}
.footer-widgets .content-boxes .content-box-column .heading h6{
    line-height: 1.5 !important;
}
.footer-widgets .content-boxes .content-box-column.content-box-column-last .heading h6{
    color: #cd9e29;
    font-weight: bold;
}
.copyright{
    background-size: contain;
}
.copyright .fusion-text a{
    color: #476862;
}
@media only screen and (max-width: 400px){
    .blog-custom .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more{
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px){
    .video-element{
        margin-bottom: 20px !important;
    }
}
.header-nav-menu-top .fusion-builder-row .phone{
    min-width: 110px;    
}
.header-nav-menu-top .fusion-builder-row .join-today{
    min-width: 110px;    
}
.header-nav-menu-top .fusion-builder-row .login{
    min-width: 150px;    
}
@media only screen and (min-width: 799px){
	body.single-mec-events #main {
		padding-top: 165px;
	}
}