@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Thin.ttf);
    font-weight: 100;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Light.ttf);
    font-weight: 300;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Bold.ttf);
    font-weight: 700;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}

@font-face{
    font-family: 'Poppins';
    src: url(/wp-content/themes/genesis-child-op/fonts/poppins/Poppins-Black.ttf);
    font-weight: 900;
}

.vb-inner-box ul::after {
    clear: both;
    content: " ";
    display: table;
}

html { 
  scroll-behavior: smooth; 
}

body {
    background-color: transparent;
    color: #121212;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

body > div {
    font-size: 14px;
}

a {
    color: #212121;
}

a:hover,
a:focus {
    color: #121212;
}

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

label,
input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important; 
}

label {
    font-size: 14px !important;
    display: block;
}

input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea {
    font-size: 14px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    border-color: #000;
    font-size: 14px !important;
    background-color: #000 !important;
    color: #fff !important;
}

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

button:focus,
.button:focus,
.btn:focus {
    outline: 0;
}

a.button,
a.btn {
    text-decoration: none;
}

/* TOP BAR
=========================== */


/* HEADER AREA
=========================== */
.site-header {
    background-color: #000;
    padding: 10px 0;
}

.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    border: none;
}

.home.logged-in .site-header {
    top: 32px;
}

.site-header .wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.title-area {
    padding: 14px 0;
}

.site-title {
    font-size: 22px;
    line-height: 1;
}

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

@media only screen and (min-width: 768px) {
    .header-widget-area {
        float: right;
        text-align: right;
        width: calc(100% - 500px);
    }

    .header-widget-area .widget_nav_menu {
        float: none;
    }

    .menu-toggle.nav-header {
        float: right;
    }
}

@media only screen and (min-width: 1021px) {
    .home .site-header.fixed {
        position: fixed !important;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .fp-slider {
        margin-top: 70px !important;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    /*
    .title-area,
    .header-widget-area {
        text-align: center;
    }

    .header-widget-area {
        margin-top: 20px;
    }
    */
    .header-widget-area {
        margin-top: 0;
    }
}

/* NAVIGATION
=========================== */
.nav-header {
    text-transform: uppercase;
}

.menu-toggle:before, 
.menu-toggle.activated:before {
    font-size: 14px !important;
    font-weight: 400 !important;
}

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

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

    .sub-menu {
        min-width: 200px;
        background-color: #000;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1021px) {
    .nav-header .menu a {
        padding: 0px 16px;
    }
}

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

@media only screen and (max-width: 1020px) {
    nav.nav-header {
        background-color: #000;
        margin-top: 50px;
    }

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

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

@media only screen and (max-width: 767px) {
    nav.nav-header {
        margin-top: 25px;
    }
}

/* BEFORE FOOTER WIDGETS
=========================== */
.before-footer {
    background-color: transparent;
    color: #000;
}

.before-footer .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.before-footer a {
    color: #000;
    text-decoration: none;
}

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

.before-footer .gform_widget {
    padding-top: 25px;
}

.footer-widget-1-inner {
    text-align: center;
}

.before-footer .gform_widget {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
}

.before-footer .gform_footer {
    padding-bottom: 0 !important;
}

.before-footer input[type="submit"] {
    margin: 0 !important;
    width: 100%;
    text-transform: uppercase;
}

.fw1-box-2 {
    padding-top: 25px;
}

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

@media only screen and (max-width: 1020px) {
    
}

/* SITE FOOTER
=========================== */
.site-footer {
    background-color: #000;
    color: #fff;
}

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

.site-footer a.external-links {
    color: #ccc;
    font-weight: 500;
}

.site-footer a:hover,
.site-footer a.external-links:hover {
    color: #ddd;
}

/* SLIDER
=========================== */
.fp-slider .rslides,
.fp-slider .rslides img {
    height: auto;
}

/* PAGES & POSTS
=========================== */
.footer-contact-form-page .gform_footer {
    padding-bottom: 0 !important;
}

.footer-contact-form-page input[type="submit"] {
    margin: 0 !important;
    width: 100%;
    text-transform: uppercase;
}

.widget-title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.frontpage-widget-sections .widget-title {
    margin-bottom: 25px;
}

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

.fp-section-1 .wrap {
    width: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.fp-section-3 .wrap {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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