/* 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: 35vw;
    position: relative;
    overflow: hidden;
    border: none;
	padding: 0;
}  

#gallery img {
    width:  100%;
    height: 40vw;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0px 0;
    border: inherit;
    /*position: absolute;
    left: 5%;
    bottom: 20%;*/

}


#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

button {
   width: auto;
   height:  auto;
   padding: 2% 5%;
   border:  none; 
}


#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;
}


#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#pebbles #page {
	width:85%;
}
	
#pebbles {
	padding-top:35px;
	height:auto;
	position:relative;
	overflow:hidden;
}
	
#pebbles #fifthblock:hover img:nth-of-type(1) {
	display:block!important;
}
	
#pebbles #fifthblock img:nth-of-type(1){
	display:none!important;	
}
		
#pebbles #fifthblock:nth-of-type(1) {
	margin-top:1.5%;
}
	
#pebbles #fifthblock img:nth-of-type(1) {
	z-index:1;
	position:absolute;
	margin: 0 auto 0 auto;
    left: 0;
    right: 0;
	top:20%;
}

	
#pebbles #fifthblock img {
	width:70%;
	z-index:2;
	position:relative;
}
	
#pebbles #fifthblock:nth-of-type(1) img:nth-of-type(1) {
	width:100%;
}
	
#pebbles #fifthblock:nth-of-type(2) {
	margin-top:2.5%;
}
	
#pebbles #fifthblock:nth-of-type(2) img:nth-of-type(1) {
	width:95%;
}
	
#pebbles #fifthblock:nth-of-type(2) img  {
	width:65%;
}
		
#pebbles #fifthblock #fullblock {
	position:relative;
	z-index:2;
	margin-top:3%;
}
	
#pebbles #fifthblock:nth-of-type(3) {
	margin-top:5%;
}
	
#pebbles #fifthblock:nth-of-type(3) img:nth-of-type(1) {
	width:90%;
}
	
#pebbles #fifthblock:nth-of-type(3) img {
	width:60%;
}
	
#pebbles #fifthblock:nth-of-type(4) {
	margin-top:7.5%;
}
	
#pebbles #fifthblock:nth-of-type(4) img:nth-of-type(1) {
	width:85%;
}
	
#pebbles #fifthblock:nth-of-type(4) img {
	width:55%;	
}
	
#pebbles #fifthblock:nth-of-type(5) {
	margin-top:15%;
}
	
#pebbles #fifthblock:nth-of-type(5) img:nth-of-type(1)  {
	width:80%;
}
	
#pebbles #fifthblock:nth-of-type(5) img {
	width:50%;
}
	
#pebbles #fifthlock #halfblock {
	text-align:center;
	margin:0 auto 0 auto;
}

#pebbles #fifthblock {
	position:relative;
	z-index:2;
	display:inline-block;
	width:19.5%!important;
	text-align:center;
	padding:1% 0;
	vertical-align:top;
	/*margin-left:80%;*/
}
	
#pebbles #fullblock {
	width:100%;
	margin-top:-5%;
}
	
#pebbles #fullblock img{
	vertical-align:bottom;
	transform: scaleX(-1);
}
	
	
main #twothirdsblock:nth-of-type(1) {
	margin:0 auto 0 auto;
	padding:3% 0;
}

main #twothirdsblock:nth-of-type(1) #fullblock:nth-of-type(1) span:nth-of-type(1)::after {
	content:"";
	padding:.5% 0;
	display:block;
}

main table {
	width:100%;
}


main table tbody select, main table tbody input[type="text"],main table tbody input[type="textarea"]  {
	height:30px;
	border: 1px solid #d2d2d2;
	margin: 1% 0;
	padding:0 1%!important;
	width:96%;
}

main table tbody input[type="textarea"] {
	height: 150px;
}

main table tbody hr {
	background:#74747412;
	width:100%;
	padding:.01% 0;
	margin: 0 0 30px 0!important;
}

main table tbody input[type="radio"] {
	margin-right:10px;
	margin-left:0px;
}

main table tbody li {
	list-style-type:none;
}

main table tbody #datepicker {
	background:none!important;
	padding:0 0.5%;
}

}