/*
Theme Name: EcoNature Child
Theme URI: http://cmsmasters.net/eco-nature-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: EcoNature Child Theme
Template: econature
Version: 1.0.0
License:
License URI:
Text Domain: econature-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* Header Updates */


/* .header_mid .header_mid_inner .logo_wrap */

#header .header_mid_inner .logo_wrap {
    padding: 24px 0 20px 0;
}

.header_mid_inner .logo_wrap img {
    max-width: 179px;
}

body .header_mid_outer {
    border: none;
}


/* Navigation */

body #navigation>li>a,
body #navigation a {
    font-size: 15px;
    color: #682400;
    margin: 0 15px;
}

body #navigation>li>a:hover,
body #navigation>li.current-menu-item>a,
body #navigation>li.current_page_item>a,
body #navigation>li.current-menu-ancestor>a,
body #navigation>li.menu-item-highlight>a,
body #navigation a:hover,
body #navigation li.current_page_item>a {
    color: #41b05a;
}

body .header_mid_inner #navigation>li>a>span {
    padding: 0px;
    position: relative;
    z-index: 205;
}
#navigation .hotgreen-button a {
	margin-left:32px;
}
#navigation .hotgreen-button a span {
    display: inline-block;
    background: #4fd8d8;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fd8d8', endColorstr='#47dca9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
    text-transform: uppercase;
    padding: 11px 47px !important;
    border-radius: 33px;
}

#navigation .hotgreen-button a span.nav_bg_clr {
    background-image: none;
    background-color: transparent;
}

#navigation .nav_bg_clr,
html.csstransitions #navigation>li>a>span.nav_bg_clr {
    display: none;
}


/** Buttons **/

body .cmsms_row_inner .cmsms_button,
.donation-button a.button {
    background: #4fd8d8;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #4fd8d8 0%, #4fd8d8 39%, #47dca9 63%, #47dca9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fd8d8', endColorstr='#47dca9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 22px !important;
    padding: 12px 33px !important;
}

#footer .donation-button a.button {
    border: 1px solid #ffffff;
    font-size: 17px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    padding: 10px 14px !important;
    color: #682400;
    text-transform: uppercase;
}

body .cmsms_row_inner .cmsms_button.large-button {
    font-size: 25px !important;
    font-weight: normal !important;
    line-height: 27px !important;
    padding: 11px 29px !important;
    letter-spacing: 0.07em;
}

body .cmsms_row_inner .cmsms_button.hollow-button {
    background-color: #ffffff;
    background-image: none;
}

body .cmsms_row_inner .secondary-button .cmsms_button,
.secondary-button a {
    background: #ffffff;
    color: #57cbe1;
    border-color: #57cbe1;
}

body .cmsms_row_inner .secondary-button .cmsms_button:hover,
.secondary-button a:hover {
    background: #57cbe1;
    color: #ffffff;
    border-color: #ffffff;
}


/** Social icons **/

body .header_top_inner .social_wrap ul {
    height: 24px;
}

body .header_top_inner .social_wrap ul li {
    height: 24px;
    padding-left: 3px;
}

body .header_top_inner .social_wrap a {
    color: #ffffff !important;
    background-color: #6c332c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    font-size: 12px;
}

body #footer .social_wrap ul {
    height: 24px;
}

body #footer .social_wrap ul li {
    height: 24px;
    padding-left: 3px;
}

body #footer .social_wrap a {
    color: #ffffff !important;
    background-color: #6c332c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 10px !important;
}

body #footer .social_wrap a:before {
    font-size: 10px !important;
}


/** page Titles **/

body .headline .headline_outer {
    background-color: transparent;
    background: #38b3d2;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #38b3d2 0%, #38b3d2 44%, #49e5e4 59%, #49e5e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #38b3d2 0%, #38b3d2 44%, #49e5e4 59%, #49e5e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #38b3d2 0%, #38b3d2 44%, #49e5e4 59%, #49e5e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#38b3d2', endColorstr='#49e5e4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-bottom: none;
}


/* body.page-id-258 .headline .headline_outer {
    background-image: none;
    background-color:#00ffff;
} */

body .headline .headline_outer .entry-title {
    color: #ffffff;
}

body .headline_outer .headline_inner,
body .headline_outer .headline_inner.align_center {
    text-align: left;
}

body .headline_outer .headline_inner .headline_text,
body .headline_outer .headline_inner.align_center .headline_text {
    text-align: left;
}


/** remove page title from home page **/

body.home .headline {
    display: none;
}


/** Breadcrumbs **/

body .cmsms_breadcrumbs {
    border-bottom: none;
    overflow: hidden;
    color: #682400;
    padding: 0 0 80px 0;
}

body.page-id-258 .cmsms_breadcrumbs,
body.page-id-16 .cmsms_breadcrumbs {
    padding-bottom: 39px;
}

body .cmsms_breadcrumbs .cmsms_breadcrumbs_inner,
body .cmsms_breadcrumbs .cmsms_breadcrumbs_inner a,
body .cmsms_breadcrumbs a {
    color: #682400;
    font-weight: bold !important;
    font-size: 16px;
}

body .cmsms_text ul,
.sidebar ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-left: 15px;
}

body .cmsms_text li,
.sidebar li {
    list-style-position: initial;
    display: list-item;
}

.sidebar li,
.sidebar li a,
.post-template-default .sidebar li a {
    font-size: 15px !important;
    line-height: 18px;
}

body .cmsms_text p,
body .cmsms_text li,
.post-template-default p,
.post-template-default li,
.post-template-default p a,
.post-template-default li a {
    font-size: 18px;
}

.cmsms_text h5 {
    font-size: 20px;
}

.cmsms_text h4 {
    padding-top: 20px;
}

.cmsms_text h3 {
    padding-top: 20px;
}

body ul li:before {
    display: none;
}

bod .top-padding-section {
    padding-top: 25px;
}


/** slider updates **/

html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper {
    display: none;
}


/** Grid updates **/

.small-grid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/** Blog Slider **/

body .cmsms_posts_slider {
    padding-top: 45px;
}
body .cmsms_posts_slider .preloader {
    padding-bottom:67.3%;
}
body .cmsms_posts_slider .post {
    padding: 0px 12px;
}

.cmsms_posts_slider .owl-controls {
    right: 18px;
    top: -35px;
}


/** Fonts **/

.light-brown *,
.light-brown {
    color: #998675;
}

.dark-brown *,
.dark-brown {
    color: #682400;
}

.blue-copy *,
.blue-copy {
    color: #51cbe3;
}


/** Blog **/

.type-post header h3 {
    font-size: 18px;
}

.learn-news-page article h2,
.learn-news-page article h2 a,
.learn-news-page article .cmsms_quote_author {
    font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.post.cmsms_masonry_type.format-quote .cmsms_post_cont .cmsms_quote_content p {
    font-size: 22px;
}

.learn-news-page article .cmsms_quote_author {
    color: #6a2601;
}

.learn-news-page article .cmsms_post_content,
.learn-news-page article .cmsms_post_read_more {
    display: none;
}

.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsmsLike,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_comments,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_date,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsmsLike,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_comments,
.project .cmsmsLike,
.project .cmsms_project_comments,
.cmsms_posts_slider .project .cmsmsLike,
.cmsms_posts_slider .project .cmsms_slider_project_comments,
.profile .cmsms_profile_comments {
    font-size: 13px !important;
    margin-right: 17px !important;
}

.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_date:before,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsmsLike:before,
.post.cmsms_masonry_type .cmsms_post_cont .cmsms_post_footer .cmsms_post_meta_info .cmsms_post_comments:before,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_date:before,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsmsLike:before,
.cmsms_posts_slider .post .cmsms_slider_post_cont .cmsms_slider_post_footer .cmsms_slider_post_meta_info .cmsms_slider_post_comments:before,
.project .cmsmsLike:before,
.project .cmsms_project_comments:before,
.cmsms_posts_slider .project .cmsmsLike:before,
.cmsms_posts_slider .project .cmsms_slider_project_comments:before,
.profile .cmsms_profile_comments:before {
    font-size: 17px !important;
    margin-right: 17px;
}

.cmsms_owl_slider h3,
.cmsms_owl_slider h3 a,
.header_mid_inner .search_wrap .search_bar_wrap input[type=text],
.post .cmsms_post_date .cmsms_day_mon,
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_content,
.cmsms_posts_slider .post.format-status .cmsms_slider_post_cont .cmsms_slider_post_content,
.cmsms_posts_slider .post.format-aside .cmsms_slider_post_cont .cmsms_slider_post_content,
.cmsms_sitemap_wrap .cmsms_sitemap>li>ul>li>a,
.cmsms_sitemap_wrap .cmsms_sitemap_category>li>a {
    font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.related_posts .related_posts_content .related_posts_content_tab .rel_post_content figure.alignleft {
    display: block;
}

.related_posts .related_posts_content .related_posts_content_tab .rel_post_content h5 {
    display: block;
    font-size: 15px;
    line-height: 20px !important;
}

.related_posts .related_posts_content .related_posts_content_tab .rel_post_content h5 a {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: normal;
}

.related_posts_content h5 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: normal !important;
}

.cmsms_search_post_cont .cmsms_search_post_date {
    font-size: 15px;
    font-weight: normal;
}

.post-template-default .cmsms_post_meta_info .cmsms_post_date {
    font-size: 15px !important;
    font-weight: normal !important;
}

.cmsms_search_post_cont .cmsms-icon-calendar-8:before,
.post-template-default .cmsms_post_meta_info .cmsms-icon-calendar-8:before {
    font-size: 16px;
}

#footer #sub-footer-area {
    background: #7ae2e9 url('assets/bubble-background.jpg') repeat 0 0;
    background-size: 2034px 822px;
    padding: 50px 0 0 0;
    min-height: 360px;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

#footer #sub-footer-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(45deg, rgba(79, 216, 216, 0.85) 0%, rgba(79, 216, 216, 0.85) 35%, rgba(71, 220, 169, 0.85) 69%, rgba(71, 220, 169, 0.85) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(79, 216, 216, 0.85) 0%, rgba(79, 216, 216, 0.85) 35%, rgba(71, 220, 169, 0.85) 69%, rgba(71, 220, 169, 0.85) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(79, 216, 216, 0.85) 0%, rgba(79, 216, 216, 0.85) 35%, rgba(71, 220, 169, 0.85) 69%, rgba(71, 220, 169, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d94fd8d8', endColorstr='#d947dca9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#footer #sub-footer-area .row-wrapper {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    max-width: 980px;
    margin: 0px auto;
    padding: 0 20px;
}

#footer .footer_bg,
html .cmsms_color_scheme_footer .footer_inner {
    font-size: 11px;
    color: #682400 !important;
}

#footer h3.widgettitle {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 13px 0;
    color: #ffffff;
}

#footer .menu {
    margin: 0px;
    padding: 0px;
}

#footer .menu li {
    padding: 0px;
    margin: 0px;
    border: none;
    list-style-type: none;
    display: flex;
    align-items: center;
}

#footer .menu li a {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    border: none;
    font-size: 12px;
    background-color: transparent !important;
}

#footer .menu li a:before {
    content: '>';
    position: static;
    color: #ffffff;
    margin: 0 5px 0 0;
}

#footer .menu li:hover {
    text-decoration: underline;
}

html .cmsms_color_scheme_footer .widget_nav_menu ul li a:hover {
    background: transparent !important;
}

#footer-col-two .widget,
#footer-col-three .widget {
    margin: 0px;
    padding: 0px 0 36px 0;
}

#footer-col-one .widget {
    color: #e4ebf5;
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 0 0;
}

#footer-col-one .widget#custom_html-2 {
    margin: 0 0 85px 0;
}

#footer-col-four .donation-button {
    text-align: right;
}
#footer-col-one,
#footer-col-four {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#footer-col-four .widget {
    text-align: right;
}

#footer-col-four .widget img {
    max-width: 169px !important;
    height: auto !important;
}


/** Stat bar **/

.stats_mode_bars .cmsms_stat_inner {
    font-size: 15px;
    font-weight: bold;
}

.cmsms_stats .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner p {
    display: none;
}

.cmsms_stats .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title,
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
    font-size: 13px !important;
    font-weight: bold !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 94%;
}

.cmsms_stats.stats_mode_bars .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
    left: 8px;
}

.stats_mode_bars .cmsms_stat_inner .cmsms_stat_counter_wrap {
    display: none;
}


/* Images */

html body .cmsms_img.with_caption {
    border: none !important;
    padding: 0px !important;
}

html body .cmsms_img.with_caption p {
    padding: 0px;
    margin: 5px 0 0 0;
    text-align: left;
}


/* Counters */

.counter-segment .cmsms_stat {
    border: none !important;
}

.counter-segment .cmsms_stat_title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 200 !important;
    color: #998675 !important;
}

.cmsms_stats.stats_mode_counters.stats_type_numbers.counter-segment .cmsms_stat_wrap .cmsms_stat .cmsms_stat_inner .cmsms_stat_title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 200 !important;
    color: #998675 !important;
}

.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n+1) .cmsms_stat,
.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n+1) .cmsms_stat * {
    text-align: right !important;
}

.cmsms_stats.stats_mode_counters.stats_type_numbers .cmsms_stat_wrap.one_half:nth-child(2n+1) .cmsms_stat .cmsms_stat_title {
    margin-right: 0px !important;
    width: 100% !important;
    display: block !important;
}


/* CONTACT FORM */

.footer-optin-form,
.footer-optin-form form {
    margin: 0px;
    padding: 0px;
}

.footer-optin-form form {
    background: #ffffff;
    height: 35px;
    width: 178px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.footer-optin-form form input {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-indent: 5px;
    background-color: #ffffff;
    border: none;
}

.footer-optin-form form .email-addy {
    width: 145px;
    background-color: #ffffff !important;
    border: none !important;
}

.footer-optin-form form .submit {
    background-image: url('assets/chevron-go.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 27px;
    width: 26px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    text-indent: -9999px;
}

.cmsms_notice.cmsms_notice_success {
    background: #f6fcfc;
    border-color: #4ecdc4;
}

.cmsms_notice.cmsms_notice_success:before {
    color: #4ecdc4;
}

.cmsms_notice .notice_content p {
    font-size: 15px;
}

.cmsms_slider_post_meta_info .cmsms_slider_post_comments,
.cmsms_slider_post_meta_info .cmsmsLike,
.cmsmsLike {
    display: none !important;
}

.post.format-quote .cmsms_quote_content,
.cmsms_posts_slider .post.format-quote .cmsms_slider_post_cont .cmsms_slider_post_quote_content:before {
    background-color: #998675 !important;
}

.post.format-quote .cmsms_quote_content:before {
    border-right-color: #998675 !important;
}

.donation-grid-wrap {
    margin-bottom: 25px;
}

.donation-grid {
    margin: 0px;
    padding: 0px;
}

.donation-grid .donation-row {
    display: flex;
    align-content: flex-start;
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
}

.donation-grid .donation-row * {
    margin: 0px;
    padding: 0px;
}

.donation-grid .donation-row form:hover {
    opacity: 0.6;
}

.donation-grid .donation-row form input[type=image] {
    max-width: 100%;
    height: auto;
}

.cmsms_text.box-panel {
    border: 1px solid #e3e3e4;
}

.cmsms_text.box-panel .img-wrap {
    margin: 0px;
    padding: 0px;
}

.cmsms_text.box-panel .img-wrap img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.cmsms_text.box-panel p {
    padding-left: 3.76%;
    padding-right: 3.76%;
    color: #998675;
    font-size: 16px;
    line-height: 24px;
}

.cmsms_text.box-panel p a {
    font-weight: bold;
}

.cmsms_text.box-panel h4 {
    color: #6a2601;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    padding: 0px 3.76%;
    margin: 16px 0 16px 0;
}

.grids-fourth-row .cmsms_text.box-panel h4 {
    font-size: 15px;
    line-height: 19px;
    margin: 9px 0 13px 0;
}

.grids-fourth-row .cmsms_text.box-panel h4 a {
    font-size: 15px;
    line-height: 19px;
}

.divider-section {
    margin: 0px auto;
    padding: 0px;
}

.divider-section * {
    margin: 0px auto;
    padding: 0px;
}

.divider-section .cmsms_divider.solid {
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: 1px solid #e0e0e0;
}

.alt-grid-styles .cmsms_text.box-panel p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #6a2601;
}

.alt-grid-styles .cmsms_text.box-panel .img-wrap {
    margin-bottom: 10px;
}

.boxes-boxed .cmsms_row_outer_parent {}

h3.gform_title {
    color: #6a2601 !important;
    font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
    font-size: 39px !important;
    line-height: 41px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

.gform_description {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 200 !important;
    font-style: normal !important;
    padding: 0 0 20px !important;
    margin: 0 !important;
    font-family: 'Oxygen', Verdana, Geneva, 'DejaVu Sans', sans-serif !important;
}
.bg-color {
    width: 100% !important;
    padding-bottom:80% !important;
    position: relative !important;
    margin-bottom: 10px;
}
.bg-color img {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    margin-left: 0px;
}
.bg-color p,
.bg-color span {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 26px;
    color: #ffffff;
    padding: 23px 23px 0 18px;
    line-height: 26px;
    font-weight: 200;
    letter-spacing: 1px;
}
.bg-color-one {
    background-color: #47dad7;
}

.bg-color-two {
    background-color: #50c8d8;
}

.bg-color-three {
    background-color: #47dca9;
}

.bg-color-four {
    background-color: #47dad7;
}

@media only screen and (max-width: 1024px) {
    html .one_fourth .cmsms_text.box-panel {
        text-align: center;
    }
    .cmsms_text.box-panel .img-wrap img {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 680px) and (max-width: 1024px) {
    .bg-color {
        padding-bottom:55% !important;
    }
    .bg-color p,
    .bg-color span {
        text-align: center;
    } 
}
@media (min-width: 680px) and (max-width: 960px) {
    #footer #sub-footer-area .row-wrapper {
        grid-template-columns: 50% 50%;
    }
    #footer #sub-footer-area .row-wrapper .footer-col {
        margin-bottom: 40px;
    }
    #footer #sub-footer-area {
        background-size: cover;
    }
    #footer-col-four .widget {
        text-align: left;
    }
    #footer-col-four .donation-button {
        text-align: left;
    }    
}

@media (max-width: 679px) {
    #footer #sub-footer-area .row-wrapper {
        display: block;
    }
    #footer #sub-footer-area .row-wrapper .footer-col {
        margin-bottom: 40px;
    }
    #footer #sub-footer-area {
        background-size: cover;
    }
    #footer-col-four .widget {
        text-align: left;
    }
    #footer-col-four .donation-button {
        text-align: left;
        margin-bottom:36px;
    }
    .tparrows.uranus {
        display: none;
    }
    .bg-color {
        padding-bottom:55% !important;
    }
    .bg-color p,
    .bg-color span {
        text-align: center;
    }    
}

@media (min-width: 767px) and (max-width: 876px) {
    .pro-bar-wrapper .cmsms_stat_inner {
        height: 60px;
    }
}

@media (min-width: 200px) and (max-width: 460px) {
    .pro-bar-wrapper .cmsms_stat_inner {
        height: 60px;
    }
}
/* Product page styles */
.single-simple_product .opened-article {
    padding:0px !important;
}
.flex-row {
    display: flex;
    flex-direction: row-reverse;
}
.flex-row .product-image {
    flex-grow: 0;     
    flex-shrink: 0;
    flex-basis: 420px;
	margin-bottom:20px;
}
.flex-row .product-image * {
    text-align: left;
}
.flex-row .product-image img {
    width: 100%;
    max-width: 377px;
    height: auto !important;
}
.flex-row .product-description h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 32px;
}
.flex-row .product-description .product-price {
    color:#6ec15f;
    font-size: 20px;
    margin: 0 0 29px 0;
}
.flex-row .product-description .product-price em {
    font-style: normal;
}
.flex-row .product-description .product-body {
    margin-bottom:20px;
}
.flex-row .product-description .product-body p,
.flex-row .product-description .product-body * {
    font-size: 18px;
}
.flex-row .product-description .product-paybutton {
    margin:0 0 28px 0;
}
.flex-row .product-description .product-paybutton form {
    display: flex;
    flex-direction: row;   
    align-items: center;
}
.flex-row .product-description .product-paybutton table {
    display: block;
}
.flex-row .product-description .product-paybutton table tbody {
    display: flex;
    flex-direction: row;   
    align-items: center;
}
.flex-row .product-description .product-paybutton table tr {
    display: block;
    font-size:20px;
}
.flex-row .product-description .product-paybutton table tr td {
    display: block;
    margin-right: 10px;
	font-size:16px;
}
.flex-row .product-description .product-paybutton select {
    font-size:16px;
}
.flex-row .product-description .return-shop {
    font-size: 14px;	
    margin: 0 0 50px 0;
}
.flex-row .product-description .return-shop a {
	color:#6c332c;
	font-weight:600;
}
.flex-row .product-description .product-sku {
    font-size: 14px;
    margin: 0 0 30px 0;
}
.flex-row .product-description .product-sku .label {
    font-weight: bold;
    color:#6c332c;
}
.flex-row .product-description .product-sku em {
    font-style: normal;
}
@media (min-width: 718px) and (max-width: 850px) {
    .flex-row .product-image {
        flex-basis: 300px;
    }
    .flex-row .product-image img {
        max-width: 275px;
    }    
}
@media (min-width: 0px) and (max-width: 717px) {
    .flex-row {
        flex-direction: column-reverse;
    }
    .flex-row .product-image img {
        max-width: 750px;
    } 
}
.pt-cv-wrapper .pt-cv-content-item,
#pt-cv-view-da8a5e30wp.pt-cv-post-border .pt-cv-content-item {
    padding:20px;
}
body #pt-cv-view-da8a5e30wp .pt-cv-title a,
body .pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title a {
	font-weight:400 !important;
}
@media (min-width: 992px) {
    .pt-cv-wrapper .pt-cv-view {
        margin-left:-20px;
        margin-right:-20px;
        padding-bottom: 10px;
    }
    .pt-cv-wrapper .pt-cv-content-item {
        padding-top:0px;
        padding-bottom:40px;
    }
    .pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title {
        min-height: 60px;
		font-weight:200;
    }	
}
@media (min-width: 768px) and (max-width: 912px)  {
    .pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title {
        min-height: 42px;
    }  
}

.pt-cv-wrapper .pt-cv-content-item .pt-cv-ifield {
    border:1px solid #e5e8ec;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-href-thumbnail {
    display: block;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-href-thumbnail img {
    margin:0px;
    padding:0px;
    display: block;
    width: 100%;
    max-width: 100%;
}
.pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title,
.pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title a {
    font-size:17px;
    line-height: 1.2em;
}
.pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title {
    margin-bottom: 4px;
}
.pt-cv-wrapper .pt-cv-content-item h4.pt-cv-title a {
    padding:0 14px;
    display: block;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-content { 
   border-top:1px solid #e5e8ec;
   padding:0 14px;
   margin-bottom: 2px;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-ctf-list {
    font-size:20px;
    padding:0 14px;
    margin-bottom: 7px;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-ctf-list * {
    margin:0px;
    padding:0px;
}
.pt-cv-wrapper .pt-cv-content-item .pt-cv-ctf-list .pt-cv-ctf-value::before {
    content:'$';
    margin-right:1px;
}
body .pt-cv-wrapper .pt-cv-content-item .pt-cv-content .pt-cv-readmore {
    font-size: 14px;
    font-weight: 400;
    color:#6a2601 !important;
    border:none;
    background: transparent url('assets/hambuger.jpg') no-repeat 0 50%  !important;
    padding:0 0 0 23px;
}
.nav-div a {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 13px 0;
    color: #ffffff !important;
	display:block;
}
.nav-div a:hover {
    text-decoration:underline;
}
.header_mid_inner .logo .logo_retina {
	max-width: 179px !important;
}


.header-img-link {
float:right;
        max-width: 220px;
    margin: 15px 0 0 10px;
    }
.header-img-link img {
transition:all 0.3s ease-in-out;
}
.header-img-link:hover img {
opacity:0.8;
}

/*
.header_top,  .header_top_outer {
    background-color: #e77f98!important;
}
*/
.header_top_outer .meta_wrap,
.header_top_outer .meta_wrap a {
    color:#fff!important; 
    font-size: 16px!important;
}


.header_top_outer .meta_wrap a:hover {
       color: #682400!important; 
}
    
    #header .header_top_inner .header_top_left {
    text-align: center!important; 
}


@media only screen and (max-width: 1440px)  {
 .header_mid_inner {
     width: 90%;}
body #navigation>li>a, body #navigation a {
    margin: 0 11px;
}
}

@media only screen and (max-width: 1270px)  {
#navigation .hotgreen-button a {
    margin-left: 5px;
    margin-right: 0;
}
    
 #navigation .hotgreen-button a span {
     padding: 11px 30px !important;}   
    
    
  .header-img-link {
      max-width: 190px;}  
 
}

@media only screen and (max-width: 1030px)  {
#header .header_mid_inner {
    width: 100%;
}
    
  .header_mid .header_mid_inner .logo {
    height: 40px!important;
}  
  .header-img-link {
    float: none;
    margin: 15px auto;
    display: block;    max-width: max-content;

}  
    
    
    
    
    
}