/*
Theme Name: adforest child
Description: Adforest classified, responsive, multi-purpose, corporate, business theme. It comes with 11 home variations with all necessary pages. Adforest theme filled with extra functionality of modern web technologies. The clean design with latest version of Bootstrap framework makes its fit for anywhere.
Author: Scripts Bundle
Theme URI: http://adforest.scriptsbundle.com/demos/
Author URI: http://scriptsbundle.com/
Version: 1.0.0
Template:     adforest
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: adforest
Tags: featured-images, sticky-post, translation-ready
*/


.cloud {
	left: 50%;
	transform: translateX(-50%);
}

.sticky-post-button {
	display:none !important;
}

.heading-panel h2 {
	text-transform: unset !important;
	max-width: 75%;
	margin: 0 auto;
}

.no-container > .right-area {
    width: 1100px !important;
}

.leftfloat {
	float:left;
}

.intro {
	color:white;
}

.intro.left {
	color:#16396b;
}
.intro.right {
	color:#009338;
}

.intro h2 {
	font-weight:700;
	font-size : 40px;
}

.intro p {
	font-size : 20px;
}

.overlay:before {
	content:"";
	position:absolute;
	background-color:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	top:0;
	z-index:99;
	display:block !important;
}

.MySlider .category_new {
	margin-bottom:25px;
}
.MySlider .owl-nav {
	margin-top: 10px;
	text-align: center;
}

.MySlider .owl-nav button.owl-prev,
.MySlider .owl-nav button.owl-next {
	background-color:#009338 !important;
	padding: 4px 10px;
	border-radius: 0;
}

.MySlider .owl-nav button.owl-prev i,
.MySlider .owl-nav button.owl-next i {
    color: #fff;
}

.MySlider .item span.title {
	display:block;
	text-align:center;
	width:134px;
}

.bump-or-feature {
	display: none;
}

@media (min-width: 320px) and (max-width: 767px) {

	.MySlider-slider .owl-prev {
	    position: relative;
	    left: 0;
	    top: 0;
	}
	
	.MySlider-slider .owl-next {
	    position: relative;
	    right: 0;
	    top: 0;
	}
}

@media (min-width: 767px) {
.MySlider .owl-prev {
    left: -40px;
    position: absolute;
    top: 45%;
}

.MySlider .owl-next {
    position: absolute;
    right: -40px;
    top: 45%;
}
}