/*
Theme Name: Shutter Child
Theme URI: http://wp.dynamiclayers.net/shutter
Author: DynamicLayers
Author URI: http://dynamiclayers.net
Description: A child theme of Shutter Theme
Version: 2.0
Template: shutter
Text Domain: shutter
*/

@media(min-width: 600px){
	.home .portfolio-items{
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.portfolio-items .single-item:nth-child(1) .portfolio-item{
		padding-top: 30px;
	}

	.portfolio-items .single-item .shutter-gallery-img{
		height: 600px;
		object-fit: cover;
		object-position: center;
	}

	.portfolio-items .single-item:nth-child(1) .shutter-gallery-img{
		height: 450px!important;
	}

	.portfolio-items .single-item:not(:first-child) {
			padding-top: 0 !important;
	}

	.portfolio-items .single-item:nth-child(4) .shutter-gallery-img{
		height: 350px!important;
	}
}
@media(max-width: 600px){
	.dl-row.dl-col-sm-1 .dl-col{
        width: 100%;
    }
}

.qodef-qi-pricing-table .qodef-qi-button{
	display: inline-block;
}