/*
Theme Name: EnjoyLife Child Theme
Theme URI: https://wpenjoy.com/themes/enjoylife-child-theme
Description: Child Theme for EnjoyLife
Author: WPEnjoy
Author URI: https://wpenjoy.com
Template: enjoylife
Version: 1.0.78
*/

body {
    scroll-behavior: auto;
}
.container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.site-header {
    border-bottom: 1px solid #E6E6E6;
}
h1 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 15px;
}
h2 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.2;
}
#primary {
    width: 770px;
}
#primary-menu li.current_page_item a,
#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-item a,
#primary-menu li.sfHover a,
#primary-menu li a:hover {
    background: none;
    color: #292929;
}
#primary-menu li {
    margin: 0 15px;
    min-height: 24px;
}
#primary-menu li a {
    text-transform: none;
    line-height: 1.6;
    font-size: 14px;
}
#primary-menu li a:hover {
    border-bottom: 2px solid #00AD45;
}
.content-area {
    padding-bottom: 50px;
}
.sidebar {
    width: 345px;
    border-left: 1px solid #E6E6E6;
    padding-left: 25px;
    margin-left: 25px;
    margin-bottom: 0;
}
.sidebar .theiaStickySidebar {
    width: 100%;
}
@media only screen and (min-width: 960px) and (max-width:1199px) {
    .container {
        width: 940px;
    }
    #primary {
        width: 590px;
    }
    .sidebar {
        width: 295px;
    }
}
@media only screen and (max-width: 959px) {
    .sidebar {
        border-left: none;
        padding-left: 0;
    }
    .container, #primary, #secondary {
        width: 100%;
    }
    .content-area {
        padding-bottom: 0;
    }
}
.site-main {
    margin: 25px 0;
}
.site-content {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 479px) {
    .site-content.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.main-navigation {
    margin-left: auto;
    margin-right: auto;
}

.sf-menu li a {
    padding: 0;
}
.site-start .container {
    display: flex;
    align-items: center;
}
.site-start .site-branding {
    margin-right: 0;
}
.header-search {
    position: relative;
    top: 0;
    border-radius: 50px;
    overflow: hidden;
    height: auto;
    width: 300px;
}
.header-search .search-input {
    height: 42px;
    line-height: 42px;
    width: 100%;
    padding-left: 10px;
}
.header-search .search-submit {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 5px;
    right: 5px;
}
@media (max-width: 1199px) {
    .site-header .header-search {
        width: 220px;
    }
}
.social-icons {
    display: flex;
    align-items: center;
}
.social-icons a {
    display: flex;
    margin: 3px;
}
.mobile-menu ul {
    padding-left: 0;
}
@media (max-width: 959px) {
    #primary-nav {
        display: none;
    }
    .site-start:not(.mobile-menu) .social-icons {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .single .entry-header .entry-category,
    .single .entry-header .entry-comment,
    .single .entry-header .sep {
        display: initial;
    }
}
.rating {
    margin: 20px 0;
    background: #F2F4F3;
    padding: 16px 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
}
.rating .rating__title {
    margin-bottom: 7px;
}
.rating__text {
    font-size: 16px;
    margin: 10px 0;
}
.rating__stars {
    margin-top: 10px;
}
.rating-average__stars {
    display: flex;
    margin-right: 6px;
}
.rating.rating-bottom {
    flex-direction: column;
    margin: 40px 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.short-content-article .lwptoc_header {
    margin-bottom: 0;
}
.short-content-article.lwptoc-baseItems .lwptoc_items {
    margin-top: 6px;
}
.short-content-article .lwptoc_item {
    margin-top: 8px;
}
.short-content-article .lwptoc_item a {
    line-height: 1.5;
    display: inline-block;
}
.short-content-article .lwptoc_i {
    padding: 0;
}
.short-content-article.lwptoc-light .lwptoc_i {
    background: none;
}
.short-content-article .lwptoc_title {
    background: #DEEDE4;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.short-content-article .lwptoc_toggle:before,
.short-content-article .lwptoc_toggle:after {
    display: none;
}
.short-content-article .lwptoc_toggle a.lwptoc_toggle_label {
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}
.short-content-article .lwptoc_toggle a.lwptoc_toggle_label:focus,
.short-content-article .lwptoc_toggle a.lwptoc_toggle_label:active {
    color: #757575;
}
.short-content-article .lwptoc_item_number {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #00AD45;
}
.custom-author-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.custom-author-box a {
    display: contents;
}
.custom-author-box {
    background: #F2F4F3;
    padding: 30px 30px 20px 30px;
}
.custom-author-box .author-box {
    border-top: none;
    margin-top: 0;
    padding: 0;
}
.author-box .avatar {
    width: 60px;
    height: 60px;
}
.author-name a {
    color: #292929;
}
.about-author {
    background: #DEEDE4;
    color: #292929;
    padding: 35px;
    margin: 35px 0;
}
.about-author .social-icons {
    margin-top: 20px;
    justify-content: center;
}
@media (max-width: 767px) {
    .custom-author-box .author-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .author-box .avatar {
        margin-bottom: 15px;
        margin-right: 0;
    }
}
.custom-block,
blockquote.custom-block {
    padding: 25px 25px 25px 90px;
    position: relative;
    color: #000000;
    border-left: none;
    background: #DEEDE4;
}
blockquote.custom-block:after {
    display: none;
}
.custom-block p,
blockquote.custom-block p {
    font-size: 16px;
}
.custom-block p em,
blockquote.custom-block p em {
    font-weight: 600;
    font-style: normal;
}
.block-question:before,
.block-attention:before {
    position: absolute;
    display: block;
    content: '';
}
.block-question:before {
    background: url(assets/img/icon-question.png) center no-repeat;
    width: 44px;
    height: 44px;
    left: 25px;
    top: calc(50% - 24px);
}
.block-attention:before {
    background: url(assets/img/icon-attention.svg) center no-repeat;
    width: 44px;
    height: 44px;
    left: 25px;
    top: calc(50% - 22px);
}
@media (max-width: 767px) {
    .custom-block,
    blockquote.custom-block {
        padding-left: 70px;
    }
    .block-question:before {
        left: 14px;
    }
    .block-attention:before {
        left: 14px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1110px) {
    #page {
        width: auto;
    }
}
@media (max-width: 1299px) {
    #back-top {
        right: 15px;
        left: auto;
    }
}
@media  only screen and (max-width: 1110px) {
    #back-top {
        display: block !important;
        left: auto;
        right: 15px;
        margin-left: 0;
    }
}

.block-buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.block-buttons .btn {
    margin: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.block-buttons .btn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}
.block-buttons .btn a,
.block-buttons .btn a:hover,
.block-buttons .btn a:visited {
    color: #ffffff;
    text-decoration: none;
}
.featured-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
#featured-grid .hentry {
    display: flex;
    align-items: center;
    background: #F2F4F3;
    overflow: hidden;
    padding: 10px;
}
#featured-grid .entry-header {
    background: none;
}
#featured-grid .entry-header.has-thumb {
    padding: 0;
}
#featured-grid .thumbnail-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
}
.addtoany_share_save_container.addtoany_content {
    margin: 35px 0;
}
.addtoany_share_save_container .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 50%;
    padding: 3px;
}
.page-content .tag-links a,
.entry-content .tag-links a {
    text-decoration: none;
}
.sidebar .widget {
    margin: 25px 0;
}
.sidebar .widget .widget-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    border-bottom: none;
}
.sidebar .widget .widget-title span {
    background: #DEEDE4;
    display: inline-block;
}
@media (max-width: 959px) {
    .sidebar .widget:first-child {
        margin-top: 0;
    }
}
.site-branding img {
    max-width: 150px;
}
@media (max-width: 1199px) {
    .site-branding img {
        max-width: 120px;
    }
}
.content-loop .no-results .widget-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.35;
    color: #333;
    font-weight: 700;
    text-align: left;
}
.widget.widget_tag_cloud {
    margin-bottom: 25px;
}
#secondary-bar {
    background: linear-gradient(to top right, #009900 0%, #ccff99 100%);
}
blockquote {
    margin: 25px 0;
    background: #BCE8EA;
    color: #131314;
    padding: 30px 30px 30px 90px;
    position: relative;
    font-family: 'Lato', sans-serif;
}
blockquote:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    top: 20px;
    left: 16px;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
blockquote:after {
    content: "";
    width: 4px;
    background: white;
    position:absolute;
    left: 70px;
    top: 20px;
    bottom: 20px;
}
blockquote p {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 300;
}

#featured-content .bxslider .featured-slide img {
    height: 355px;
    object-fit: cover;
}
@media (max-width: 959px) {
    #featured-content .bxslider {
        display: block;
        height: 355px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    #featured-content .bxslider {
        height: 265px;
    }

    #featured-content .bxslider .featured-slide img {
        height: 265px;
    }
}
@media (max-width: 449px) {
    #featured-content .bxslider {
        height: 225px;
    }
    #featured-content .bxslider .featured-slide img {
        height: 225px;
    }
    #featured-content .featured-slide .entry-title {
        margin-bottom: 0;
    }
    #featured-content .featured-slide .entry-header {
        bottom: 20px;
    }
}
.entry-related,
.comments-area {
    border-top: none;
}
.comments-area {
    margin-bottom: 40px;
}
.entry-related .related-loop .hentry .thumbnail-wrap {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
    .entry-related .related-loop .hentry .thumbnail-wrap {
        height: 90px;
    }
}
details summary {
    cursor: pointer;
    background: #DEEDE4;
    margin: 10px 0;
    padding: 18px 20px;
}
details summary::marker {
    color: #00ad45;
}
#featured-content .featured-slide .entry-category a {
    background: #00AD45;
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 15px;
    height: auto;
}
.bx-wrapper .bx-controls-direction {
    visibility: visible;
}
.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    background-color: rgba(215, 215, 215, 0.7);
    border-radius: 50%;
}
.bx-wrapper .bx-prev {
    left: -10px;
}
.bx-wrapper .bx-next {
    right: -10px;
}
#featured-grid .entry-category,
.entry-bottom .entry-category {
    background: #DEEDE4;
    border-radius: 50px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    padding: 5px 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#featured-grid .entry-category a,
.entry-bottom .entry-category a {
    color: #292929;
}
#featured-grid .hentry:hover .entry-header {
    background: none;
}
.archive .breadcrumbs .breadcrumbs-nav, .search .breadcrumbs .breadcrumbs-nav {
    margin-bottom: 0;
	color: #000000;
}
.breadcrumbs {
    border-bottom: none;
}
@media (max-width: 959px) {
    .breadcrumbs {
        padding-left: 0;
        padding-right: 0;
    }
}
.entry-flex {
    display: flex;
    align-items: center;
}
.entry-author {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
.content-loop .hentry {
    border-bottom: none;
}
.content-loop .thumbnail-link {
    margin-right: 0;
    margin-left: 20px;
    width: max-content;
}
.content-loop .entry-meta,
.single .entry-header .entry-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 599px) {
    .entry-flex {
        flex-direction: column-reverse;
    }
    .content-loop a.thumbnail-link {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }
    .content-loop .entry-author,
    .content-loop .entry-category {
        display: flex;
    }
}
.entry-meta a {
    color: #000000;
}
.content-loop .entry-meta img,
.single .entry-header .entry-meta img {
    border-radius: 50%;
    margin-right: 10px;
}
.entry-author .dot {
    margin: 0 5px;
}
.content-loop .entry-summary {
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
}
#primary p, .widget p {
    line-height: 1.6;
}
.entry-bottom {
    display: flex;
    flex-wrap: wrap;
}
.entry-bottom .entry-category {
    margin-right: 10px;
    flex-shrink: 0;
}
.entry-bottom .entry-rating,
.entry-bottom .entry-count-reviews {
    margin: 0 15px 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    color: #757575;
}
.entry-bottom .entry-rating img,
.entry-bottom .entry-count-reviews img {
    margin-right: 5px;
}
.page-content ul li:before,
.entry-content ul li:before {
    color: #00ad45;
    font-weight: 600;
    font-size: 24px;
}
ul li::marker,
ol li::marker {
    color: #00ad45;
    font-weight: 600;
}
table tr:first-child td {
    background: #DEEDE4;
}
table tr:nth-child(odd) td {
    background: #F2F4F3;
}
table td {
    border-color: #E6E6E6;
}
table {
    color: #000000;
}
table a {
    color: #000000 !important;
}
input {
    outline: none !important;
}
button, .btn, input[type="submit"], input[type="reset"], input[type="button"], .comment-form .submit {
    padding: 13px 32px;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
}
.pagination {
    margin-bottom: 25px;
    border-top: none;
    padding: 0;
}
.pagination .page-numbers:not(.dots) {
    background: #D7D7D7;
    border-radius: 60px;
    color: #757575;
    margin: 0 7px;
    width: 40px;
    padding: 0;
}
.pagination .page-numbers.dots {
    padding: 0;
    vertical-align: sub;
}
.pagination .page-numbers.dots:hover {
    background: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
    background: #00AD45;
    color: #FFFFFF;
}
@media (max-width: 959px) {
    .pagination {
        margin-bottom: 0;
    }
}
@media (max-width: 449px) {
    .pagination .page-numbers {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .pagination .page-numbers:not(.dots) {
        width: 32px;
    }
}
.site-footer .container {
    padding: 95px 15px 55px;
}
.site-footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 55px;
}
.site-footer .footer-top__center {
    align-items: center;
}
.site-footer .header-search {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.site-footer #primary-menu li a {
    color: #FFFFFF;
}
.site-footer .footer-top__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.site-footer .email {
    margin-top: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #FFFFFF;
    white-space: nowrap;
}
#site-bottom {
    background: #00AD45;
    width: 100%;
}
#site-bottom .site-info a {
    font-weight: 700;
}
@media (max-width: 1199px) {
    .footer-top .logo {
        max-width: 120px;
    }
    .site-footer .email {
        font-size: 18px;
        font-weight: 500;
    }
}
@media (max-width: 959px) {
    .site-footer .container {
        padding-top: 55px;
    }
    .site-footer .header-search {
        display: block;
        margin-top: 50px;
    }
    .site-footer .header-search .search-input {
        margin: 0;
    }
    .site-footer .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .footer-top .logo {
        max-width: none;
    }
    .site-footer .footer-top__center {
        margin-top: 30px;
    }
    .site-footer .footer-top__right {
        align-items: center;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .site-footer #primary-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .site-footer #primary-menu li {
        margin: 10px;
    }
}
.label-color {
    background: #DEEDE4;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #292929;
    width: fit-content;
}
.contacts__title {
    margin-bottom: 15px;
}
.contacts-row {
    display: flex;
}
.contacts__col {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex: 1;
}
.contacts__col a {
    color: #292929;
    font-weight: 600;
}
@media (max-width: 559px) {
    .contacts-row {
        flex-direction: column;
    }
}
button.close-nav-toggle {
    padding: 1.5rem;
    width: auto;
    margin-left: auto;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    color: #000;
}
.header-toggles {
    top: 30px;
}

.form-row {
    display: flex;
    margin-left: -9px;
    margin-right: -9px;
}
.form-row .form-group {
    width: 50%;
    margin-left: 9px;
    margin-right: 9px;
}
.form-group {
    width: 100%;
    margin-bottom: 15px;
}
input.form-control,
textarea.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    padding: 11px 15px 10px 15px;
    background-color: #F2F4F3;
    height: auto;
    border: none;
    line-height: 1.6;
    width: 100% !important;
}
input.form-control {
    border-radius: 60px;
}
textarea.form-control {
    border-radius: 20px;
}
.btn {
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding: 13px 30px;
    display: flex;
    justify-content: center;
}
.wpcf7-form .btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.comment-form input[type="submit"] {
    border-radius: 50px;
    padding: 13px 32px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
    float: left;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: calc(50% - 25px);
}
.comment-form .comment-form-url {
    display: none;
}
@media (max-width: 549px) {
    .form-row {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .form-row .form-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .wpcf7-form .btn {
        min-width: 100%;
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 100%;
        margin-right: 0;
    }
}

.comment-awaiting-moderation {
    display: inline-block;
}