@charset "UTF-8";

/*
Theme Name: Bolzons
Theme URI: 
Author: Bolzons team
Author URI: 
Description: 
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
*/

html {
	font-size: 16px;
	font-family: Poppins,"Poppins Fallback";
	color: #000;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}
body
{
	padding: 0;
    margin: 0;
}
img
{
	max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.container {
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
}
ul {
	padding-left: 30px;
}

/* Header Css Starts */
#masthead {
	position: fixed;
	z-index: 101;
	width: 100%;
	display: block;
}
.logo_section {
	position: relative;
	background: #fff;
	display: block;
	padding: 20px 0 30px;
}
.logo_section .container {
  display: flex;
}
.logo_left {
	position: relative;
	width: 25%;
}
.logo_left a {
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	display: block;
	max-width: 213px;
	margin-top: 16px;
}
.header_centerinfo {
	position: relative;
	width: 50%;
	padding-left: .75%;
	padding-right: .75%;
	text-align: center;
}
.header_centerinfo ul {
	list-style: none;
	padding: 0;
    margin: 30px 0 0 40px;
}
.header_centerinfo ul li::before {
	font-weight: 700;
	content: "•";
	margin-right: .5em;
}
.header_centerinfo ul li
{
	font-family: Oswald, 'Oswald Fallback';
	text-indent: -1.5em;
	margin-bottom: 2px;
}
.bookinfo_right {
	position: relative;
	width: 25%;
	padding-left: 10px;
	text-align: center;
}
.bookinfotext {
	margin: 10px 0;
}
.btn {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.btn {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	transition: color .2s ease;
	background: linear-gradient(rgb(166, 39, 42) 0%, rgb(255, 2, 10) 100%);
	border-color: rgb(210, 77, 80) rgb(210, 77, 80) rgb(201, 20, 24) rgb(201, 20, 24);
	border-radius: 50px;
	text-decoration: none;
	border-width: 2px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	border-style: solid;
	padding: 10px 0;
	width: 200px;
}
.btn:hover
{
	background: linear-gradient(rgb(166, 39, 42) 0%, rgb(255, 2, 10) 100%);
  border-color: #000;
}
.menu_section {
	background-color: #c1e48d;
	position: relative;
	padding: 5px 25px;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.menu-button-container {
	display: none;
}
.primary-menu-container {
	padding: 11px 15px 6.8px;
}
.logo_section .button, .mobilephone {
	display: none;
}
#primary-menu-list {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	justify-content: center;
}
.primary-menu-container li a {
	font-size: 15px;
	padding: 0 10px;
	color: #000;
	letter-spacing: .03em;
	text-decoration: none;
	display: block;
}
#primary-menu-list > li > a::after {
	content: '';
	width: 100%;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 0px;
	border-top-color: transparent;
	border-top-color: #c91418;
	display: block;
	transition: transform .2s ease-out,opacity .2s ease-out;
	margin-top: .2em;
	transform: scaleX(0);
	opacity: 0;
	border-top-width: 2px;
}
#primary-menu-list li a:hover::after, #primary-menu-list li.current-menu-item a::after {
	transform: scaleX(1);
	border-top-color: #c91418;
	opacity: 1;
	border-top-width: 2px;
	transform-origin: left;
}
/* Header Css Ends */

/* Footer Css Starts */
#colophon {
	position: relative;
}
.footer_widgets {
	background-color: #5b9107;
	padding: 70px 40px 40px;
	position: relative;
	text-align: center;
}
.footer_widgetswrap {
	display: flex;
	margin-top: 10px;
}
.footer_widgets_left {
	position: relative;
	width: 33.33333%;
	padding-right: 1.5%;
}
.footer_widgets_left {
	position: relative;
	width: 33.33333%;
	padding-right: 1.5%;
}
.footer_widgets_center {
	position: relative;
	width: 33.33333%;
	padding-left: .75%;
	padding-right: .75%;
}
.footer_widgets_right {
	position: relative;
	width: 33.33333%;
	padding-left: 1.5%;
}
.graphic_widget
{
	width: 50px;
	height: 50px;
	margin: 0px auto;
}
.graphic_widget svg {
	width: 100%;
    height: 100%;
    color: #fff;
    fill: #fff;
}
.footer_widgets_center .graphic_widget, .footer_widgets_right .graphic_widget {
  padding: 5px;
}
.footer_widgets h5 {
	font-size: 18px;
	color: #f7d64a;
	font-family: Oswald,"Oswald Fallback";
	margin: 15px 0 10px;
}
.footer_widgets p {
	margin: 0 0 10px 0;
    font-family: Oswald,"Oswald Fallback";
    color: #fff;
}
.footer_widgets p a {
	text-decoration: none;
	color: #fff;
}
.footer_widgets p span
{
	color: #f7d64a;
}
.footer_widgets p a.yellow_color
{
	color: #f7d64a;
}
.payment_optionslist {
	display: flex;
	justify-content: center;
    margin-top: 12px;
}
.payment_list {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 38px;
	width: 84px;
	cursor: pointer;
}
.footer_privacy {
	background-color: #395c04;
	text-align: center;
	padding: 25px 0;
}
.privacy_popup {
	color: rgb(247, 214, 74);
	cursor: pointer;
}
.site-info {
	display: none;
}
.privacypopup_data h3 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}
.privacypopup_data p {
	color: #000;
}
.text-center {
	text-align: center;
}
.privacypopup_datawrap {
	background-color: rgba(243,243,243,1);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 25px;
}
.privacypopup_datawrap h4 {
	color: rgb(155, 9, 9);
	font-size: 20px;
	margin-bottom: 10px;
}
.privacypopup_datawrap p {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.privacypopup_datawrap a {
	color: #000;
}
.privacypopup_datawrap h5 {
	color: rgb(155, 9, 9);
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.privacypopup_datawrap ul {
	margin-top: 0;
	padding-left: 30px;
}
.privacypopup_datawrap ul li {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.privacypopup_datawrap h6 {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
	margin: 0 0 15px 0;
}
/* Footer Css Ends */

/* Default Template Css Starts */
.inner_banner {
	position: relative;
	padding-top: 210px;
	padding-bottom: 210px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner_banner::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: rgba(0,0,0,1);
	opacity: 0.37;
}
.inner_banner h1
{
	text-transform: uppercase;
}
.inner_banner h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-family: Oswald,"Oswald Fallback";
	color: #fff;
	font-style: italic;
	margin: 15px 0 15px 0;
}
.inner_banner .container {
	max-width: 731px;
}
.btn_click.active span.phone, span.address {
	visibility: visible;
	opacity: 1;
}
.btn_click
{
	position: relative;
	cursor: pointer;
}
span.phone {
	position: absolute;
	left: 0;
    width: 100%;
	color: #fff;
}
.btn_click a
{
	color: #fff;
	text-decoration: none;
}
span.phone, .btn_click.active span.address {
	visibility: hidden;
	opacity: 0;
}
.page_content_section {
	padding: 60px 0;
}
.page_content_section h2
{
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
}
.page-id-39 .page_content_section, .error404 .page_content_section
{
	text-align: center;
}
.page_content_section .sitemap-item.page_item a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.page_content_section .sitemap-item.page_item
{
	margin-bottom: 5px;
}
.page_content_section .sitemap-item.page_item a:hover {
	text-decoration: underline;
}
h3.post-type {
	color: #be0027;
}
/* Default Template Css Ends */

/* Innerflexible Template Css Starts */
.col_wrap {
	position: relative;
	padding: 55px 0;
	display: flex;
}
.col_4 {
	position: relative;
    width: 33.33333%;
}
.col_5 {
	position: relative;
	width: 41.66667%;
	padding-left: 1.5%;
}
.col_6 {
	position: relative;
    width: 50%;
}
.col_7 {
	padding-right: 1.5%;
	position: relative;
	width: 58.33333%;
}
.col_8 {
	position: relative;
	width: 66.66667%;
}
.col_6:first-child {
	padding-right: 1.5%;
}
.col_6:last-child {
	padding-left: 1.5%;
}
.col_4:first-child {
	  padding-right: 1.5%;
}
.col_4:last-child {
	padding-left: 1.5%;
}
.imgtext_section h3
{
  font-size: 24px;
  font-family: Oswald,"Oswald Fallback";
  margin-bottom: 10px;
}
.imgtext_section img
{
	box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
  -moz-box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
  border-color: rgba(0,0,0,1);
  border-width: 3px;
  border-style: solid;
  display: block;
  margin: 15px auto;
}
.cta_section {
	background: rgba(193,228,141,1);
	position: relative;
	padding: 60px 0 80px;
	text-align: center;
}
.imgtextwithgallery_section {
	position: relative;
	background: rgba(193,228,141,1);
}
.imgtextwithgallery_section h3 {
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin-bottom: 10px;
}
.img_withgallery {
	display: flex;
	justify-content: center;
	max-width: 400px;
	margin: 0px auto;
}
.img_withgallery span {
	padding-top: 129px;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    cursor: pointer;
}
.imgtextwithgallery_section .col_wrap{
  align-items: center;	
}
.textwith3col_section {
	position: relative;
	background: #f0f0f0;
}
.textwith3col_section h3
{
  font-size: 24px;
  font-family: Oswald,"Oswald Fallback";
  margin-bottom: 10px;
  margin-top: 10px;
}
.textwith3col_section p
{
  margin-bottom: 0px;
}
.textwith3col_section .col_4:first-child{
	border-right: 1px solid rgba(0,0,0,1);
}
.textwith3col_section .col_4:last-child{
	border-left: 1px solid rgba(0,0,0,1);
}
.textwith3col_section .col_4:nth-child(2) {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.page-id-28 .inner_banner, .page-id-19 .inner_banner, .page-id-30 .inner_banner {
	background-position: 50% 50%;
}
.textwith8with4col_section {
	background: rgba(193,228,141,1);
	position: relative;
}
.textwith8with4col_section h3
{
  font-size: 24px;
  font-family: Oswald,"Oswald Fallback";
  margin-bottom: 10px;
  margin-top: 10px;
}
.textwith8with4col_section p
{
	margin-top: 0;
}
.textwith8with4col_section .col_8
{
	border-right: 1px solid rgb(0, 0, 0);
    padding-right: 50px;
}
.textwith8with4col_section .col_wrap {
	align-items: center;
}
.textwith12col_section .col_wrap
{
	flex-direction: column;
}
.textwith12col_section {
	text-align: center;
}
.textwith12col_section h3
{
  font-size: 24px;
  font-family: Oswald,"Oswald Fallback";
  margin-bottom: 10px;
  margin-top: 10px;
}
.list_ul {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_ul ul {
	margin-top: 0px;
}
.imgtextwithgallery_section h4 {
	font-size: 18px;
	font-family: Oswald,"Oswald Fallback";
	margin: 10px 0;
}
.page-id-24 .imgtextwithgallery_section .img_withgallery {
	max-width: 340px;
	flex-wrap: wrap;
}
.page-id-24 .imgtextwithgallery_section .img_withgallery span {
	padding-top: 120px;
	background-size: cover;
	width: 48%;
	margin: 2px;
}
.page-id-24 .imgtextwithgallery_section .col_wrap {
	align-items: initial;
}
.page-id-24 .textwith12col_section h3 {
	margin-bottom: 20px;
}
.textwithicons_section {
	position: relative;
	background: #c1e48d;
	text-align: center;
}
.textwithicons_section .graphic_widget {
	width: 60px;
	height: 60px;
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10% ;
	background: rgba(190,0,39,1);
	border: 1px solid rgba(28,46,113,1);
}
.textwithicons_section .col_wrap
{
	flex-wrap: wrap;
}
.iconslist {
	width: 33.33%;
}
.iconslist p {
	margin: 12px 0 24px 0;
}
.iconslist:nth-child(4) svg {
	padding: 9px;
}
.iconslist:nth-child(5) svg {
	padding: 5px;
}
.textwith6col_section {
	position: relative;
	background: #f0f0f0;
}
.textwith6col_section h3 {
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin-bottom: 20px;
	margin-top: 10px;
}
.textwith6col_section .col_6:first-child {
  border-right: 1px solid rgba(0,0,0,1);
}
.map_section iframe
{
	display: block;
}
.contactinfo_section {
	position: relative;
	background: #c1e48d;
	text-align: center;
}
.contactinfo_section .graphic_widget svg
{
	color: #000;
  fill: #000;
}
.contactinfo_section h5
{
	font-family: Oswald,"Oswald Fallback";
	font-size: 18px;
	margin: 10px 0;
}
.contactinfo_section p
{
	margin: 0;
	font-size: 15px; 
}
.contactinfo_section p a
{
	text-decoration: none;
	color: #000;
}
.contactform_section {
	position: relative;
	background-repeat: repeat;
	background-size: auto;
	background-color: rgba(180,180,180,1);
}
.contactform_section .col_4 {
	background: rgba(104,160,21,1);
	padding: 10px 20px;
	color: #fff;
}
.contactform_section h3 {
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin: 10px 0;
}
.open-hours-data {
	margin: 0 0 5px 0;
	display: flex;
}
.open-hours-data dt {
	width: 40%;
	text-align: left;
	position: relative;
}
.open-hours-data dd {
	position: relative;
	text-align: right;
	width: 59%;
	margin-left: 0;
}
.contactform_section h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0px 0;
}
.contactform_section .col_4 p {
	margin: 0 0 10px 0;
}
.contactform_section .col_4 ul {
	margin: 0px;
}
.contactform_section .col_8 {
	background: #fff;
	padding: 10px 40px;
}
.formcol_wrap {
	display: flex;
}
.formcol_wrap .wpcf7-form-control.wpcf7-text {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	color: rgba(0,0,0,1);
}
.formcol_full textarea {
	padding: 10px;
	width: 100%;
}
.formcol_item p
{
	margin: 0;
}
.formcol_item:nth-child(2){
	padding: 0 25px;
}
.contactform_section .wpcf7 {
	margin-top: 40px;
}
.wpcf7-form-control.wpcf7-submit {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.contactform_section .wpcf7-not-valid-tip {
	font-size: 12px;
}
.contactinfo_section .col_4:nth-child(1) .graphic_widget {
  width: 60px;
  height: 60px;
}
.contactinfo_section .col_4:nth-child(2) .graphic_widget {
  padding: 5px;
  margin-bottom: 15px;
}
.contactinfo_section .col_4:nth-child(3) .graphic_widget {
  width: 60px;
  height: 60px;
}
/* Innerflexible Template Css Ends */

/* Homepage Css Starts */
.home_banner {
	position: relative;
	padding-top: 160px;
	padding-bottom: 160px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.home_banner::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: rgba(0,0,0,1);
	opacity: 0.37;
}
.home_banner .container {
	max-width: 731px;
}
.home_banner h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-family: Oswald,"Oswald Fallback";
	color: #fff;
	font-style: italic;
	margin: 15px 0 15px 0;
}
.homeservices_section {
	position: relative;
	background: #f0f0f0;
	text-align: center;
	padding: 70px 0 40px 0;
}
.homeservices_section .col_wrap {
	flex-wrap: wrap;
	padding: 0;
}
.homeservices_section .graphic_widget {
	width: 60px;
	height: 60px;
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	background: rgba(190,0,39,1);
	border: 1px solid rgba(28,46,113,1);
}
.homeservices_section h3 {
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin: 0;
	padding-bottom: 50px;
}
.homeservices_section .iconslist {
	width: 25%;
	padding: 10px 25px;
}
.boxes_section {
	position: relative;
	top: -70px;
}
.boxes_wrap {
	display: flex;
}
.boxes_wrap svg {
	width: 160px;
	height: 160px;
}
.boxes_list {
	width: 25%;
	text-align: center;
	position: relative;
}
.box_title {
	display: flex;
	width: 160px;
	height: 160px;
	position: absolute;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	margin: 0px auto;
	color: #fff;
    font-family: Oswald;
    padding: 0 20px;
}
.homeabout_section {
	position: relative;
	background: #c1e48d;
	text-align: center;
	padding: 0px 0px 50px;
}
.homeabout_section h2 {
	color: rgb(82, 81, 81);
	font-size: 30px;
	font-family: Oswald,"Oswald Fallback";
	margin-top: 0;
}
.homeabout_section p {
	padding: 0 110px;
}
.homeabout_section h4 {
	font-size: 18px;
	font-family: Oswald,"Oswald Fallback";
	margin: 40px 0 20px;
}
.homeaboutwithboxes_section {
	position: relative;
	background: #c1e48d;
}
.homegallry_section {
	position: relative;
	text-align: center;
	padding: 60px 0 80px;
}
.homegallry_section h3{
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin-top: 10px;
}
.homegallery_wrap {
	display: flex;
}
.homegallery_list {
	padding-top: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 20%;
	margin: 5px;
	cursor: pointer;
}
.reviews_section {
	position: relative;
	padding: 60px 0 80px;
	text-align: center;
}
.reviews_section::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: #f7d64a;
	opacity: 0.66;
}
.reviews_section h3 {
	font-size: 24px;
	font-family: Oswald,"Oswald Fallback";
	margin-top: 10px;
	margin-bottom: 60px;
}
.reviews_section .owl-theme .owl-nav {
  opacity: 0;
  transition: all .3s ease;
}
.reviews_section .owl-theme:hover .owl-nav {
  opacity: 1;
}
.testimonial-item p {
	font-family: Oswald,"Oswald Fallback";
	font-size: 18px;
}
.testimonial-item p.auth {
	font-style: italic;
    font-family: Oswald;
    font-size: 17px;
}
.reviews_section .owl-theme .owl-nav {
	top: 30%;
	position: absolute;
	width: 100%;
	transition: all .3s ease;
}
.reviews_section .owl-theme .owl-nav .owl-prev, .reviews_section .owl-theme .owl-nav .owl-next {
	font-size: 65px;
	color: #000;
	opacity: 0.8;
	transition: all .3s ease;
}
.reviews_section .owl-theme .owl-nav .owl-prev {
	float: left;
	height: 3rem;
	width: 3rem;
	left: 0px;
	margin: 0;
	position: relative;
}
.reviews_section .owl-theme .owl-nav .owl-prev, .reviews_section .owl-theme .owl-nav .owl-next {
	background: none;
	border: none;
}
.reviews_section .owl-prev span, .reviews_section .owl-next span {
	transition: background .2s ease;
	height: 3rem;
	width: 3rem;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.reviews_section .owl-theme .owl-nav .owl-next {
	height: 3rem;
	width: 3rem;
	margin: 0;
	position: relative;
	float: right;
	right: 0px;
}
/* Homepage Css Ends */

@media(min-width: 1025px) and (max-width: 1300px) {	
.logo_section {
	padding: 20px 15px 30px;
}	
.page_content_section {
	padding-left: 15px;
	padding-right: 15px;
}
.col_wrap {
	padding: 45px 15px;
}
}

@media(min-width: 768px) and (max-width: 1024px) { 
.footer_widgets {
	padding: 50px 15px 30px;
}
.inner_banner {
	padding-top: 140px;
	padding-bottom: 140px;
}
.logo_section {
	padding: 15px 15px 25px;
}
.header_centerinfo {
	width: 46%;
}	
.bookinfo_right {
	width: 29%;
}
.header_centerinfo ul li {
	font-size: 15px;
}
.bookinfotext {
	margin: 5px 0;
}
.bookinfo_right .btn {
	width: 180px;
}
.menu_section {
	padding: 3px 15px;
}
.primary-menu-container li a {
	font-size: 14px;
	padding: 0 7px;
	letter-spacing: 0;
}
.primary-menu-container {
	padding: 11px 0px 6.8px;
}
.page_content_section {
	padding-left: 15px;
	padding-right: 15px;
}
.cta_section {
	padding: 40px 15px 50px;
}
.col_wrap {
	padding: 45px 15px;
}
.inner_banner h1 {
	font-size: 30px;
	margin: 0px auto;
	max-width: 550px;
	padding-bottom: 20px;
}
.list_wrap {
	width: 50%;
}
.contactinfo_section p {
	word-wrap: break-word;
}
.contactform_section .col_4 {
	padding: 10px 10px;
}
.open-hours-data {
	font-size: 14px;
}
.contactform_section .col_4 ul {
	font-size: 14px;
}
.contactform_section .col_8 {
	padding: 10px 15px;
}
.formcol_item:nth-child(2) {
	padding: 0 10px;
}
.homegallry_section {
	padding: 40px 0 50px;
}
.reviews_section {
	padding: 40px 0 40px;
}
.homeservices_section {
	padding: 50px 0 20px 0;
}
}

@media (max-width: 767px) {
.footer_widgets {
	padding: 30px 0px 35px;
}
.footer_widgets_left {
	width: 100%;
	padding-right: 0;
}
.footer_widgetswrap {
	flex-direction: column;
}
.footer_widgets_center {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}	
.footer_widgets_right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.container {
	padding: 0 15px;
}
.footer_privacy {
	padding: 15px 0;
}
#scrollTopBtn {
	position: fixed;
	bottom: 6px;
	right: 7px;
	z-index: 999;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 0;
	background: #000;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
	opacity: 1;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #fff;
}
.privacypopup_data h3 {
	margin-top: 10px;
	font-size: 23px;
}
.privacypopup_datawrap {
	padding: 5px 15px 15px;
}
.privacypopup_datawrap h6 {
	font-size: 15px;
}
.page_content_section {
	padding: 40px 0;
}
.inner_banner h1 {
	font-size: 25px;
}
.inner_banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.header_centerinfo {
	display: none;
}
.bookinfo_right {
	display: none;
}
.button {
	width: 33px;
	height: 41px;
	position: absolute;
	right: 10px;
	top: auto;
	cursor: pointer;
	z-index: 12;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
}
.logo_section .button, .mobilephone {
	display: block;
}
.button::before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 11px;
	display: block;
	height: 2px;
	width: 20px;
	background: #666;
	content: '';
}
.button::after {
	position: absolute;
	top: 20px;
	display: block;
	height: 10px;
	width: 20px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	content: '';
}
.mobilephone .fa.fa-phone {
	font-size: 23px;
	color: #666;
}
.mobilephone {
	width: 25%;
	margin-top: 5px;
}
.logo_left {
	width: 50%;
}
.logo_left a {
	margin: 0px auto;
}
.logo_section {
	padding: 10px 0 10px;
}
.logo_section .container {
	align-items: center;
}
.primary-menu-container {
	display: none;
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 20px;
	border: 0;
	height: 2px;
	width: 20px;
	background: #666;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened::before {
	background: #666;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}
#masthead.heightfull {
	height: 100%;
	background: #c1e48d;
}
.primary-menu-container.open {
	display: block;
	width: 100%;
	position: relative;
}
#primary-menu-list {
	flex-direction: column;
	align-items: center;
}
.primary-menu-container li a {
	padding: 6px 10px;
}
.menu_section {
	padding: 0px;
	box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cta_section {
	padding: 30px 0 50px;
}
.col_wrap {
	padding: 25px 0;
	flex-direction: column;
}
.col_7 {
	padding-right: 0;
	width: 100%;
}
.col_5 {
	width: 100%;
	padding-left: 0;
}
.col_6 {
	width: 100%;
}
.col_6:first-child {
	padding-right: 0;
}
.col_6:last-child {
	padding-left: 0;
}
.img_withgallery {
	padding-bottom: 20px;
}
.textwith3col_section .col_4:first-child {
	border-right: none;
}
.col_4:first-child {
	padding-right: 0;
}
.col_4 {
	width: 100%;
}
.textwith3col_section .col_4:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}
.textwith3col_section .col_4:last-child {
	border-left: none;
}
.col_4:last-child {
	padding-left: 0;
}
.imgtextwithgallery_section h3, .textwith3col_section h3, .page_content_section h2, .imgtext_section h3, .textwith8with4col_section h3, .textwith12col_section h3, .textwith6col_section h3, .contactform_section h3, .homegallry_section h3, .reviews_section h3, .homeservices_section h3 {
	font-size: 22px;
}
.list_ul {
	flex-direction: column;
}
.col_8 {
	width: 100%;
}
.textwith8with4col_section .col_8 {
	border-right: none;
	padding-right: 0;
}
.textwith6col_section .col_6:first-child {
	border-right: none;
}
.textwithicons_section .col_wrap {
	align-items: center;
}
.contactform_section .col_8 {
	padding: 10px 15px;
}
.contactform_section .wpcf7 {
	margin-top: 30px;
}
.formcol_wrap {
	flex-direction: column;
}
.formcol_item:nth-child(2) {
	padding: 0;
}
.formcol_item {
	margin-bottom: 15px;
}
.formcol_full p {
	margin-top: 0;
	margin-bottom: 0;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 10px;
}
.contactform_section .col_4 {
	padding: 10px 20px 20px !important;
}
.open-hours-data {
	max-width: 290px;
}
.homegallry_section {
	padding: 20px 0 30px;
}
.homegallery_wrap {
	flex-wrap: wrap;
}
.homegallery_list {
	width: 47%;
}
.reviews_section h3 {
	margin-bottom: 20px;
}
.reviews_section {
	padding: 40px 0 30px;
}
.reviews_section .owl-theme .owl-nav .owl-prev {
	left: -10px;
}
.reviews_section .owl-theme .owl-nav .owl-next {
	right: -10px;
}
.homeservices_section {
	padding: 30px 0 15px 0;
}
.homeservices_section .col_wrap {
	align-items: center;
}
.homeservices_section .iconslist {
	width: 100%;
}
.homeservices_section h3 {
	padding-bottom: 20px;
}
.homeabout_section h2 {
	font-size: 25px;
}
.homeabout_section p {
	padding: 0 15px;
}
.homeabout_section h4 {
	margin: 20px 0 0px;
}
.boxes_section {
	top: auto;
	padding-top: 30px;
}
.boxes_wrap {
	flex-direction: column;
}
.boxes_list {
	width: 100%;
	margin-bottom: 15px;
}
.testimonial-item p {
	font-size: 17px;
	padding: 0 20px;
}
.home_banner h1 {
	font-size: 26px;
}
.home_banner {
	padding-top: 110px;
	padding-bottom: 110px;
}
.box_title {
	width: 130px;
	height: 130px;
}
.boxes_wrap svg {
	width: 130px;
	height: 130px;
}
#privacypopup {
	width: 100% !important;
}
.contactinfo_section .col_4 {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) {
#scrollTopBtn {
	display: none !important;
}
}
