/* Bootstrap override*/
.img-responsive{
	display: inline;
}
	
	
/* General styling */
.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-top-40 {
	margin-top: 40px;
}

.section.page-title-wrapper {
	height: 308px;
	overflow: hidden;
}

#headergallery {
	height: 300px;
}

/* Hide all but the first image in the headergallery on mobiel devices */
@media (max-width: 600px) {

	#headergallery {
		max-height: 300px !important;
		position: unset !important;
	}
	body.home section#page-title-wrapper {
		height: auto;
	}

    #headergallery div:not(:first-child) {
        display: none;
    }

	#headergallery div:first-child {
		width: 100% !important;
		height: 100% !important;
		position: unset !important;
		display: block !important;
	}

	#headergallery div:first-child img {
		width: 100% !important;
		height: 100% !important;
		margin: 0px !important;
		object-fit: cover;
		object-position: center;
		position: unset !important;
	}
}

.small_square,
.small_square img{
	width: 150px;
	height: 150px !important;
}

.vertical_rectangle,
.vertical_rectangle img{
	width: 150px;
	height: 300px !important;
}

.horizontal_rectangle,
.horizontal_rectangle img{
	width: 300px;
	height: 150px !important;
}

.large_sqaure,
.large_sqaure img{
	width: 300px;
	height: 300px !important;
}

/* Sidebar */
.search-submit:before {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	top: 3px;
	right: 12px;
	font-size: 18px;
	color: #ecf0f1;
}

.widget_categories ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 20px;
	border: 1px solid #ecf0f1;
}


.widget_categories ul > li {
	padding: 5px 0;
	border-bottom: 1px solid #ecf0f1;
}


.widget_categories ul > li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-right: 15px;
	font-size: 14px;
}

.widget .recent-posts {
	list-style-type: none;
}

.widget .recent-posts li {
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.widget .recent-posts li .post-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.widget .recent-posts img {
	width: 100px;
	height: 100px;
}
/* end Sidebar */

/* Contact */
.google-maps {
	height: 300px;
	width: 100%;
}
label strong { text-decoration: underline; text-transform: uppercase; }

/* Gallery */
.albums .album {
	margin-bottom: 20px;
	cursor: pointer;
}

.albums .album h5{
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #CA047D;
}

.row-no-padding [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.blueimp-gallery>.indicator > li {
	width: 20px;
	height: 20px;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
.carousel-control:hover .glyphicon-chevron-left,
.carousel-control:hover .glyphicon-chevron-right {
	color: #CA047D;
}
/* Some important overrides :( */
#cookie-notice .button.wp-default {
	line-height: 18px !important;
	height: 24px;
	color: #333 !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

#footer-1  a:hover {
	color: white !important;
}

#wpadminbar,
#cookie-notice {
	-webkit-transform: translateZ(0);
}

label strong { text-decoration: underline; text-transform: uppercase; }

.facaptcha li input[type="radio"] {
	display: block;
	margin: 0 auto;
}

.grid {
 	display: grid;
}

.grid-cols-1 {
    	grid-template-columns: 1fr;
}

.gap-4 {
	gap: 1rem;
}

@media (min-width: 350px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }	
}

@media (min-width: 980px) {
.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
