/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Template: generatepress
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.1.3
Requires at least: 4.5.0
Tested up to: 5.8
Requires PHP: 5.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2021 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2021 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
@font-face {
    font-family: 'BaskervilleMTW01Roman';
    src: url('fonts/BaskervilleMTW01Roman.eot');
    src: url('fonts/BaskervilleMTW01Roman.eot') format('embedded-opentype'),
         url('fonts/BaskervilleMTW01Roman.woff2') format('woff2'),
         url('fonts/BaskervilleMTW01Roman.woff') format('woff'),
         url('fonts/BaskervilleMTW01Roman.ttf') format('truetype'),
         url('fonts/BaskervilleMTW01Roman.svg#BaskervilleMTW01Roman') format('svg');
}
.im-spliter .gb-icon svg{
	height: 2px !important;
}
.im-box-shadow{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 3px 1px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 3px 1px rgba(50, 50, 50, 0.8);
	position: relative;
}
.animated-image-holder:hover .im-box-shadow{
	-webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 6px 1px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 6px 1px rgba(50, 50, 50, 1);
}
.animated-image-holder .animated-image{
	background-size: 108% !important;
	transition: all 0.5s ease;
}
.animated-image-holder:hover .animated-image{
	background-size: 120% !important;
	transition: all 0.5s ease;
}
.animated-image-holder .animated-image.big-animated-image{
	background-size: 125% !important;
	transition: all 0.5s ease;
}
.animated-image-holder:hover .animated-image.big-animated-image{
	background-size: 140% !important;
	transition: all 0.5s ease;
}
.absolute-link-holder{
	position: relative;
}
.absolute-heading-holder{
	position: relative;
	overflow: hidden;
}
.absolute-heading-holder .absolute-bottom-heading{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	transition: all 0.5s ease;
}
.animated-image-holder:hover .absolute-bottom-heading{
	bottom: 10px;
	transition: all 0.5s ease;
}
.im-absolute-link{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.im-absolute-link a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 0;
}
.im-form-holder{
	font-size: 14px;
}
.im-form-holder input[type=email],
.im-form-holder input[type=text],
.im-form-holder input[type=tel],
.im-form-holder textarea{
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: none;
}
.im-form-holder-simple input[type=email],
.im-form-holder-simple input[type=text],
.im-form-holder-simple input[type=tel],
.im-form-holder-simple select,
.im-form-holder-simple input[type=date],
.im-form-holder-simple textarea{
	width: 100%;
}
.im-form-holder-simple input[type=date]{
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
    background: #fcf9f9;
    border-color: #c8c6c6;
}
.im-form-holder-simple textarea{
	height: 200px;
	resize: none;
}
.wpcf7-not-valid-tip{
	text-align: left;
}
.im-form-holder input::placeholder,
.im-form-holder textarea::placeholder{
	color: #fff;
	opacity: 1;
}
.im-form-holder .field-holder,
.im-form-holder-simple .field-holder{
	margin-bottom: 20px;
}
.im-form-holder .field-holder.m-t-40{
	margin-top: 40px;
}
.before-footer .im-form-holder input[type=submit],
.im-form-holder-simple input[type=submit]{
	background-color: #fbeef5;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
    font-family: Playfair Display, serif;
    font-size: 18px;
}
.im-form-holder-simple input[type=submit]{
	background: #c7a46e;
	color: #fff;
}
.page-id-3673 input[type=submit]{
	background: #231F20;
}
.page-id-3673 input[type=submit]:hover{
	background: #fbeef5 !important;
	color: #fff;
}
.before-footer .im-form-holder input[type=submit]:hover,
.im-form-holder-simple input[type=submit]:hover{
	background: #fef3ed;
}
.im-form-holder-simple input[type=submit]:hover{
	background: #b79b86;
	color: #fff;
}
.before-footer .im-form-holder input[type=submit]:hover{
	background: #000 !important;
}
.im-underline{
	text-decoration: underline;
}
.im-footer-menus ul{
	list-style: none;
	margin-left: 0;
}
.im-footer-menus nav,
.im-footer-menus ul{
	display: block;
}
.im-footer-menus ul li{
	margin-bottom: 0;
}
.im-footer-menus ul li:before{
	content: '';
	height: 10px;
	width: 10px;
	background: #fbeef5;
	margin-right: 20px;
}
.im-map-holder{
	position: relative;
}
.im-map-holder iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.inside-navigation .sub-menu{
	width: 640px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inside-navigation .sub-menu li{
	width: 50%;
	float: left;
}
.inside-navigation .sub-menu .sub-menu{
	width: 240px;
}
.inside-navigation .sub-menu .sub-menu li{
	width: 100%;
}
.inside-navigation .sub-menu li a{
	font-family: Raleway, sans-serif;
	font-weight: 400px;
	font-size: 16px;
	position: relative;
}
.inside-navigation .sub-menu li a:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 12px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background: #231f20;
}
.strong-view.wpmtst-default .wpmtst-testimonial{
	border: 0 !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner{
	background: #ffffff;
	border:  1px solid #cfba9d !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner p{
	font-size: 12.65px;
	line-height: 16px;	
	text-align: center;
	margin-bottom: 25px !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner:before {
    background: url(images/quotes.png) no-repeat scroll left center transparent;
    position: absolute;
    top: 14px;
    right: 14px;
    content: '';
    width: 29px;
    height: 24px;
    z-index: 2;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner:after {
    background: #fbeef5;
    position: absolute;
    top: -70px;
    right: -70px;
    content: '';
    width: 140px;
    height: 140px;
    z-index: 1;
    border-radius: 100%;
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	background: none !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-size: 21.63px;
    padding-left: 0 !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field{
	text-align: center !important;
	margin-top: 10px;
}
.strong-rating span.star:before {
	color: #fbeef5 !important;
    background: #fbeef5 !important;
}
.strong-rating span.star{
	margin: 0 5px !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    padding: 20px 20px 5px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before{
	background: #231f20 !important;
}
.inside-article{
	padding-left: 15px;
	padding-right: 15px;
}
.home .inside-article{
	padding-left: 0;
	padding-right: 0;
}
.simple-btn{
	padding: 10px 30px !important;
}
#post-3670 .inside-article,
#post-3673 .inside-article{
	padding-left: 0;
	padding-right: 0;
}
.contact-sections a{
	color: #000 !important;
}
.contact-sections a:hover{
	color: #CAAC94 !important;
}
.contact-sections a span.gb-icon{
	color: #fff !important;
}
@media only screen and (max-width: 768px){
	.site_header{
		display: none;
	}
	.main-navigation{
		background: #c7a46e;
	}
	.main-navigation .menu-toggle{
		color: #333;
	}
	.before-footer .im-form-holder input[type=submit], .im-form-holder-simple input[type=submit]{
		margin-left: 0;
	}
	.site-logo.mobile-header-logo img{
		height: auto !important;
		width: 100% !important;
		margin-top: 10px;
		float: left;
	}
	.main-navigation .menu-toggle{
		margin-left: 0 !important;
		line-height: auto !important;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.main-navigation .menu-toggle{
		padding-left: 0 !important;
	}
	.mobile-header-navigation .site-logo{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.main-navigation.has-branding .menu-toggle{
		padding-right: 10px !important;
		padding-top: 5px !important;
	}
	#mobile-header {
		display: block !important;
		width: 100% !important;
		padding: 0 10px 10px;
	}
	#mobile-header .inside-navigation .menu-toggle{
		line-height: normal !important;
	}
	#mobile-header .menu-toggle{
		width: 100% !important;
	}
	.site-logo.mobile-header-logo{
		height: auto !important;
	}
	.main-navigation.has-branding .menu-toggle{
		padding-right: 0 !important;
	}
	.mobile-center{
		text-align: center;
	}
	.mobile-center .animated-image{
		min-height: 290px !important;
		width: 300px !important;
		display: inline-block !important;
	}
	.before-footer .submit-holder{
		position: relative;
	}
	.before-footer .submit-holder .wpcf7-spinner{
		position: absolute;
		right: 0;
		top: 23px;
	}
}
@media only screen and (max-width: 374px){
	.mobile-center{
		text-align: center;
	}
	.mobile-center .animated-image{
		min-height: 270px !important;
		width: 280px !important;
		display: inline-block !important;
	}
}