/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

html, body {
    overflow-x: hidden;
}

.hide {
    display: none;
}

/* ----------------------
	Header
------------------------*/
.fl-page-header {
    height: 108px;
    margin-bottom: 30px;
}

.fl-page-header .fl-page-nav {
    padding-top: 16px;
}

.fl-page-header .fl-page-nav {
    padding-top: 16px;
    float: left;
}

.fl-page-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: url(images/ribbon.png) no-repeat 50%/contain;
    width: 471px;
    height: 132px;
    right: 40px;
    top: -5px;
}

.fl-shrink-header:after {
    width: 400px;
    height: 114px;
}

/* ----------------------
   Contact Page
------------------------*/
.facebook-link {
    color: #6a0b0c;
}

.facebook-link:hover {
    color: #b29a83;
}

.facebook-link:hover .fa-facebook {
    background-color: #b29a83;
}

.facebook-link .fa-facebook {
    background: #6a0b0c;
    padding: 12px;
    width: 40px;
    text-align: center;
    margin-right: 6px;
    color: #fff;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .fl-page-nav-right .fl-page-header-row > div {
        display: block;
        float: left;
        vertical-align: middle;
    }

	.fl-page-nav-right .fl-page-header-row {
	    display: block;
	}

	.fl-page-nav-right .fl-page-header-logo {
	    position: relative;
	    z-index: 999;
	}	

	.fl-page-nav-right .fl-page-header-wrap {
	    border-bottom: none;
	}

	.fl-shrink-header {
	    height: 80px;
	}	

	.fl-shrink-header .fl-page-nav {
	    padding-top: 8px;
	}	

	.fl-shrink-header .fl-logo-img {
	    max-height: 106px !important;
	}    

	.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
	    margin: 0 12px;
	}

    .fl-page-nav-right .fl-page-header-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }  
            
}

@media (min-width: 1100px) {
	.fl-page-nav-right .fl-page-header-container {
	    padding-top: 14px;
	    padding-bottom: 14px;
	}
}

/* ----------------------
   History Page
------------------------*/

.history .cbp_tmtimeline > li .cbp_tmtime span {
    display: none;
}

.history .cbp_tmtimeline > li .cbp_tmicon {
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 -30px;
    width: 50px;
}

/* ----------------------
	Footer widgets
------------------------*/
.fts-jal-fb-header {
    display: none;
}

.fts-jal-fb-user-name {
    padding-top: 0;
    font-size: 14px;
}

.fts-jal-fb-message {
    font-size: 13px;
}

.fl-page-footer-widgets .fl-widget-title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

.fl-page-footer-widgets-row .col-md-4:last-child b {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 35px;
}

.fl-page-footer-widgets form {
    margin-top: 38px;
    display: block;
}

.fl-page-footer-widgets p {
    font-size: 14px;
    line-height: 1.5;
}

button, input[type=button], input[type=submit],
button:hover, input[type=button]:hover, input[type=submit]:hover,
button:focus, input[type=button]:focus, input[type=submit]:focus {
    background: #b29a83;
    color: #ffffff;
    font-size: 16px;
    padding: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    width: 100%;
    border: none;
}


input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search] {
    height: 50px;
    margin-bottom: 20px;
}

.addthis_toolbox {
    margin-top: 30px;
}

/* ----------------------
	Heading
------------------------*/
h1.fl-heading .fl-heading-text {
    text-transform: uppercase;
}

h3.fl-heading .fl-heading-text {
    font-size: 34px;
    text-transform: uppercase;
    z-index: 1;
    background: #fff;
    position: relative;
    padding: 0 20px;
}

.fl-module-heading .fl-heading {
    position: relative;
}

h3.fl-heading:before {
    display: block;
    content: '';
    border-top: 2px solid;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
}

h3 {
    text-transform: uppercase;
}

/* ----------------------
	Upcoming Events
------------------------*/
.fl-module-callout .fl-module-content {
    border: 1px solid #ddd;
    /*padding: 30px 40px 48px;*/
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.11);
    position: relative;
}

.fl-callout .fl-button,
.fl-callout .fl-button:focus,
.fl-callout .fl-button:active,
.fl-callout .fl-button:hover {
    position: absolute;
    bottom: 0;
    right: 0;
    top: initial;    
}

.fl-callout-text {
    padding-left: 40px;
    line-height: 1;
}

a.fl-button:hover *, 
.fl-builder-content a.fl-button:hover * {
    color: #ffffff;
}

.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:focus {
    background: #6a0b0c !important;
    border: 1px solid #6a0b0c !important;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    font-style: italic !important;
}

/* ----------------------
	News
------------------------*/
span.fl-post-feed-date {
    color: #6a0b0c;
    font-family: 'Montserrat';
    font-size: 13px;
}

.fl-post-grid-title a {
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
}

.fl-post-grid-text {
    padding: 0;
}


.fl-post-grid-meta {
    padding: 0 20px 10px!important;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 16px;
}

.fl-post-grid-title {
    padding: 20px 20px 0 !important;
}

.fl-post-grid-content {
    padding: 0 20px 50px;
}

.fl-post-grid-image {
    padding: 20px 20px 0;
}

.fl-post-grid-more {
    background: #b29a83;
    padding: 6px 14px;
    color: #fff;
    font-style: italic;
    bottom: 0;
    position: absolute;
    right: 0;
}

.fl-post-grid-more:hover {
    background: #6a0b0c;
    color: #fff;
}


.fl-page-footer-text {
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.fl-page-footer-text span {
    color: #555;
    letter-spacing: 0.5px;
}

.fl-page-header:after {
    right: -145px;
}  

.fl-post-feed-image-beside .fl-post-feed-image {
    width: 100%;
    max-width: 320px;
    padding-right: 20px;
}
.single-post .fl-row-content-wrap, .single-post .fl-post-content .fl-row .fl-module > .fl-module-content {
    padding: 0;
}    

.fl-post-grid .fl-post-grid-text {
    min-height: 210px;
    position: relative;
}

.latest-news h2.fl-post-grid-title {
    height: 70px;
}

.news h2.fl-post-feed-title {
    font-size: 22px !important;
    text-transform: uppercase !important;
}

.news .fl-post-feed-header {
    margin-left: 37% !important;
}

.news h2.fl-post-grid-title {
    height: 70px;
}

.past-sales h2.fl-post-grid-title {
    height: 70px;
}

.past-sales .fl-post-grid .fl-post-grid-text {
    height: 150px;
    position: relative;
}

.past-sales .fl-post-grid .fl-post-grid-content {
    padding-bottom: 0;
}


.fl-post-title {
    font-size: 26px !important;
    text-transform: uppercase !important;
}


/* ----------------------
    Sire
------------------------*/
.profile-title {
    background: none;
    padding: 0 20px;
    color: #6a0b0c;
}

.profile-title h4 {
    font-size: 24px;    
}

.profile-box ul {
    padding-left: 0;
    line-height: 1.85;
    list-style: none;
}

.profile-box ul li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    margin-right: 12px;
    vertical-align: middle;
    color: #b29a83;
}

a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
    background: #b29a83;
    color: #ffffff;
    border: 1px solid #b29a83;
    border-radius: 0 !important;    
}

a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
    color: #ffffff;
}

/* ----------------------
    News
------------------------*/
.fl-builder-content .fl-node-57bd588177838 > .fl-col-content {
    border: none;
}

.single .post {
    margin-top: 40px;
}

.fl-post-grid-post .addthis_toolbox {
    display: none;
}

/* ----------------------
    Sales
------------------------*/
.fl-photo-caption {
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6a0b0c;
    background: #f5f3ee;
    padding: 10px !important;
    text-transform: uppercase;
    border: 1px solid rgba(236,230,222, 1);
}

.profile-heading .fl-heading {
    color: #6a0b0c;
    background: #f5f3ee;
    text-align: center !important;
    font-size: 15px;
    padding: 10px !important;
    border: 1px solid rgba(236,230,222, 1);
    text-transform: uppercase;
}

.sale-row .fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-template-auctions .fl-post:first-of-type {
    margin-bottom: 0;
}

.single-sale .fl-post > .fl-post-header {
    display: none;
}

.upcoming-sales-box .fl-post-grid-title a {
    color: #6a0b0c;
    font-size: 22px;
    text-transform: uppercase;
}

.upcoming-sales-box .fl-post-grid-content {
    padding: 0 30px;
}

.upcoming-sales-box p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.upcoming-sales-box .fl-post-grid-title:before {
    content: "\f133";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #b29a83;
    font-weight: 400;
}

.upcoming-sales-box .fl-post-grid .fl-post-grid-text {
    min-height: 220px;
}

.fl-full-width .container.sales-page-container {
    margin-bottom: 80px;
}

.cbp_tmtimeline > li .cbp_tmicon {
    background: #6a0b0c;
}

.mfp-wrap button.mfp-arrow, .mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
    width: 90px;
}

.mfp-bottom-bar {
    margin-top: 0 !important;
    background: rgba(0,0,0,0.6);
    padding: 12px;
}

.mfp-gallery img.mfp-img {
    padding-bottom: 0;
}

.mfp-bottom-bar {
    top: inherit !important;
    bottom: 0;
}

.fl-page-header .fl-page-nav {
    z-index: 3;
    position: relative;
}

/* ----------------------
    Media Queries
------------------------*/
@media only screen and (max-width: 1410px) {
    .fl-page-header:after {
        width: 453px;
        height: 135px;
    }
     .col-md-4.col-sm-12.fl-page-header-logo-col {
        width: 22%;
    }  

.fl-page-header {
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 1280px) {
    .fl-page-nav .navbar-nav > li > a {
        padding: 15px 10px;
        color: #fff;
    }   

     .col-md-4.col-sm-12.fl-page-header-logo-col {
        width: 22%;
    }    
}

@media only screen and (max-width: 1179px) {
    .col-md-4.col-sm-12.fl-page-header-logo-col {
        width: 22%;
    }        
       
    .fl-page-nav-right .fl-page-header-container {
        padding-bottom: 0;
        padding-top: 10px;
    }      
     
    .fl-node-579ef39234ab9 > .fl-row-content-wrap {
        padding-top: 14px;
    }    

    .fl-page-header:after {
        right: -140px;
        width: 450px;
        height: 135px;
    }  
}

@media only screen and (max-width: 1023px) {

    .fl-page-header-container {    
        padding-top: 10px;
    }

    .fl-page-header-primary .fl-logo-img {
        width: 100%;
        z-index: 200;
        position: relative;
    }            

    .fl-heading .fl-heading-text {
        font-size: 24px;
    }    
    .sale-row .fl-heading .fl-heading-text {
        font-size: 15px;
    } 
    
/*    .fl-page-header:after {
        display: none;
    }*/

    .fl-page-nav-right .fl-page-header-logo {
        padding-bottom: 0;
    }

    .fl-page-header .fl-page-nav {
        padding-top: 0;    
    }

    .profile-heading .fl-heading {
        font-size: 14px;
    }

    .fl-page-header:after {
        right: -168px;
        width: 470px;
        height: 110px;
    }

    .fl-page-header-primary .fl-logo-img {
        max-width: 170px;
    }

    .fl-page-header {
        height: 86px;
    }     
           
    .fl-page-header .fl-page-nav {
        padding-top: 10px;
    }           
}

@media only screen and (max-width: 992px) {

   .fl-page-header .fl-page-nav {
        padding-top: 0;
        width: 100%;
        text-align: centre;
    }    

    .fl-page-header:after {
        right: -120px;
        width: 375px;
        height: 110px;
    }

    .col-md-4.col-sm-12.fl-page-header-logo-col {
        width: 20%;
    }

    .fl-page-nav-right .fl-page-header-logo {
        padding-left: 0;
        padding-right: 0;
    }

    .fl-page-nav-col {
        width: 60%;
        padding-top: 8px;      
    }    

    .fl-page-nav-wrap  {
        border: none !important;
    }  

    .sale-row .fl-photo-content {
    margin-top: 20px;
    }

}

@media only screen and (max-width: 825px) {
	.fl-page-nav .navbar-nav > li > a {
	    padding: 15px 7px;
	    font-size: 14px;
	}

}

@media only screen and (max-width: 768px) {

    .fl-slideshow .fl-slideshow-image img {
        max-width: none !important;
        width: 100% !important;
        height: auto!important;
        left: 0 !important;
        top: 0 !important;
    } 

    .slider-section .fl-slideshow {
        height: 320px !important;
        height: 38vw !important;
    }

}    

@media only screen and (max-width: 767px) {

    .fl-page-nav-right .fl-page-header-logo {
        padding-left: 40px;
        padding-right: 40px;
    }

    .col-md-4.col-sm-12.fl-page-header-logo-col {
        width: 100%;
    }

    .fl-page-nav-col {
        width: 100%;
        padding-top: 8px;
    }

    .fl-page-header {
        height: auto;
    }

    h3 {
        font-size: 16px;
    }

    .fl-page-footer-widgets .fl-widget-title {
        font-size: 18px;
    }    
    .fl-callout-icon-left-title .fl-callout-title span, .fl-callout-icon-right-title .fl-callout-title span {
        display: block;
        width: 100%;
        clear: both;
    }

    .fl-callout .fl-icon i, 
    .fl-callout .fl-icon i:before {
        display: block;
        width: 100% !important;
        text-align: center;
        margin-bottom: 12px;
    }    

    .fl-callout-title span,
    .fl-callout-icon-left-title .fl-callout-title, 
    .fl-callout-icon-right-title .fl-callout-title {
        display: block;
        text-align: center;
    }

    .fl-callout-text {
        padding-left: 0;
        text-align: center;
    }    

    p {
        font-size: 15px;
    }   

    .fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle {
        margin: 0 auto !important;
        display: block;
        font-weight: 300;
        width: 100%;
        position: static;
    }
    .fl-page-nav-collapse ul.navbar-nav > li,
    .fl-page-nav-toggle-icon .fl-page-nav-collapse {
        border-color: #6b1112;
    }

    .fl-page-header .fl-page-nav {
        padding-top: 4px;
        background: #540809 !important;
    }    

    .fl-page-header-container {
        padding-top: 10px;
        padding: 10px 0;
    }    
    .fl-heading .fl-heading-text {
        font-size: 20px;
        padding: 10px;
    }

    .fl-module-callout .fl-module-content {
        padding: 30px 10px 48px;    
    }

    .fl-page-header-primary .fl-logo-img {
        display: block;
    }

    .fl-page-nav-right .fl-page-header-logo {
        width: 100%;
    }    

    .fl-page-header:after {
        display: block;
        background-image: url(images/ribbon-small.png);
        width: 187px;
        height: 120px;
        right: 0;
        top: 0;        
    }    
    
    h3.fl-heading .fl-heading-text {
        font-size: 22px;
    }

    .upcoming-sales-box .fl-post-grid-content {
        text-align: center;
    }     

    .upcoming-sales-box .fl-post-grid-title {
        padding: 10px !important;
        text-align: center;
    }    
}

@media only screen and (max-width: 479px) {
    h3.fl-heading .fl-heading-text {
        font-size: 18px;
    }
}