/*
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
*/

/* Add your custom styles here... */ 

/* Main ////////////////////////////////////////////////////////// */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 12, 2019 */



@font-face {
    font-family: 'museo_sans';
    src: url('fonts/museosans-300-webfont-webfont.eot');
    src: url('fonts/museosans-300-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont-webfont.woff2') format('woff2'),
         url('fonts/museosans-300-webfont-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'museo_sans' !important;
}
html { background: url(images/bg.jpg) repeat center top #000000; }
body { background: url(images/bg-top.png) center top repeat-x; }
.fl-page-content{ background-color: transparent; } 
.cycle-slideshow img { width: 100%; }
.column {clear: both;padding: 40px 40px 20px 40px;margin-bottom: 30px;background-color: #1f1f1f;}
.menu-class ul li a{ margin: 0 20px; }
.bg-color { background-color: #1f1f1f;}
.bg-color-con {   background-color: #1f1f1f;  padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px; }
.artist-one { width: 127px;
    height: 150px;
    overflow: hidden;
    display: inline;
    float: left;
}
.artist-two {
    width: 127px;
    height: 150px;
    overflow: hidden;
    float: right;
}
.artist-excerpt {
    display: inline;
    float: left;
    width: 266px;
    border-right: 1px solid #666666;
    margin: 0 20px 20px 0;
    padding-right: 19px;
    }
.artist-featured {
    display: block;
    width: 266px;
    height: 150px;
    margin-bottom: 10px;
}
.fl-post-grid-post {
	background: none;
	border: none;
}
.press-container .fl-post-grid-post {
    border-right: 1px solid #666666;
}
.fl-post-feed-post {
    border-bottom:none;
}
@media (max-width: 767px){
.cycle-slideshow img { margin-bottom: 15px; }
}


/* Typography ////////////////////////////////////////////////////////// */


.home-slider .fl-rich-text .col-md-3{
    padding-left: 30px;
    padding-right: 30px;
}

.fl-node-5da179ac9b68a{
    position: relative;
}

.fl-node-5da179ac9b68a .fl-icon-group .fl-icon{
    z-index: 9;
    position: relative;
}


/*//////////features-grid///////////*/
.features-grid .fl-post-grid{
    margin: 0 -20px;
    width: auto !important;
    height: auto !important;
}
.features-grid .fl-post-grid-post{
    width: 33.33% !important;
    position: relative !important;
    height: auto !important;
    float: left;
    min-height: 300px !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-right: 1px solid #666666;
}

.features-grid .fl-post-grid-post:nth-child(3n+3){
    border-right: none !important;
} 

.features-grid .fl-post-grid-post .col-md-4{
    width: 100% !important;
    margin-right: 0;
    padding: 0 !important;
}

@media (max-width: 991px){
    .features-grid .fl-post-grid-post {
        width: 50% !important;
    }

    .features-grid .fl-post-grid-post:nth-child(3n+3){
        border-right: 1px solid #666666 !important;
    }

    .features-grid .fl-post-grid-post:nth-child(2n+2){
        border-right: none !important;
    }
}

@media (max-width: 600px){
    .features-grid .fl-post-grid-post{
        width: 100% !important;
        border-right: none !important;
    }
}

.features-grid .fl-post-grid-post .artist-excerpt{
    margin: 0;
    width: 100% !important;
    border-right: none !important;
    padding-right: 0 !important;
}

.features-grid .artist-featured{
    width: 100%;
    height: auto;   
}

.features-grid .artist-one{
    width: 50%;
    height: auto;
    padding-right: 5px;
}

.features-grid .artist-two{
    width: 50%;
    height: auto; 
    padding-left: 5px;
}

.features-grid .fl-post-image img{
    width: 100%;
}

.features-grid .fl-post-text {
    padding: 10px 0;
    display: inline-block;
}

.features-grid .fl-post-title{
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 12px;
}

.features-grid .fl-post-excerpt{
    text-align: justify;
}

.features-grid .fl-post-title a{
    color: #AAAAAA;
}
.features-grid h2.fl-post-grid-title{
   min-height: 40px;
   margin-bottom: 15px;
}

@media (max-width: 991px){
    .home-slider .fl-rich-text .col-md-3{
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .menu-class ul li a{
        margin: 0;
    }
}

@media (max-width: 768px){
    .header-social-icons .fl-icon-group-right{
        text-align: center;
    }
    
}

.features-post-content .fl-module-content.fl-node-content p:first-child{
    /*text-indent: 40px;*/
}

@media (min-width: 768px){
    .features-post-content a img.alignright{
        margin: 5px 0 20px 40px;
    }
}

.blog-left-column .fl-post-title{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.blog-left-column h2.fl-post-feed-title a{
    text-decoration: none;
    color: #AAAAAA;
}

.blog-left-column h2.fl-post-feed-title a:hover,
.blog-left-column h2.fl-post-feed-title a:focus{
    text-decoration: none;
    color: #cccccc;
}

.blog-left-column .fl-post-excerpt{
    text-align: justify;
}

.blog-left-column a img.alignnone{
    margin: 5px 0 20px 0;
}

.blog-left-column .alignnone{
    margin: 5px 0 20px 0;
}

.blog-right-column h2.fl-post-feed-title{
    letter-spacing: 0;
}

/*===========================*/

.press-grid .fl-post-grid-image{
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
}

.press-grid .fl-post-grid-text {
    padding: 10px 0 20px 0px;
}


/*===========================*/
.contact-us .fl-rich-text a{
    color: #AAAAAA;
} 

.contact-us a:hover, .contact-us a:focus {
    text-decoration: none;
    color: #cccccc;
}  


/*==============people==============*/
.feature-page-image {
    margin: 0;
    padding: 0;
}

.feature-page-image li{
    display: inline-block;
    padding-right: 30px;
    padding-top: 30px;
}