@charset "utf-8";
/*   
Theme Name: reflekx
Theme URI: http://www.adbeautysalons.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.240611
*/


.compensate-for-scrollbar {
  margin-right: 0 !important;
}

html.wf-loading * {
     opacity: 0;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size:16px; 
	color:#000;
	line-height:1.5;
	background-color:#fff;
	width:100%;
	overflow:hidden;
}

@media only screen and (max-width : 650px) {
	body {
		font-size:14px;
		-webkit-text-size-adjust: none;
	}
}

a {
	text-decoration:none;
	color: #0C1748;
	transition: all .3s;
}

a:hover {
	text-decoration:none;
	color:#F7931E;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

#header {
	width:100%;
	position:relative;
	
}

.banner {
	position: relative;
	width:100%;
	height:22vw;
	border-top:10px solid #e9d17b;
	background-color:#217c3f;
	background-image:url("images/palms.jpg");
	background-size:100% auto;
	background-position:top center;
	background-repeat: no-repeat;
	border-bottom:3px solid #e9d17b;
}
@media(max-width: 1000px) {
	.banner {
		height:230px;
	}
}
@media(max-width: 950px) {
	.banner {
		height:calc(30vw + 103px);
		border-top:7px solid #e9d17b;
	}
}
.banner.hp {
	height:40vw;
}
@media(max-width: 950px) {
	.banner.hp {
		height:auto;
	}
}
.banner-image {
	position:absolute;
	top:0;
	left:50%;
	width:50%;
	height:100%;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media(max-width: 950px) {
	.banner-image {
		position:absolute;
		top:100px;
		left:0;
		width:100%;
		height:30vw;
		clip-path: none;
		border-top:3px solid #e9d17b;
	}
	.banner.hp .banner-image {
		height:40vw;
	}
}
.banner-image img {
	width: 100%;
  height: 100%;
  object-fit: fill;
  object-fit: cover;
  object-position: center;
}
.banner.hp .banner-image img {
  object-position: bottom;
}


.banner-logo {
	position:absolute;
	display:block;
	top:10px;
	left:40px;
	width:130px;
	height:auto;
}

@media(max-width: 1200px) {
	.banner-logo {
		width:100px;
	}
}
@media(max-width: 950px) {
	.banner-logo {
		left:20px;
		width:80px;
		z-index:1;
	}
}
.banner-logo img {
	width:100%;
	height:auto;
}

.banner-icon {
	position:absolute;
	bottom:-20px;
	left:-20px;
	width:240px;
	height:auto;
	opacity:.2;
}
@media(max-width: 1200px) {
	.banner-icon {
		width:180px;
	}
}

@media(max-width: 950px) {
	.banner-icon {
		bottom:5px;
		left:auto;
		right:-20px;
		width:125px;
	}
}
.banner-icon img {
	width:100%;
	height:auto;
}

.banner-text {
	position:absolute;
	top:45px;
	left:200px;
	font-size:16px;
	color:#fff;
}
.banner-text h1 {
	color:#f9e09d;
	font-size:36px;
}

@media(max-width: 1200px) {
	.banner-text {
		top:30px;
		left:160px;
		font-size:14px;
	}
	.banner-text h1 {
		font-size:28px;
	}
}

@media(max-width: 950px) {
	.banner-text {		
		top:28px;
		left:115px;
		font-size:14px;
	}
	.banner-text h1 {
		font-size:24px;
	}
}



.banner-intro {
	position:absolute;
	top:220px;
	left:calc(50% - 650px);
	width:600px;
	font-size:18px;
	color:#fff;
}
.banner-intro  h2 {
	color:#f9e09d;
	font-size:60px;
}

@media(max-width: 1400px) {
	.banner-intro  {
		top:180px;
		left:80px;
		font-size:17px;
		width:42%;
	}
	.banner-intro  h2 {
		font-size:45px;
	}
}
@media(max-width: 1200px) {
	.banner-intro  {
		top:130px;
		font-size:16px;
		line-height:1.3;
		width:40%;
	}
	.banner-intro  h2 {
		font-size:35px;
	}
}

@media(max-width: 950px) {
	.banner-intro  {
		position:relative;
		top:0;
		left:0;
		width:auto;
		padding:50vw 8vw 20px 8vw;
		padding-top:calc(40vw + 125px);
	}
}




.navbar {
	position:relative;
	width:100%;
}
@media(max-width: 950px) {
	.navbar {
		position:absolute;
		top:110px;
		left:0;
		width:100%;
	}
}
.nav {
	position:relative;
    list-style: none;
	margin:0;
	padding:0;
	z-index:9998;
	background-color: #1f773c;
	border-bottom:3px solid #e9d17b;
}
@media(max-width: 950px) {
	.nav {
		display:none;
		position:absolute;
		top:0;
		right:0;
		width: 100%;
	}
}

#header .nav ul {
	list-style:none;
	padding:0 50px;
	margin:0;
	text-align:center;
}
@media(max-width: 950px) {
	#header .nav ul {
		padding:20px 50px;
	}
}
#header .nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
	
}
@media(max-width: 950px) {
	#header .nav ul li {
		display:block;
	}
}
#header .nav ul li a {
	font-size:20px;
	line-height:1.2;
	text-transform:uppercase;
	font-weight:700;
    display: block;
	padding: 15px 10px;
	color:#e9d17b;
}
@media(max-width: 1100px) {
	#header .nav ul li a {
		font-size:17px;
		padding: 12px 7px;
	}
}
#header .nav ul li.current-page-ancestor > a  {
    color:#F7931E;
}
#header .nav ul li.current_page_item > a  {
    color:#fff;
}
#header .nav ul li a:hover {
	color:#F7931E;
    text-decoration: none;
}

#header .nav ul li ul {
	position:relative;
	margin: 0 0 0 15px;
	display:none;
}

#header .nav ul li:hover ul {
	position:relative;
}

#header .nav ul ul li a {
	font-size:15px;
    display: block;
    padding: 10px 25px;
	line-height:1.2;
	height: auto;
    font-weight: 700;
	color:#1f1f5b;
}

#header .nav ul li ul ul {
	display: none;
}



#header .btn-wrap {
	position:absolute;
	top:30px;
	right:50px;
	display:flex;
	gap:20px;
	margin-left: -10px;
}
@media(max-width: 1200px) {
	#header .btn-wrap {
		top:15px;
	}
}
@media(max-width: 950px) {
	#header .btn-wrap {
		top: calc(30vw + 100px - 65px);
		right:0;
		width:100%;
		margin:0;
		justify-content: center;
	}
	#header .banner.hp .btn-wrap {
		top: calc(40vw + 100px - 65px);
	}
}
@media(max-width: 400px) {
	#header .btn-wrap {
		flex-wrap:wrap;
		gap:10px;
	}
}
#header .btn-wrap .bnrbtn {
	display:inline-block;
	text-align: center;
	font-weight:700;
	color: #1f773c;
}
#header .btn-wrap .bnrbtn .btn {
	margin:10px 0;
	padding:7px 30px;
	border:2px solid #144d26;
	text-align: center;
	font-weight:700;
	font-size:24px;
	color: #1f773c;
	background-color:#e9d17b;
	transition:all .3s;
	transform: skew(-20deg);
	box-shadow: 3px 3px 10px #00000050;
}
@media(max-width: 1200px) {
	#header .btn-wrap .bnrbtn .btn {
		padding:5px 20px;
		font-size:20px;
	}
}
@media(max-width: 950px) {
	#header .btn-wrap .bnrbtn .btn {
		padding:5px 15px;
		font-size:16px;
		border:1px solid #144d26;
	}
}
@media(max-width: 400px) {
	#header .btn-wrap .bnrbtn .btn {
		width:200px;
		margin:5px 0;
	}
}
#header .btn-wrap .bnrbtn .btn:hover {
	background-color:#fff;
	box-shadow: 3px 3px 5px #00000070;
}
#header .btn-wrap .bnrbtn .btn a {
	display:block;
	width:100%;
	color: #1f773c;
	transform: skew(20deg);
}
#header .btn-wrap .bnrbtn .btn:hover a {
	color: #142;

}




#hamburger {
	position:absolute;
	display:none;
	top:27px;
	right:25px;
	width:40px;
	height:40px;
	z-index:9999;
}
@media(max-width: 950px) {
	#hamburger {
		display:block;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	left:0;
	top:0;
	fill:#e9d17b;
	transition:all .4s;
	transform-origin: center;
}
#hamburger.on .bar {
	fill:#dd9a00;
}
#hamburger:hover .bar {
	fill:#dd9a00;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
}
#hamburger #bar3 {
	top:10px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
#hamburger #bar4 {
	top:20px;
}
#hamburger.on #bar4 {
	opacity:0;
}





/* ====================================== Text Style defaults ============================= */

.inner-space {
	width:100%;
	height:90px;
}

h1 {
	font-family: "Domine", serif;
	color:#fff;
	font-size:60px;
	line-height:1.1;
	margin:0;
}

h2 {
	font-family: "Domine", serif;
	font-size:36px;
	line-height: 1.2;
	color:#1f773c;
	margin:0;
}
@media(max-width: 750px) {
	h2 {
		font-size:28px;
	}
}
h3 {
	font-family: "Domine", serif;
	font-size:26px;
	line-height: 1.2;
	color:#1f773c;
	margin:0;
}
@media(max-width: 750px) {
	h3 {
		font-size:21px;
	}
}







.genbtn {
	display:inline-block;
	text-align: center;
	font-weight:700;
	color: #1f773c;
}
.genbtn .btn {
	margin:10px 0;
	padding:6px 20px;
	border:2px solid #144d26;
	text-align: center;
	font-weight:700;
	font-size:18px;
	color: #1f773c;
	background-color:#e9d17b;
	transition:all .3s;
	transform: skew(-20deg);
	box-shadow: 3px 3px 10px #00000050;
}
@media(max-width: 750px) {
	.genbtn .btn {
		padding:5px 20px;
		border:1px solid #144d26;
		font-size:16px;
	}
}
.genbtn .btn:hover {
	background-color:#fff;
	box-shadow: 3px 3px 5px #00000070;
}
.genbtn .btn a {
	display:block;
	width:100%;
	color: #1f773c;
	transform: skew(20deg);
}
.genbtn .btn:hover a {
	color: #142;

}





#fullpagewrap {
	padding:0;
	position:relative;
	margin:0;
	overflow:hidden;
	max-width:2500px;

}
.wrap {
	overflow:hidden;
}

@keyframes barshine {
  0% {
    left: -50vw;
  }

  20% {
    left: 150vw;
  }
  100% {
    left: 150vw;
  }
}
.flare {
  animation-name: barshine;
  animation-duration: 8s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: -50vw;
  top: 0;
  height: 100%;
  width: 25vw;
  position: absolute;
  background: rgb(79,47,36);
  background: linear-gradient(90deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.25) 30%, rgba(255,255,255,.45) 50%, rgba(255,255,255,.05) 100%);

}



/* ------  HOME PAGE ------ */



#hp-2 {
	position:relative;
	width:100%;
}
#hp-2 .fixed {
	position:relative;
	display:flex;
	max-width:1400px;
	padding:50px 50px;
	margin:0 auto;
	justify-content: center;
	text-align: center;
	align-items: center;
}
@media(max-width: 750px) {
	#hp-2 .fixed {
		flex-wrap:wrap;
	}
}
#hp-2 .fixed .col {
	margin:0 50px;
}

@media(max-width: 900px) {
	#hp-2 .fixed .col {
		margin:0 15px;
	}
}
@media(max-width: 750px) {
	#hp-2 .fixed .col {
		margin:0 1%;
		width:98%;
	}
}
#hp-2 .fixed .col h2 {
	font-size:24px;
}
#hp-2 .fixed .col h2 strong {
	font-family: "Montserrat", sans-serif;
	font-size:50px;
	font-weight:800;
	text-transform: uppercase;
	
}
@media(max-width: 1200px) {
	#hp-2 .fixed .col h2 {
		font-size:20px;
	}
	#hp-2 .fixed .col h2 strong {
		font-size:40px;

	}
}
@media(max-width: 1000px) {
	#hp-2 .fixed .col h2 {
		font-size:18px;
	}
	#hp-2 .fixed .col h2 strong {
		font-size:34px;

	}
}
#hp-2 .fixed .divide {
	width:14%;
	text-align:center;
}
#hp-2 .fixed .divide img {
	width:60px;
	height:auto;
	opacity:.2;
}
@media(max-width: 1000px) {
	#hp-2 .fixed .divide {
		width:60px;
	}
	#hp-2 .fixed .divide img {
		width:40px;
	}
}
@media(max-width: 750px) {
	#hp-2 .fixed .divide img {
		transform:rotate(-90deg);
	}
}
#hp-3 {
	position:relative;
	width:100%;
	overflow: hidden;
	border-top:3px solid #1f773c;
	background-color:#f5efdd;
}

#hp-3 .images {
	position:relative;
	width:110%;
	margin:10px -1% 0;
	display:flex;
}
@media(max-width: 750px) {
	#hp-3 .images {
		flex-wrap:wrap;
	}
}
#hp-3 .images > div {
	width:26%;
	height:20vw;
	margin: 0 -1.5%;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
@media(max-width: 750px) {
	#hp-3 .images > div {
		width:52%;
		height:40vw;
		margin: 5px -3%;
	}
}
#hp-3 .images > div img {
	width:100%;
	height:auto;
}

#hp-3 .fixed {
	position:relative;
	max-width:1200px;
	padding:70px 50px;
	margin:0 auto;
	font-size:20px;
	text-align: center;
}
@media(max-width: 750px) {
	#hp-3 .fixed {
		padding:50px 20px;
		font-size:18px;
	}
}
#hp-3 .fixed .col-wrap {
	position:relative;
	display:flex;
	gap:50px;
	margin:50px 0;
}
@media(max-width: 750px) {
	#hp-3 .fixed .col-wrap {
	flex-wrap:wrap;		
		gap:20px;
		margin:30px 0;
	}
}
#hp-3 .fixed .col-wrap > div {
	width:30%;
	font-size:16px;
	text-align: left;
}
@media(max-width: 750px) {
	#hp-3 .fixed .col-wrap > div {
		width:100%;
		font-size:15px;
	}
}
#hp-3 .fixed .col-wrap > div .icon {
	text-align: center;
	margin:0 40px 15px 0;
}
@media(max-width: 750px) {
	#hp-3 .fixed .col-wrap > div .icon {
		margin:0 0 15px 0;
	}
}
#hp-3 .fixed .col-wrap > div .icon img {
	width:120px;
	height:auto;
	opacity:.2;
}

#hp-4 {
	border-top:3px solid #1f773c;
	position:relative;
	width:100%;
}

#hp-4 .image {
	position:relative;
	width:50%;
	height:35vw;
	margin:0 0 0 50%;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media(max-width: 950px) {
	#hp-4 .image {
		width:100%;
		height:70vw;
		margin:0;
		clip-path: none;
	}
}
#hp-4 .image img {
	width: 100%;
  height: 100%;
  object-fit: fill;
  object-fit: cover;
  object-position: bottom;
}

#hp-4 .fixed {
	position:absolute;
	top:50px;
	left:calc(50% - 600px);
	width:550px;
}
@media(max-width: 950px) {
	#hp-4 .fixed {
		position:relative;
		top:0;
		left:0;
		width:auto;
		padding:50px 20px;
	}
}

#hp-4 .slick1 {
    position: relative;
    overflow: hidden;
	margin:15px 0;
	width:100%;
}
#hp-4 .slick-dots {
	position: relative;
	text-align: left;
	width: 100%;	
	list-style: none;
	margin:30px 0 0 0;
	padding:0;
}

#hp-4 .slick-dots li {
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	background:#1f773c;
	opacity:1;
	width:12px;
	height:12px;
	margin:0 10px 0 0;
	padding:0;
	transition:all .2s;
}	
#hp-4 .slick-dots li.slick-active {
	background:#e9d17b;
}
#hp-4 .slick-dots li:hover{
	background:#e9d17b;
	cursor:pointer;
}	
#hp-4 .slick-dots li button {
  display: none;
}




#hp-5 {
	position:relative;
	width:100%;
}

#hp-5 .image {
	position:relative;
	width:50%;
	height:35vw;
	margin:0 50% 0 0;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
@media(max-width: 950px) {
	#hp-5 .image {
		width:100%;
		height:70vw;
		margin:0;
		clip-path: none;
	}
}
#hp-5 .image img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	object-position: top;
}

#hp-5 .fixed {
	position:absolute;
	top:0;
	left:calc(50% + 50px);
	width:550px;
	height: 100%;
	display:flex;
	align-items: center;
}
@media(max-width: 950px) {
	#hp-5 .fixed {
		position:relative;
		top:0;
		left:0;
		width:auto;
		height: auto;
		display:block;
		padding:0 20px;
	}
}
#hp-5 .fixed .text {
	padding:50px 0;
}






/*----------------- SERVICES PAGE  ----------- */

.srv-text  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
	display:flex;
}
@media(max-width: 650px) {
	.srv-text {
		padding:0 20px;
		margin:50px 0;
		flex-wrap:wrap;
	}
}

.srv-text .text {
	position:relative;
	width:50%;
}
@media(max-width: 650px) {
	.srv-text .text {
		width:100%;
	}
}
.srv-text .text.wide {
	position:relative;
	width:100%;
}
.srv-text .image  {
	position:relative;
	width:48%;
	margin:0 0 0 2%;
	height:350px;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
@media(max-width: 650px) {
	.srv-text .image  {
		width:100%;
		margin:15px 0 0 0;
		height:70vw;
	}
}
.srv-text .image img  {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-fit: cover;
	object-position: center;
}




/*----------------- Testimonials PAGE  ----------- */


.testi {
	position:relative;
	padding:25px 0;
	border-bottom:1px dotted #999;
}
#hp-4 .testi {
	padding:0;
	border-bottom:none;
}
.testi .heading {
	position:relative;
	font-family: "Domine", serif;
	font-size:22px;
	line-height: 1.2;
	color:#1f773c;
}
.testi .quote {
	position:relative;
	margin-top:10px;
	font-size:20px;
	line-height: 1.4;
}
@media(max-width: 950px) {
	.testi .quote {
		font-size:17px;
	}
}
.testi .citation {
	position:relative;
	font-size:14px;
	margin-top:10px;
	line-height: 1.4;
}


/*----------------- PRICING PAGE  ----------- */

.prc-prices  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
}
@media(max-width: 650px) {
	.prc-prices  {
		padding:0 20px;
		margin:50px 0;
	}
}

.prc-prices .service {
	position:relative;
	padding:15px 0;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px dotted #999;
}
.prc-prices .service .service-name {
	position:relative;
	font-family: "Domine", serif;
	font-size:22px;
	line-height: 1.2;
	color:#1f773c;
	margin:0;
	width:50%;
}
@media(max-width: 650px) {
	.prc-prices .service .service-name {
		font-size:18px;
	}
}
.prc-prices .service .service-price {
	position:relative;
	font-family: "Domine", serif;
	font-size:22px;
	line-height: 1.2;
	color:#1f773c;
	margin:0;
	width:50%;
	text-align: right;
}
@media(max-width: 650px) {
	.prc-prices .service .service-price {
		font-size:18px;
	}
}
.prc-prices .service .service-desc {
	width:100%;
	padding: 5px 0;
}


.prc-images .images {
	position:relative;
	width:110%;
	margin:10px -1% 0;
	display:flex;
}
.prc-images .images > div {
	width:26%;
	height:20vw;
	margin: 0 -1.5%;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.prc-images .images > div img {
	width: 100%;
	  height: 100%;
	  object-fit: fill;
	  object-fit: cover;
	  object-position: center;
}


.footer-notes  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
}
@media(max-width: 650px) {
	.footer-notes  {
		padding:0 20px;
		margin:50px 0;
	}
}

/*----------------- ABOUT OUR SALON PAGE  ----------- */


.sln-text  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
	display:flex;
}
@media(max-width: 650px) {
	.sln-text  {
		padding:0 20px;
		margin:50px 0;
	}
}

.sln-text .text {
	position:relative;
	width:100%;
}

.sln-images .images {
	position:relative;
	width:110%;
	margin:10px -1% 0;
	display:flex;
}
.sln-images .images > div {
	width:26%;
	height:20vw;
	margin: 0 -1.5%;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.sln-images .images > div img {
	width: 100%;
	  height: 100%;
	  object-fit: fill;
	  object-fit: cover;
	  object-position: center;
}




/*----------------- GALLERY PAGE  ----------- */

.gallery-images  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
}
@media(max-width: 650px) {
	.gallery-images  {
		padding:0 20px;
		margin:50px 0;
	}
}
.gallery-wrap  {
	margin:20px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}

.gallery-images .image  {
	width:calc(25% - 9px);
	aspect-ratio: 1 / 1;
	overflow:hidden;
}
.gallery-images .image img  {
	width: 100%;
	height: 100%;
 	object-fit: fill;
	object-fit: cover;
	object-position: center;
}


/*----------------- CONTACT US PAGE  ----------- */

#cont-2  {
	position:relative;
	padding:0;
	margin:70px auto;
}
@media(max-width: 950px) {
	#cont-2  {
		padding:0 50px;
		margin:70px auto;
		display:block;
	}
}
@media(max-width: 750px) {
	#cont-2  {
		padding:0 20px;
		margin:50px auto;
	}
}

#cont-2 .cont-address {
	position:relative;
	margin-left:calc(50% - 600px);
	width:400px;
	min-height:450px;
	
}
@media(max-width: 1250px) {
	#cont-2 .cont-address {
		margin-left: 50px;
		width:calc(50% - 100px);
	}
}
@media(max-width: 950px) {
	#cont-2 .cont-address {
		width:100%;
		margin:0 0 20px 0;
		min-height:20px;
	}
}

#cont-2 .cont-map {
	position:absolute;
	width:65%;
	left:35%;
	top:0;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media(max-width: 950px) {
	#cont-2 .cont-map {
		position:relative;
		left:auto;
		top:auto;
		clip-path: none;
		width:100%;
		margin:0;
	}
}

#cont-3  {
	position:relative;
	padding:0 50px;
	max-width:1200px;
	margin:70px auto;
}
@media(max-width: 750px) {
	#cont-3  {
		padding:0 20px;
		margin:50px auto;
	}
}




/* ====================================== default page/post styles ============================= */

#pg-2 .fixed {
	max-width:1200px;
	margin:70px auto;
	padding:0 50px;
	min-height:100vh;
}
@media(max-width: 650px) {
	#pg-2 .fixed  {
		padding:0 20px;
		margin:50px 0;
	}
}








/* ====================================== CTA ============================= */

#cta {
	position:relative;
	width:100%;
	background-color:#faeeca;
	border-top:3px solid #1f773c;
	padding:0;
	font-size:18px;
}
@media(max-width: 750px) {
	#cta  {
		font-size:16px;
	}
}
#cta .fixed {
	position:relative;
	max-width:1400px;
	margin:0 auto;
	padding:50px 50px;
	text-align:center;
}
#cta .fixed .col-wrap {
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
	gap:50px;
}
@media(max-width: 750px) {
	#cta .fixed .col-wrap {
		gap:20px;
	}
}
#cta .fixed .col-wrap .ctabtn {
	width:300px;
	text-align: center;
	font-weight:700;
	color: #1f773c;
}
#cta .fixed .col-wrap .ctabtn .btn {
	margin:10px 0;
	padding:7px 0;
	border:2px solid #1f773c;
	text-align: center;
	font-weight:700;
	font-size:24px;
	color: #1f773c;
	background-color:#e9d17b;
	transition:all .3s;
	transform: skew(-20deg);
	box-shadow: 3px 3px 10px #00000050;
}
@media(max-width: 950px) {
	#cta .fixed .col-wrap .ctabtn .btn {
		margin:10px 0;
		padding:5px 0;
		border:1px solid #1f773c;
		font-size:20px;
	}
}
#cta .fixed .col-wrap .ctabtn .btn:hover {
	background-color:#fff;
	box-shadow: 3px 3px 5px #00000070;
}
#cta .fixed .col-wrap .ctabtn .btn a {
	display:block;
	width:100%;
	color: #1f773c;
	transform: skew(20deg);
}
#cta .fixed .col-wrap .ctabtn .btn:hover a {
	color: #142;

}

#cta .fixed .col-wrap .logo {
	width:200px;
}
@media(max-width: 750px) {
	#cta .fixed .col-wrap .logo {
		display:none;
	}
}
#cta .fixed .col-wrap .logo img {
	max-width:100%;
	height:auto;
}

/* ====================================== footer ============================= */

#footer {
	position:relative;
	width:100%;
	background-color:#1f773c;
	color:#f9e09d;
	padding:0;
	font-size:18px;
}

#footer .fixed {
	position:relative;
	max-width:1400px;
	margin:0 auto;
	padding:25px 50px;
	background-color:#1f773c;
	color:#f9e09d;
	text-align:center;
}

#footer a {
	color:#f9e09d;
}
#footer a:hover {
	color:#F7931E;
}


#footer .logo {
	position:relative;
	font-size:18px;
}



#footer .navi {
	position:relative;
	font-size:15px;
	margin:10px 0;
}
@media(max-width: 750px) {
	#footer .navi {
		display:none;
	}
}
#footer .navi ul {
	list-style: none;
	width:100%;
	margin:0;
	padding:0;
}
#footer .navi ul li {
	display: inline-block;
}

#footer .navi a {
	display:block;
	color:#f9e09d;
	margin:0 8px;
	font-weight:600;
	transition:all .3s;
}

#footer .navi a:hover {
	color:#F7931E;
}

#footer .hours {
	position:relative;
	font-size:15px;
	margin:10px 0;
}


#footer .social {
	position:relative;
	font-size:15px;
	margin:10px 0;
}

#footer .social a svg {
	fill:#f9e09d;
	transition:all .3s;
}
#footer .social a:hover svg {
	fill:#F7931E;
}


#footer .copyright {
	position:relative;
	font-size:15px;
	margin:25px 0;
}





#return-to-top {
    bottom: 25px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 40px;
	height: 40px;
    z-index: 1000;
	overflow:hidden;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23f15b3d' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%231f1f5b' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}
@media(max-width: 650px) {
	#return-to-top {
		width: 30px;
		height: 30px;
	}
}
#return-to-top:hover {
	cursor:pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%231f1f5b' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23e9eaec' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}











/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}










/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #000;
}

#exitpopup{
		text-align:left;
}

	
#exitpopup p{
		text-align:left;
		font-size:18px;
}

#exitpopup a{
	margin:20px 0 0 0;
	display:inline-block;
	padding:8px 10px;
	color:#fff;
	background-color: #70ad47;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}
/*----- exit site pop-up ------*/

.ttB {
	position:absolute;
	display:none;
	font-size:14px;
	line-height:1.5;
	max-width:300px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #999;
	box-shadow:1px 1px 5px #666;
	z-index:500;
}

.ttClose {
	position:absolute;
	top:5px;
	right:10px;
	font-weight:700;
}
.ttClose:hover {
	color:#6a2f47;
	cursor:pointer;
}
















