/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1000000000
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/



   html {
        font-family: sans-serif;
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        margin: 0;
    }
    header,
    nav,
    section {
        display: block;
    }
    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }
    a:active,
    a:hover {
        outline-width: 0;
    }
    img {
        border-style: none;
    }
    svg:not(:root) {
        overflow: hidden;
    }
    
    button {
        overflow: visible;
		cursor: pointer;
    }
    button {
        text-transform: none;
    }
    button {
        -webkit-appearance: button;
    }
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
   
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute!important;
        width: 1px;
        word-wrap: normal!important;
    }
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto!important;
        color: #21759b;
        display: block;
        font-size: 14px;
        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;
    }
    .site-header:before,
    .site-header:after {
        content: "";
        display: table;
        table-layout: fixed;
    }
    .site-header:after {
        clear: both;
    }
    
    :focus {
        outline: none;
    }
    /*button {
        background-color: #222;
        border: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 800;
        line-height: 1;
        padding: 1em 2em;
        text-shadow: none;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }*/
    
    ::-webkit-input-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    :-moz-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    ::-moz-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    ul {
        margin: 0 0 1.5em;
        padding: 0;
    }
    ul {
        list-style: disc;
    }
    a {
        text-decoration: none;
    }
    a:focus {
        outline: thin dotted;
    }
    a:hover,
    a:active {
        color: #000;
        outline: 0;
    }
    .navigation-top a {
        font-weight: 600;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }
    .main-navigation {
        clear: both;
        display: block;
		font-family: 'Lato';
		font-weight: 300;
   		font-style: normal;
		color: #122F27;
		font-size: 15px;
    }

 	

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0 1.5em;
        text-align: left;
    }
    .js .main-navigation ul {
        display: none;
    }
    .main-navigation > div > ul {
        border-top: 1px solid #eee;
        padding: 0.75em 1.695em;
    }
    .main-navigation li {
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .main-navigation li:last-child {
        border: 0;
    }
    .main-navigation a {
        display: block;
        padding: 0.5em 0;
        text-decoration: none;
		
    }

    .menu-toggle {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff;
        display: none;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 800;
        line-height: 1.5;
        margin: 1px auto 2px;
        padding: 1em;
        text-shadow: none;
    }


button.menu-toggle {
    text-transform: uppercase;
}


    .js .menu-toggle {
        display: block;
		width: 100%;
    }
    .menu-toggle:hover,
    .menu-toggle:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
		border: 0 !important;
    }
   
    .menu-toggle .icon {
        margin-right: 0.5em;
        top: -2px;
    }
    .menu-toggle .icon-close {
        display: none;
    }
    .site-header .menu-scroll-down {
        display: none;
    }
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }
    body {
        background: #fff;
    }
    .wrap {
        margin-left: auto;
        margin-right: auto;
        padding-left: 2em;
        padding-right: 2em;
    }
    .wrap:after {
        clear: both;
        content: "";
        display: block;
    }
    #masthead .wrap {
        float: left;
		width: 100%;
    }
   
    .icon {
        display: inline-block;
        fill: currentColor;
        height: 1em;
        position: relative;
        top: -0.0625em;
        vertical-align: middle;
        width: 1em;
    }
    @media screen and (min-width: 30em) {
        body,
        button {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    @media screen and (min-width: 48em) {
        body,
        button {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5;
        }
        .wrap {
            padding-left: 3em;
            padding-right: 3em;
        }
        .navigation-top {
            width: 100%;
            z-index: 3;
        }
        .navigation-top .wrap {
			
        }
        .navigation-top nav {
            margin-left: -1.25em;
        }
        .js .menu-toggle {
            display: none;
        }
        .main-navigation {
            width: auto;
        }
        .js .main-navigation ul,
        .js .main-navigation > div > ul {
            display: block;
            text-align: center;
        }
        .main-navigation ul {
            background: transparent;
            padding: 0;
        }
        .main-navigation > div > ul {
            border: 0;
            margin-bottom: 0;
            padding: 0;
        }
        .main-navigation li {
            border: 0;
            display: inline-block;
        }
        .main-navigation a {
            padding: 1em 14px;
        }
        .site-header .menu-scroll-down {
            display: block;
            padding: 1em;
            position: absolute;
            right: 0;
        }
        .site-header .menu-scroll-down .icon {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .site-header .menu-scroll-down {
            color: #fff;
            top: 2em;
        }
        .site-header .navigation-top .menu-scroll-down {
            color: #767676;
            top: 0.7em;
        }
        .menu-scroll-down:focus {
            outline: thin dotted;
        }
        .menu-scroll-down .icon {
            height: 18px;
            width: 18px;
        }
    }
    @media screen and ( min-width: 67em) {
        .navigation-top .wrap {

		}
    }
    @media print {
        button,
        .navigation-top {
            display: none!important;
        }
        body {
            font-size: 12pt;
        }
        .wrap {
            padding-left: 5%!important;
            padding-right: 5%!important;
            max-width: none;
        }
        .site-header {
            background: transparent;
            padding: 0;
        }
        body {
            background: none!important;
        }
        body,
        a {
            color: #222!important;
        }
    }
    


    nav {
        display: block;
    }
    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }
    a:active,
    a:hover {
        outline-width: 0;
    }
    svg:not(:root) {
        overflow: hidden;
    }
    /*button {
        font-family: sans-serif;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }
    button {
        overflow: visible;
    }
    button {
        text-transform: none;
    }
    button {
        -webkit-appearance: button;
    }
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    button {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.66;
    }
    :focus {
        outline: none;
    }
    button {
        background-color: #222;
        border: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 800;
        line-height: 1;
        padding: 1em 2em;
        text-shadow: none;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }
    button:hover,
    button:focus {
        background: #767676;
    }*/
    ::-webkit-input-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    :-moz-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    ::-moz-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #333;
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    ul {
        margin: 0 0 1.5em;
        padding: 0;
    }
    ul {
        list-style: disc;
    }
    a {
        color: #222;
        text-decoration: none;
    }
    a:focus {
        outline: thin dotted;
    }
    a:hover,
    a:active {
        color: #000;
        outline: 0;
    }
    .navigation-top a {
        font-weight: 600;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }   

	
    .main-navigation {
        clear: both;
        display: block;
    }
  
    .js .main-navigation ul {
        display: none;
    }
    .main-navigation > div > ul {
        border-top: 1px solid #eee;
        padding: 0.75em 1.695em;
    }
    .js .main-navigation.toggled-on > div > ul {
        display: block;
    }
    .main-navigation li {
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .main-navigation li:last-child {
        border: 0;
    }
    .main-navigation a {
        display: block;
        padding: 0.5em 0;
        text-decoration: none;
    }
  
   
    .js .menu-toggle {
        display: block;
    }
    .menu-toggle:hover,
    .menu-toggle:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
   
    .menu-toggle .icon {
        margin-right: 0.5em;
        top: -2px;
    }
    .toggled-on .menu-toggle .icon-bars,
    .menu-toggle .icon-close {
        display: none;
    }
    .toggled-on .menu-toggle .icon-close {
        display: inline-block;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }
    .icon {
        display: inline-block;
        fill: currentColor;
        height: 1em;
        position: relative;
        top: -0.0625em;
        vertical-align: middle;
        width: 1em;
    }
    @media screen and (min-width: 30em) {
        button {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }
    @media screen and (min-width: 48em) {
        button {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5;
        }
        .navigation-top nav {
            margin-left: -1.25em;
        }
        .js .menu-toggle {
            display: none;
        }
        .main-navigation {
            width: auto;
        }
        .js .main-navigation ul,
        .js .main-navigation > div > ul {
            display: block;
        }
        .main-navigation ul {
            background: transparent;
            padding: 0;
        }
        .main-navigation > div > ul {
            border: 0;
            margin-bottom: 0;
            padding: 0;
        }
        .main-navigation li {
            border: 0;
            display: inline-block;
        }
        .main-navigation a {
            padding: 1em 14px;
        }
    }
    @media screen and ( min-width: 67em) {
        .navigation-top nav {
            margin-left: 0;
        }
    }
    @media print {
        button {
            display: none!important;
        }
        a {
            color: #222!important;
        }
    }
    @media only screen and (max-width:900px) {
        .main-navigation {
            font-size: 12px;
        }
    }


@font-face {
    font-family: 'Lato';
	font-weight: bold;
    font-style: normal;
    src: url('Lato-Bold.eot');
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('Lato-Bold.woff2') format('woff2'),
        url('Lato-Bold.woff') format('woff'),
        url('Lato-Bold.svg#Lato-Bold') format('svg');
   
}

@font-face {
    font-family: 'Lato';
	font-weight: normal;
    font-style: normal;
    src: url('Lato-Regular.eot');
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff'),
        url('Lato-Regular.svg#Lato-Regular') format('svg');
  
}

@font-face {
    font-family: 'Lato';
	font-weight: 300;
    font-style: normal;
    src: url('Lato-Light.eot');
    src: url('Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('Lato-Light.woff2') format('woff2'),
        url('Lato-Light.woff') format('woff'),
        url('Lato-Light.svg#Lato-Light') format('svg');
    
}




/* CUSTOM STYLING START */

/* MAILCHIMP STYLING */

#mailchimp {
	background: #FFF;
	color: #3D6392;
	padding: 20px 15px;	 
}
		
		.mailchimp_logo_header {
			width: 30%;
			height: auto;
			margin: 0 auto 5%;
		}
		
		.mailchimp_button_container {
			margin: 0 auto;
		}
		
	#mailchimp input {
		 border: 1px  solid #5b6670;
	color: #B66B2E;	
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 100%;
	text-align: center;
	}
		#mailchimp input.email { background: #FFF }
		#mailchimp input.name { background: #FFF}
		#mailchimp input[type="submit"] {
			background: #94b1c4;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			width: 100%;
			padding: 8px 0;

		}
			#mailchimp input[type="submit"]:hover { color: #3D6392 }

/* GLOBAL STYLING START */

.fixedwidth{
	width: 90%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.fixedwidthtofull{
	width: 90%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

h1{
	font-family: mrs-eaves-xl-serif-narrow, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}

h2{
	font-family: mrs-eaves-xl-serif-narrow, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}

h3{
	font-family: 'Lato';
	font-weight: bold;
    font-style: normal;	
	font-size: 12px;
	line-height: 1.66;
	
}

a h3{
	font-family: 'Lato';
	font-weight: bold;
    font-style: normal;	
	font-size: 12px;
	line-height: 1.66;
	margin: 0;
	float: left;
}

h4{
	font-family: 'Lato';
	font-weight: bold;
    font-style: normal;	
	font-size: 15px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}



h5 {
    font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}


h6{
	font-family: 'Lato';
	font-weight: 300;
    font-style: normal;
	font-size: 12px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}


h7 {
    font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 0.5;
	margin: 0;
	padding: 0;
}


.contactemail a {
    font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 0.5;
	margin: 0;
	padding: 0;
}


h8 {
    font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}


a{
	font-family: 'Lato';
	font-weight: 300;
    font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

p{
	font-family: 'Lato';
	font-weight: 300;
    font-style: normal;
	font-size: 14px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}

.contactaddress a{
	font-family: 'Lato';
	font-weight: 300;
    font-style: normal;
	font-size: 14px;
	line-height: 1.66;
	margin: 0;
	padding: 0;
}



/* GLOBAL STYLING END */


/* NAVIGATION STYLING START */


 .navlogocontainer {
        width: 100%;
        height: auto;
        float: left;
        overflow: hidden;
		margin: 15px 0 0 0;
	 	display: flex;
        align-items: center;
    }

 .navcontact {
        width: 35%;
        height: auto;
        float: left;
        
    }

 .navcontactcontent a {
        width: 100%;
        height: auto;
        font-size: 15px;
        color: #A2B086;
        font-weight: 400;
        line-height: 1.66;
    }


.navcontactcontent {
	width: 100%;
	height: auto;
}

.navcontactcontent a{
	float: left;
}

.navcontactcontent h3{
	margin: 0 1%;
    float: left;
	line-height: 16px;
}


.navsignupform{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
}

.navsignupform button{
	padding: 0 6px;
	margin: 0 5px 0 0;

}


.navlogo {
        width: 30%;
        height: auto;
        float: left;
        display: flex;
        align-items: center;
    }

.navlogocontent {
        width: 65%;
        height: auto;
        vertical-align: middle;
        margin: 0 auto;
    }

.navsarea{
	width: 35%;
	height: auto;
	float: left;
	
}

.navsareacontent {
	width: 100%;
	height: auto;
	text-align: right;
}

.navsareacontent a{
	width: auto;
	height: auto;
}

.navsareacontent img{
	width: auto;
	height: 25px;
	display: inline-block;
	margin: 0 0.5%;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
	opacity: 1;

}


.navsareacontent img:hover{
	opacity: 0.5;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}


.navbookcontainer{
	width: 100%;
	height: auto;
	text-align: right;
	margin: 10px 0 0 0;
	float: right;
}

.navbookcontainer button{
	padding: 0 6px;
	margin: 0 0 0 5px;
}


.navcovid{
	width: 100%;
	height: auto;
	text-align: right;
	margin: 10px 0 0 0;
	float: right;
}


/* NAVIGATION STYLING END */



/* NAV MEDIA QUERIES */

@media only screen and (max-width:900px){
	
	.main-navigation {
        font-size: 12px;
    }
	
	.navlogocontent {
        width: 90%;
    }
	
}

@media only screen and (max-width:900px){

.navbookcontainer button{
	padding: 0 6px;
	margin: 0 0 0 5px;
}
}


@media only screen and (max-width:865px){
	.navbookcontainer{
	width: 80%;
}
	.navbookcontainer button{
	margin: 0 0 5px 5px;
	min-width: 117px;
}
	
	.navsignupform{
	width: 100%;
	}
	
	.navsignupform button{
	margin: 0 5px 5px 0;
	min-width: 117px;	
	}
}


@media only screen and (max-width:767px){
	
	.wrap {
		background-color: #94b1c4;		
		margin: 3% 0 0 0;

	}
	
	nav {
		background-color: #94b1c4;
	}
	
	
	.main-navigation li {
    text-align: center;
    padding: 5px 0;
}
}



@media only screen and (max-width:620px){
	
	
	a h3{
	float: none;
}
	
	.navlogocontainer{
		display: block;
	}
	
	.navcontact {
        width: 100%;
	}
	
	.navcontactcontent {
	text-align: center;
	width: 100%;
}
	.navcontactcontent h3{
	margin: 0;
    float: none;
}
	
	.navsignupform{
	text-align: center;
		margin: 10px 0;
		width: 100%;
	}
	
	.navsignupform button{
		margin: 2px 5px;
	}
	
	.navlogo {
        width: 100%;
		margin: 2% 0;
	}
	
	.navlogocontent {
        width: 50%;
    }
	
	.navsarea{
		width: 100%;

	}
	
	.navsareacontent {
		text-align: center;	
	}
	
	.navbookcontainer{
	text-align: center;
	width: 100%;

}

	.navbookcontainer button{
	margin: 0 5px;
}
	
		.navcovid{
	text-align: center;
	width: 100%;
}
	
	
}

/* NAV MEDIA QUERIES END */


/* FULL WIDTH SLIDESHOW START */


.fullwidth{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.fullwidthslideshow{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.slider {
        width: 100%;
	   height: auto;
        margin: 0 auto;
    }

 .fullwidthslide {
    width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    }

    .slick-slide {
      margin: 0 auto;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
		color: black;
		z-index: 2;
		filter: invert(1);
    }


button.slick-next.slick-arrow {
Border: 0;
}

button.slick-prev.slick-arrow {
Border: 0;
}


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
/* FULL WIDTH SLIDESHOW END */


/* FULL WIDTH SLIDESHOW MEDIA QUERIES START */


@media only screen and (max-width:550px){
.fullwidthslide{
	   height: 300px;
}
}

/* FULL WIDTH SLIDESHOW MEDIA QUERIES END */



/* INFO SECTION START */



.infoheader {
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.infosubheader {
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.infosectionpadding {
	padding: 35px 0;
}

.whilesectionpadding {
	padding: 0 0 35px 0;
}

.eventssectionpadding {
	padding: 0 0 35px 0;
}

.infocopy {
	text-align: center;
	width: 74%;
	height: auto;
	margin: 0 13%;
	overflow: hidden;
}


/* INFO SECTION END */

/* INFO SECTION MEDIA QUERIES START */

@media only screen and (max-width:550px){


.infocopy {
	width: 100%;
	margin: 0;
}
}

/* INFO SECTION MEDIA QUERIES END */


/* WHATS ON SECTION START */




.posttitle{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.postcontentcontainer{
	width: 29%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin: 15px 1.6%;	
	vertical-align: top; 
	
}

.postimage{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

.postdatecontainer{
	width: 100%;
	height: auto;
	padding: 6px 0;
	position: absolute;
	top: 0;
}

.postdatecontainer h6{
	text-transform: uppercase;
}

.postheader{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding: 15px 0;
}

.postcopy{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 15px 0;
}

.postbutton{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.postbutton button{
	width: 60%;
	height: auto;
	padding: 10px;
}

.postbutton button:hover{
	width: 60%;
	height: auto;
	padding: 10px;
}

.postprice{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.singleinfocopy{
	padding: 0 0 5px 0;
}

/* WHATS ON SECTION END */


/* WHATS ON SECTION MEDIA QUERIES START */

@media only screen and (max-width:800px){
	.postcontentcontainer{
	width: 44%;
	margin: 15px 2.5%;	
		
}
	
	.postcontentcontainer:nth-child(1){
	width: 100%;
	margin: 15px 0;	

}
}

@media only screen and (max-width:550px){

	.postcontentcontainer{
	width: 100%;
	margin: 15px 0;	
}
}

/* WHATS ON SECTION MEDIA QUERIES END */


/* SINGLE PAGE START */

	.singlepostimage {
	height: 400px !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

/* SINGLE PAGE END */


/* WHILE YOURE HERE START */

.whiletitlepadding{
	padding: 0 0 20px 0;
}

.whileflex{
	display: flex;
}

.whileimage{
	width: 40%;
	height: auto;
	margin: 0 2% 0 8%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.whilecontentflex{
	width: 48%;
	height: auto;
	margin: 0 0 0 2%;
	display: flex;
	align-items: center;
	float: left;
}

.whilecontent{
	width: 80%;
	height: auto;
	margin: 0 20% 0 0;
	padding: 50px 0;
	text-align: left;
}

.whilecontent p{
	padding: 20px 0;
}

.whilecontent button{
	padding: 10px;
}

.fixedwidthtofull > .slick-initialized .slick-slide {
    display: flex !important;
}


.whilecontent > a > button {
	border: 1px solid #B56B2E;
}


/* WHILE YOURE HERE END */


/* WHILE YOURE HERE MEDIA QUERIES START */

@media only screen and (max-width:800px){
	
.fixedwidthtofull > .slick-initialized .slick-slide {
    display: block !important;
}

	.whileimage{
	width: 70%;
	height: 200px;
	margin: 0 15%;
	
}
	.whilecontentflex{
	width: 70%;
	margin: 0 15%;
	display: block;
}
	
	.whilecontent{
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 20px 0;
}
	

.fixedwidthtofull > .lazy > .slick-prev:before {
    content: url(http://thewoolly.com/wp-content/themes/twentyseventeen/assets/images/arrow-prev-black.svg);
}


.fixedwidthtofull > .lazy > .slick-next:before {
    content: url(http://thewoolly.com/wp-content/themes/twentyseventeen/assets/images/arrow-next-black.svg);
}
	
	

.fixedwidthtofull{
	width: 100%;
	}
	
	
}

/* WHILE YOURE HERE MEDIA QUERIES START */


/* MAILCHIMP STYLING */

#mailchimp {
	background: #FFF;
	color: #3D6392;
	padding: 20px 15px;	 
}
		
		.mailchimp_logo_header {
			width: 30%;
			height: auto;
			margin: 0 auto 5%;
		}
		
		.mailchimp_button_container {
			margin: 0 auto;
		}
		
	#mailchimp input {
		 border: 1px  solid #5b6670;
	color: #B66B2E;	
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 100%;
	text-align: center;
	}
		#mailchimp input.email { background: #FFF }
		#mailchimp input.name { background: #FFF}
		#mailchimp input[type="submit"] {
			background: #94b1c4;
			color: #fff;
			cursor: pointer;
			font-size: 15px;
			width: 100%;
			padding: 8px 0;

		}
			#mailchimp input[type="submit"]:hover { color: #3D6392 }

/* FOOTER START */

.hushheathlogo{
	width: 40%;
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	min-width: 200px;
}

.footertitle h2{
	line-height: 35px;
	padding: 10px 0 0 0;
	}

.fullwidthslidefooter {
    width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    }

.footerpublogocontainer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.footerpublogo{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	word-spacing: -5px;
}


.footerpublogo div{
	width: 18%;
	height: 180px;
	margin: 0 1%;
	background-size: contain;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
	
}

.footerpadding{
	padding: 30px 0;
	display: flex;
}

.footercontact{
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.footercontact a{
	color: #fff !important;
	text-decoration: none;	
}

.footertel{
	width: 70%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 15%;

}

.footermailing{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	border-left: 1px solid #B46B2E;
	border-right: 1px solid #B46B2E;
	display: flex;
	align-items: center;
}

.footermailingcontent{
	width: 100%;
	height: auto;
	padding: 20px 10%;
}

.footermailingcontent h4{
	color: #fff;
}

.footermailingcontent button{
	width: 100%;
	height: auto;
	background-color: #94b1c4;
	border: 0;
	padding: 10px;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;

}

.footermailingcontent button:hover{
	background-color: #B46B2E;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}

.footerconnectwrapper{
	width:25%;
	height: auto;
	overflow: hidden;
	float: left;
	display: flex;
	align-items: center;
}

.footerconnect{
	width:100%; 
	height: auto;
	overflow: hidden;
	float: left;
}

.footerconnecttitle{
	width: 100%;
	height: auto;
	
}

.footerconnectwrap{
	width: 40%;
	height: auto;
	display: inline-block;
}

.footersocials{
	width: 40%;
	height: auto;
	float: left;
	text-align: center;
	margin: 5%;

}

.footersocialssingle{
	width: 60%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 20%;

}

.footersocials img{
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
	opacity: 1;
}

.footersocials img:hover{
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}

.footersocialssingle img{
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
	opacity: 1;
}

.footersocialssingle img:hover{
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}


.footerprivacy {
	color: #5b6670;
	font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
	padding: 10px 0;
}

.footerprivacy a{
	color: #5b6670;
	font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
}

.footerprivacy a:hover{
	color: #B46B2E;
}

/* NEW FOOTER */

.logowrapcontainer{
	height: auto;
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
}

.widelogos{
	width: 30%;
	height: 161px;
	margin: 0 4%;
	float: left;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.thinlogos{
	width: 25%;
	height: 170px;
	margin: 0 auto;
	float: left;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width:1000px){
	.logowrapcontainer{
		width: 90%;
		margin: 10px 5%;
	}
	
	.widelogos{
	width: 24%;
	height: 130px;
	margin: 0 auto;
	}
	
	.thinlogos{
	width: 20%;
	height: 150px;
	margin: 0 auto;
	}
	
}

@media only screen and (max-width:700px){
	.logowrapcontainer{
	width: 100%;
	margin: 10px auto;
	}
	
	.widelogos{
	width: 27%;
	height: 130px;
	}
	
	.thinlogos{
	width: 21%;
	height: 135px;
	}
}

@media only screen and (max-width:550px){
	.logowrapcontainer{
	width: 100%;
	margin: 5px auto;
	}
	
	.widelogos{
	height: 100px;
	}
	
	.thinlogos{
	height: 100px;
	}
}

/* FOOTER END */



@media only screen and (max-width:1080px){


.footertel{
	width: 90%;
	margin: 0 5%;

}
}

@media only screen and (max-width:800px){

.footerpublogo div{
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}
	
.footerpadding{
		display: block;
	}
	
.footercontact{
	width: 100%;
	padding: 0 0 30px 0;
} 
	
.footertel{
		width:100%;
	margin: 0;
	}
	
.footermailing{
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #B46B2E;
	border-bottom: 1px solid #B46B2E;
}
	
.footermailingcontent{
	padding: 20px 10% 30px 10%;
}
	
	
.footerconnectwrapper{
	width:100%;
	padding: 20px 0 0 0;
}
	
	
.footerconnectwrap{
	width: 20%;
	overflow: hidden;
}

.footersocials{
	width: 36%;
	margin: 5% 7%;

}
.footersocialssingle{
	width: 21%;
	margin: 2% 6%;

}	
	
.fullwidthslidefooter {
	height: 300px;
    }	
	
}

@media only screen and (max-width:500px){
	.footertel{
		width: 100%;
	}
	.footerpublogo div{
	height: 80px;
	
}
	
	.fullwidthslidefooter {
	height: 200px;
    }
}


/* MENU BUTTON STYLES START */

.menucontainer{
	width: 100%; 
	height: auto;
	padding: 0 0 30px 0;
}

.menucontainer button{
	width: 28%;
	margin: 10px 1%;
	height: auto;
	padding: 15px 0; 	
}


@media only screen and (max-width:660px){
	.menucontainer button{
	width: 47%;	
}
}
@media only screen and (max-width:430px){
	.menucontainer button{
	width: 80%;	
}
}


/* MENU BUTTON STYLES END */


/* EVENT OFFER BUTTON STYLES START */


.eventofferbuttoncontainer{
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
}

.eventofferrule{
	display: flex;
	align-items: center;
	width: 20%;
	height: auto;
}


.offerrule{
	display: flex;
	align-items: center;
	width: 40%;
	height: auto;
}

.offerbutton{
	width: 20%; 
	height: auto;
}

.offerbutton button{
	width: 100%;
	height: auto;
	padding: 10px 0; 	
}


.eventofferbutton{
	width: 20%; 
	height: auto;
}

.eventofferbutton button{
	width: 100%;
	height: auto;
	padding: 10px 0; 	
}

@media only screen and (max-width:800px){
	.eventofferrule{
	width: 30%;
}

.eventofferbutton{
	width: 40%;
}
	
	.offerrule{
	width: 30%;
}
	
	.offerbutton{
	width: 40%;
}

}

@media only screen and (max-width:690px){
	.eventofferrule{
	width: 10%;
}

.eventofferbutton{
	width: 35%;
}
}

@media only screen and (max-width:550px){
	.eventofferrule{
	display: none;
}

.eventofferbutton{
	width: 40%;
	margin: 0 5%;
}
}


/* BOOK BUTTON STYLES END */


/* BOOK BUTTON STYLES START */


.bookbuttoncontainer{
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
}

.bookrule{
	display: flex;
	align-items: center;
	width: 40%;
	height: auto;
}

.bookbutton{
	width: 20%;
	height: auto;
}

.bookbutton button{
	width: 100%;
	height: auto;
	padding: 15px 0; 	
}

@media only screen and (max-width:800px){
	.bookrule{
	width: 30%;
}

.bookbutton{
	width: 40%;
}
}

@media only screen and (max-width:660px){
	.bookrule{
	width: 25%;
}

.bookbutton{
	width: 50%;
}
}


/* BOOK BUTTON STYLES END */


/* ROOMS STYLES START */

.roomscontainer{
	width: 47%;
	height: auto;
	margin: 0 1%;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	padding: 30px 0;
}

.roomtitle{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.roomprice{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.roomimage{
	width: 100%;
	height: 300px;
	float: left;
}

 .fullwidthroomslide {
    width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    }

.roomdescription{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding: 20px 2%;
}

.roombutton{
	width: 100%;
	height: auto;
}

.roombutton button{
	width: 40%;
	height: auto;
	padding: 15px 0; 	
}

@media only screen and (max-width:800px){
	.roomscontainer{
	width: 100%;
}
}

/* ROOMS STYLES END */



/* CONTACT STYLES START */

.contactsocialcontainer{
	width: 10%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	padding: 20px 0;
	margin: 0 auto;
}

.contactsocial{
	width: 34%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 8%;
}

.contactmapcontainer{
	width: 80%;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #B46B2E;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contactaddress{
	padding: 10px 0 0 0;
}

#map{
	height: 100%;

}

@media only screen and (max-width:800px){
	.contactsocialcontainer{
	width: 22%;
}
}

@media only screen and (max-width:600px){
	.contactsocialcontainer{
	width: 30%;
}
}

/* CONTACT STYLES END */


/* FESTIVE ELEMENTS */

.topdivide{
	width: 100%;
	height: 3px;
	background-color: #B66B2E;
}

.festivebanner{
	width: 100%;
	height: 156px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 15px 0 0 0;
}

.festivebanner2{
	width: 100%;
	height: 100px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.festivedivide{
	width: 300px;
	height: auto;
	margin: 0 auto;
}

.nyeimg{
	width: 90%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0 5%;
}

.xmasleftcol{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;	
	text-align: center;
}

@media only screen and (max-width:750px){
	.nyeimg{
	width: 100%;
	height: 250px;
	margin: 0;
}
	
	.xmasleftcol{
	width: 80%;
	margin: 0 10%;
	}

}

/* MOTHER'S DAY */

.mothers_wrap {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 20px;
}

.mothers_content {
	width: 22%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mothers_content button {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 10px 0;
}

.mothers_image {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 20px;
}

@media only screen and (max-width:900px) {
	
	.mothers_content {
		width: 48%;
	}
}

@media only screen and (max-width:500px) {
	
	.mothers_content {
		width: 100%;
	}
}

/* MOTHER'S DAY END */

/* CUSTOM STYLING END */