@import url("../shortcodes/sierra_features/assets/vc_sierra_features.css");
@import url("../shortcodes/sierra_team_member/assets/vc_sierra_team_member.css");
@import url("../shortcodes/sierra_services/assets/vc_sierra_services.css");
@import url("../shortcodes/sierra_google_map/assets/vc_sierra_google_map.css");
@import url("../shortcodes/sierra_clients/assets/vc_sierra_clients.css");
@import url("../shortcodes/sierra_testimonials/assets/vc_sierra_testimonials.css");
@import url("../shortcodes/shindiri_contact_form/assets/vc_shindiri_contact_form.css");
@import url("../shortcodes/shindiri_isotope_portfolio/assets/vc_shindiri_isotope_portfolio.css");
@import url("../shortcodes/shindiri_blog/assets/vc_shindiri_blog.css");
@import url("../shortcodes/shindiri_progress_bars/assets/vc_shindiri_progress_bars.css");

/*
* Added css for minimum compatibility with other teams
*/
.text-center {
    text-align: center;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* -------------------------------------- MEDIA QUERIES ---------------------------------------- */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (max-width: 991px) {
    .hiddenn{
    	display: none;
    }
	
	#features{
		padding-top: 100px;

	}

    .sidebar{ /* Sidebar display none */
        display: none;
    }

    /* Width and height of isotope elements - classes */
	.one-small-landscape{
		width: 40%;
		height: 185px;
	}

	.two-small-portrait{
		width: 20%;
		height: 185px;
	}

	.three-big-landscape{
		width: 80%;
		height: 370px;
	}

	.four-big-portrait{
		width: 40%;
		height: 370px;
	}

	.long-landscape{
		width: 60%;
		height: 185px;
	}
}

@media (max-width: 360px) {

    h4{ /* Smaller font sizes for small devices */
        font-size: 12px;
    }
}