/* FONTS 
=========================== */
@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-thin.woff2) format('woff2');
    font-weight: 200;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-light.woff2) format('woff2');
    font-weight: 300;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-regular.woff2) format('woff2');
    font-weight: 400;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-semi-bold.woff2) format('woff2');
    font-weight: 600;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-bold.woff2) format('woff2');
    font-weight: 700;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-extra-bold.woff2) format('woff2');
    font-weight: 800;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
    font-family: 'Muli';
    src: url(/wp-content/themes/genesis-child-op/fonts/muli/muli-black.woff2) format('woff2');
    font-weight: 900;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.tab::after {
    clear: both;
    content: " ";
    display: table;
}

html { 
  scroll-behavior: smooth; 
}

body {
    font-family: 'Muli', sans-serif;
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

label,
input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-family: 'Muli', sans-serif;
}

textarea {
    height: 120px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    border-color: #ffc035;
    background-color: #ffc035 !important;
    padding: 12px 24px !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    border-color: #252525;
    background-color: #252525 !important;
}

.wpforms-container {
    margin: 0 !important;
}

.wpforms-container .wpforms-field {
    padding: 0 0 25px !important;
}

.wpforms-container .wpforms-field-label {
    margin-bottom: 5px !important;
}

.wpforms-container ::-webkit-input-placeholder,
.forminator-ui ::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container :-moz-placeholder,
.forminator-ui :-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container ::-moz-placeholder,
.forminator-ui ::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container :-ms-input-placeholder,
.forminator-ui :-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container ::-ms-input-placeholder,
.forminator-ui ::-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container ::placeholder,
.forminator-ui ::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.wpforms-container select option,
.forminator-ui select option {
    color: #666 !important;
}

.forminator-ui .forminator-row {
    margin-bottom: 20px !important;
}

.forminator-ui .forminator-field-address .forminator-row {
    margin-bottom: 0 !important;
}

.forminator-ui .forminator-field label {
    color: #111 !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
}

.forminator-ui .forminator-input,
.forminator-ui .forminator-multiselect,
.forminator-ui .forminator-textarea,
.forminator-ui .forminator-multi-upload,
.forminator-ui .select2-selection--single {
    background-color: transparent !important;
}

.forminator-ui .forminator-multiselect,
.forminator-ui .select2-selection--single {
    border: 1px solid #dcdcdc !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.forminator-ui .forminator-multi-upload a {
    color: #ffc035 !important;
    text-decoration: none !important;
}

.forminator-ui .forminator-multi-upload a:hover {
    color: #252525 !important;
}

.forminator-ui .forminator-option.forminator-is_checked,
.forminator-select .select2-results__option--selected {
    background-color: transparent !important;
    color: #252525 !important;
}

.forminator-select .forminator-select-dropdown {
    padding: 0 !important;
    border-color: #252525 !important;
}

.forminator-select.select2-container--open .select2-selection__arrow {
    color: #252525 !important;
}

/* TO TOP & CHAT BOX
=========================== */
.to-top {
    bottom: 40px;
}

.to-top,
.to-top:active,
.to-top:focus,
.to-top:hover {
    background-color: #ffc035 !important;
    color: #fff !important;
}

#qlwapp {
    width: auto !important;
}

#qlwapp .qlwapp-toggle {
    margin-top: 0 !important;
    margin-bottom: 90px !important;
}

#qlwapp .qlwapp-toggle, 
#qlwapp .qlwapp-box .qlwapp-header, 
#qlwapp .qlwapp-box .qlwapp-user, 
#qlwapp .qlwapp-box .qlwapp-user:before {
    background-color: #252525 !important;
}

/* HEADER AREA
=========================== */
.site-header {
    background-color: #ffc035;
}

.site-title {
    font-size: 26px;
    font-weight: 300;
}

.site-title a {
    color: #fff;
}

.header-widget-area .widget {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .header-widget-area {
        width: calc(100% - 380px);
    }
    
    .header-widget-area .widget_nav_menu {
        float: none;
    }
}

@media only screen and (min-width: 1021px) {
    .site-header {
        position: fixed;
        width: 100%;
        z-index: 6;
    }
}

/* NAVIGATION
=========================== */
.nav-header .menu .menu-item {
    font-weight: 600;
}

@media only screen and (min-width: 1021px) {
    .nav-header .menu a {
        color: #fff;
    }

    .nav-header .menu .current-menu-item a,
    .nav-header .menu .current-menu-parent a {
        color: #fff;
    }

    .nav-header .menu a:hover {
        color: #ddd;
    }

    .nav-header .sub-menu {
        min-width: 280px;
        background-color: #eee;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
        padding: 10px 10px 20px;
    }

    .nav-header .sub-menu a {
        color: #000 !important;
    }

    .nav-header .sub-menu a:hover,
    .nav-header .sub-menu a:focus,
    .nav-header .sub-menu a:active {
        color: #666 !important;
    }
}

@media only screen and (max-width: 1139px) and (min-width: 1021px) {
    
}

@media only screen and (max-width: 1020px) {
    .menu-toggle {
        background-color: #004D23 !important;
        font-weight: 600;
    }

    .menu-toggle:hover,
    .menu-toggle:active,
    .menu-toggle:focus {
        background-color: #004D23 !important;
    }

    .menu-toggle:before, 
    .menu-toggle.activated:before {
        font-size: 14px !important;
        line-height: 40px !important;
    }

    nav.nav-header {
        background-color: #eee;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
        margin-top: 25px;
        padding: 15px 15px 25px;
    }
}

/* FOOTER WIDGETS
=========================== */
.footer-widgets {
    background-color: #252525;
    color: #fff;
}

.footer-widgets a {
    color: #fff;
}

.footer-widgets a:hover {
    color: #ccc;
}

.footer-widget-area .menu li.menu-item:before {
    color: #fff;
}

.footer-cb .button {
    background-color: #fff !important;
    color: #111 !important;
}

.footer-cb .button:focus,
.footer-cb .button:active,
.footer-cb .button:hover {
    background-color: #666 !important;
}

.footer-widget-about-sec h3 {
    margin-bottom: 0;
}

.footer-widgets-1 .widget {
    /*
    width: 440px;
    max-width: 100%;*/
}

.footer-widgets-3 .widget {
    width: 240px;
}

@media only screen and (min-width: 768px) {
    
}

/* SITE FOOTER
=========================== */
.site-footer {
    background-color: #ffc035;
    color: #fff;
    font-weight: 600;
}

.site-footer p {
    line-height: 1.625;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #333;
}

/* PAGES & POSTS
=========================== */
.page article .entry-header {
    display: none;
}

.page .site-inner {
    padding-top: 40px;
}

.fp-featured-section {
    /*padding: 0 0 60px;*/
    background: url(/wp-content/themes/genesis-child-op/images/handyman-toolbelt3.png);
    background-size: cover;
    background-position: bottom right;
}

.fp-featured-section .inner-overlay {
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
/*
.fp-featured-section .wrap {
    max-width: 100%;
    line-height: 0;
    padding: 0 !important;
    position: relative;
}

.fp-featured-section img {
    width: 100%;
}
*/
.fp-featured-section .widget_custom_html {
    /*position: absolute;*/
    padding: 100px 0;
}

.overlay-text {
    color: #fff;
}

.overlay-text ul {
    margin: 0;
    padding-bottom: 0;
}

.overlay-text li {
    font-size: 20px;
}

.frontpage-widget-sections {
    padding-bottom: 60px;
}

@media only screen and (min-width: 1021px) {
    .fp-featured-section {
        padding-top: 93px;
    }
}

.frontpage-widget-sections .fp-wa {
    padding-top: 80px;
    margin: 0;
}

.frontpage-widget-sections .widget-title {
    margin: 0 auto 40px;
    font-size: 28px;
}

@media only screen and (max-width: 1020px) {
    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    .site-title {
        font-size: 26px !important;
    }

    .fps-buttons .button {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500 !important;
    }
}

@media only screen and (max-width: 639px) {    
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }
}