/* ------------------------------------------------------------------------------
 *  Designed by Dreamscape Media Pvt. Ltd.
 *  ------------------------------------------------------------------------------ *
 *  Author - Amit Verma
 *  ------------------------------------------------------------------------------
 *  Email: amit@dreamscape.co.in
 *  Work: UI Designer and Front-end Developer @ Dreamscape Media - http://dreamscape.co.in
 *  Latest update: May 15, 2017
 * ---------------------------------------------------------------------------- */

/* RESPONSIVE CSS
-------------------------------------------------- */


/* Large Devices, Wide Screens */

@media (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media (max-width: 1024px) {}


/* Medium Devices, Desktops */

@media (max-width: 992px) {
    .img-post.col-4 .item {
        width: 50%;
    }
}


/* Small Devices, Tablets */

@media (max-width: 768px) {
    .img-post.col-4 .item {
        width: 100%;
    }
    /* FEATURED ITEM START */
    .feature-box-04 {
        border-bottom: 1px #cde2e8 solid;
    }
    .pad-lr-20 {
        padding: 0;
    }
    .noanimated {
    -webkit-animation-duration: none;
            animation-duration: none;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
}
}


/* Extra Small Devices, Phones */

@media (max-width: 480px) {}


/* Custom, iPhone Retina */

@media (max-width: 320px) {}
.search-engine{
	float: right;
	max-width: 350px;
	margin-top: -10px;
	margin-bottom: -10px;
}
.search-ele{
	padding: 5px !important;
	height: 40px;
}
.search-text{
	width: 100%;
	padding: 5px !important;
	border: 1px solid #ccc;
	height: 40px;
}
.main-logo{
	margin-top: 20px;
}
@media (max-width: 768px) {
.search-engine{
	clear: both !important;
	float: none !important;
	max-width: 100% !important;
	margin-top: 0px;
	margin-bottom: 0px !important;
}
	.main-logo{
	margin-top: 2px;
}
}
