@font-face{
    font-family: 'Dancing Script';
    src: url(/wp-content/themes/genesis-child-op/fonts/dancing-script/DancingScript-VariableFont_wght.ttf);
}
/*
@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;
}
*/
@font-face{
    font-family: 'Roboto';
    src: url(/wp-content/themes/genesis-child-op/fonts/roboto/Roboto-Thin.ttf);
    font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

@font-face{
    font-family: 'Source Sans Pro';
    src: url(/wp-content/themes/genesis-child-op/fonts/Source-Sans-Pro/SourceSansPro-Black.ttf);
    font-weight: 900;
}
body {
    background-color: transparent;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

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

a {
    color: #222;
}

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

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

/* FORMS
=========================== */
input[type=text],
input[type=email], 
input[type=password],
input[type=tel],
input[type=date],
input[type=number],
select, 
textarea {
    color: #323232 !important;
    border: 1px solid #dcdcdc !important;
}

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: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important; 
}

label {
    font-size: 16px !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: 16px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    border-color: #003ea5;
    font-size: 16px !important;
    background-color: #003ea5 !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: #dd1c2f !important;
    border-color: #dd1c2f;
}

/* TABLES
=========================== */
td {
    background-color: #efefef;
    border: 1px solid #dedede;
}

th {  
    background-color: #003ea5;
    border: 1px solid #dedede;
    color: #fff;
    text-align: left;
}

th,
th label {
    font-weight: 500;
}

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


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

.main-slogan {
    font-family: marck;
    color: #003ea5;
    margin-bottom: 0;
    margin-top: 15px;
}

.main-slogan span {
    font-family: "Dancing Script", cursive;
}

.title-area {
    display: none;
}

.header-widget-area {
    float: none;
    width: 100%;
    text-align: center;
}

.title-area {
    line-height: 0;
}

.title-area a {
    display: inline-block;
}
/*
.header-image .site-title > a {
    background: url(/wp-content/themes/genesis-child-op/images/donnblue-282.png) no-repeat left;
    height: 110px;
    width: 282px;
}
*/
@media only screen and (min-width: 768px) {
    
}

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

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

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

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

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

/* NAVIGATION
=========================== */
.nav-primary {
    font-family: 'Roboto', sans-serif;
    background-color: #003ea5;
    padding: 8px 0;
}

.nav-primary .menu-item a,
.nav-primary .menu-item a:hover {
    color: #fff;
}

@media only screen and (min-width: 1021px) {
    .nav-primary .menu {
        text-align: center;
    }

    .nav-primary .menu-item a {
        border-top: 2px solid transparent;
    }

    .nav-primary .menu-item a:hover,
    .nav-primary .current-menu-item a {
        border-top: 2px solid #fff;
    }

    .nav-primary .sub-menu {
        text-align: left;
    }
}

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

@media only screen and (max-width: 1020px) {
    .menu-toggle {
        width: 100%;
        background-color: #003ea5 !important;
    }

    .menu-toggle:hover,
    .menu-toggle:focus,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background-color: #003ea5 !important;
    }

    nav {
        width: 100%;
        left: 0;
        margin-top: 0;
    }
}

/* FOOTER WIDGETS
=========================== */
.footer-widgets {
    background-color: #003ea5;
    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 h3 {
    color: #fff;
}

/* SITE FOOTER
=========================== */
.site-footer {
    background-color: #003ea5;
    color: #fff;
    font-size: 14px;
}

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

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

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

.ac {
    background-color: #ddd;
    color: #003ea5 !important;
    padding: 5px 40px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.ac:hover {
    background-color: #ccc;
    color: #003ea5 !important;
}

/* PAGES & POSTS
=========================== */
.fp-featured-section {
    background: url(/wp-content/themes/genesis-child-op/images/frnt_img-min.jpg);
    background-repeat: no;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.fp-featured-section .inner-overlay {
    padding: 200px 0;
}

.fp-featured-section-content-box,
.fp-why-choose-us-content-box {
    padding: 40px;
    background-color: #fff;
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.fp-section {
    text-align: center;
}

.fp-section-1 {
    padding: 80px 0;
}

.fp-section-4 {
    padding: 80px 0;
}

.fp-section-box-title,
.sec-header {
    color: #003ea5;
}

.fp-section-box-listings {
    line-height: 0;
}

.fp-section-box-listings h5 {
    margin-top: 10px;
}

.fp-section-box-listings a {
    text-decoration: none;
    color: #003ea5;
}

.fp-section-3 {
    background: url(/wp-content/themes/genesis-child-op/images/frnt-img-min.jpg);
    background-repeat: no;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.fp-section-3 .inner-overlay {
    padding: 100px 0;
}

.fp-our-services-details-box {
    padding-top: 60px;
}

.fp-section-6 {
    padding: 60px 0;
}

.fp-section-9 {
    padding: 60px 0;
}

.fp-add-details-box-3 h3 {
    color: #dd1c2f;
    line-height: 1;
}

.fp-add-details-box-3 h6 {
    color: #003ea5;
}

.fp-add-details-box-3 h6 {
    color: #003ea5;
    line-height: 1.6;
    margin-bottom: 0;
}

.fp-add-details-box-3 h6 span {
    color: #222;
}

.fp-add-details-box-3 h6:last-child {
    font-weight: 600;
}

.fp-section-box-content,
.fp-our-services-box-content,
.fp-why-choose-us-box-content,
.fp-meet-the-team-box-content,
.fp-section-7 .strong-view.wpmtst-default {
    width: 820px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fp-meet-the-team-box-content {
    padding-bottom: 40px;
}

.fp-featured-section-content-box h3 {
    color: #003ea5;
}

.fp-why-choose-us-content-box .fp-section-box-title h5 {
    color: #222;
}

.fp-section-box-top {
    color: #003ea5;
}

.fp-section .widget-title {
    font-size: 48px;
    color: #003ea5;
}

.fp-featured-section .button,
.fp-section .button {
    border-radius: 10px;
}

.fp-section .gform_wrapper {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.fp-our-services-details-box .one-third:nth-child(odd) {
    background-color: #eee;
}

.fp-section-7 {
    padding: 40px 0;
}

.fp-section-8 {
    padding: 40px 0;
    background-color: #eee;
}

.fp-meet-the-team-details-box {
    line-height: 1.2;
}

.fp-meet-the-team-details-box p {
    font-weight: 600;
}

@media only screen and (min-width: 1021px) {
    .fp-our-services-details-box .one-third {
        padding: 30px;
    }

    .fp-section-box-listings-1 {
        padding-right: 15px;
    }

    .fp-section-box-listings-2 {
        padding-left: 15px;
    }

    .fp-super-agent-details-box {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1020px) {
    /*  
    h1,
    .site-title {
        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;
    }
    */
    .fp-super-agent-details-box .column {
        padding-bottom: 30px;
    }

    .fp-super-agent-details-box .column:last-child {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .fp-section-2 {
        padding-bottom: 40px;
    }
    
    .fp-add-details-box .one-third {
        padding-bottom: 30px;
    }

    .fp-add-details-box .one-third:last-child {
        padding-bottom: 0;
    }
}

.fp-section-7 .strong-view.wpmtst-default .wpmslider-viewport,
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    text-align: center !important;
}

@media only screen and (min-width: 1021px) {
    .fp-section-7 .strong-view.wpmtst-default .wpmslider-viewport {
        height: 120px !important;
        overflow: hidden !important;
    }
}