/* 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) {
 
.elfsight-app-139b246d-3ea0-4d69-a076-2b88cddbb7ff {
	position:absolute;
width: 100%;
	height: auto;
	top: 3%;
	left:0;
}

#gallery {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery img {
    width:  100%;
    height: 60vh;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 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;
}

#short-gallery {
	height: 10vw;
	width:100%;
	position:relative;
	overflow:hidden;
}

#short-gallery img {
	height: 10vw;
	width:100%;
	object-fit:cover;
}

#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#front #main {
	padding: 2% 0;
}

#front #main #fullblock:nth-of-type(1) {
	text-align: left;
}

#front #main #fullblock:nth-of-type(1) #inset {
	width: 96%;
	padding:1% 2%;
}

#front #main #fullblock:nth-of-type(2) {
	height:auto;
	text-align: center;
	margin-top: 2%;
}
	
.servicelinks .wp-block-group__inner-container {
	margin:0;
}
	
	.service-shortcuts a {
	text-decoration:none;}
	
.servicelinks .wp-block-cover:nth-of-type(1) {
	margin-left:0;
}
		
.servicelinks .wp-block-cover {
	position:relative;
	margin-left:2%;
}
	
.servicelinks .wp-block-cover img {
	object-fit:cover;
	width:50vw;
	height:15vw;
	border-radius: 25px;
	vertical-align:bottom;
}
	
.servicelinks .wp-block-cover .wp-block-cover__inner-container  {
	width:70%;
	position:absolute!important;
	bottom:10%;
	left:10%;
	text-align:left;
	z-index:3;
}
	
.wp-block-group.servicelinks {
	top:50vw;
    background: transparent !important;
    z-index: 1000;
    display: block;
    position: absolute;
}

#front #main #fullblock:nth-of-type(2) #quarterblock img {
	object-fit:cover;
	height:15vw;
	width:100%;
	border-radius: 25px;
	vertical-align:bottom;
	position:relative;
	z-index:1;
}
	
#front #main #quarterblock #twothirdsblock {
	position:absolute!important;
	bottom:60%;
	left:10%;
	text-align:left;
	z-index:3;
}
	


#front #main #quarterblock #gradient {
	width: 100%;
	position:absolute;
	bottom:0;
	height:100%;
	z-index:2;
}
	
.branded-gradient {
	text-align:center;
	}

.branded-gradient .wp-block-spacer {
	height:69px;
}

.branded-gradient img {
	border-radius:var(--circular);
	width:65%;
	height:32vw;
	object-fit:cover;
}
	
.service-shortcuts .wp-block-column .is-layout-flow  {
	border:1px solid #f3f3f3;
	width:24.5%;
	margin:2% 2%;
	padding:4% 0;
} 
	

.service-shortcuts p {
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#282828;
	text-align: center;
	width: 100%;
}
	
.service-shortcuts p:hover {
	color:#ec7a00;
}

.service-shortcuts .wp-block-button {
	background:transparent;
	color: #282828;
	margin:0 auto 0 auto;
	padding
}


.service-shortcuts .wp-block-button	.wp-element-button {
	padding: 2% 2% 10% 2%;
}

.service-shortcuts .wp-block-button a {
	font-size:16px;
	border-bottom: 2px solid #cccccc;
}
	
.service-shortcuts .no-border {
	border:none!important;
}

marquee {
	border:1px solid #ec7a00;
	border-radius: 25px;
	padding:1% 0;
	width:74.5%;
	margin: 0  12.5% 0 12.5%;
}
	
marquee img {
	border:0px solid black;
	height:8vw;	
	width:auto;
}

.is-style-rounded img, .is-style-rounded,  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile.is-style-rounded .wp-block-media-text__content .wp-block-group {
	border-radius:20px!important;
}
		
	
}