/*
Theme Name: Levy - Child
Author: Artureanec
Author URI: http://artureanec.com
Description: -
Version: 1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: wild-world
*/


/******* General ********/
html {
	-webkit-text-size-adjust: none;
	touch-action: manipulation;
	scroll-behavior: smooth;
}
p {
    margin-bottom: 1rem !important;
}
body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wildworld_page_content_container {
	background:url('images/leaves-left.png') no-repeat left -60px bottom -85px;
}

.plan_banner_img img {
    object-fit: cover;
    max-height: 400px;
}

.breadcrumb_wrap {
	padding:10px 20px;
	background:rgba(255,255,255,0.5);
	background:rgba(25,87,50,0.9);
	position:relative;
	z-index:9;
}
.has-post-thumbnail .breadcrumb_wrap,
.plan_banner_img + .breadcrumb_wrap  {
	margin-top:-66px;
}
.breadcrumblist {color:#ffffff;}
.breadcrumblist a { color:#ffffff;}
.social_share {
	padding-top:3px;
}
.social_share .sfsi_shortcode_container {
	min-height:auto;
}
.social_share .sfsi_shortcode_container .norm_row {
	text-align:right !important;
	line-height:1;
}
.social_share .sfsi_shortcode_container .sfsi_wicons {
    margin-bottom: 0px !important;
    padding-top: 0px;
}
.social_share .sfsi_shortcode_container a.sficn {
	font-size:20px;
	line-height:38px;
	border:1px solid #ffffff !important;
	border-radius:40px;
	text-align:center;
	color:#ffffff;
}
.social_share .sfsi_shortcode_container a.sficn:hover {
	border:1px solid #488c2b !important;
	color:#488c2b;
}
.social_share .sfsi_shortcode_container a.sficn:before {
	font-family: 'FontAwesome';
}
.social_share .sfsi_shortcode_container a#sfsiid_facebook_icon:before {
content: "\f09a";
}
.social_share .sfsi_shortcode_container a#sfsiid_whatsapp_icon:before {
content: "\f232";
}
.social_share .sfsi_shortcode_container a#sfsiid_instagram_icon:before {
content: "\f16d";
}
.social_share .sfsi_shortcode_container a#sfsiid_email_icon:before {
content: "\f003";
}
.social_share .sfsi_shortcode_container .sfcm.sfsi_wicon {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 40px; */
    margin: 0;
    opacity: 0;
}

.elementor-widget-text-editor .elementor-widget-container ul { 
	list-style-type:none;
	padding:0px;
	}
.elementor-widget-text-editor .elementor-widget-container ul li {
	position:relative;
	padding-left:25px;
}
.elementor-widget-text-editor .elementor-widget-container ul li:before {
	content:"";
	position:absolute;
	left:0px;
	top:3px;
	width: 18px;
    height: 18px;
    background: #ffffff;
    border: solid 2px #488c2b;
    border-radius: 50%;
}
.elementor-widget-text-editor .elementor-widget-container ul li:after {
	content:"";
	position:absolute;
	left:6px;
	top:9px;
	width: 6px;
    height: 6px;
    background: #488c2b;
    border-radius: 50%;
}

/******** Header ************/
.wildworld_page-wrapper .wildworld_header {
    max-width:none;
}
.wildworld_header .wildworld_main-menu > li, body .quadmenu-navbar-nav > li {
    padding:26px 0 25px 0;
    line-height: 1;
}
.wildworld_header .wildworld_logo {
    display: block;
    margin-top:6px;
	outline:none;
}

/**** Main Slider *********/
.wildworld_content_container .wildworld_content_slider_title span strong { font-weight:bold;}
.wildworld_view_type_2 .wildworld_slider_arrows .slick-dots li:before {
    background: #C3E76B;
}
.wildworld_view_type_2 .wildworld_slider_arrows .slick-dots li.slick-active {
	border-color: #4A8C2B;
}
.wildworld_view_type_2 .wildworld_slider_arrows .slick-dots li.slick-active:before {
	background: #4A8C2B;
}
.wildworld_view_type_2.wildworld_content_slider_wrapper .wildworld_slider_counter:after {
    background: #C3E76B;
}

/****** Home page tours slider *********/
#home_tours {}
#home_tours .wildworld_heading span p {
    font-weight: normal;
	font-family: Nunito Sans, sans-serif;
	text-transform: none;
	font-size:20px;
}

.wildworld_causes_slider_navigation_container .wildworld_slider_arrows .slick-dots li:before {
    background: #C3E76B;
}

.wildworld_causes_slider_navigation_container .wildworld_slider_arrows .slick-dots li.slick-active {border-color: #488C2B;}
.wildworld_causes_slider_navigation_container .wildworld_slider_arrows .slick-dots li.slick-active:before {background: #488C2B;}
.wildworld_tours_carousel_widget .wildworld_tour_item_wrapper:before {
    background: rgb(0,0,0,0.5);
	background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.65) 100%);
}

.wildworld_tours_carousel_widget .wildworld_tour_details .wildworld_tour_link {
	color: #ffffff;
}
.wildworld_tours_carousel_widget .wildworld_tour_details .wildworld_tour_link:after {
	background: #ffffff;
}

/*********** Home Page News post*****************/
.news-wrap {
	display:flex;
	flex-flow: wrap;
	margin:0 -15px;
}
.news_item {
	padding:0 15px;
	flex: 0 0 50%;
	margin-bottom:30px;
	}
.news_item_inr {
	box-shadow: 0 6px 12px 0px rgb(0 0 0 / 8%);
	border:1px solid #EFEFEF;	
	display:flex;	
	align-items: center;
	background:#ffffff;
}
.news_media {
	flex: 0 0 200px;
}
.news_media img {}

.news_info {
	padding:20px;
}
.news_title {
	color:#3d3d3d;
	font-size:16px;
	font-weight:bold;
	margin:0px 0 20px 0;;
}
.news_date {
	color:#3d3d3d;
	font-size:16px;
	margin-bottom:20px;
}
.news_content {}


/******* Testimonials **********/
.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_featured_image:after {
	background: #4A8C2B !important;
	color: #20590E !important;
}

.wildworld_testimonials_wrapper.wildworld_view_type_1 .slick-dots li:before,
.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_slider_arrows .slick-dots li:before {
    background: #C3E76B ;
}
.wildworld_testimonials_wrapper.wildworld_view_type_1 .slick-dots li:hover:before,
.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_slider_arrows .slick-dots li:hover:before {
    background: #488C2B ;
}
/***********************/
.wildworld_page_content_wrapper {}

.wildworld_top_padding_off .wildworld_blog_content_wrapper, .wildworld_page_content_wrapper.wildworld_page_without_top_padding {
    padding-top: 30px !important;
}

.wildworld_page_title {
	margin-bottom:0px;
	padding:15px 15px 30px 15px;
	background:rgba(25,87,50,0.9);
}
.wildworld_page_title:before {
    bottom: 20px !important;
    left: 20px !important;
}
.wildworld_page_title_container .container {
    align-items: flex-end !important;
}

.az-letters > ul.az-links > li,
.a-z-listing-widget .az-letters > ul.az-links > li,
.a-z-listing-widget.widget .az-letters > ul.az-links > li {
    border: 2px solid #83b94a !important;
    background: #ffffff !important;
}
.az-letters > ul.az-links > li span,
.a-z-listing-widget .az-letters > ul.az-links > li span,
.a-z-listing-widget.widget .az-letters > ul.az-links > li span {
    width: 2.6em;
    display: inline-flex;
    justify-content: center;
    height: 2.4em;
    align-content: center;
    align-items: center;
}
.az-letters > ul.az-links > li a,
.a-z-listing-widget .az-letters > ul.az-links > li a,
.a-z-listing-widget.widget .az-letters > ul.az-links > li a {
    color: #000000 !important;
}
.az-letters > ul.az-links > li:hover a,
.a-z-listing-widget .az-letters > ul.az-links > li:hover a,
.a-z-listing-widget.widget .az-letters > ul.az-links > li:hover a {
    background: #83b94a	 !important;
}

div.letter-section h2.letter-title {
    color:#195732;
}
/*******************/
.plant_single_page {
	padding-top:100px;
}
.plant_single_page.has-post-thumbnail {
	padding-top:80px;
}
.header_banner {
	
}
.header_banner img {
	width:100%;
	height:auto;
}
.wildworld_page_content_container .custom_content_wrapper {
	padding:60px 0;
}
.leave_right_bg {
	background:url('images/leaves-right.png') no-repeat right -20px top 80px;
}
.plant_item {
	display: flex;
  flex-flow: wrap;
}
.plant_item .plant_iten_inner {
	
	}
.plant_left {
	padding-right:15px;
	width:40%;
}
.plant_right {
	width:100%;
}
.plant_left + .plant_right {
	padding-left:15px;
	width:60%;
}
.gallery-slider_wrapper{
  margin:auto;
}
.gallery-slider_wrapper .owl-theme .owl-nav {
    margin:0;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
    width:30px;
    height:90px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    color:#ffffff;
    margin:0;
    padding: 0;
    border-radius: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 90px;
    width:30px;
    text-align: center;
    top:0;
    left:0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top:0;
    left:5px;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top:0;
    right:5px;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(131, 185, 74, 0.8);
    color:#fff;
}

.gallery-thumbnail-wrapper {
	margin: 10px -5px 0 -5px
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
    position: relative;
    margin: 0 5px;
    height: 90px;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
    height: 100%;
    cursor: pointer;
	object-fit: cover;
}

.plant_post_title {
	font-size:28px;
	color:#195732;
}

.dialog-type-lightbox,
.dialog-lightbox-container .mfp-bg,
.dialog-lightbox-container .mfp-wrap {
	z-index:999999;
}
.single-plant-listings .dialog-type-lightbox {
	display:none !important;
}

/******************/
.single-post {}

.gray_bg .wildworld_tours_carousel_widget .full_mode_on .slick-list:before {
    background: #f8f8f8;
}

/********** alphabetical A-Z **********/
#listing-top {
	padding-top:50px;
}
#alphabetical-posts .letters-wrap {
		    text-align: center;
		}
#alphabetical-posts .letters {
		    padding: 0;
			margin: 0;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			font-size: 1.2em;
		}
#alphabetical-posts .letters li {
		    list-style: none;
    width: 2.6em;
    height: 2.4em;
    box-sizing: border-box;
    margin: 0 0.1em 0.6em;
    border: 2px solid #83b94a;
    background: #ffffff;
    color: #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
		}
		#alphabetical-posts .letters a {
		    text-decoration: none;
		    font-size: 1.2em;
		    background: #ffffff;
		    color: #000000;
		}
		#alphabetical-posts .letters span {
			width: 2em;
			display: inline-flex;
			justify-content: center;
			height: 1.9em;
			align-content: center;
			align-items: center;
		}
		
		#alphabetical-posts .letters a:hover {
		    background: #83b94a;
		    color: #000000;
		}
		#alphabetical-posts .posts_list {
		    margin: 0 auto;
			margin-top: 4em;
		}
		#alphabetical-posts .posts_list .item {
		    margin-bottom: 4em;
		}
		
		#alphabetical-posts .posts_list .item h3.letter-title {
			border-bottom: 1px solid black;
			margin-bottom: 0.2em;
			padding-bottom: 0.2em;
			width: 100%;
			color: #195732;
		}
		
		
		#alphabetical-posts .posts_list .item a {
		    text-decoration: none;
		    font-size: 16px;
		}
		#alphabetical-posts .posts_list .list_wrap  {
			column-count: 3;
			padding: 0;
			margin: 0;
			width: 100%;
			float: initial;
			box-sizing: border-box;
			line-height: 1.6em;
			column-gap: 0.6em;
			column-width: 15em;
		}
		#alphabetical-posts .list_item {
		   padding: 0;
			margin: 0 0 0.6em;
			list-style: none;
			display: block;
			line-height: 1.6em;
		}

#alphabetical-posts div.back-to-top {
    display: block;
    width: 100%;
    text-align: right;
}
#alphabetical-posts .posts_list div.back-to-top a {
    text-transform: uppercase;
    font-size: 11px;
}
#alphabetical-posts div.back-to-top a:before,
#alphabetical-posts div.back-to-top a:after {
    font-family: dashicons;
    content: "\f343";
    padding: 0.2em;
}


.wildworld_tours_item_details {
    background: rgba(25,87,50,0.9);
}
.wildworld_tours_item_details .wildworld_tours_item_price:empty {
  margin:0;
}
.wildworld_recent_posts_wrapper .wildworld_tours_item_link {
    color: #ffffff !important;
}
.wildworld_tours_item_link:after {background: #ffffff !important;}
/************ Responsive view *************/
@media only screen and (min-width: 768px) {
	.wildworld_tours_item_details {
		padding: 30px 30px 30px 30px !important;
	}
}
@media only screen and (max-width: 768px) {
	.wildworld_page_content_container .custom_content_wrapper {
		padding: 30px 0;
	}
	.leave_right_bg {
		background: url('images/leaves-right.png') no-repeat right -100px center;
	}
	.plant_item {
		flex-direction: column;
	}
	.plant_left {
		padding-right:0px;
		width: 100%;
		margin-bottom:20px;
	}
	.plant_left + .plant_right, .plant_right {
		padding-left: 0px;
		width: 100%;
	}
	.has-post-thumbnail .breadcrumb_wrap {
		margin-top: 0px;
		flex-direction: column;
	}
	.plant_single_page.has-post-thumbnail {
		padding-top: 68px;
	}
	.social_share {
		padding-top: 10px;
	}
	.social_share .sfsi_shortcode_container .norm_row {
		text-align: center !important;
	}
	/*********** Home Page News post*****************/
	.news-wrap {
		flex-direction: column;
	}
	.news_item_inr {
		flex-direction: column;
	}
	.news_media {
		flex: auto;
		
	}
	.news_media img {width:500px;}
	
	
}