/*!
Theme Name: West Coast Home Interiors
Author: Anonymous
Description: Custom theme for West Coast Home Interiors

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color:#52504A
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
.pagination-rest {
    width: 100%;
    display: flex;
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.rest-content-wrapper {
    min-height: 89px;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 68%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.6em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
span.page-numbers.current {
    width: 25px;
    height: 25px;
    background: #da4643;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}
a.page-numbers {
    width: 25px;
    height: 25px;
    background: #C6BCB1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}
a.next.page-numbers,a.prev.page-numbers {
    width: 100px;
    height: 27px;
    margin-top: -1px;
    border-radius: 5px;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
.label-spacer {
    height: 40px;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #52504A;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	margin:0;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
}
h2{
	font-size: 46px;
	line-height: 1.2;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 17px;
}
p {
	line-height: 1.5;
}
.title-underline {
    height: 2px;
    width: 100px;
    background: #007716;
    display: block;
    margin-left: auto;
	margin-right:auto
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #C6BCB1;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: max-content !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-main-menu-container {
    width: 100%;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.top-header {
    background: #F8F8F8;
	padding: 5px 0;
}

section#boxes .column-wrapper {
    border-top: 5px solid #007716;
}
.container,
.wide-container{
	max-width: 1280px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.banner.iiner h1 {
    color: #fff;
}
section#boxes .column-wrapper {
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 3rem;
	max-width: 370px !important;
}
.wide-container {
	max-width: 1720px;
}
section#boxes p {
    margin: 0;
}
section#boxes .col-text {
    margin-bottom: 10px;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.left,.right{
	max-width:50%
}
.top-header .left {
    width: 100%;

}
.top-header .right {
	justify-content: space-between;
    width: 100%;
	max-width: 500px;
	display: flex;
}

.top-header {
    color: #666666;
    font-size: 16px;
}
.social-media-wrapper a {
    margin-right: 25px;
}
.main-header .left,
.main-footer .left {
    max-width: 300px;
    width: 100%;
}
div#masthead .row,
.main-footer .row {
    flex-wrap: nowrap;
}
.main-header .right {
    width: 100%;
    max-width: 100%;
	display: flex;
    align-items: center;
	margin-left: 30px;
}
.header-btn {
    text-align: right;
    display: inline-flex;
    margin-left: 30px;
}
.header-btn a {
    margin-left: 15px;
}
nav#site-navigation {
    display: flex;
    justify-content: space-between;
	max-width: 100%;
}
nav#site-navigation>div>ul li {
    margin-left: 30px;
}
ul#primary-menu a {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #222222;
    width: 100%;
	text-align: center;
    white-space: nowrap;
}
nav#site-navigation>div>ul li:last-child a:hover, nav#site-navigation>div>ul li:last-child.current-menu-item a{
    border: none;
}
li#menu-item-495 a {
    padding-left: 25px;
	padding-right: 25px;
    background: #007716;
	color:#fff
}
li#menu-item-495 a:hover{
	background: #000;
}
.main-header {
    padding: 30px 0;
}
ul#primary-menu > li:first-child {
    margin-left: 0;
}
ul.sub-menu {
    flex-direction: column;
    z-index: 9999;
    background: #E7DBB6;
}
ul.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu a {
    display: block;
    padding: 10px 20px;
}
ul.sub-menu a:hover{
	background: transparent;
}
nav#site-navigation>div>ul li a{
	position: relative;
}
nav#site-navigation>div>ul li a:after{
	content:'';
	position: absolute;
	height: 2px;
	background: #dd4744;
	left:0;
	bottom:10px;
	transition: 0.3s;
	right: 100%;
}
nav#site-navigation>div>ul li a:hover:after,
nav#site-navigation>div>ul li.current-menu-item a:after{
/* 	right: 0; */
	
}
nav#site-navigation>div>ul li a:hover,
nav#site-navigation>div>ul li.current-menu-item a{
	color:#C6BCB1;
}
li#menu-item-495 a:after,
.sub-menu a:after{
	display:none !important;
}

.banner {
    height: 100vh;
    max-height: 400px;
    min-height: 400px;
	background-size: cover;
    background-position: center;
}
.home .banner {
    max-height: 400px;
}

.iiner .container{
	position: relative;
	height: 100vh;
    max-height: 400px;
    min-height: 400px;
}
.home .banner-slider .container{
	max-height: 860px;
}
.banner-wrapper {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
}
section#sec-vid {
    background: linear-gradient(to left, #f5f5f5 60%, #C6BCB1 58%);
}
.banner-wrapper .title-underline {
    text-align: left;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}
.consultation h2 {
    color: #fff;
}
.social-wrapper a {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da4643;
    font-size: 25px;
}
.social-wrapper {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.consultation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-footer {
    background: #C6BCB1;
    padding: 35px 0;
}
.home .banner-wrapper {
    text-align: center;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home .banner-wrapper .title-underline{
	display: none;
}
.banner-wrapper h1 .sec-text {
    color: #C6BCB1;
}
.banner-wrapper h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.b-date {
    color: #000;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}
.home .banner-text {
    color: #fff;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 auto;
}
.banner-text{
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 1rem;
}
.home .arrow{
	color: #fff;
    position: absolute;
    bottom: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 50%;
    font-size: 50px;
    animation: move 1000ms linear infinite alternate;
}
.home .arrow a{
	color: #fff;	
}
.home .arrow a:hover{
	color: #C6BCB1;
}
@keyframes move{
  0%{
  	bottom: 0;
  }
  100%{
  	bottom: 20px;
  }    
}
.def-btn {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.main-btn {
    background: #C6BCB1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #C6BCB1;
    min-width: 220px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 5px;
}
.main-btn:hover {
    background: transparent;
    color: #C6BCB1 !important;
}
.column-wrapper {
    display: inline-flex;
    width: 100%;
	flex-direction: column;
	justify-content: center;
    position: relative;
	z-index: 1;
}
.banner-wrapper .button {
    border-color: #333;
}
.banner-wrapper .button:hover{
	background-color: #007716;
	border-color: #007716;
	color:#fff
}
.col-row {
    display: flex;
}
.flex-wrap .col-row{
	flex-wrap: wrap;
}
#skin-laser .title-underline {
    background: #fff;
}
section#revitalize {
    background-position: right;
    background-size: 1175px 740px;
    background-repeat: no-repeat;
}
.testimonail-wrap .content {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 1rem;
    max-width: 330px;
    margin-top: 1rem;
	margin-left: auto;
    margin-right: auto;
}
.stars {
    color: #FFD24D;
}
.testimonail-container h2 {
    text-align: center;
    margin-bottom: 60px;
}

.testimonail-slider button.slick-prev:after{
	content: "\f053";
}
.testimonail-slider  button.slick-prev{
    left: 155px;
}

.testimonail-slider button.slick-next{
    right: 155px;
}

.testimonail-slider button.slick-next:after{
	content: "\f054";
}
.testimonail-slider button:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
   cursor: pointer;
    font-size: 34px;
    color: #888888;
}
.testimonail-slider button{
    font-size: 0;
    background: transparent !important;
    border: 0;
    position: absolute;
    top: 50%;
	z-index: 999;
}
section.testimonail .slick-slider {
    position: static;
}
section.testimonail {
    position: relative;
}
section.testimonail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:3rem;
	padding-top: 60px;
}
.text-par p{
	margin: 0;
}
.text-par h2 {
    margin-bottom: 20px;
}
.section-footer {
    background-size: cover;
    background-position: center;
}
.text-par {
    font-size: 22px;
    color: #fff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}
div#gform_wrapper_1 {
    margin-top: 30px;
}
span.gform_description {
    font-size: 16px;
    margin-bottom: 2rem;
    display: block;
}
.wp-video {
    max-width: 500px !important;
	margin-left: auto;
}
.two-col-par iframe {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    display: block;
}
.mejs-container {
    height: 320px !important;
}
.col.col-1 {
    max-width: 250px;
    border-right: 1px solid #CCCCCC;
	padding-right: 60px;
}
.col-4.foot-col a {
    color: #fff;
}
.add {
    margin-bottom: 1.5rem;
	line-height: 1.5;
}

footer .social-media-wrapper a {
    color: #fff !important;
    background: #007716;
    height: 34px;
    width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}
footer .social-media-wrapper a:hover{
	background: #333;
}
footer .social-media-wrapper {
    margin-top: 60px;
}
.col.col-2 {
    max-width: 220px;
    justify-content: center;
	width: 100%;
}
.two-col-par p a {
    color: #007716;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}
footer#colophon li,.side-bar li {
    list-style: none;
}

.col-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.logo-slider .logo-wrapper {
    max-width: 20%;
	text-align: center;
    width: 100%;
}
#yellow-bar .two-col-par {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form input::placeholder {
    color: #878787;
}
#yellow-ba .two-col-par {
    width: 100%;
    max-width: 360px;
}
.search-form button {
    background: #DA4643;
    border: 1px solid #DA4643;
    height: 50px;
    width: 170px;
    color: #FFF;
	margin-left: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.search-form button:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid #DA4643;
}
#yellow-bar .two-col-par h3 {
    max-width: 360px;
    width: 100%;
}
.search-form {
    width: 100%;
}
.search-form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #858585;
    border-radius: 5px;
    outline: 0;
    border: 0;
    margin-left: 20px;
    padding: 10px;
    max-width: 200px;
}
.search-form form {
    display: flex;
    align-items: center;
}
.search-form input {
    max-width: 360px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #878787;
    border-radius: 5px;
    outline: 0;
    border: 0;
    margin-left: 50px;
	padding: 10px;
}
.col.col-2 span,
.col.col-3 span,
.col.col-4 span,
.col.col-5 span,
.col.col-6 span {
    color: #007716;
    margin-right: 5px;
}
section.logo-2 {
    margin-bottom: 70px;
}
.col.col-2 ul li {
    margin-bottom: 2px;
}
.logo-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
footer#colophon a:hover {
    color: #C6BCB1 !important;
}
.col.col-3{
    max-width: 225px;
    width: 100%;
}
.col-3.foot-col .menu-item-has-children:after{
	 right: 110px;
     top: 6px;
}


button#back-to-top {
    background: #C6BCB1;
    z-index: 99999;
    color: #fff;
    border: 0;
    bottom: 20px;
    right: 20px;
    position: fixed;
    cursor: pointer;
	opacity: 0;
}
button#back-to-top.show {
	opacity: 1;
}
div#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
}
.has-sticky {
    padding-top: 135px;
}
.has-sticky .top-header {
    display: none;
}
.menu-item-has-children:after {
    content: "\f0dd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 15px;
    font-size: 13px;
    color: #C6BCB1;
}
header.site-header {
    display: block !important;
	position: relative;
	z-index:999;
}
a.mobmenu-right-bt.mobmenu-trigger-action i {
    color: #333;
}

.no-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    font-size: 30px;
    color: gray;
}
header.entry-header {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
section#boxes .button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}
.post-banner {
    height: 100vh;
    max-height: 350px;
    min-height: 350px;
    background-position: center;
    background-size: cover;
}
.post-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog article {
    display: flex;
}
.blog article {
    display: flex;
    border-top: 1px solid #007716;
    padding-bottom: 21px;
}
.blog article img {
    max-width: 270px;
    height: 170px;
    margin-right: 35px;
	object-fit: cover;
}
ul.wp-block-categories-list.wp-block-categories {
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
}
ul.wp-block-categories-list.wp-block-categories li:first-child {
    border-top: 2px solid #007716;
}
a.read {
    color: #A3CC00;
}
.current-cat a:before {
    content: '› ';
    color: #007716;
}
.two-col-par iframe {
    width: 100%;
}
.entry-content h2 ,
.entry-content h3 {
    font-weight: 300;
	font-size: 28px;
}
.category article img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.current-cat a {
    color: #007716;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #007716 !important;
}
li.alm-item img {
    max-width: 270px;
    width: 100%;
}
li.alm-item h3 {
    font-size: 28px;
}
li.alm-item .entry-meta {
    display: none;
}
.alm-reveal:first-child li.alm-item:first-child {
    border-top: 0;
	padding: 0 !important;
}
li.alm-item img {
    max-width: 270px !important;
    width: 100%;
    padding-top: 32px !important;
    height: 188px !important;
    object-fit: cover;
}
div#loop-post {
    width: 100%;
}
.alm-reveal:first-child  li.alm-item:first-child img {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
	margin-bottom: 1rem;
}
li.alm-item {
    padding: 0 0 0 299px !important;
    border-top: 1px solid #007716;
    padding-top: 20px !important;
}
ul.wp-block-categories-list.wp-block-categories li {
    border-bottom: 2px solid #007716;
    padding-bottom: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.just-center .col-row{
	justify-content: center;
}
.blog header.entry-header {
    margin-top: 40px;
}
.blog article:first-child {
    flex-direction: column;
	border:0
}
.blog article:first-child img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.side-bar {
    width: 370px;
    margin-left: 50px;
    background: #F8F8F8;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.blog-wrapper {
    display: flex;
}

.post-banner {
    position: relative;
	z-index: 1;
}

.single .post-banner:before {
    content: '';
    background: #333333bf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single .post-banner h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 72px;
}

.addtoany_share_save_container {
    display: none;
}
i.mob-icon-down-open.open-icon {
    font-size: 16px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-495 a {
    padding-left: 25px;
    padding-right: 25px;
    background: #007716;
    color: #fff;
}
p.gform_required_legend {
    display: none;
}
ul.gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
ul.gallery li {
	max-width: 18%;
    width: 100%;
    text-align: center;
}
ul.gallery li img {

}
.peach {
    display: inline-block;
    margin-left: 40px;
}
.main-header .left ,
.main-footer .left {
    display: flex;
    align-items: center;
}
.main-footer .right {
	width: 100%;
    max-width: 720px;
}
section#half-bg img {
    width: 100%;
}
section#half-bg .two-col-par {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
section#half-bg h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    margin-top: 13px;
}
section#half-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
section#half-bg .column-wrapper {
    margin-right: 15px;
    margin-left: 15px;
}
section#three-box .two-col-par {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
section#three-box .column-wrapper:last-child .two-col-par {
    min-height: 512px;
}
section#three-img-box h2 {
    text-align: center;
    margin-bottom: 3rem;
}
section#three-img-box .column-wrapper {
    margin-left: 15px;
    margin-right: 15px;
}
section#contact h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.banner.slick-slide,
section#revitalize {
	POSITION: RELATIVE;
	z-index: 1;
}

.banner.slick-slide:before,
section#revitalize:before {
	content: '';
	position: absolute;
	background: rgb(15 7 0 / 40%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.input-s {
    max-width: 360px;
    width: 100%;
    margin-right: 52px;
	position: relative;
}

.col-row .column-wrapper {
    background-size: cover;
    background-position: center;
}
.logo-slider .logo-wrapper img {
    transition: 0.3s;
}
.logo-slider .logo-wrapper img:hover{
	transform: scale(0.8);
}
.social-wrapper a:hover{
	background: #C6BCB1;
	color: #000;
}
.mob-menu-logo-holder img {
    margin-top: 22px;
    margin-right: 10px;
}
a.rest-site {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rest-site i {
    color: #da4643;
}
.file-description {
    text-align: center;
}
a.rest-pdf {
    background: #C6BCB1;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}
.rest-label {
    font-size: 22px;
    background: #DA4643;
    font-weight: 600;
    text-align: center;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.rest-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.search-result-item {
    padding: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.search-result-item:hover {
    background: #da4643;
    color: #fff;
}
.rest-box a {
    color: #000;
    text-align: center;
    display: block;
}
.rest-box:hover {
    box-shadow: unset;
}
section.error-404.not-found {
    padding: 3rem 0;
}
input.search-field {
    border: 1px solid;
    margin: 0;
}
section.error-404.not-found input.search-submit {
    cursor: pointer;
    margin: 0;
    background: #C6BCB1;
    color: #fff;
}
.rest-box a:hover{
	color:#da4643
}
.rest-box {
	min-height: 580px;
    width: 370px;
    background: #fff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: -1px 2px 13px #00000042;
    border-radius: 5px;
	transition: 0.3s;
}
h3.rest-title i {
    color: #da4643;

}
.file-description  {
  min-height: 105px;
    margin-top: 10px;
}
.file-description p {
    margin: 0;
}
a.rest-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.rest-title {
    background: #222222;
    color: #fff;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rest-box img {
    height: 143px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.suggested-rest button {
    background: unset;
    color: #000;
    border: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100%;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 10px;
}
.suggested-rest button:hover {
    border: 0;
    background: #da4643;
    color: #fff;
    border-radius: 0;
}
.suggested-rest {
    position: absolute;
    top: 52px;
    left: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}
@media(max-width:1366px){
	.testimonail-slider button.slick-next {
		right: 10px;
	}
	.testimonail-slider button.slick-prev {
		left: 10px;
	}
}
@media(max-width:1024px){
	.main-header .left {
		display: none;
	}
	.wp-video{
		max-width: 100% !important; 
	}
	.search-form input {
		margin: 0;
	}
	.foot-col {
		max-width: 50%;
	}
	div#masthead .row, .main-footer .row {
		flex-wrap: wrap;
	}
	.search-form {
		margin-top: 1rem;
	}
	#yellow-bar .two-col-par {
		flex-direction: column;
	}
	.header-btn {
		text-align: center;
	}
	div#masthead .row {
		flex-direction: column;
	}
	footer .row {
		text-align: center;
	}
	.main-header .left, .main-footer .left {
		justify-content: center;
	}
	nav#site-navigation {
		justify-content: center;
	}
	.banner-wrapper {
		right: 50%;
		transform: translate(50%,50%);
	}
	section#revitalize .col-row {
		justify-content: center;
	}
	.testimonail-wrap .content{
		margin-left: auto;
		margin-right: auto;
	}
	.stars,.autor {
		max-width: 330px;
		margin: auto;
	}
	.text-par {
		margin: auto;
	}
	footer .row {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer#colophon .col {
		max-width: 33% !important;
		width: 100% !important;
		margin-bottom: 3rem;
	}
	.col.col-1{
		border:0
	}
		.top-header .row {
		flex-direction: column;
	}
	.top-header .row div {
		margin-bottom: 10px;
		text-align: center;
	}
		footer#colophon .col {
		padding: 0 30px;
	}
	#body .mob-menu-header-holder.mobmenu {
	
	
	}

}
@media(max-width:992px){
	.col.col-1 {
		padding-right: 0;
	}
	.wp-video {
		margin: auto;
	}
	.two-col-par iframe {
		max-width: 640px;
		margin: auto;
	}
	.mejs-container {
		height: 360px !important;
	}
	
	.input-s{
		margin-right: 0;
	}
	#two-col-img .column-wrapper h2 {
		text-align: center !important;
	}
	section#sec-vid .col-row .column-wrapper:first-child {
		padding-bottom: 1rem !important;
		text-align: center;
	}
	.logo-slider .logo-wrapper {
		margin: 0 15px;
	}
	#two-col-img .column-wrapper {
		align-items: center;
		text-align: center;
	}
	section#sec-vid {
		background: #C6BCB1;
	}
	#contact .single-btn-wrapper,
	.contact .single-btn-wrapper,
	.contact .col-text,
	#contact .col-text {
		text-align: center !important;
	}
	.contact .single-btn-wrapper,#contact .single-btn-wrapper{
		margin-bottom: 2rem;
	}
	.banner-wrapper {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	section#half-bg .column-wrapper {
		margin: 0;
		margin-bottom: 1rem;
	}
	/* header.site-header {
		padding-top: 65px;
	} */
	section#revitalize {
		padding-top: 0 !important;
	}

	.blog-wrapper {
		flex-direction: column;
	}
	.side-bar {
		margin-left: 0;
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
	section#boxes.just-center .col-row {
		align-items: center;
	}
	body#body {
		padding-top: 0;
	}
	section#revitalize {
		background-size: cover;
		background-position: center;
		margin-bottom: 3rem;
	}

	.top-header .right {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	div#masthead.sticky {
		position: static;
	}
	.has-sticky .top-header{
		display: block !important;
	}
}
@media(max-width:768px){
	.logo-wrapper.slick-slide a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 150px;
	}
	.logo-slider .logo-wrapper img {
		height: 150px;
		object-fit: contain;
	}
	
}
@media(max-width:767px){
	.top-header .row div {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.mejs-container {
		height: 140px !important;
	}
	.two-col-par iframe {
		height: auto;
	}
	.page-id-212 .column-wrapper {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.banner, .banner-slider .container, .iiner .container {
		max-height: 350PX;
	}
	h1 {
		font-size: 40px !important;
	}
	h2{
		font-size: 30px !important;
	}
	h3{
		font-size: 25px !important;
	}
	h4{
		font-size: 18px !important;
	}
	footer#colophon .col {
		max-width: 50% !important;
		text-align: left !important;
	}
	.copy {
		margin-top: 2rem;
	}
	.blog article {
		flex-direction: column;
		text-align: center;
	}
	.blog article img {
		margin-right: 0;
	}
	.side-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-wrapper {
		width: 100%;
		padding: 0 15px;
	}
	section.section-col {
		padding: 0 !important;
	}
	/* .main-header .right {
		display: none;
	} */
	.has-sticky{
		padding-top: 135px;
	}
	section#boxes .column-wrapper {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	ul#primary-menu {
		display: flex;
		justify-content: center;
	}
	#yellow-bar .two-col-par h3 {
		max-width: 100%;
		text-align: center;
	}.home .banner-wrapper{
		height: 536px;
	}
	.search-form form {
		flex-wrap: wrap;
	}
	.search-form input {
		max-width: 100%;
	}
	.input-s {
		max-width: 50%;


	}
	.search-form button {
		width: 100%;
		margin-top: 1rem;
		margin-left: 0;
	}
	.search-form select {
		max-width: 46%;
	}
}
@media(max-width:567px){
	.input-s {
		max-width: 100%;
	}
	.rest-label {
		font-size: 15px;
	}
	.title-wrapper {
		font-size: 15px;
		
	}
	h3.rest-title{
		height: 55px;
	}
	a.rest-pdf {
		font-size: 14px;
	}
	.rest-box a {
		font-size: 15px;
	}
	footer#colophon .col {
		width: 100% !important;
		max-width: 100% !important;
	}
	.b-date {
		font-size: 25px;
	}
	.social-wrapper {

		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		margin-top: 2rem;
		margin-left: 5px;
		margin-right: 5px;
	}
	.social-wrapper a{
		height: 30px;
		width: 30px;
		font-size: 18px
	}
	.foot-col {
		max-width: 100%;
	}
	.col-4.foot-col a {
		font-size: 15px;
	}
	.header-btn a {
		margin: 0;
		margin-top: 1rem;
	}
	.home .banner-wrapper {
		border-radius: 0;
	}
	.search-form select, .search-form input {
		max-width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#two-col-img .column-wrapper {
		min-height: 350px !important;
	}
	footer#colophon .col {
		text-align: center !important;
	}
	footer#colophon {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.call-num a {
		display: block;
		margin-top: 9px;
	}
	img.mob-standard-logo {
		max-width: 200px;
		object-fit: contain;
	}
	h1 {
		font-size: 43px;
		line-height: normal;
	}
	section#boxes .column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	footer#colophon .col {
		padding: 0;
	}
	footer .social-media-wrapper a {
		margin-left: 10px;
	}
	ul#primary-menu {
		flex-direction: column;
		align-items: center;
	}
	nav#site-navigation>div>ul li {
		margin-left: 0;
	}
	ul#primary-menu a {
		font-size: 15px;
		padding: 1px;
		margin-top: 0.5rem;
	}
	nav#site-navigation>div>ul li a:after{
		bottom: -1px;
	}
	.banner, .banner-slider .container, .iiner .container {
		max-height: 250PX;
	}
}
@media(max-width:390px){

}

/*Landing Page Header*/
.landing-site-header {
    padding: 25px 0;
}
.landing-site-header .content-container {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.landing-details {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	font-size: 20px;
	color: #000000;
}
.landing-details li {
	margin: 0 10px;
}
.landing-details a {
	color: #000000;
}
.landing-details a:hover {
	color: #C6BCB1;
}
.landing-site-header .social {
	display: flex;
    justify-content: center;
}
.landing-site-header .social-item:not(:last-child) {
    margin-right: 20px;
}
.landing-site-header .social-item i {
	color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.5;
}
.landing-site-header .social-item i:hover {
	color: #C6BCB1;
}
.landing-site-header .top-border {
	position: relative;
    display: block;
    width: 1px;
    height: 100px;
    background: #000000;
}

/*Landing Page Banner*/
.page-template-landing-page .banner {
    max-height: 930px;
    min-height: 930px;
    background-position: center center;
}
.page-template-landing-page .banner-wrapper {
    text-align: left;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: unset;
    transform: translateY(50%);
    width: 600px;
}
.page-template-landing-page .banner-wrapper h1 {
	text-align: left;
    font-weight: normal;
}
.page-template-landing-page .banner-text {
   font-size: 26px;
   font-weight: normal;
}

/*Landing Section1*/
.landing1 {
	padding: 90px 0;
}
.landing1 h2 {
	width: 808px;
	margin-bottom: 45px;
}
.landing1 .content-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: flex-start;
    align-items: self-start;
    grid-gap: 35px;
}
/*.landing1 .text-img img {
	border-radius: 0 100px 0 100px;
}*/
.landing1 .bg-img {
	height: 776px;
	/*border-radius: 100px 0 100px 0;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*Landing Section2*/
.landing2 {
	padding: 120px 0;
	color: #000;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
.landing2 .content-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
    align-items: center;
    grid-gap: 35px;
}
.landing2 h2 {
	margin-bottom: 35px;
	width: 560px;
}
.landing2 .with-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 345px;
}

/*Landing Section3*/
.landing3 {
	padding: 90px 0;
	text-align: center;
}
.landing3 h2 {
	margin-bottom: 40px;
}
.landing3 .content-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: flex-start;
    align-items: self-start;
    grid-gap: 45px;
}
.landing3 .bg-img {
	/*border-radius: 0 100px 0 100px;*/
	height: 320px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

/*Landing Section4*/
.landing4 {
	padding-bottom: 90px;
}
.landing4 .content-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
    align-items: center;
    grid-gap: 100px;
}
.landing4 .bg-img {
	/*border-radius:  100px 0 100px 0;*/
	height: 580px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.landing4 h2 {
	margin-bottom: 40px;
}
.landing4  .testimonials {
    width: 499px;
    background-size: auto;
    background-repeat: no-repeat;
}
.landing4 .testimonial-content {
    font-family: "Playfair Display", serif;
    font-size: 22px;
}
.landing4 .testimonial-name {
    font-size: 18px;
}

/*Landing Section5*/
.landing5 {
	padding-bottom: 90px;
}
.landing5 h2 {
	margin-bottom: 40px;
	text-align: center;
}
.landing5 .gform_wrapper.gravity-theme input[type=text],
.landing5 .gform_wrapper.gravity-theme input[type=email],
.landing5 .gform_wrapper.gravity-theme textarea {
  font-size: 18px;
}
.landing5 input[type="text"], 
.landing5 input[type="email"],
.landing5 textarea {
	color: #53504A;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid #53504A;
}
.landing5 .gform_wrapper ::placeholder {
	color: #53504A;
}
input#gform_submit_button_1 {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 2px solid #53504A;
    min-width: 160px;
    font-weight: 500;
    color: #52504A !important;
    border-radius: 25px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
}
input#gform_submit_button_1:hover {
 	background: #53504A;
    color: #fff !important;
    cursor: pointer;
}
div#gform_wrapper_1 {
    margin-top: 0;
    width: 70%;
    margin: auto;
}
div#gform_confirmation_message_1 {
    text-align: center;
}

/*Footer*/
footer#colophon {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #53504A;
}
footer#colophon a{
	color:#ffffff;
}
footer .social {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
footer .social-item:not(:last-child) {
    margin-right: 20px;
}
footer .social-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.5;
}
footer .social-item i:hover {
	color: #C6BCB1;
}
footer .contact-details {
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
footer .contact-details ul {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	font-size: 17px;
	color: #FFFFFF;
}
footer .contact-details li {
	margin: 0 10px;
}
.copy {
    padding-top: 40px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
.copy li {
    display: inline-block;
    margin: 0 10px;
}

/*Compatibility*/
@media (max-width: 736px){
	.landing-site-header .logo {
		text-align: center;
	}
	.landing-site-header .top-border {
		display: none;
	}
	.landing-site-header .content-container {
		display: block;
	}
	.landing-details span {
		display: none;
	}
	.landing-details {
		display: block;
		font-size: 17px;
		text-align: center;
	}

	
	.page-template-landing-page .banner {
	    max-height: 400px;
	    min-height: 400px;
		background-position: right center;
	}
	.page-template-landing-page .banner-wrapper {
	    width: 100%;
	    transform: translateY(80%);
	}
	.page-template-landing-page .banner-text {
	    font-size: 20px;
	}


	.landing1 {
		padding: 45px 0;
	}
	.landing1 h2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.landing1 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}
	.landing1 .bg-img {
	    height: 388px;
	}


	.landing2 {
		padding: 45px 0;
	}
	.landing2 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}
	.landing2 h2 {
		margin-bottom: 20px;
		width: 100%;
	}


	.landing3 {
		padding: 45px 0;
	}
	.landing3 h2 {
		margin-bottom: 20px;
	}
	.landing3 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}


	.landing4 {
		padding-bottom: 45px;
	}
	.landing4 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}
	.landing4 .bg-img {
	    height: 400px;
	}
	.landing4 h2 {
		margin-bottom: 20px;
	}
	.landing4  .testimonials {
	    width: 100%;
	}
	.landing4 .testimonial-content {
	    font-size: 18px;
	}
	.landing4 .testimonial-name {
	    font-size: 15px;
	}


	.landing5 {
		padding-bottom: 45px;
	}
	.landing5 h2 {
		margin-bottom: 20px;
	}
	div#gform_wrapper_1 {
	    width: 100%;
	}


	footer#colophon {
	    padding-top: 40px;
	    padding-bottom: 25px;
	}
	footer .contact-details ul {
	    display: block;
	}
	footer .contact-details span {
		display: none;
	}
	.copy {
	    padding-top: 20px;
	}
	.copy span {
		display: none;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.landing-site-header .logo {
		text-align: center;
	}
	.landing-site-header .top-border {
		display: none;
	}
	.landing-site-header .content-container {
		display: block;
	}
	.landing-details span {
		display: none;
	}
	.landing-details {
		display: block;
		font-size: 17px;
		text-align: center;
	}
	
	.page-template-landing-page .banner {
		max-height: 400px;
		min-height: 400px;
	}


	.landing1 h2 {
		width: 100%;
	}
	.landing1 .bg-img {
	    height: 650px;
	}


	.landing2 h2 {
		width: 100%;
	}
	.landing2 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 20px;
	}


	.landing3 .bg-img {
	    height: 250px;
	}


	.landing4 .content-container {
	    grid-gap: 50px;
	}
	.landing4 .testimonials {
	    width: 100%;
	}


	div#gform_wrapper_1 {
	    width: 100%;
	}


	footer .contact-details ul {
	    display: block;
	}
	footer .contact-details span {
		display: none;
	}
	.copy span {
		display: none;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.landing-details {
	    font-size: 17px;
	}
	.landing-site-header .social-item i {
	    font-size: 20px;
	}
	
	.page-template-landing-page .banner {
		max-height: 500px;
		min-height: 500px;
	}


	.landing2 h2 {
		width: 100%;
	}


	.landing4 .content-container {
	    grid-gap: 50px;
	}
}


@media (max-width: 1080px) and (min-width: 736px) {
	.landing-site-header .logo {
		text-align: center;
	}
	.landing-site-header .top-border {
		display: none;
	}
	.landing-site-header .content-container {
		display: block;
	}
	.landing-details span {
		display: none;
	}
	.landing-details {
		display: block;
		font-size: 17px;
		text-align: center;
	}
} 