/* 
Theme Name: Paroco Theme
Theme URI: Paroco Theme
Author: Paroco
Author URI: Paroco
Description: Paroco Theme
Version: 1.0.0
Text Domain: paroco
*/

.section-contact input[type="submit"]{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 0 30px;
    height: 50px;
    border: 2px solid #3AB4B8;
    color: #fff !important;
    background: #3AB4B8;
    font-size: 16px;
    font-family: "Sofia Pro", sans-serif;
}
.section-contact input[type="submit"]:hover{
	    background: transparent;
    color: #3AB4B8 !important;
}
.section-single-product:not(:first-of-type){
	padding-top: 0;
}
.blog .blog-content.no-filter {
    padding: 0;
}
@media only screen and (min-width: 1200px) {
	.section-gallery {
		margin-top: -50px;
		position: relative;
	}
}
