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

/* ...if is needed to min-width: 300px for ads perhaps, then can go there */
/* .sidebar-col .fl-col-content {
    min-width: 300px;
}*/

.page-posttype {z-index: 9 !important;}

.fl-form-success-message {
    padding: 35px 18px;
    font-size: 18px;
    color: #444;
}

a.fl-button {
    border-radius: 2px !important;
}

.fl-menu-toggle {display: none !important;}



a.fl-post-feed-more, body .fl-builder-content .uabb-creative-button-wrap a.uabb-button, .gform_wrapper .gform_button {
    font-family: azo-sans-web, Verdana, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 18px;
}



a.fl-post-feed-more:hover, a.fl-post-feed-more:focus, a.fl-post-feed-mor:active, .fl-builder-content .uabb-creative-button-wrap a.uabb-button:focus, .fl-builder-content .uabb-creative-button-wrap a.uabb-button:active, .fl-builder-content .uabb-creative-button-wrap a.uabb-button:hover, .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_button:active {
    border: 1px solid #8d8d8d;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}


.podcast-ads .fl-html div p {
    text-align: center;
    font-size: 12px;
    max-width: 298px;
    text-align: center;
    line-height: 1.2;
    margin: auto;
}

.podcast-ads .fl-html img {
    padding: 0px;
    border: 1px solid #f1f1f1;
    margin: 20px;
    margin-bottom: 13px;
}

.podcast-ads .fl-html > div {
    padding-bottom: 24px;
}

.podcast-ads .fl-html div p a {
    text-decoration: underline;
    }
}

@media (max-width: 767px ) {
   .podcast-ads .fl-html img {
       margin-left: 0px;
       margin-right: 0px;
   } 
}