/*Page Content*/
.site-content .entry-content img[class*="wp-image-"] {
    height: auto;
}


.entry-content h1,
.entry-content .h1 {
    font-size: 38px;
    line-height: 1.35;
    margin: 0 0 25px;
}

.entry-content .h2,
.entry-content h2 {
    font-size: 28px;
}

.entry-content .h3,
.entry-content h3 {
    font-size: 24px;
    line-height: 1.3;
}

.entry-content .h4,
.entry-content h4 {
    font-size: 22px;
    line-height: 1.4;
}

.entry-content .h5,
.entry-content h5 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content .h6,
.entry-content h6 {
    font-size: 18px;
    line-height: 1.6;
}

.c20-page-banner {
    background-color: #000;
    padding: 95px 0;
}

.banner-title {
    font-size: 56px;
    line-height: 1.15;
}

.hentry .post-thumbnail {
    margin-bottom: 30px;
}

.hentry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content .h2,
.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content .h3,
.entry-content h3 {
    margin: 20px 0 10px;
}

.entry-content p {
    font-weight: 400;
    line-height: 2;
    color: #333333;
}
.entry-content p {
    margin-bottom: 20px;
}

.bullet-list {
    padding-left: 30px;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) {
    padding: 25px 35px;
    background-color: #fafafa;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li {
    position: relative;
    list-style: none;
    padding-left: 42px;
    z-index: 1;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li:before,
.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: .3s;
    background-color: rgb(var(--brand-color));
    z-index: -1;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li:after {
    background-image: url(../img/control/sidebar-list-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li:not(:last-child) {
    margin-bottom: 25px;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li,
.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li a {
    font-weight: 500 !important;
}

.hentry > .entry-content a,
.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li a {
    color: #b9990a;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) li a:hover {
    text-decoration: underline;
}



.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    font-family: var(--primary-font);
}

.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    line-height: 1.3;
    font-weight: 700;
}


.main-sidebar .widget-title {
    line-height: 1.5;
    font-weight: 900;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 0;
    background: rgb(var(--brand-color));
    color: rgb(var(--secondary-color));
    font-size: 20px;
}

.main-sidebar .widget {
    background-color: #fafafa;
}
.main-sidebar .widget > *:not(.widget-title) {
    padding: 20px 20px;
    margin: 0;
}

/*.main-sidebar ul:not(.c20_social).menu {
    padding: 30px 0 0;
}
*/
.main-sidebar ul:not(.c20_social) li {
    list-style: none;
}

.main-sidebar ul:not(.c20_social) {
    padding: 20px 20px;
    margin: 0;
}

.main-sidebar ul:not(.c20_social) ul {
    padding: 0;
}

.main-sidebar ul:not(.c20_social) li {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 6px 0;
}

.main-sidebar ul:not(.c20_social) li.menu-item-has-children {
    padding-bottom: 0;
}

.main-sidebar ul:not(.c20_social) li a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 35px;
    display: block;
    position: relative;
    z-index: 1;
}

.main-sidebar ul:not(.c20_social) li a:after,
.main-sidebar ul:not(.c20_social) li a:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: .3s;
    background-color: rgb(var(--brand-color));
    z-index: -1;
}
.main-sidebar ul:not(.c20_social) li a:after {
    background-position: center;
    background-image: url(../img/control/sidebar-list-dark.png);
    background-repeat: no-repeat;
    background-size: 12px;
}

.main-sidebar ul:not(.c20_social) li a:hover {
    color: rgb(var(--secondary-color));
    text-decoration: none;
}

.main-sidebar ul:not(.c20_social) li a:hover:before {
    width: 100%;
    height: 100%;
}



/*Review Module*/
.page-review {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    clear: both;
}

.review-header {
    background-color: rgb(var(--brand-color));
    padding: 0 15px;
    text-align: left;
    border-radius: 0;
}

.review-header h2 {
    font-size: 18px !important;
    padding: 16px 0;
    color: rgb(var(--text-color)) !important;
}

.review-body {
    background-color: #fafafa;
    padding: 20px;
    padding-left: 150px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ebebeb;
    border-top: 0;
    text-align: left;
}

.review-body {
    background-image: url(../img/light-guy-bulb.png);
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: 5px center;
}

.review-star-count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 15px;
}

.review-text {
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 15px;
}

.review-star-count img:not(:last-child) {
    margin-right: 6px;
}

.review-author {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 10px;
}

.review-footer {
    background: #fff;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-footer__right a {
    margin-bottom: 10px;
}

.review-footer__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.review-footer__right .btn {
    box-shadow: none;
    border: 2px solid rgb(var(--secondary-color));
    color: rgb(var(--secondary-color)) !important;
    background:rgb(var(--brand-color))  !important;
    font-size: 16px;
    padding-right: 25px;
    padding-left: 25px;
}

.review-footer__right .btn:hover {
    background: rgb(var(--secondary-color)) !important;
    color: rgb(var(--brand-color)) !important;
    border-color: rgb(var(--secondary-color)) !important;
}

.job-form-wrap {
    padding: 25px 30px 20px !important;
}

.job-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.job-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.job-form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
    color: #000;
}

@media screen and (max-width: 480px) {

    .review-footer__right .btn {
        width: 100%;
    }
}

@media screen and (min-width: 1199px) {

    .review-header h2 {
        font-size: 20px !important;
    }

    .review-footer {
        flex-direction: row;
        justify-content: space-between;
    }
}


/*Slogan module*/

.slogan-section {
    text-align: center;
    border: 1px solid #E4E4E4;
}

.slogan-section__header {
    border-top: 5px solid rgb(var(--brand-color));
    background: #fff;
    padding: 35px 60px;
}

.slogan-section__header img {
    margin-bottom: 25px;
}

.slogan-section__header h4 {
    line-height: 1.25;
}

.slogan-section__footer {
    background-color: rgb(var(--brand-color));
    padding: 35px 30px;
}

.slogan-section__footer h5 {
    line-height: 1.4;
    color: rgb(var(--secondary-color));
}

.slogan-section__footer .btn {
    padding: 12px 40px;
    font-size: 18px;
    border: 2px solid #fff;
}

.slogan-section__footer .btn:hover {
    background: #fff;
    color: #fff !important;
}

/*Nap*/
.c20_nap {
    padding: 0;
    margin-bottom: 0;
}

.c20_nap li {
    list-style: none;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left 5px;
}

.c20_nap li,
.c20_nap li a {
    color: #4A4A4A;
}

.c20_nap li:not(:last-child) {
    margin-bottom: 10px;
}



/*Tips*/
.c20-tips-module {
    text-align: left;
    background-color: rgba(var(--secondary-color), .06);
    width: 100%;
    max-width: 1110px;
    margin: 15px auto;
}

.tips-header {
    background-color: rgb(var(--secondary-color));
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px;
    font-family: var(--secondary-font);
}

.tips-body {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #eee;
    border-top: 0;
}

.tips-thumb {
    margin-right: 20px;
    min-width: 120px;
    flex-basis: 120px;
}

.tips-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.tips-author {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-family: var(--secondary-font);
}

/* End Tips*/


/*Contact Form*/

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form label .wpcf7-form-control {
    display: block;
    width: 100%;
}

.wpcf7-form-control {
    font-family: var(--primary-font);
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding: 6px 10px;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
}

.wpcf7-form-control.wpcf7-radio {
    background: transparent;
    border: 0;
    padding: 0
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: rgb(var(--brand-color));
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    background:  rgb(var(--brand-color));
    color:  rgb(var(--secondary-color));
    padding: 10px 30px;
    border: 2px solid  rgb(var(--brand-color));
    transition: .3s;
    border-radius: 3px;
    width: 100%;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

.modal-body .wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
}

.wpcf7-form label {
    display: block;
    font-family: "Roboto Condensed";
    font-size: 20px;
}

.modal-body .wpcf7-form label {
    font-size: 18px;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background:rgb(var(--secondary-color));
    color:  rgb(var(--brand-color));
}

.wpcf7 form .wpcf7-response-output {
    margin: 5px 0 10px;
    padding: 5px 15px;
}

#commonContactForm .modal-body {
    padding-bottom: 0
}

.modal-body .row > div:last-child .form-group {
    margin-bottom: 0;
}

.modal-body div.wpcf7-response-output {
    margin: 0 0 20px;
    padding: 2px 10px;
}

.modal-body textarea.wpcf7-form-control {
    height: 100px;
}

.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
    color: #333333;
    font-size: 14px;
}



/*Carrer Form*/

.carrer-form label {
    font-size: 15px;
    font-weight: 600
}

.form-block-title {
    line-height: 1 !important;
    margin: 30px 0 20px
}

.form-block-title span {
    font-size: 15px;
    color: #666
}

.carrer-form .wpcf7-form-control.wpcf7-checkbox {
    background: 0 0;
    border: 0;
    padding-left: 0;
}

.carrer-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:first-child {
    margin-left: 0
}

.checkbox-item-block .wpcf7-list-item {
    display: block;
    margin-left: 0
}

.carrer-form span.wpcf7-not-valid-tip {
    line-height: 1
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.print-button {
    background-color: rgb(var(--primary-color));
    padding: 15px 50px 10px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 50px;
    line-height: 18px;
    margin: 0 auto;
    color: rgb(var(--primary-color));
    display: inline-block;
    position: absolute;
    right: 4rem;
    cursor: pointer;
}

@media screen and (max-width:991px) {

    .carrer-form section p.smaller,
    .carrer-form section p.small,
    .carrer-form section p {
        width: 100%;
    }
}

/*Sidebar*/

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 32px;
}

.c20_collapse {
    border-bottom: 1px solid #fff;
}
.c20_collapse:not(:last-child) {
    padding-bottom: 10px;
}

/*.c20_collapse.c20_collapse_open.collapse_icon .c20_collapse_header{
    color: #333333;
    background: transparent;
}*/

/*.c20_collapse.c20_collapse_open .c20_collapse_header {
    background: rgb(var(--primary-color));
    color: #fff;
}*/


/*.c20_collapse.collapse_icon .c20_collapse_header {
    background: rgb(var(--primary-color));
    color: #fff;
}*/

.collapse_status,
.c20_collapse_header {
    color: #fff;
}
.c20_collapse_header {
    font-size: 20px;
    background-color: rgb(var(--brand-color));
    color: rgb(var(--secondary-color));
    position: relative;
    cursor: pointer;
    transition: .5s;
    line-height: 1.5;
    font-weight: 900;
    padding: 15px 20px;
}

.collapse_status {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 30px;
    margin-top: -11px;
    color: #000;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.collapse_icon:not(.c20_collapse_open) .collapse_status:before,
.c20_collapse.c20_collapse_open .collapse_status:before {
    content: "\2212";
}
.collapse_status:before,
.c20_collapse_open.collapse_icon .collapse_status:before {
    content: "\002b";
}

.c20_collapse_nav {
    padding: 5px 0;
}

.c20_collapse:not(.c20_collapse_open) .c20_collapse_nav {
    display: none;
}

/*.c20_collapse .menu ul,
.c20_collapse_nav ul {
    padding: 0;
    margin-bottom: 0;
}

.c20_collapse .menu ul li,
.c20_collapse_nav ul li {
    list-style: none;
}
*/
/*.c20_collapse .menu ul li a,
.c20_collapse_nav ul li a {
    font-size: 16px;
    color: #333;
    padding: 18px 20px;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
*/

/*.c20_collapse .menu .sub-menu li a,
.c20_collapse_nav .sub-menu li a {
    padding-left: 40px;
}*/

/*.c20_collapse .menu ul li:last-child a,
.c20_collapse_nav ul li:last-child a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
*/

/*.c20_collapse .menu .sub-menu li:last-child a,
.c20_collapse_nav .sub-menu li:last-child a {
    border-bottom: 0;
}*/

/*.c20_collapse .menu ul li a:hover,
.c20_collapse_nav ul li a:hover {
    background-color: rgba(54, 77, 126, 0.06);
}*/

.c20_collapse_contact .c20_collapse {
    background: transparent;
}

.c20_collapse_contact .c20_collapse_nav {
    padding: 15px 0 0;
}
.c20_collapse_contact .c20_collapse_header {
    background-color: #E12D2B;
    color: #fff;
}


/*new style */

.c20-quote {
    /*background-color: #fafafa;*/
    background-color: rgba(var(--brand-color), .05) ;
    border: 2px solid rgb(var(--brand-color));
    
    box-shadow: rgb(var(--brand-color)) 10px 10px 0px 0px;
    border-radius: 4px;
    padding: 25px 20px;
    line-height: 1.7;
    position: relative;
    width: 100%;
    margin: 15px auto 25px;
    font-size: 17px;
    color: rgb(var(--secondary-color));
}

.c20-quote a {
    /*color: rgb(var(--brand-color)) !important;*/
}


/*.c20-quote:before {
    content: '';
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
*/
/*.c20-quote-bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
}*/

.c20-quote p:last-child {
    margin-bottom: 0;
}



/*Blog*/

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

body.search article.page,
body.search article.post,
body.archive article.post,
body.archive article.page {
    margin-bottom: 40px;
}


article.c20-post-card {
    margin-bottom: 30px;
}

.c20-post-card:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.entry-meta {
    padding: 0;
    margin-bottom: 10px;
}

.entry-meta li {
    list-style: none;
    display: inline-block;
}

.entry-meta li {
    color: #333 !important;
    line-height: 1;
}

.entry-meta li,
.entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}

.entry-meta li a {
    color: rgb(var(--primary-color)) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

.c20-post-card .post-thumbnail img {
    height: auto;
}

.c20-post-card header.entry-header a {
    text-decoration: none;
}

@media (min-width: 1199px) {

    .blog-page-post-body {
        overflow: hidden;
    }

    .c20-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.c20_pagination {
    text-align: center;
}
.c20_pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(var(--primary-color));
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.c20_pagination .prev,
.c20_pagination .next {
    width: auto;
    background: transparent;
    height: auto;
    color: rgb(var(--primary-color));
    padding: 0 10px;
}

.c20_pagination span.page-numbers.current {
    opacity: .5;
}

.c20_pagination span.page-numbers.dots {
    width: auto;
    background: transparent;
    color: rgb(var(--primary-color));
}


@media (max-width: 991px) {

    .c20-page-banner {
        padding: 60px 0;
    }
    .banner-title {
        font-size: 42px;
    }
}


@media (max-width: 600px) {

    .entry-content h1,
    .entry-content .h1 {
        font-size: 32px;
        line-height: 1.35;
    }

    .entry-content .h2,
    .entry-content h2 {
        font-size: 26px;
    }

    .entry-content .h3,
    .entry-content h3 {
        font-size: 22px;
    }

    .entry-content .h4,
    .entry-content h4 {
        font-size: 20px;
    }

    .entry-content .h5,
    .entry-content h5 {
        font-size: 18px;
    }

    .entry-content .h6,
    .entry-content h6 {
        font-size: 16px;
    }
    
    .banner-title {
        font-size: 34px;
    }
    .entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.bullet-list) {
        padding: 20px 20px;
    }
}



@media (max-width: 480px) {

    .review-body, 
    .review-header {
        text-align: center;
    }

    .review-star-count {
        justify-content: center;
    }

    .review-body {
        padding-left: 20px;
        padding-top: 150px;
        background-size: 100px;
        background-position: center 10px;
    }

}

