/* You can change this file 
---------------------------
Please use the IDs provided as much as possible
This css file is for everything related to the #gallery section
*/

@media only screen and (min-width: 819px) {
    

#gallery {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: none;
	padding:1.5% 0;
}  

#gallery img {
    width:  100%;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #halfblock #inset #twothirdsblock:not(#gallery #halfblock #twothirdsblock div) {
	background:white;
	color:black;
	border-radius:var(--rounded);
	width:74.5%!important;
}

#gallery #halfblock #inset #twothirdsblock p {
	font-weight:400;
	margin:1vw 0 1vw 10px;
}
	
	#gallery #halfblock #inset #twothirdsblock form input[type="text"]::placeholder {
	font-size:0.9vw;}
	
	#gallery #halfblock #inset #twothirdsblock form input[type="text"]:focus{
	 outline: none;
    border: none;}
	
	#gallery #halfblock #inset #twothirdsblock form {
	margin-bottom:0px;}

#gallery #halfblock #inset #twothirdsblock form table tr td div {
	vertical-align:middle;
}

	#gallery #halfblock #inset #twothirdsblock form table {
	width:100%;
	}
	


#gallery #halfblock #inset #twothirdsblock form input[type="submit"] {
	border-radius:var(--rounded);
	font-size:0.8vw!important;
	margin:0 auto 0 auto;
	background:black!important;
color:white!important;
	width:99.5%;
	padding:0.8vw 0.7vw!important;
}

#gallery #halfblock #inset #twothirdsblock #inset {
	width:98%;
	padding:1%;
}

#gallery #halfblock {
	vertical-align:middle;
}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}


button {
   width: auto;
   height:  auto;
   padding: 2% 5%;
   border:  none; 
}


#short-gallery {
	overflow:hidden;
}

#short-gallery,#short-gallery img {
	height:10vw;
	width:100%!important;
}

#short-gallery img  {
	height:40vw!important;
	object-fit:cover;
}


#gallery #thirdblock {
    width: 32.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #quarterblock {
    width: 25% !important;
    height: auto;
    margin: 0px;
    padding: 0;
    border: none;
}
	
.services {
	list-style-type:none;}

#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

	#main ul {
		padding-left:5%;
	}
	
#main ul {
		padding-left:5%;
		margin-left:auto;
		margin-right:auto;
		width:auto;
	max-width:50vw;
		text-align:left!important;
	}
	
	button:not(#mobilenav button), input[type="button"], input[type="submit"], .wp-block-button{
		border-radius:var(--rounded)!important;
		font-size:1vw!important;
		padding: 0.8vw 1.2vw!important;
	}
	
	.wp-element-button {
	padding:0!important;}

}