/* custom css file */

/*
** BODY **
*/
body { border-top: 4px solid #c79649 !important; }

/*
** CONTAINER **
*/
.site-container { border-top: 4px solid #153d84; }
/* 
** HEADER **
*/

/* site header */
.site-header { -webkit-box-shadow: 0px 6px 18px 0px rgba(219,219,219,1); z-index: 9; background: #002366 !important; width: 100%; border-top: 4px solid #00aeef; border-bottom: 4px solid #00aeef; }

/* top menu */
.site-header .genesis-nav-menu { background: transparent; }
.site-header .genesis-nav-menu li { margin: 0; }
.site-header .genesis-nav-menu li:last-child { margin-right: 0; }
.site-header .genesis-nav-menu li:last-child a { padding-right: 0; }
.site-header .genesis-nav-menu a { color: #fff; }
.site-header .genesis-nav-menu a:hover { color: #efefef !important; }
.site-header .genesis-nav-menu li.current_page_item a, .site-header .genesis-nav-menu li.current-cat a, .site-header .genesis-nav-menu li.current-menu-item a { color: #fff; }

/* secondary nav menu */
.nav-secondary { display: none; }

/* logo */
.header-image .site-header .wrap .title-area {
background-size: contain;
}

/* regular fonts */
div,p,li { font-size: 18px !important; }

/* main content */
main.content { padding: 0 20px 20px 0; }

/* entry content */
.entry-content { margin-top: 0; }
.home .entry-content { margin-top: 0; }

/* site inner */
.home .site-inner { margin-top: 0px !important; width: 100% !important; max-width: 100% !important; padding: 0; }
.site-inner, .content-sidebar-wrap, .full-width-content .content { margin-top: 0px !important; width: 100% !important; max-width: 100% !important; padding: 0; }

/* links */
.site-inner a,.site-inner a:visited { color: #777777; }
.site-inner a:hover { color: #606060; }

/* paragraphs */
p { margin: 0 0 12px 0; }
p:last-of-type { margin: 0; }

/* headings */
h1,h2,h3,h4,h5,h6,p,li,div { font-weight: 200 !important; text-transform: none; }

/* lists */
.site-inner li { margin-bottom: 18px !important; }

/* internal content headings */
.internal-heading .pp-sub-heading p { font-size: 20px !important; }
.internal-heading .pp-heading-content { margin: 0 !important; }
.internal-heading .pp-heading-content h3 { margin: 0 !important; }

/*
** HEADER **
*/

.site-header .genesis-nav-menu { width: 100%; }

/*
** HEADER WIDGET AREA **
*/
.site-header .widget-area { margin: 36px 0 0 0; }
.header-widget-area h4 { margin: 15px 0 0 0; color: #777777; font-size: 20px; text-align: right; font-weight: 600 !important; font-style: italic; }
.header-widget-area .widget_nav_menu a { font-weight: normal; }
.header-widget-area p { line-height: 100%; margin: 10px 0 4px; }
.header-widget-area i { margin-right: 10px; }
/* social icons */
header .zoom-social-icons-list--no-labels .zoom-social_icons-list__item { margin: 0; }
header .zoom-social-icons-list--no-labels .zoom-social_icons-list__item a { line-height: 100%; }

/* breadcrumbs */
.breadcrumb { display: none; }

/*
** TOP INFO NAV BAR **
*/
#menu-top-info-menu li:last-child a { margin-left: 0; padding-right: 0; }
#menu-top-info-menu ul.sub-menu { margin: 0 0 0 14px; padding: 8px 0 0; }
#menu-top-info-menu ul.sub-menu li a { width: 220px !important; }

/*
** MAIN NAV BAR **
*/
#menu-main-menu li a { font-size: 14px; font-weight: 200 !important; }

/* Effect 1: Brackets */
#menu-main-menu li a::before,
#menu-main-menu li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

#menu-main-menu li a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

#menu-main-menu li a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

#menu-main-menu li a:hover::before,
#menu-main-menu li a:hover::after,
#menu-main-menu li a:focus::before,
#menu-main-menu li a.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/*
** FOOTER **
*/
#footer_bottom_section .textwidget { text-align: center; }
#footer_bottom_section img { max-height: 40px; width: auto; margin: 0 15px; vertical-align: middle; }
#footer_bottom_section p { font-size: 15px !important; }


/* content section - internal content area */
.content-section { margin: 30px auto; }

/* internal content */
.internal-content .fl-module-content, .internal-content .fl-row-content-wrap { padding: 0 !important; margin: 10px auto 0 auto !important; }

/* nopadding sections */
.nopadding .fl-module-content, .nopadding .fl-row-content-wrap { padding: 0 !important; margin: 0 !important; }

/* inner logo - top of all pages */
.logo-inner .fl-row-content-wrap { padding: 0; }
.logo-inner img { max-height: 80px; width: auto; }

/* page headers */
.page-header .fl-row-content-wrap { background: transparent; padding: 0; border-top: 4px solid #fff; }
.page-header h1 { font-size: 30px !important; font-weight: 400 !important; text-transform: uppercase; }
.page-header h1 span.fl-heading-text { color: #a1a1a1 !important; }

/* hide entry titles on pages */
.page .entry-header-wrapper { display: none; }

/* entry titles */
.entry-header-wrapper .entry-title, .archive-description h1.archive-title {
    background: #3660aa;
    color: #fff;
    padding: 20px 0;
    border-top: 4px solid #FFF200;
    text-align: center;
    font-size: 46px !important;

}
/* entry titles */
.entry-header-wrapper .entry-meta {
    background: #3660aa;
    padding: 0 0 20px;
    text-align: center;
}

/*
**  BEAVER BUILDER **
*/
.fl-builder-bar-title { padding-top: 12px; }
.fl-builder-bar-title img { display: none !important; }

/* single buttons */
.pp-button-wrap a { background: #002366 !important; padding: 15px 30px !important; border: 1px solid #fff !important; line-height: 100% !important; color: #fff !important; border: 1px solid #777 !important; }
/* single buttons */
.pp-button-wrap a:hover { background: #067e96 !important; }
.pp-button-wrap a.pp-button span { color: #fff !important; }
.pp-button-wrap a.pp-button:hover span { color: #fff !important; }
.light .pp-button-wrap a { border: 1px solid #fff !important; }
.light .pp-button-wrap a.pp-button span { color: #fff !important; }
.light .pp-button-wrap a:hover { background: #777 !important; }

.fl-module-separator .fl-module-content .fl-separator { padding:0; color: #fff !important; background-color: #fff !important; border: none; }

/* infoboxes */
.infoboxes-holder .uabb-infobox-title { font-size: 22px !important; padding: 15px 20px 10px 20px !important; font-weight: 500 !important; }
.infoboxes-holder .uabb-text-editor p { font-size: 16px !important; padding: 0 20px !important; }

/* home hero */
.home-hero .fl-row-content { margin-top: -50px !important; }
.home-hero .pp-down-arrow-wrap { bottom: 70px; }
.home-hero-text::before {     content: "";
    display: block;
    width: 60px;
    height: 100%;
    border-right: 1px solid #fff;
    background: rgba(0,178,241,0.6);
    background-size: 18px 58px;
}
.home-hero-text { margin-bottom: 50px; background: transparent;}
.home-hero h2, .home-hero h3 { color: #fff !important; text-transform: none; font-weight: 500 !important; }
.home-hero h2 { font-size: 50px !important; }
.home-hero h3 { font-size: 46px !important; }

/* gravity forms */
.gform_wrapper { margin: 0 !important; }
.gform_wrapper .gfield_required { color: #ff8f3f !important; }
.gform_wrapper input[type=text], .gform_wrapper textarea { background: rgba(255,255,255,0.86) !important; color: #000 !important; padding: 12px 16px !important; font-size: 18px !important; }
.gform_wrapper .gform_footer { text-align: center; }
.gform_wrapper .gform_footer input[type=submit] { padding: 10px 20px !important; background: #002366 !important; color: #fff; border: 1px solid #fff !important; margin: 0; }
.gform_wrapper .gform_footer input[type=submit]:hover { background: #000 !important; color: #fff !important; }
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_wrapper .gfield_description { font-size: 14px !important; }
.gform_wrapper .input-medium input { width: 50% !important; }

/* forms in content */
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea { font-size: 18px !important; background: #f7f7f7; border: 1px solid #ccc; padding: 6px !important }

/* flexboxes */
/*On the flex container*/
.flexcontainer {
   display: -webkit-flex;
   display: flex;
}
.flexrow { 
   -webkit-flex-direction: row;
   flex-direction: row;
}
.flexrow.wrap {
    flex-wrap: wrap;
}
.flexequal.half { flex: 1 0 50%; margin: 20px 0; }
.flexequal.third { flex: 1 0 30%; margin: 20px 0; }

/* custom post types */

/* padded, nopadding */
.padded { padding: 30px; }
.nopadding { padding: 0; }

/* margin, nomargin */
.nomargin { margin: 0 !important; }
.bottom-margin { margin: 0 0 30px; }

/* alignment */
.rightalign { text-align: right; }

/* text */
.text-light, .text-light li, .text-light p, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light a, .text-light a.pp-button { color: #fff !important; }
.text-grey, .text-grey li, .text-grey p, .text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5 { color: #606060 !important; }
.text-dark { color: #555 !important; }
.text-medium, .text-medium p { color: #ccc !important; }
.text-bold, .text-bold li, .text-bold p, .text-bold h1, .text-bold h2, .text-bold h3, .text-bold h4, .text-bold h5 { font-weight: bold !important; }
.centered { text-align: center; }

/* form buttons with icons */
input[type=submit]:hover { background: #555; }
.fa-fa {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* feature blocks */
.feature-block { min-height: 230px; }
.feature-block h4 { font-size: 20px !important; font-weight: 600 !important; }

/* mobile */
@media screen and (max-width: 1140px) {
    /* main content */
    .entry-content { margin-top: 0 !important; }
    /* sidebar */
    aside.sidebar-primary { display: none !important; }
}
@media screen and (max-width: 1040px) {
    /* top menu and primary menu */
    .home .nav-secondary, nav.nav-secondary, nav.nav-primary .wrap { display: none; }
}
@media screen and (max-width: 980px) {
     /* main menu */
     .menu-primary a { padding: 17px 6px; }
     /* titles */
     .pp-heading-content .pp-heading .heading-title { line-height: 120%; font-size: 30px; }
     h1 { font-size: 30px; }
     h2 { font-size: 26px; }
     h3 { font-size: 24px; }
     h4 { font-size: 20px; }
     h5 { font-size: 18px; }

     /* body fonts */
     .dynamik-page-builder .site-inner p, .dynamik-page-builder .site-inner ul li, .dynamik-page-builder .site-inner ol li, .entry-content p, .entry-content ul li, .entry-content ol li, .entry-pagination { font-size: 16px; }
}
@media screen and (max-width: 900px) {
    /* header widget */
    .header-widget-area { display: none; }
    /* home hero title */
    .home-hero h1, .home-hero h3 { font-size: 34px !important; }
    /* opening text */
    .opening-text, .opening-text p { font-size: 18px; }
    /* mobile menu */
    #wprmenu_bar .menu_title a { color: #fff !important; }

     /* titles */
    .dynamik-page-builder .site-inner h3, .content .post h3, .content .page h3, .content .entry-content h3 { font-size: 20px !important; }
}
@media screen and (max-width: 600px) {
    .home-hero h1, .home-hero h3 { font-size: 26px !important; }

     /* titles */
     .pp-heading-content .pp-heading .heading-title { line-height: 120%; font-size: 24px; }
     h1 { font-size: 24px; }
     h2 { font-size: 22px; }
     h3 { font-size: 20px; }
     h4 { font-size: 18px; }
     h5 { font-size: 16px; }

     /* blog posts grid */
     .pp-posts-wrapper .pp-content-post { height: auto !important; }

}