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


/* TYPOGRAPHY */
.fl-rich-text p { margin-bottom: 20px; }
.os-reversed-text .fl-rich-text p { color: #fff; }
.os-reversed-contact-item a, .os-reversed-contact-item i { font-size: 18px; color: #fff; margin-bottom: 10px; }
.os-reversed-contact-item a:hover { color: #ccc; }
.os-reversed-contact-item i { min-width: 30px; }

@media screen and (max-width: 768px) {
    h1.fl-heading {
        font-size: 30px;
    }
}

/* LAYOUT */
.os-min-height-300px { min-height: 300px; }
.os-min-height-600px { min-height: 600px; }
.os-max-width-800px-left { max-width: 800px; }
.os-max-width-800px { max-width: 800px; margin-left: auto; margin-right: auto; }

/*--------------------------------------
ELEMENTS 
--------------------------------------*/
/* FORMS */
.pp-gf-content .gform_wrapper ul li.gfield { margin-bottom: 20px !important; }
.pp-gf-content .gform_wrapper .gfield_radio li label { font-size: 1em; margin-left: 10px; }

/* HEADER */
.os-header-logo { max-width: 500px; margin-left: auto; margin-right: auto; }

.os-header-contact-item { display: inline; padding-right: 20px; }
.os-header-contacts { text-align: center; }
.os-header-contacts i { padding-right: 10px; font-size: 20pt; }
.os-header-contacts a { font-size: 18px; font-weight: 300; }

@media screen and (max-width: 768px) {
    .os-header-top-row .fl-rich-text { text-align: center; }
    .os-top-row-social-icons .fl-icon-group .fl-icon i:before { font-size: 30px; }
  .os-header-contact-item { display: block; padding-right: 0px; padding-bottom: 20px; }
}

.os-header-menu ul { text-align: center; padding-top: 30px; padding-bottom: 30px; background-color: rgba(214,214,214,0.9); }
.os-header-menu ul li a { font-size: 24px; transform:lowercase; color: #57585a; }
.os-header-menu ul li.current-menu-item a { color: #57585a !important; }
.os-header-menu ul li.current-menu-item a:hover { color: #fff !important; }
.os-header-menu ul li a:focus { color: #57585a; }
.os-header-menu ul li a:visited { color: #57585a; }
.os-header-menu ul li a:hover { color: #fff !important; }


/* FOOTER */


/* HOMEPAGE */

.os-row-subhead h2 { font-weight: 300; }
.os-home-partner-logo {
    display: flex;
    min-height: 150px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.os-home-partner-logo.os-home-partner-logo-faber .fl-photo { max-width: 300px; margin-left: auto; margin-right: auto; margin-top: 12px; }
.os-brochure-download-button a.fl-button { background-color: rgba(255,255,255,0); font-weight: 300; text-transform: uppercase; border: 1px solid #cccccc !important; }
.os-brochure-download-button a.fl-button:hover { background-color: rgba(255,255,255,0.1); }

/* homepage news & events */
.os-home-latest-news .fl-post-grid-post { border: none; }
.os-home-latest-news .fl-post-column { padding-bottom: 30px; }
.os-home-events h3 { margin-top: 0px; }


/* TEAM PAGE */

.os-team-grid .fl-post-grid-post {
  border: none;
}
.os-team-grid .fl-post-image img { border-radius: 50%; }
h2.os-team-name { text-align: center; font-size: 20px; margin-top: 0px; margin-bottom: 0px; }
p.os-team-title { text-align: center; font-size: 15px; }
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TRHWB69G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->




