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

.desktop-none-outer {
    display: none;
}

span.fl-menu-toggle {
    display: none;
}

header.fl-theme-builder-header-shrink {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3)
}


.stickey-menu .fl-row-content-wrap .fl-row-content .fl-col-group {
    display: flex;
    align-items: center;
}

.bhf-sticky-header.bhf-shrink-header .bhf-fixed .fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}


.fl-theme-builder-header-scrolled .fl-module-pp-search-form .fl-module-content {
    margin-top: 22px !important;
}

nav ul#menu-primary-navigation-1 li.menu-item,
nav ul#menu-primary-navigation li.menu-item {
    position: relative;
    list-style: none;
}

nav ul#menu-primary-navigation-1 li.menu-item a,
nav ul#menu-primary-navigation li.menu-item a {
    padding-bottom: 30px;
}

nav ul#menu-primary-navigation-1 .menu-item-has-children .sub-menu a,
nav ul#menu-primary-navigation .menu-item-has-children .sub-menu a {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9em;
    padding-bottom: 5px !important;
    text-transform: none;
    text-transform: capitalize !important;
}

@media (min-width: 768px) {

    ul#menu-primary-navigation-1 li ul.sub-menu,
    ul#menu-primary-navigation li ul.sub-menu {
        width: 230px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

nav ul#menu-primary-navigation-1 li.menu-item:last-child a,
nav ul#menu-primary-navigation li.menu-item:last-child a {
    padding-right: 20px;
}

.bhf-shrink-header .bhf-fixed-header.bhf-fixed .menu-custom .fl-module-content {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

body .pp-breadcrumbs span.post.post-page.current-item {
    color: #023e4c !important;
    font-weight: 600 !important;
}

body .pp-breadcrumbs span.post.post-page.current-item:hover {
    color: #023e4c !important;
}

body .pp-breadcrumbs span a.post.post-page:hover {
    text-decoration: underline;
}

.photo-tilt-left {
    transform: rotate(-6deg);
}

.photo-tilt-right {
    transform: rotate(6deg);
}

.circle-infobox .pp-infobox {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#home-hovercards h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Barlow Condensed, sans-serif;
    font-size: 42px;
    line-height: 1.4;
}

#about-hover-card .pp-hover-card-inner,
#home-hovercards .pp-hover-card-inner {
    background-color: rgba(10, 94, 116, 0.3);
}

.fl-module-numbers .fl-number-int {
    font-family: Barlow Condensed, sans-serif;
    font-weight: bold;
}

.fl-module-numbers .fl-number-after-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

/* footer section */

footer .fl-html {
    color: #023e4c;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

ul#menu-footer-utility {
    text-align: right;
}

ul#menu-footer-utility li {
    display: inline-block;
}

ul#menu-footer-utility li a {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #155f76;
    font-size: 18px;
    line-height: 28.8px;
}

ul#menu-footer-utility li a:hover {
    text-decoration: underline;
}

ul#menu-footer-utility li:first-child a {
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 2px;
    border-color: #0a5e74;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 14.634px;
    font-weight: 400 !important;
    line-height: 23.41px;
}

.acordian-text .pp-accordion-content p {
    margin-bottom: 16px;
}

.fl-rich-text p {
    margin: 0 0 16px;
}

.fl-post .email-signup-note a:hover {
    text-decoration: underline !important;
}

/* error page */
body.error404 .fl-404 {
    padding-top: 0;

}

body.error404 #fl-main-content .container {
    max-width: 100%;
    width: 100%;
}

body.error404 #fl-main-content .row {
    margin-right: 0;
    margin-left: 0;
}

body.error404 #fl-main-content .row .fl-content {
    padding: 0px !important;
    margin-top: -20px;
}

body.error404 .fl-404 .fl-post-content {
    max-width: 960px;
    margin: auto;
}

body.error404 header.fl-post-header {
    background-image: url("images/little-girls1500x500.jpg");
    background-position: top center;
    height: 450px;
    background-size: cover;
}

body.error404 header.fl-post-header:after {
    content: '';
    width: 100%;
    height: 450px;
    background: rgb(10 94 116 / .69);
    display: block;
    position: absolute;
    top: 20px;
    z-index: 1;
}

body.error404 h1.fl-heading {
    position: relative;
    font-size: 76px !important;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    z-index: 9;
    padding-top: 100px;
}

body.error404 h1.fl-heading:after {
    content: '';
    background: #fff;
    height: 5px;
    display: block;
    text-align: center;
    margin: 15px auto;
    max-width: 20%;
}

body.error404 h2.fl-post-title {
    font-size: 36px;
    color: #fff;
    font-family: "Barlow Condensed", Verdana, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
    letter-spacing: 4px;
    text-align: center;
    z-index: 9;
    position: relative;
}

body.error404 #fl-main-content .fl-404 .fl-post-content a.fl-button {
    color: #fff;
    background-color: #0a5e74;
    font-family: "Barlow Condensed", Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    border-color: initial;
    border-radius: 0px;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 40px;
}

body.error404 #fl-main-content .fl-404 .fl-post-content a.fl-button:hover {
    background-color: #b0802c;
    text-decoration: none;
}

/* ninja form setting */
.nf-form-layout {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #8cd1cd;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(140, 209, 205, 0.22);
    background-size: cover;
    background-repeat: no-repeat;
}

.nf-form-wrap .nf-form-content label {
    font-weight: 700 !important;
    line-height: 1.3;
    display: block;
    font-size: 16px;
}

.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap select,
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap textarea {
    color: #606060;
    background-color: #ffffff;
    border-width: 0;
    border-color: #8cd1cd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    text-align: left;
    outline: none;
}

input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #2d2d2d;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto !important;
}

.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap select:focus,
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap textarea:focus {
    border-color: #dfad26;
}

.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap input[type="submit"],
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap .submit-wrap input[type="button"] {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    color: #ffffff;
    background-color: #0a5e74;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: normal;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: rgba(255, 0, 0, 0);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

button,
input[type=button],
input[type=submit] {
    background: #155f76;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #0c3542;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap input[type="submit"]:hover,
.fl-module-pp-ninja-form .pp-ninja-form-content .ninja-forms-form-wrap .submit-wrap input[type="button"]:hover {
    color: #ffffff;
    background: #b0802c;
}

.fl-node-5f3e0b5ee27fd nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fl-node-5f3e0b5ee27fd nf-field:first-child,
.fl-node-5f3e0b5ee27fd nf-field:nth-child(2) {
    width: 48.5%;
}

.fl-node-5f3e0b5ee27fd nf-field:nth-child(3),
.fl-node-5f3e0b5ee27fd nf-field:nth-child(4),
.fl-node-5f3e0b5ee27fd nf-field:nth-child(5) {
    width: 100%;
}

.nf-form-fields-required {
    display: none;
}

.text-center-last table tr td:nth-child(2) {
    text-align: center;
}

.text-center-last table.tablesaw thead tr th:not(:first-child),
.text-center-last table.tablesaw tbody tr.pp-table-row td:not(:first-child) {
    text-align: center !important;
}

.fl-module.fl-module-pp-infobox.infobox-icon-overlay {
    z-index: 9;
}

@media (max-width:768px) {
    .fl-row-custom-height>.fl-row-content-wrap {
        background-position: center center !important;

    }
}