/*
Theme Name: Village Lake
Description: Village Lake theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */

/* fix issues with the WP admin bar messing with sticky/absolute header items */
body.admin-bar #branding-wrap{ top: 28px; }
body.admin-bar #wrapper{ margin-top: 145px; }

td {
	vertical-align: top;
}

a {
	color: var(--secondary);
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: var(--secondary);
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	line-height: 120%;
    color: var(--secondary);
}

h1 {
	font-size: 2.0em;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #eee;
	color: #eee;
	margin: 30px 0;
    clear: both;
}



/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 70px 0 100px 0;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
    clear: both;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homepagetext, .homepagetext p, .homepagetext li {
    text-align: left !important;
}

body.home .content h1 {
    font-size: 3.4em;
    margin-bottom: 16px;
}

#homepageintro {
    background: var(--main);
    text-align: center;
    padding: 60px 0 20px 0;
}

#homepageintro .column-quarter {
    padding: 0;
}

#homepageintro .columns-container div {
    border-left: 1px #6d6ca0 solid;
}

#homepageintro .columns-container div:first-child {
    border-left: none;
}

#homepageintro img {
    display: block;
    margin: 0 auto;
}

#homepageintro a, #homepageintro h1 {
    color: #fff;
    text-decoration: none;
}

#homepageintro a:hover img {
    transform: scale(1.2);
}

#newsstrip {
    padding: 50px 0;
    background: #fff;
}

#specialsstrip h2, #newsstrip h2 {
    display: block;
    text-align: center;
    font-size: 3.0em;
    margin: 20px 0;
}

#specialsstrip h2 {
    color: #fff;
    padding-top: 30px;
}

.postdate, .postdate a {
    color: #fff;
    font-style: italic;
    opacity: 0.5;
    font-size: smaller;
}

a.readmore, input[type="submit"] {
	background: var(--secondary) url(images/right-arrow-white.png) no-repeat;
    background-position: right 14px center;
    background-size: 20px;
	color: #fff;
	padding: 16px 50px 16px 26px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	line-height: 100%;
	border: 2px solid var(--secondary);
	cursor: pointer;
}

a.readmore:hover, input[type="submit"]:hover {
	background: #fff url(images/right-arrow.png) no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    border: 2px solid var(--secondary);
	color: var(--secondary);
}


.readmore, .content a, input[type="submit"], #homepageintro img, .newsbox {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#specialsstrip .columns-container {
    padding: 30px 0;
}


.newsposts {
    display: flex; /* next two lines for full-height columns */
    flex-wrap: wrap;
}

.newsposts .column-quarter {
    flex: 21%;
    background: var(--secondary);
    margin: 20px;
    padding: 0;
}

.newsbox {
}

.newsimage {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.newscontent {
    padding: 30px 20px 20px 20px;
}

.newsbox h4, .newsbox p {
    color: #fff;
    margin: 0 0 10px 0;
}

.newsbox a {
    text-decoration: none;
}

.newsbox:hover {
    transform: scale(1.1);
}

#contactstrip {
    padding: 180px 0;
    overflow: hidden;
}

#contactstrip p {
    font-size: 45px;
    color: #fff;
    line-height: 120%;
    max-width: 1200px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    margin: 0 0 20px 0;
}

.contactstrip-inner {
    margin-bottom: -20px !important;
}

/* Columns                                          */
/* ------------------------------------------------ */
.columns-container {
    margin: 0 -30px;
    overflow: hidden;
}

.column-half, .column-third, .column-quarter, .column-twothirds {
    box-sizing: border-box;
    padding: 20px;
}

.column-half {
    width: 50%;
    margin: 0 0 40px 0;
    float: left;
}

.column-twothirds {
    width: 66.333%;
    margin: 0 0 40px 0;
    float: left;
}

.column-third {
    width: 33.333%;
    margin: 0 0 40px 0;
    float: left;
}

.column-quarter {
    width: 25%;
    margin: 0 0 40px 0;
    float: left;
}

.column-half img, .column-twothirds img, .column-third img {
    width: 100%;
    height: auto;
}

.clearfix {
    clear: both;
}

/* -------------------------------------------------- */
.features {
    margin: 50px auto 100px;
    margin-top: 50px;
    max-width: 1250px;
    text-align: center;
    margin-top: 100px;
}

.cols {
    column-count: 4;
    text-align: left;
    column-gap: 20px;
}

.cols .feature {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 800;
      padding-left: 65px;
      position: relative;
      height: 57px;
      width: 100%;
      padding-right: 20px;
      box-sizing: border-box;
}

.feature_icon {
      width: 50px;
      height: 50px;
      background-color: #F2F2F2;
      background-size: 65% 65%;
      background-repeat: no-repeat;
      background-position: 50% !important;
      border-radius: 50%;
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
}

.fetaure_text {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    color: #39385C;
}

.mapdiv {
    width: 100%;
    height: 450px;
}

#testimonials_slider, #testimonials_slider ul.slides, #testimonials_slider ul.slides li {
    background: transparent;
    height: 400px;
}

#testimonials_slider {
    background: url(images/header02.jpg) left 50% no-repeat;
    background-size: cover;
}

#testimonials_slider > .wrapper {
    text-align: left;
}

#testimonials_slider a {
    pointer-events: none;
    text-decoration: none;
}

.testimonial {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    font-size: 1.1em;
    max-width: 800px;
}

.testimonial p {
    margin-top: 0;
}

.testimonial::before {
    content: '';
    display: inline-block;
    background: url(images/quote.svg) left top no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

.testimonial, .testimonial p, .testimonial a {
    color: #fff;
}

.full_image img, .bottom_image img {
    width: 100%;
    display: block;
}

/* Footer                                           */
/* ------------------------------------------------ */
footer {
	font-size: 0.9em;
	padding: 60px 0;
	background: var(--main);
    overflow: hidden;
    text-align: left;
}

#footerlogo {
    max-width: 290px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.footernav ul.menu > li {
    display: inline-block;
}

.footernav ul.menu li a {
    text-decoration: none;
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
}

.footernav {
    padding-bottom: 50px;
}

.footernav ul.menu li a {
    color: #fff;
}

.footernav ul.menu li a:hover {
    text-decoration: underline;
}

.footernav ul.menu li:first-child a {
    padding-left: 0;
}

.footerawards {
    clear: both;
    float: right;
    width: 100%;
}

.footerawards img {
    height: 140px;
    width: auto;
    float: right;
    display: block;
    margin-left: 10px;
}

.footer_social {
    line-height: 220%;
    font-size: 1.1em;
    padding-left: 20px;
}

.footer_social a {
    color: #fff;
    text-decoration: none;
}

.footer_social a:hover {
    text-decoration: underline;
}

.footer_phone::before, .footer_email::before {
    content: '';
    display: block;
    width: 22px;
    height: 26px;
    background: url('images/phone.svg') left 50% no-repeat;
    background-size: 28px;
    float: left;
    margin-right: 14px;
    padding-top: 10px;
    clear: left;
}


.footer_email::before {
    background: url('images/email.svg') left 50% no-repeat;
    background-size: 28px;
}

.footer_facebook, .footer_instagram {
    background: url('images/facebook-white.svg') 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    float: left;
    margin-top: 20px;
}

.footer_instagram {
    background: url('images/instagram-white.svg') 0 0 no-repeat;
    background-size: contain;
    margin: 20px 0 60px 20px;
}

footer a, footer, footer p {
	color: #c4c4c4;
}

a.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(images/top.svg) no-repeat;
    background-size: 100%;
    opacity: 0.7;
}

#copyright {
    padding-top: 40px;
    clear: both;
    font-size: smaller;
    opacity: 0.8;
    text-align: center;
}


/* Responsive elements                              */
/* ------------------------------------------------ */
@media screen and (max-width: 1200px) {
    .cols {
        column-count: 2;
    }

    .newsposts .column-quarter {
        flex: 44%;
    }

    .column-quarter {
        width: 50%;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    body.home .content h1 {
        font-size: 2.5em;
    }

    #homepageintro .columns-container div {
        border-left: none;
    }

    #specialsstrip h2, #newsstrip h2 {
        font-size: 2.2em;
    }

    .cols {
        column-count: 1;
        text-align: left;
        column-gap: 0px;
    }

    #testimonials_slider, #testimonials_slider ul.slides, #testimonials_slider ul.slides li {
        height: 700px;
    }

    .footerawards img {
        height: auto;
        width: auto;
        max-width: 200px;
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 600px) {
    .column-half, .column-twothirds, .column-third, .column-quarter {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }
}

/* iOS */
@media screen and (max-width: 380px) {

}


/* WP Common Styles */
figure {
    display: table;
}

.wp-block-image figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

figure.wp-block-image {
    margin-left: 0;
    margin-right: 0;
}

figure.wp-block-image img {
    max-width: none !important;
    width: 100%;
    height: auto;
}

.wp-caption {
    width: 100% !important;
}

.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}

.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}

.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}

.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}

.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


@media screen and (max-width: 600px) {
    img.alignleft, img.alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
}