/*
Theme Name: Littletinyhut
Description: Littletinyhut Description
Author: WiserSites
Template: flatsome
Version: 0.0.2
*/
@import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');
/*font-family: 'Quando', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
/*font-family: 'Varela Round', sans-serif;*/

/*
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
.box.width_auto img,
.width_auto img,
.img.width_auto img {
    width: auto;
    height: auto;
}

.box.width_auto {
    width: auto;
    margin: auto;
    display: table;
    clear: both;
}
html p{
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}
html a{
    font-family: 'Quando', serif;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #52843E;
}
h2{
    font-family: 'Quando', serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #52843E;
}
h3{
    font-family: 'Quando', serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.03em;
    text-align: center;

}
/*header style*/ 
.nav > li > a, .links > li > a{
    color: #52843E;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    
}
.nav > li{
    margin-right: 0;
    margin-left: 0;
}
.nav > li.header-button-1{
    margin-left: 30px;
}
.nav > li.header-button-1:after{
    display: none;
}
.nav > li:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #C2DB73;
}
.header-nav>li:last-child:after{
	display:none;
}
/*footer style*/
.footer-1{
    box-shadow: 0px -4px 12px 0px #0000001A;
}
.footer-2 .widget_nav_menu span.widget-title {
    display: inline-block;
    min-width: 8%;
}
.footer-2 .widget_nav_menu {
    margin: 0 0 20px;
    padding: 0;
}
.footer-2 .widget_nav_menu > div {
    display: inline-block;
    max-width: 80%;
    min-width: 85%;
    position: relative;
    padding-left: 3%;
}
.footer-2 .widget_nav_menu > div:before {
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    width:1px;
    height: 15px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.footer-2 .is-divider,
.footer-2 .widget_nav_menu > div.is-divider {
    display: none;
}
.footer-2 .widget_nav_menu ul.menu>li {
    display: inline-block;
    margin-right: 10px;
}
.footer-2 .widget_nav_menu ul.menu>li:last-child {
    margin-right: 0;
}
.footer-2 .widget_nav_menu ul.menu>li+li {
    border-top: unset;
}
.footer-2 .widget_nav_menu span.widget-title,
.footer-2 .widget_nav_menu ul.menu>li a {
    color: #FFF;
    text-transform: capitalize;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer_top .section-content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.absolute-footer .footer-primary.pull-left{
    float: none !important;
}
.absolute-footer .copyright-footer ,
.i_scroll_to{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 100% !important;
    height: auto;
    margin-bottom: 0;
    letter-spacing: 0em;
    text-transform: capitalize;
    text-align: right;
        font-size: 10px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
}
.header-button-1 .button{
    padding: 7px 42px;
}
.absolute-footer .copyright-footer div{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0em;
    color: #fff;
    text-align: right;
}
.footer-2,
.footer-2 .section-content>.row>.col{
    padding-bottom: 0 !important;
}
.footer-2 .sidebar-wrapper .widget_nav_menu:last-child{
    margin-bottom: 0;
}

/*home style*/
.home_section_head .left_col{
    padding-right: 10px !important;
}
.home_section_head .right_col{
    padding-left: 10px !important;
}
.home_section_head .middle_col{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.home_section_3 .section-content,
.home_section_2 .section-content,
.home_section_1 .section-content{
    padding-top: 80px;
    padding-bottom: 80px;
}
.button{
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 10px 25px;
}
.home_section_4 .section-content .img ,
.home_section_3 .img,
.home_section_1 .section-content .col-inner,
.home_section_1 .section-content .img{
    text-align: center;
}
.home_section_1 .button{
    margin-top: 10px;
}
.home_section_2 h2{
    color: #fff;
}
.home_section_4 .section-content,
.home_section_2 .section-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.home_section_4 .section-content{
    padding-top: 80px;
}
.home_section_2 .section-content .img {
    margin-bottom: 20px;
}
.home_section_2 .section-content .listing_banner_block h3{
    font-size: 33px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.home_section_2 .section-content .listing_banner_block .img:not(.width_auto) img,
.home_section_2 .section-content .listing_banner_block{
    border-radius: 15px;
}
.white_button_widthout_bg{
    border-color: #fff !important;
    color: #fff !important;
}
.return_to_top_row{
    text-align: center;
}
.home_section_2 .section-content .return_to_top_row a{
    color: #fff;
}
.return_to_top_row a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #60A842;
}
.home_section_3 .sliders{
    margin-bottom: 30px;
}
.home_section_3 .section-content:after{
    content: "";
    width: 100%;
    max-width: 950px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C2DB73;
}
.slider-nav div.bg_image,
.slider-for div.bg_image{
    background-position: center center;
    min-height: 540px;
    background-size: cover;
    border-radius: 15px;
}
.slider-nav div.bg_image{
    min-height: 170px;
}
.slider-nav{
    margin-top: 20px;
}
.slider-nav .slick-slide{
    padding-left: 15px;
    padding-right: 15px;
}
.home_section_4 .video-button-wrapper a.button.icon.circle{
    padding: 10px 15px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 850px) {
}
@media screen and (min-width: 849px) {
}
@media screen and (min-width: 549px) and (max-width: 849px) {

}
@media screen and (max-width: 849px) {
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 650px) {
   
}
@media screen and (max-width: 549px) {
}

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

}