/*!
Theme Name: gdw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gdw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */





body {
  opacity: 0;
  transition: opacity 1s ease;
}

body.loaded {
  opacity: 1;
}


.page-id-12 .h100 {
	height:100vh;
}


/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
#page {
       animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}



.container-xl {
	max-width: 1400px;
	margin: auto;
	padding: 0 30px;
    position: relative;
}

.container {
	max-width: 1400px;
	margin: auto;
	padding: 0 3vw;
    position: relative;
}

.menu-main-menu-container {
	padding: 0 3vw;
}

.container-lg {
	max-width: 1000px;
   margin: auto;
    position: relative;
}

.container-md {
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.container-sm {
	max-width: 700px;
   margin: auto;
    position: relative;
}


.container-step {
    max-width:1300px;
    margin: auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #a78678;
font-family: "miller-banner", serif;
font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}
a, a:visited {
	color: #a78678;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
    letter-spacing: -0.03em;
    line-height: 1.1;
}
h1 {
	font-size: 33px;
  line-height: 1.2;
	margin-bottom: 50px;
} 
.bigtext {
    font-size: 1.2em;
    font-weight: 300;
}

.login h1,
.login,
.login h1 a {
  color: transparent !important;
}


.single-post h4 {
  font-size: calc(2.3em + 3vw);
        margin-top: 1.5em;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: calc(2.3em + 3vw);
}

.slider-text h2 {
    font-size: calc(3.5em + 3vw);
  margin-bottom: .2em;
  line-height: 1;
}
h1 strong, h2 strong, h3 strong {
    font-family: "orpheuspro", serif;
font-weight: 400;
font-style: italic;

}

h3 {
    font-size: calc(1.9em + 3vw);
    margin-bottom: 1em;
}
.repeater-text-inner h3 {
  text-align: left;
  font-size: calc(1em + 2.5vw);
}
.stickme h3 {
    font-size: calc(1.9em + 1vw);
}
h4 {
  font-size: 2.2em;
  margin-bottom: 1.1em;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

@media (min-width:1100px) {
.slider-text h2 {
    font-size: 6em;
    }
    h3 {
  font-size: 3.7em;
    }
}

/*--------------------------------------------------------------
# Choose Colours
--------------------------------------------------------------*/
.bg-1 {
  background: #f5f3ed;
}

.bg-2 {
  background: #6b6e2d;
    color:#fff;
}
.bg-2 a {
    color:#fff;
}
.bg-3 {
	background: #ccc;
}

.slide-btn,
.main-navigation a {
	color: #a78678;
    border-bottom: 1px solid transparent;
    transition:0.5s ease-in-out;
}

.topbar a,
.header-page h1 {
	 color: #fff;
}


a:hover, a:focus, a:active {
	 color: #cf9d81;
}
.slide-btn:hover,
.main-navigation ul ul a:hover,
.main-navigation li:hover a {
        border-bottom: 1px solid #cf9d81;
}

.c-hamburger span {
  background:#cf9d81;
}

.c-hamburger span::before,
.c-hamburger span::after {
  background-color:#cf9d81;
}

.topbar {
    background: #cf9d81;
    color: #fff;
    font-size: 0.8em;
}

.topbar a:hover  {
    color: #ddd;
} 

.intro-2 {
    max-width:600px;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/

.pad-1-0 {
	padding: 1em 0;
}

.pad-2-0 {
	padding: 2em 0;
}

.pad-3-0 {
	padding: 3em 0;
}

.pad-4-0 {
	padding: 5em 0;
}

.pad-1-1 {
	padding: 1em 1em;
}

.pad-2-1 {
	padding: 2em 1em;
}

.pad-3-1 {
	padding: 3em 1em;
}

.pad-4-1 {
	padding: 4em 1em;
}

.pad-1-2 {
	padding: 1em 2em;
}

.pad-2-2 {
	padding: 2em 2em;
}

.pad-3-2 {
	padding: 3em 2em;
}

.pad-4-2 {
	padding: 4em 2em;
}

.pad-1-3 {
	padding: 1em 3em;
}

.pad-2-3 {
	padding: 2em 3em;
}

.pad-3-3 {
	padding: 3em 3em;
}

.pad-4-3 {
	padding: 4em 3em;
}

.pad-1-4 {
	padding: 1em 4em;
}

.pad-2-4 {
	padding: 2em 4em;
}

.pad-3-4 {
	padding: 3em 4em;
}

.pad-4-4 {
	padding: 4em 4em;
}

.pad-4-5 {
	padding: 4em 5em;
}

.pad-5-6 {
	padding: 5em 6em;
}

.pad-6-7 {
	padding: 6em 7em;
}

.pad-0-1 {
	padding: 0 1em;
}

.pad-0-2 {
	padding: 0 2em;
}

.pad-0-3 {
	padding: 0 3em;
}

.pad-0-4 {
	padding: 0 4em;
}

.pad-3-0-2 {
    padding: 3em 0 2em;
}

.pad-4-0-3 {
    padding: 4em 0 3em;
}

.pad-5-0-4 {
    padding: 5em 0 4em;
}

.pad-6-0-5 {
    padding: 6em 0 5em;
}

.pad-7-0-6 {
    padding: 7em 0 6em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .row {
  justify-content: space-between;
}

.site-footer {
  padding: 20px 0;
  font-size: 0.8em;
  margin: -60px 0 0;
  position: relative;
  width: 100%;
  z-index: 2;
      bottom: 0;
}

footer .container {
    max-width:none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.topbar {
  padding: 5px 0 7px;
}
.topbar .left-content {
  letter-spacing: 0;
  font-size: 1em;
  text-transform: none;
  padding-top: 0;
}
.topcontact {
    text-align: right;
}

.topcontact span {
    padding-right: 30px;
}

.topcontact i {
    margin-right: 10px;
}

.site-branding {
	padding-top: 12px;
   padding-bottom: 12px;
}
.site-branding img {
	max-width: 200px;
	max-height: 80px;
}

.single-post .header-wrap {
justify-content: flex-end;
padding: 5em 3vw 3em;
    text-align: center;
}

.header-page, .header-wrap {
        min-height: 400px;
}

.archive .colourarchive .highcontent,
.highcontent {
  min-height: 240px;
 padding: 5vh 3vw;
}

.header-page h1,
.highcontent h1 {
    text-align: center;
}
.header-page {
    background-position: center;
    background-size: cover;
    position: relative;
 margin-bottom: 10vh;
    overflow:hidden;
}

.header-wrap, .highcontent {

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-wrap {
padding: 5em 3vw 0;
    position: absolute;
    left: 0;
    right: 0;
}
.page-template-default .header-page {
margin-bottom: 2em;
}
.readmore {
font-weight: 500;
 margin-top: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.readmore:hover {
 Color: #cf9d81;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: flex;
  flex-direction: row;
  gap: 30px;
  background: #F5EFE4;
  background: linear-gradient(180deg, rgb(245, 239, 228) 40%, rgba(245, 239, 228, .5) 80%, rgba(245, 239, 228, 0) 90%);
  height: 100%;
  width: 68.66666667%;
  align-items: flex-start;
  padding-top: 20px;
}

.page-id-12 .main-navigation {
	background: none;
}
.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: flex-start;
    align-items: center;
	gap: 30px;
}

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



button.mgbutton,
.buttonlink a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #cf9d81;
	color: #fff;
}

.buttonlink a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
    background-color:#b47562;
}



.h50 {
    height:50vh;
    min-height:255px;
}
.site-header {
    position: relative;
}

header .headwrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  position: absolute;
  max-width: 4000px;
  z-index: 10;
  width: 100%;
  padding-right: 3vw;
}
/* Small menu. */


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



button.c-hamburger:hover {
    background: transparent;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  width: 30px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 3px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
     bottom: -10px
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.row-container {
    max-width:825px;
    padding:0 20px;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.fullbg {
  position: fixed;
  z-index: -1;
  width: 33.33337%;
  height: 100vh;
  right: 0;
  top: 0;
      pointer-events: none;
}
.fullbg img {
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
}
.h100 {
    min-height:100vh;
}

.home .row.h100 {
  height: auto;             /* do NOT force exact 100vh here */
  min-height: 100vh;
  overflow: visible;
}

img.h100 {
    object-fit: cover;
    object-position: center;
    width:100%;
}

.page1, .page2 {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.page1 {
padding-bottom: 1px;
}
.page2 {
    background: #f0eadf;
    width:100%;
}



.slick-track {
  display: flex !important;
  align-items: center;
    height: 100%;
}
.slick-list, .slick-slide {
        height: 100%;
}
.slick-arrows li:only-child,
.slick-dots li:only-child {
        display: none;
}
.slick-boxlinks .slick-slide {
    margin:0 20px 0 0;
}


.text-slider .slick-prev::before, .text-slider .slick-next::before {
    color: #fff !important;
    font-size: 35px !important;
}
.slick-boxlinks .wrap {
    padding: 1.5em 0 0;
max-width: 300px;
}
.slick-prev {
  left: unset !important;
  top: -40px ;
  right: 75px !important;
}
.slick-next {
  top: -40px;
    right: 35px;
}

.slider-wrapper {
 height: 100%;
}

.slider-progress {
  width: 100%;
  height: 6px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.progress-bar {
  height: 100%;
  width: 0%;
  background: #a78678;
    opacity: 0.5;
}
.slick-slide {
  margin: 0;
}

.slider-text {
  opacity: .8;
  color: #a78678;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider-text p {
  line-height: 1.2;
    margin-bottom: 15px;
}
.slider-text.small {
    font-size:27px;
}
.slider-text.medium {
    font-size:35px;
}
.slider-text.large {
    font-size:42px;
}

.hero {
	font-size: 2.7em;
	color: #fff;
    line-height: 1.4;
}

button.slider {
  display: block;
  margin: 25px 0 0;
}


.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 0 !important;
}
.slick-next::before {
  content: '\f054' !important;
}
.slick-prev::before {
  content: '\f053' !important;
}
.down {
  bottom: -80px;
  display: block;
  position: relative;
  right: 60px;
}
.down::before {
    content:'\f078';
}
.slick-prev, .slick-next {
  z-index: 100;
  font-weight: 300;
  width: 25px !important;
  height: 25px !important;
  top: unset !important;
right:0 !important;
  background: transparent !important;
  border-radius: 100%;
  opacity: 1 !important;
bottom:0 !important;
    position: relative !important;
}
.custom-arrows-container {
    position: absolute;
      right: 50px !important;
      bottom: 80px !important;
}

.slick-prev::before, .slick-next::before, .down::before {
  color: #b69a8d !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 6 Pro' !important;
  font-weight: 300 !important;
font-size: 40px !important;
  opacity: 0.6 !important;
}

.slick-prev::before::hover, .slick-next::before::hover {
    opacity: 1 !important;
}
.accordion-2 button::after {
	content: "\f107";
        font-family:'Font Awesome 6 Pro' !important;
	top: 20px;
	right: 20px;
   position: absolute;
   font-size: 1.2em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
        font-family:'Font Awesome 6 Pro' !important;
    top: 22px;
    font-size: 1.2em;
}


.cta {
    color:#fff;
}
.cta .container-sm {
    text-align: center;
}
.cta .buttonlink {
    margin-left:auto;
    margin-right:auto;
}

.footer-right {
    text-align: right;
     color:#f5efe4;
    transition: 0.5s ease-in-out;
}

.footer-right a:hover {
    opacity: 1;
}

.footer-right a {
    color:#f5efe4;
       opacity: .7;
}
/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/

.modal-body {
 padding: 1em 4em 4em;
}
.modal-content {
border-radius: 0;
}
.modal-header {
border-bottom: 0 !important;
padding: 2em !important;
}
.modal-header button.btn-close:hover {
opacity: 1;
 box-shadow: none;
}
.modal-content {
background-color: #F5EFE4;
}


/* Style for the slide panel */
.slide-panel {
    position: fixed;
    top: 0;
    left: -350px; /* Start off-screen */
    width: 350px;
    height: 100%;
background-color: #f5efe4;
    transition: left 0.5s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.slide-panel .panel-content {
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.slide-btn {
     cursor: pointer; 
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  padding: 20px;
  right: 20px;
  position: absolute;
}


/* Spin effect using keyframes */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Apply spin animation on hover */
.close-btn i:hover {
    animation: spin 2s linear infinite;
}

/* Style for the font-awesome icon */
.close-btn i {
    font-size: 50px;
}


/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/



.testimonial-slider {
	padding: 0;
}

.testimonial-title {
    font-size: 2em;
    padding: 0; 
}


li.testimonials {
    background: none;
	text-align: center;

}

li.testimonials p {
	margin: 2em auto;
}

.testimonial-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 1px;
    margin-top: 10px;
}


li.testimonials strong {
    text-transform: uppercase;
    color: #818181;
    font-weight: normal;
    font-size: 1.2em;
}

.testimonials .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.testimonials .flex-direction-nav a::before {
    color: #cf9d81;
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials ul.flex-direction-nav {
    display: block;
}

.testimonials .flex-active-slide {
    margin: auto;
    display: block;
}

.testimonial-wrapper {
    max-width: 80%;
}

.testimonials .flex-direction-nav .flex-prev {
    left: 0em !important;
}
.testimonials .flex-direction-nav .flex-next {
    right: 0em !important;
}



/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery {
	margin-top: 4em;
}

.gallery-image {
	height: 250px;
	background-size:cover;
	background-position:center center;
	position:relative;
}

ul.gallery {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0;
}

ul.gallery li {
	display: inline-block;
	width: 23%;
	list-style: none;
	margin: 1%;
	font-size: 14px;
	vertical-align: top;
}

ul.gallery li img {
	width: 100%;
}

.pagination {
	text-align: center;
	margin-top: 2em;
}

.pagination a, .pagination a:visited {
	color: #7C7C7C;
}





/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

ul.grid {
	width:100%;
	padding:0;
	margin:0;
   list-style: none;
	display:flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

ul.grid li {
    width: 32%;
    margin: 1% 1% 1%;
}

ul.grid li:first-child {
        margin: 1% 1% 1% 0;
}

ul.grid li:nth-child(3n) {
        margin: 1% 0 1% 1%;
}

ul.grid li:nth-child(3n+1) {
        margin: 1% 1% 1% 0;
}

ul.grid li p {
	margin:3px 0;
}

ul.grid li h4 {
	margin-top: 10px;
}

.archive .wrap {
	padding: 2em 1em 3em;
}
.wrap {
	padding: 2em 1em 0;
}
ul.grid li .wrap {
	padding: 1em 0;
}

ul.grid li.box .wrap {
	padding: 1em 1em 2em;
}

ul.grid li.border-box .wrap {
	padding: 1em;
}


li.box {
	width:31.3%;
	margin: 1%;
	display:block;
	float:left;
	background:#fff;
}


li.box .wrap {
	padding:1.5em 1.5em 2em 1.5em;
}

li.border-box {
	margin: 1%;
	width:31.3%;
	display:block;
	float:left;
	background:#fff;
}

li.border-box .wrap {
	padding: 1em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.custom-thumb {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition:0.5s ease-in-out;
        opacity: .3;
}

.custom-thumb:hover {
    opacity: 1;
}

a.moretag {
    display: block;
    margin-top: 10px;
}



/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.row {
    align-items: center;
}
.flex {
    display:flex;
    flex-direction: row;
}

/*--------------------------------------------------------------
## Repeater
--------------------------------------------------------------*/

.home .repeater-text-inner {
    padding: 0 3vw 70px;
 
}
.repeater-text-inner {
 padding: 120px 3vw 70px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.repeater-text-inner strong {
  font-size: 33px;
  line-height: 1.2;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.posted-on {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
}

/*--------------------------------------------------------------
## Search & Filter
--------------------------------------------------------------*/

.searchandfilter ul {
  margin: 0 0 5px;
    padding: 0;
    display: flex;
    gap:10px 30px;
    flex-wrap: wrap;
}

.searchandfilter li[data-sf-field-input-type="radio"] label {
    background: transparent;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    margin: 0 20px;
}

.searchandfilter li:first-child[data-sf-field-input-type="radio"] label {
    padding: 0 0 10px;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.searchandfilter li[data-sf-field-input-type="radio"] label:hover {
    border-bottom: 2px solid #cf9d81;
    color: #cf9d81;
}

.searchandfilter ul input[type="radio"], .searchandfilter input[type="radio"] {
    display: none;
}

li.sf-option-active label {
    border-bottom: 2px solid #cf9d81 !important;
    color: #cf9d81 !important;
}

/* 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}
p:last-child {
    margin-bottom:0;
}
/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography General
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f5efe4;
	/* Fallback for when there is no custom background color defined. */
}





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


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

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.modal-header {
  padding: 20px 20px 0 0;
  border-bottom: 0 none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.buttonlink a, button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0px;
  border-radius: 0px;
  line-height: 1;
  padding: 1.2em 2em;
  line-height: 1.3em;
  max-width: 250px;
  width: 100%;
    text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
button.menu-toggle,
button.wide {
    background:transparent !important;
    box-shadow: none !important;
}
button.btn-close {
       box-shadow: none !important;
}
.buttonlink a {
    margin-top:2em;
    display: inline-block;
}

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: #454545;
	border: 0px;
	border-radius: 0px;
	padding: 19px 5px 10px;
	background:transparent;
	width:100%;
	margin: 5px 0;
    font-size:.9em;
    border-bottom: 2px solid #a78678;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="tel"],
.site-footer textarea {
    border-bottom: 2px solid #ddd;
    color: #fff !important;
}

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 {
	color: #969696;
	border: 0px;
	border-radius: 0px;
	padding: 15px 15px 15px 10px;
	background: #ddd;
	width:100%;
}

textarea {
	width: 100%;
	margin-bottom: 8px;
    height: 100px;
}



/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/



.accordion ul {
    margin: 0;
    padding: 0;
}


.accordion ul li {
    list-style: none;
    border-bottom: 10px solid #fff;
}

.accordion-inner {
    border: 1px solid #ddd;
    padding: 1em;
}

.accordion-inner ul {
    margin: 0 0 0 1.5em;
}

.accordion-inner ul li {
    list-style: inherit;
    padding-bottom: 5px;
}

.accordion-2 {
position: relative;
    margin-top: 30px;
}


.accordion-2 ul {
    margin: 0;
    padding: 0;
}


.accordion-2 ul li {
    list-style: none;
}

.accordion-2 button::after {
	content: "\f107";
   font-family: FontAwesome;
	color: #fff;
	top: 0.6em;
	right: 20px;
   position: absolute;
   font-size: 1.8em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
   font-family: FontAwesome;
    top: 18px;
    font-size: 1.4em;
}

.accordion-2 button:hover::after {
    color: #fff;
}
.col-12 .flex {
  padding: 1em 0;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.related .container-gallery {
    padding-right:0 !important;
}
.container-gallery {
    padding-right:60px !important;
}
.slick-gallery img {
    max-height: 400px;
}

.slick-gallery .slick-slide {
    margin:10px;
}

.slick-boxlinks .slick-next,
.slick-gallery .slick-next {
  right: -40px !important;
}

.simple-slick-slider-testimonial .slick-next {
  right: 0px !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

button.border {
    background: none;
}

button.wide {
    width: 100%;
    max-width: none;
}


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 4em;
}


.tab-content .fade {
    background: transparent;
}

.nav-tabs .nav-link {
    background: #151e29;
    border: 0;
    color: #fff;
    padding: 1em 4em;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover {
    background-color: #8dc63f;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #8dc63f;
        color: #000;
    font-weight: 400;
}
.contact {
  display: flex;
  gap: 10px 5px;
  flex-direction: row;
  margin-bottom: 23px;
  font-size: 1.1em;
  margin-top: 20px;
  flex-wrap: wrap;
align-items: flex-end;
}
.contact i {
     font-size: 1.2em;
    margin-right: 10px;
}

.contact-inline {
    display:inline;
}
/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/

ul.clean {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

ul.clean li {
	font-size: 16px;
}

ul.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.sellpointsbar {
	padding: 1.5em 0;
}

.sellpointsbar i {
	width: 25px;
}

li.one {
	display: block;
	width: 100%;
}

li.two {
	display: inline-block;
	width: 50%;
}

li.three {
	display: inline-block;
	width: 33.33%;
}

li.four {
	display: inline-block;
	width: 25%;
}

/*
.custom-thumb .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(24,52,70,0.7);
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.custom-thumb:hover .overlay {
	opacity: 1;
}
*/


.badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #a78678;
	color: #fff;
	padding: 10px 10px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.sectionpadlarge {
	padding: 16vh 0;
}
.sectionpad {
	padding: 10vh 0;
}

.sectionpadsmall {
	padding: 5vh 0;
}

.text-slider h3 {
	margin-top: 0;
	margin-bottom: 0;
    font-size: calc(1em + 2.5vw);
}
.testimonial-content {
    padding:10px 0 0;
}
.logo {
  height: 58px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	margin: 10px 2em 10px;
  padding: 0 1em;
  display: inline-block;
}

.logos h3 {
  margin-bottom: 1em;
}

ul.standard-flex {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 20px;
}

.title-line, .title-text {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
.title-line {
	  border-top: 2px solid;
	  padding-bottom: 10px;
	}
.title-text {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05;
  font-size: 0.8em;
}

.title-text {
	text-align: right;
}

.zeropaddingbottom {
	padding-bottom: 0px !important;
}

.zeropaddingtop {
	padding-top: 0px !important;
}

.home ul.products li.product {
	margin-bottom: 0;
}

.accordion-2 button.wide {
	position: relative;
	margin-bottom: 2px;
	background: transparent;
	border-bottom: 2px solid #cf9d81;
	color: #000;
	text-align: left;
    padding: 20px 45px 20px 20px;    
}

.accordion-2 button::after {
	color: #cf9d81 !important;
}

.accordion-inner {
	border: 0;
}

.news-column-pad {
	padding-right: 8em;
}

.single-post .custom-thumb {
	height: 200px;
}

.single-post li.one {
	margin-bottom: 20px;
}

.single-post li.one .wrap-simple {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-post li.one:last-child .wrap-simple {
	border-bottom: 0;
}

.header-wrap h4 {
	color: #fff;
}

.header-wrap a {
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.header-wrap a h4 {
        transition: 0.3s ease-in-out;

}

.header-wrap a:hover h4 {
    color: #cf9d81;
}

.menuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.menuover .main-navigation li a {
    color:#fff; 
}


.home .homemenuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.home .homemenuover .main-navigation li a {
    color:#fff; 
}

.archivehighcontentmenuoverlay {
    margin-top: 130px;
}

#myVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.pointer {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}


.pointer:hover  {
    color: #cf9d81;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    background-color: #a78678 !important;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    width: auto !important;
}

ul#moove-gdpr-menu li:before {
    display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    text-transform: none !important;
}



.boxlayout .row:nth-child(even) {
flex-direction: row-reverse;
}
.boxlayout .row {
  align-items: center;
  padding-bottom: 10vh;
}
.boxlayout .row:last-child {
    padding-bottom: 0;
}
.background-image {
    position: relative;
    background-size:cover;
    background-position: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.6em 1em;
  border: 2px solid #ddd;
  text-align: center;
  background: #ddd;
  color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ddd;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #cf9d81;
  background: #cf9d81;
  color: #fff
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.contactcol {
    padding-right:4em;
}

a.clickhere {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.noresults {
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
}

.section-other h5 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
}

.archive .container-sm {
    margin-bottom: 3em;
}
.post-type-archive-services .container-sm,
.post-type-archive-case-studies .container-sm {
  margin: 0 0 2em;
  max-width: 700px;
    padding:0;
}
.post-type-archive-services .container-sm {
  margin: 0 0 10vh;
}
.wrap h4 a, .wrap-simple a {
        color:#cf9d81;
}
.wrap h4, .wrap-simple h4 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    color:#cf9d81;
    font-size: 20px;
}

.team .wrap {
    padding: 30px 20px 20px;
    font-size: 0.9em;
}

.team h3 {
    text-align: center;
}
.team h4 {
    margin-bottom: 0;
}

.team .role {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}


.logo-grid {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo-grid img {
    margin: 0 20px;
    max-width: 200px;
    max-height: 80px;
}
.home .overlay {
    background:rgba(0, 0, 0, 0.2);
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0, 0, 0, 0.54);
	top: 0;
	left: 0;
}

.centertext {
    text-align: center;
}


 .boxlinks a,
 .boxlinks .background-image,
.boxlinks .background-image  h3,
 .boxlinks .background-image h4 {
    color:#fff;
}

.boxlinks a:hover {
	color: #cf9d81;
}

.boxlinks h3 {
  margin-bottom: 1.8em;
  text-align: center;
}

.boxlinks h4 {
    font-size: 1.6em;
    margin: 15px 0;
}

.boxlinks i {
  font-size: 4em;
  margin-right: 25px;
  opacity: .5;
}

.pad-box {
    padding: 6em 2em
}

.page-template-page-about .boxlinks {
    padding-bottom:0;
}

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

.post,
.page {
	margin: 0;
}

.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;
}

.page-id-12 table.contact-details .fa {
	font-size: 20px;
	padding-bottom: 15px;
}

table.contact-details {
	 margin-top: 2em;
}


td.icon {
    width: 30px;
}

.social div {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 1.6em;
}

.page-id-3 h4 {
	 margin-top: 2em;
}

.no-results {
    text-align: center;
}
.pagecontent {
  padding: 0 6vw 20px;
  margin: 0;
  max-width: 750px;
  font-size: 1.3em;
}


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

.homelogo {
    max-width:200px; width:100%; padding: 30px 0;
}


/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/
@media (max-width:992px) {
    .page-id-12 img.h100 {
    object-position: right;
}}

@media (max-width:767px) {
.custom-arrows-container {
  position: relative;
  right: unset;
  bottom: 65px;
  left: 95%;
}
    header .headwrap {
  position: relative;
        padding-right: 0;
    }
      .repeater-text-inner {
  padding: 50px 30px 70px;
    min-height: 0;
  }
  .site-footer {
    margin: -80px 0 0;
    color: #f5efe4;
  }
    .footer-right {
  text-align: left;
    }

    .page1, .page2 {
        min-height: 200px;
    }
    .slider-text.large {
  font-size: 30px;
}
    .slider-text.medium {
  font-size: 25px;
}
    .pagecontent {
        padding:75px 30px;
        font-size:1.1em;
    }
  .menu-main-menu-container {
    padding: 5px 0 0 30px;
  }
    .main-navigation {
  background: none;
  height: 100%;
  width: 100%;
    }
        .site-branding {
  padding-right: 20px;
}
    .h100 {
        min-height:400px;
    }
}

@media (max-width:576px) {
.slider-text {
  justify-content: flex-start;
    }
    .slider-text {
  height: auto;
}

    .homelogo {
 float: left;
        padding: 30px 0 10px;
        max-width: 140px;
}
}


@media (max-width:480px) {
 .menu-main-menu-container {
    padding: 5px 0 0 30px;
  }
    .main-navigation ul {
  gap: 20px;
}
}

