/*
Theme Name: The Core Parent Child
Theme URI: https://demo.themefuse.com/?theme=the-core
Template: the-core-parent
Author: ThemeFuse
Author URI: https://themefuse.com/
Description: The Core is created by ThemeFuse. The Core comes with 20 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. View Changelog
Tags: left-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.34.1616194363
Updated: 2021-03-19 22:52:43

*/
/* NAVIGATION */
.brz .main-nav .brz-menu .brz-menu__item-dropdown .brz-menu__item .brz-a {
	padding-left: 5px;
}
/* END NAVIGATION */
/* ACCOLADES */
.brz .brz-carousel > .slick-slider > ul.brz-slick-slider__dots {
	bottom:30px;
}
/* END ACCOLADES */
/* BACK TO TOP */
.scroll-to-top {
	bottom: 15%;
}
/* END BACK TO TOP */
/* NEWSLETTER */
.mc4wp-form-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.mc4wp-form-fields * {
	font-family: Lato, sans-serif !important;
}
.mc4wp-form-fields .email-address {
	width: 75%;
}
.mc4wp-form-fields .email-address input {
	background: none;
	border: 0;
	border-bottom: 2px solid #F7F6F1;
	color: #F7F6F1;
}
.mc4wp-form-fields .email-address input::placeholder {
	color: #F7F6F1;
}

.mc4wp-form-fields .submit-button {
	width: 20%;
	min-width: 100px;
}
.mc4wp-form-fields .submit-button input {
	font-size: 17px;
	padding: 8px 20px;
	color: #75726E !important;
	background-color: #F7F6F1;
}
.mc4wp-form-fields .submit-button input:hover {
	color: #F7F6F1 !important;
	background-color: #9D8557;
}
.mc4wp-alert.mc4wp-error {
	color: #FFFFFF;
}

@media all and (max-width: 510px) {
.mc4wp-form-fields .email-address {
	width: 100%;
}
.mc4wp-form-fields .submit-button {
	margin: 0 0 0 auto;
}
}
/* END NEWSLETTER */

/* CONTACT FORM */
.brz .brz-forms2__checkbox-option label .brz-forms2__checkbox-option-name {
	text-transform: initial;
}
.select2-results {
	border: 2px solid;
}
/* END CONTACT FORM */

/* GALLERY GRID */
.gallery-grid-4 .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-grid-4 .gallery figure {
	padding: 0 .5%;
	width: 50%;
	max-width: 50%;
	margin: .5% 0;
}
.gallery-grid-4 .gallery figure:nth-child(n+5) {
	display: none;
}
.gallery-grid-4 .gallery figure.gallery-item .gallery-icon {
	width:100%;
	height:100%;
}

.gallery-grid-4 .gallery figure img {
	object-fit: cover;
	width:100%;
	height:100%;
}

@media all and (max-width:600px) {
	.gallery-grid-4 .gallery figure {
		width:100%;
		max-width:100%;
	}
}
/* END GALLERY GRID */
/* GALLERY PAGINATION */
.tiny-pagination .brz-slick-slider__dots {
	bottom:50px !important;
}
@media all and (max-width:600px) {
	.tiny-pagination .brz-slick-slider__dots li button {
		height: 5px;
		width: 5px;
		border-width: 1px;
	}
}
/* END GALLERY PAGINATION */
/* GALLERY FIXES */
@media (max-width: 991px) and (min-width: 768px) {
	.brz .tablet-fix .brz-image {
		max-width:100%;
	}
}
/* END GALLERY FIXES */
/* MOBILE MENU */
@media (max-width: 991px) and (min-width: 768px){
	.brz .brz-css-zvkzk .brz-mm-menu__item:hover > .brz-mm-listitem__text {
		color:rgba(157, 133, 87, 1);
	}
}
/* END MOBILE MENU */

/* MISC */
.bg-zoom .brz-bg-image {
	transition: .5s transform !important;
}
.bg-zoom:hover .brz-bg-image {
	transform: scale(1.25);
}
.mobile-only {
	display: none !important;
}
.black-bg {
	background:#000000;
}
@media all and (max-width:768px) {
	.mobile-only {
		display: inherit !important;
	}
}
/* END MISC */