/*

COLOURS

Dark Brown #603813
Brown #88630f
Light Brown #c69016
Tan #DCB98A
Salmon #ffdac3


GRADIENT

background: rgb(0,154,217);
background: -moz-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
background: -webkit-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
background: linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad9",endColorstr="#95c94f",GradientType=1);


MUSEO SANS

font-family: museo-sans,sans-serif;
font-weight: 300;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 300;
font-style: italic;

font-family: museo-sans,sans-serif;
font-weight: 500;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 500;
font-style: italic;

font-family: museo-sans,sans-serif;
font-weight: 700;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 700;
font-style: italic;

font-family: museo-sans-display,sans-serif;
font-weight: 400;
font-style: normal;

font-family: museo-sans-display,sans-serif;
font-weight: 800;
font-style: normal;


MUSEO SLAB

font-family: museo-slab,serif;
font-weight: 300;
font-style: normal;

font-family: museo-slab,serif;
font-weight: 300;
font-style: italic;

font-family: museo-slab,serif;
font-weight: 500;
font-style: normal;

font-family: museo-slab,serif;
font-weight: 500;
font-style: italic;

font-family: museo-slab,serif;
font-weight: 700;
font-style: normal;

font-family: museo-slab,serif;
font-weight: 700;
font-style: italic;

*/


body {
	background: #FFF;
	color: #727272;
	overflow-x:hidden;
	font-variant-ligatures: none;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: optimizeLegibility !important;
	/*font-family: museo-sans,sans-serif;*/
	font-family: "Alexandria", Sans-serif !important;
	/*font-weight: 500;*/
	font-style: normal;
	/*font-size:16px;*/
	outline: none !important;
}
body.single-post,
.single-post .elementor-widget,
.single-post .elementor-widget-container {
  font-family: var(--e-global-typography-text-font-family, 'Alexandria'), sans-serif !important;
}
body::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 200px;
	background-color: #603813;
	z-index: -1;
}

body.smallerheader {
    padding-top: 152px;
}

.anchor {
    float: left;
    width: 100%;
    margin-top: -100px;
    z-index: 0;
}

/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li, input, button .wpcf7-response-output {
	/*font-family: museo-sans,sans-serif;
	font-weight: 500;*/
	font-family: "Alexandria", Sans-serif;
	font-style: normal;
	font-size:18px;
}

h1, .likeheading {
	/*font-family: museo-sans,sans-serif;*/
	/*font-family: var(--e-global-typography-primary-font-family), Sans-serif;*/
	font-family: "Alexandria", Sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 47px;
	line-height: 47px;
	margin: 0px 0px 22px 0px;
	color: #603813;
}

h2 {
	/*font-family: museo-sans,sans-serif;*/
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	line-height: 40px;
	margin: 0px 0px 18px 0px;
	color: #c69016;
}

h3 {
	/*font-family: museo-sans,sans-serif;*/
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 15px 0px;
	color: #000000;
}

h4 {
	/*font-family: museo-sans,sans-serif;*/
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	line-height: 32px;
	margin: 0px 0px 23px 0px;
	color: #000000;
}

h5 {
    font-size: 13px;
	line-height: 15px;
    margin: 27px 0px 7px 0px;
}

h6 {
    font-size: 11px;
	line-height: 14px;
    margin: 27px 0px 7px 0px;
}

p {
	/*font-family: museo-sans,serif;*/
	font-weight: 300;
	font-style: normal;
    font-size: 18px;
	line-height: 26px;
    margin: 0px 0px 23px 0px;
}

p.large {
	font-family: "Alexandria", Sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
}

ul, ol {
   /*	font-family: museo-sans,serif;*/
	font-weight: 300;
	font-style: normal;
    font-size: 17px;
	line-height: 23px;
    padding-left: 40px;
    margin: 0px 0px 23px 0px;
}

li {
   /* font-family: museo-sans,serif;*/
	font-weight: 300;
	font-style: normal;
    font-size: 17px;
	line-height: 23px;
}

p strong, li strong {
	/*font-family: museo-sans,serif;*/
	font-weight: 500;
	font-style: normal;
}

blockquote {
    padding: 13px 37px;
    position: relative;
    font-style: italic;
    margin: 0px !important;
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
}

blockquote::before {
    content: '"';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

blockquote::after {
    content: '"';
    position: absolute;
    right: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

a {
	color: #DCB98A;
	outline: none !important;
}

a:visited {
	color: #DCB98A;
	outline: none !important;
}

a:hover, a:focus, a:active {
	color: #DCB98A;
	outline: none !important;
}

.uppercase {
	text-transform: uppercase;
}



/* FIXES *********************************************** */

.clear:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
	clear: both;
	width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

.grecaptcha-badge {
	display:none !important;
}

.content .inner .w100_left h2:nth-child(1) {
    margin-top: 0px;
}

.content .inner .w100_left img.alignright, .content .inner .w100_left img.alignleft {
    margin-bottom: 15px;
    margin-top: 10px;
}

input:focus, textarea:focus, select:focus{
        outline: none !important;
    }

/* STRUCTURAL ELEMENTS *********************************** */

/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
}

header {
	width: 100%;
	min-height: 100px;
	float: left;
    background-color: #603813;
	position: relative;
    z-index: 999;
}

header .inner {
    min-height: 0px;
}

header .w100_left {
    position: relative;
	padding: 10px 0px;
}

header .topbar {
    float: left;
    width: 100%;
    background-color: black;
    display: block;
}

.topmessage {
    float: left;
    width: 100%;
}


.topmessage .inner {
    min-height: 0px;
}

.topmessage .inner p {
    float: left;
    width: 100%;
    padding: 13px 0px;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    line-height: 21px;
}

.topmessage .inner a p:hover {
    text-decoration: underline;
}

.topmessage .inner a {
    text-decoration: none;
}

.topbar .w100_left {
	padding: 7px 0px;
}

.topbar .tagline p {
    margin: 0px;
    color: grey;
    float: left;
    clear: both;
}

.tagline {
    float: left;
    width: auto;
    display: block;
}

.logo {
    float: left;
}

.logo a {
    float: left;
	padding: 0 70px 0 0;
}

.logo img {
    display: block;
    height: 86px;
    float: left;
    width: auto;
}

.social_icons {
	float: left;
}

.social_icons .icon {
    opacity: 1;
    transition: 0.3s;
	outline: none;
}

.social_icons .icon:hover {
    opacity: 0.6;
}

.social_icons .icon img {
    float: left;
    width: 44px;
    padding: 10px 15px 10px 0px;
}

.social_icons .icon i {
	float: left;
    font-size: 36px;
    padding: 18px 0px 10px 10px;
}

header .social_icons {
    float: right;
}

header .social_icons i {
    color: #ffdac3;
}

header .topsection {
    float: right;
    color: white;
    margin-bottom: 32px;
	min-width: 50%;
}

header .topsection .social_icons {
	float: right;
	margin-left: 25px;
}
.fb_icon_mobile, .insta_icon_mobile {
	display: none;
}
header .topsection .currently_open {
    float: right;
    margin-left: 30px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

header .topsection .search-form {
    float: right;
    background-color: transparent;
    border: 0px;
}

header .topsection .currently_open i {
    font-size: 24px;
    line-height: 18px;
    color: #97c951;
    float: left;
    margin-right: 9px;
}

header .topsection .social_icons a i {
    font-size: 27px;
    padding: 0px;
    margin-left: 8px;
    margin-top: -4px;
    color: #97c951;
    transition: 0.3s;
}


header .topsection .search-form input {
    padding: 11px 5px;
    color: white;
    background-color: transparent;
    font-size: 13px;
    min-width: 0px;
    width: 58px;
    float: left;
    transition: 0.3s;
}

header .topsection .search-form:focus i.fa-search, header .topsection .search-form:focus-within i.fa-search {opacity: 0;}

header .topsection .search-form {
    color: white;
    position: relative;
    transition: 0.3s;
}

header .topsection .search-form input::placeholder {
    color: white;
}

header .topsection .search-form i {
    font-size: 24px;
    line-height: 18px;
    color: #97c951;
    float: left;
    margin-right: 9px;
    transition: 0.3s;
}

header .topsection .search-form button {
    padding: 9px 0px;
    margin: 0px !important;
    border: 0px !important;
    width: auto;
    height: auto !important;
    background-image: none !important;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    width: 0px !important;
}

header .topsection .search-form button i {
    font-size: 15px;
    float: none;
    color: white;
}

header .topsection .search-form input, header .topsection .search-form button {
    margin-top: -9px !important;
}

header .topsection .search-form:focus-within button, header .topsection .search-form:focus button {
    width: 40px !important;
    opacity: 1;
    padding: 9px 5px;
}

header .topsection .search-form:focus-within input, header .topsection .search-form:focus input {
    width: 180px;
}


header .topsection .currently_open:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

header .topsection .social_icons a:hover, header .topsection .social_icons a:hover i {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

header .topsection .search-form:hover, header .topsection .search-form:focus, header .topsection .search-form:focus-within {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

header.tiny {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9998;
	min-height: 0px;
}

header.tiny .logo {
   /* display: none;*/
	margin-top: 0px;
}
header.tiny .logo img {
   /* height: 56px;*/
}
header.tiny .logo a {
    padding: 0;
	border-right: none;
}
header.tiny .social_icons .icon i {
    padding: 10px 0px 10px 10px;
}
header.tiny .topsection {
    /* display: none; */
    float: right;
    margin-bottom: 0px !important;
    padding: 9px 0px;
    min-width: 0px !important;
}

header.tiny .topsection .currently_open {
    display: none !important;
}

header.tiny .topsection .social_icons {
    display: none;
}

header.tiny .topsection .search-form {
    margin-bottom: -10px;
    margin-top: 3px;
}

header.tiny nav {
   /* width: calc(100% - 280px);*/
    margin: auto;
    float: left;
}

header.tiny nav .menu-main-menu-container {
    float: left;
    margin-bottom: 0px;
}

header.tiny .w100_left {
    padding: 5px 0px;
}


.smoothscrollbutton.backtotop {
    position: fixed;
    bottom: -200px;
    right: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    color: black;
    z-index: 999;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 0px 0px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    outline: 0px !important;
}

.smoothscrollbutton.backtotop:hover {
    background-color: white;
}

.smoothscrollbutton.backtotop.fixed {
    bottom: 0px;
}

.headingarea {
    background-position: center;
    background-size: cover;
}
.page-id-461 .headingarea {
    display: none !important;
}

.content {
	width: 100%;
	float: left;
	position: relative;
}

.content.lightblue_bg {
    background-color: #ffdac3;
}

.page-content, .entry-content, .entry-summary {
    margin: 0px !important;
}

.content_absolute {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.content .inner .w100_left {
    padding: 40px 0px 60px;
}

.content.imagebreak {
    float: left;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.content.imagebreak#grocerygirl {
    background-position: center -100px;
}

.home_cta_panel a:hover > div h2.elementor-heading-title {
	font-size: 22px !important;
	color: #c69016 !important;
	transition-duration: 0.2s;
}

.button, button, input[type=submit], button:not(.fancybox-button) {
    margin: 12px 0px;
    margin-right: 12px;
    padding: 16px 33px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: white !important;
    background: #c69016;
    border: 1px solid #c69016;
	font-weight: 700;
	font-style: normal;
    font-size: 14px;
    line-height: 20px;
	position: relative;
	text-transform: uppercase;
    transition: 0.3s;
}

.button:hover, button:hover, input[type=submit]:hover, button:hover:not(.fancybox-button) {
	background-color: #c69016;
	border-radius: 0px;
	border-color: #c69016;
}

.acf-map button {
    color: black !important;
    font-size: 12px !important;
    float: left !important;
    border-radius: 0px !important;
}

.button.w-arrow:hover {
    padding-right: 40px;
    padding-left: 26px;
}

.button.w-arrow::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 19px;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: auto;
    bottom: auto;
    margin: auto;
    transition: 0.3s;
    opacity: 0;
}

.button.w-arrow:hover:after {
    opacity: 1;
    right: 18px;
}


.button.green {
    background-color: #02b1b4;
}

.button.green:hover {
    background-color:#008383;
    border-color: #008383;
}

.button.lightblue {
    background-color: #009AD9;
    border-color: #009AD9;
}

.button.lightblue:hover {
    background-color: #0673a0;
    border-color: #0673a0;
}

/* SEARCH ******************** */

header form.search-form {
    float: right;
}

header form.search-form input {
    min-width: 180px;
}

.content form.search-form {
    float: left;
    border: none;
    background-color: #EDFAFF;
    border: 1px solid #EDFAFF;
    transition: 0.3s;
}

.content form.search-form:focus, .content form.search-form:focus-within {
    background-color: white;
    border-color: #023964;
}

form.search-form input {
    border: 0px;
    padding: 16px;
    font-size: 14px;
    border-radius: 0px;
    background-color: transparent;
    color: #023964;
}

form.search-form input {
    outline: none;
    -webkit-highlight: none;
}

form.search-form .search-submit {
    padding: 0px;
    background-color: transparent;
    float: right;
    min-width: 0px;
    margin: 0px;
    height: 48px;
    width: 48px;
    background-image: url(../images/search_icon.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 0px;
    text-decoration-color: transparent;
}

header .phonenumber {
    float: right;
    color: white;
    text-decoration: none;
    margin-right: 20px;
    padding: 12px 0px;
	outline: none;
}

header .phonenumber i {
    font-size: 15px;
    margin-right: 4px;
}

.searchpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
}

.searchpost .postexcerpt {
    float: left;
    width: 60%;
    color: black;
}

.searchpost img {
    float: left;
	width: 35%;
    max-width: 35%;
    margin-right: 4%;
}

.searchpost h2 {
    margin-top: 0px;
    color: #415460;
}

.searchpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.searchpost p {
    margin-bottom: 0px;
}

.searchpost .postexcerpt h3 {
    margin-top: 0px;
}

.resultsforwrap {
    margin: auto;
    display: table;
    margin-bottom: 20px;
}

.content .resultsforwrap form.search-form {
    background-color: white;
    float: left;
    display: inline-block;
}

.error404 form.search-form {
    float: none;
}

.resultsforwrap p {
    float: left;
    margin-bottom: 0px;
    margin-right: 13px;
    color: #023964;
    margin-top: 14px;
}


/* FEATURED / SLIDER STYLES ******************** */
.featured {
	position: relative;
	width: 100%;
	clear: both;
}

.featured_slider {
    opacity: 0;
}

.featured_slider.slick-initialized {
    opacity: 1;
}

/* FIXES SPACE UNDER SLIDES */
.slick-slider .slick-track, .slick-slide {
    line-height: 0px;
}

.featured_slider .slide {
	/* Adjust height of slider */
	/*padding-bottom: 35%;*/
	height: 620px;
    position: relative;
    background-position: center;
    background-size: cover;
	overflow: hidden;
}

.featured_slider .slide::before, .headingarea::before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
	bottom: 0;
    /*background: rgb(2,177,180,0); TEAL */
    background: rgb(0,0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    opacity: 1;
	/*color: rgba(2,177,180,1.00)*/
}
.XXXXXfeatured_slider .slide::before {
    content: "";
    width: 60%;
    padding-bottom: 60%;
    position: absolute;
    left: -50%;
    right: 50%;
    top: 19%;
    background: rgb(0,154,217);
    background: -moz-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad9",endColorstr="#95c94f",GradientType=1);
    -moz-transform: rotate(45deg) translate(0px, -50%);
    -webkit-transform: rotate(45deg) translate(0px, -50%);
    -o-transform: rotate(45deg) translate(0px, -50%);
    -ms-transform: rotate(45deg) translate(0px, -50%);
    transform: rotate(45deg) translate(0px, -50%);
    opacity: 0.9;
}

.XXXXXfeatured_slider .slide::after {
    content: "";
    width: 30%;
    padding-bottom: 30%;
    position: absolute;
    right: -30%;
    bottom: -15%;
    opacity: 0.9;
    z-index: 100;
    background: rgb(0,154,217);
    background: -moz-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: -webkit-linear-gradient(
145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: linear-gradient(
145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad9",endColorstr="#95c94f",GradientType=1);
    -moz-transform: rotate(45deg) translate(0px, -50%);
    -webkit-transform: rotate(
45deg) translate(0px, -50%);
    -o-transform: rotate(45deg) translate(0px, -50%);
    -ms-transform: rotate(45deg) translate(0px, -50%);
    transform: rotate(
225deg) translate(0px, -50%);
    opacity: 0.9;
}

.featured .inner {
    position: absolute;
    text-align: center;
    transition: 0.9s;
    z-index: 100;
    min-height: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.featured h1 {
    text-align: left;
    color: white;
    font-size: 55px;
	font-weight: 100;
	text-shadow: 5px 5px 20px rgba(0,0,0,1.00);
    margin-bottom: 0px;
    float: left;
    width: 100%;
    line-height: 75px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.featured h2.subheadline {
    font-size: 34px;
    line-height: 34px;
    color: #023964;
}

.featured p {
    color: white;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 34px;
}

.featured .featuredbuttons {
    margin: auto;
    width: auto;
    display: inline-block;
}

.featured .featuredbuttons .button {
    margin: 0px !important;
    width: auto !important;
    min-width: 0px;
}

.featured .slidercontent {
    margin: auto;
    position: absolute;
    left: 0px;
    top: 50%;
	/*bottom: 6%;*/
   transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    width: 100%;
	max-width: 600px;
}

.featured .smaller h2.subheadline {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
}

.featured .smaller h2 {
    font-size: 45px;
    line-height: 47px;
}

.featured .smaller p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 24px;
}


.featured .button {
    margin: auto;
    float: left;
}

.slick-dots {
    max-width: 1200px;
    margin: auto !important;
    left: 0px !important;
    right: 0px !important;
}

.slick-dots li {
    float: left;
    margin: 0px !important;
    display: table;
}

.slick-dots li button:before {
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid white;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.3s;
    opacity: 0.8 !important;
}

.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
    background-color: white;
    opacity: 1 !important;
}

.featured .slick-dots {
    bottom: 8px;
    opacity: 1;
}


.slick-dots li button:hover, .slick-dots li button:focus {
    background-color: transparent;
}

.slick-dots li button {
    opacity: 1;
    margin: 0px;
}


.featured h2.subheadline {
    font-size: 34px;
    line-height: 34px;
    color: #023964;
}

.nav-arrows .arrow {
    width: 49px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    pointer-events: auto;
    cursor: pointer;
    background-position: center;
    background-size: 63%;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: 0.3s;
    z-index: 10;
}

.featured .nav-arrows .arrow {
	opacity: 0;
}

.featured:hover .nav-arrows .arrow {
	opacity: 0.4;
}

.featured:hover .nav-arrows .arrow:hover {
	opacity: 0.8;
}

.nav-arrows .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 0px;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin-x: -50%;
    -ms-transform: translateX(-50%);
    -ms-transform-origin-x: -50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
}

.featured .nav-arrows .arrow i {
    color: white;
}



.nav-arrows .arrow:hover {
    opacity: 0.8;
}

.nav-arrows .arrow.prev {
    left: 0px;
    /* OLD Image background-image: url(../images/prev-arrow.png); */
}

.nav-arrows .arrow.next {
    right: 0px;
    /* OLD Image background-image: url('../images/next-arrow.png'); */
}

.slick-dots li button {
    min-width: 0px !important;
}

.arrow.slick-disabled i::before {
    opacity: 0.3 !important;
}

.slick-arrow.slick-hidden {
    display: none !important;
}



/* HOMEPAGE ************************ */

.introduction h1.entry-title span {
    float: left;
    color: #97c94f;
}

.introduction h1.entry-title {
    float: left;
    text-transform: uppercase;
    width: 100%;
}

p.larger {
    font-size: 20px;
    line-height: 27px;
}

.introduction .w50_left {
    padding-right: 50px;
}

.introduction .w50_right {
    padding-left: 50px;
}

.introduction .buttonwrap {
    float: left;
    width: 100%;
    margin-top: 64px;
}


/* BLOG *************************** */

.blog_post {
    float: left;
    width: 30.6666%;
        margin: 1.333%;
    text-decoration: none;
    background-color: white;
    color: #727271 !important;
	transition: 0.3s;
}

.blog_post img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.proimg {
	position: relative;
    float: left;
    width: 100%;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
	background-color: rgba(0,0,0,0.1);
}
.proimg::after {
	content: '';
    position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.0);
}

.blogpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
	position: relative;
}

.blogpost .postexcerpt {
    float: left;
    width: 100%;
    color: #415460;
}

.blogpost.w-image .postexcerpt {
    float: left;
    width: 60%;
    color: #415460;
}

.blogpost img {
    float: left;
    max-width: 35%;
    margin-right: 4%;
}

.blogpost h2 {
    margin-top: 0px;
    color: #415460;
}

.blogpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.blogpost p {
    margin-bottom: 0px;
	    word-break: break-word;
}

.blog_post .blo_details p.posttype {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 14px;
    background-color: #edfafe;
    border-radius: 40px;
    width: auto;
    float: left;
    margin-left: -4px;
    margin-bottom: 7px;
}


.blogpost .time {
    float: left;
    width: 100%;
    font-size: 9px;
    margin-bottom: 9px;
}

.blogpost .category {
    display: none;
}

.content.blogposts {
    background-color: #EDFAFF;
}

.content.blogposts .w100_left {
    position: relative;
}

.content.blogposts h2 {
    /*margin-bottom: 59px;*/
}

.content.blogposts .button {
    margin: auto;
    display: table;
    clear: both;
    float: none;
}

.blog_post .blo_details {
    padding: 30px;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.blog_post .blo_details p {
    margin: 0px;
}

.blog_post .blo_details h4 {
    margin-top: 0px !important;
    margin-bottom: 13px;
}

.blog_post .blo_details .date {
    margin-bottom: 13px;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.blog_post .blo_details .date i {
    margin-right: 5px;
}

.blog_post:hover {
    color: #727271;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.blog_post .blo_details::after {content: "CONTINUE READING →";position: absolute;bottom: 30px;left: 0px;color: #023964;opacity: 0;transition: 0.3s;font-weight: 700;}

.blog_post:hover .blo_details::after {
    left: 30px;
    opacity: 1;
}

.posts_wrap.slick-initialized.slick-slider .slick-slide {
    padding: 20px 13px;
}

.posts_wrap .slick-list.draggable {
    width: 90%;
    margin: 0px 5%;
}

.posts_wrap {
    opacity: 0;
}

.posts_wrap .blog_post {
    margin: 0px !important;
}

.posts_wrap .blog_post {
    margin: 0px !important;
}

.posts_wrap.slick-initialized.slick-slider {
    /* overflow: visible !important; */
    padding: 20px 0px;
    margin-bottom: 50px;
	opacity: 1;
}

p.filter {
    text-align: center;
    color: #023964;
}

p.filter select {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0px 10px;
    background-color: white;
    border: 2px solid white;
    background-image: none;
    text-align: center;
    transition: 0.3s;
}
/* SINGLE POST ********** */

.single-post-heading {
    float: left;
    width: 100%;
}

.single-post-heading .heading {
    float: left;
    width: 100%;
}

.single-post-heading .heading .category {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.single-post-heading .w100_left {
    padding-bottom: 0px !important;
}

.single-post-heading .heading h1 {
    margin-bottom: 0px;
}

.single-post-heading.w-image {
    padding-bottom: 200px;
}

.single-post-heading {
    padding-bottom: 55px;
}

.content.hero_img {
    margin-top: -140px;
}

.content.hero_img .w100_left {
    padding: 0px;
}

.content.single-post-content .w100_left {
    padding: 60px 0px;
}

a.backbutton {
	float: left;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	color: gray;
	cursor: pointer !important;
}

.backbutton i.chevron {
	opacity: 0;
    font-size: 29px;
    margin-top: 6px;
    line-height: 20px;
    float: left;
    margin-right: 9px;
    margin-left: -43px;
    transition: 0.3s;
}

.backbutton:hover {
    color: #023964;
}

.backbutton:hover i.chevron {
    margin-left: 0px;
    opacity: 1;
    color: #023964;
}

.single-post-heading .backbutton {
    margin-bottom: 44px;
}


.single-post-heading .date {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    line-height: 22px;
}


/* CONTENT PAGES ******************************** */

.headingarea h1, .headingarea h2 {
	font-size: 55px;
	font-weight: 200;
	line-height: 75px;
    text-align: left;
    color: white;
	text-shadow: 5px 5px 20px rgba(0,0,0,1.00);
    margin-bottom: 0px;
}

.headingarea p {
    text-align: left;
    color: white;
}

.headingarea .inner {
    min-height:  0px;
    padding: 10% 0px;
    z-index: 10;
    position: relative;
}

.XXXXXheadingarea::after {
    content: "";
    background: rgb(0,154,217);
    background: -moz-linear-gradient(145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: -webkit-linear-gradient(
145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    background: linear-gradient(
145deg, rgba(0,154,217,1) 0%, rgba(149,201,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad9",endColorstr="#95c94f",GradientType=1);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.8;
}

.heading_wrap {
    float: left;
    width: 100%;
}

.heading_wrap .button {
    float: right;
}

 .heading_wrap h1, .heading_wrap h2, .heading_wrap h3 {
    float: left;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

/* SIDEBAR ******************************* */

.sidebar {
    float: right;
    width: 80%;
}

.sidebar h2 {
    font-size: 12px;
}

.sidebar ul {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
}

.sidebar ul li a {
    float: left;
    padding: 3px 0px;
    text-decoration: none;
    color: #415460;
    border-bottom: 1px solid;
    margin-bottom: 11px;
}

.sidebar ul li {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-field {
    float: left;
    width: 70%;
    padding: 16px 7%;
    padding-right: 0px;
}

.sidebar form.search-form {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-submit {
    width: 23%;
}

/* EDITOR STYLES *************************************** */

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    padding: 10px !important;
}

.cke_editable {
    padding: 10px;
}

/* TABLE STYLES **************************************** */

table {
    float: left;
    width: 100%;
	margin: 0 0 0 0;
    background-color: #ffffff;
}

table tr td {
	font-size: 18px;
    background-color: #ffffff;
    padding: 10px 5px;
    border-bottom: 1px solid #d7d7d7;
}

table tr:nth-child(2n) td {
    
}

table tr th {
	text-align: left;
	font-weight: bold !important;
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

table tr th:nth-child(2n) {
}
th.td_phone, td.td_phone {
		width: 140px;
	}
th.td_times, td.td_times {
		width: 175px;
	}
/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;
	float: left;
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;
	float: left;
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.placeholder {
	color: #c7cbd0;
}

.inputfield {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    background-color: transparent;
    z-index: 1;
    border: 1px solid #9be3f8;
}

.inputfield:focus, .inputfield:focus-within {
    background-color: white;
}

.inputfield input, .inputfield textarea {
    margin: 0px;
    padding-top: 30px;
    float: left;
    width: 100%;
    color: #023964;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: 0px !important;
    background-color: transparent;
    z-index: 2;
    position: relative;
}

.inputfield label {
    position: absolute;
    order: -1;
    top: 18px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14px;
    color: #023964;
    transition: 0.3s;
    z-index: 1;
}

.inputfield label.moveUp {
    bottom: auto !important;
    top: 10px;
    font-size: 9px;
    color: #c1c1c1;
}

.inputfield input:focus {
    /* border: 1px solid #c1c1c1; */
}
	
.inputfield input.error, .inputfield textarea.error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    background-image: url(images/field-error.png);
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}

.inputfield input.valid, .inputfield textarea.valid {
    background-color: rgba(0, 128, 0, 0.1);
    border: 1px solid green;
    background-image: url(images/field-success.png);
    background-position: right 15px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: yellow;
}

form p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
    border: 1px solid #900002 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-error.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 35px !important;
}

.valid {
    border: 1px solid #087500 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-tick.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 35px !important;
}

.formerror li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.formerror {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formerror li label {
    float: left;
    width: 100%;
    padding: 7px;
    color: darkred;
    border-radius: 10px;
    line-height: 12px;
    background-color: #ffd9d9;
}


.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0px !important;
    padding: 20px !important;
    background-color: #f2f2f2;
    border: 1px solid grey !important;
    font-size: 20px;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.noErrorMsg.sent .wpcf7-response-output {
	float: left;
    width: 100%;
    margin: 0px !important;
    padding: 20px !important;
    background-color: #97c94f;
    border: 0px !important;
    font-size: 20px;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: white;
}

.wpcf7-mail-sent-ok {
    background-color: #e6f2e7 !important;
    border: 2px solid #398f14 !important;
    color: green;
}



/* TESTIMONAILS ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}

.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}

.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}

.testslider {
	background-color:#f1f1f1;
}

.testslider h2 {
    text-align: center;
    margin-bottom:  35px;
}

.testslider i.testdesc {
    font-size: 18px;
    line-height: 32px;
}

.testphoto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px;
}

.testslider .testphoto {
    margin: auto;
    margin-bottom: 20px;
    display: table;
}


.testimonialslider.slick-slider {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
}

.testslider_wrap {
    float: left;
    width: 100%;
    position: relative;
}

/* SUBSCRIBE *************************************************** */


.subscribe.content {background-color: #023964;color: white;}

.subscribe.content h2 {
    color: white;
    margin-bottom: 12px;
}

.green {
    color: #c69016;
}

.subscribe .intro {
    float: left;
    width: 29%;
    margin-right: 5%;
}

.subscribe .signupform {
    float: left;
    width: 40%;
    margin-right: 5%;
    text-align: center;
    padding-top: 30px;
}

.subscribe .followus {
    float: right;
    width: 21%;
    padding-top: 50px;
}

.subscribe.content .inner .w100_left {
    padding: 85px 40px;
}

.subscribe .followus h3 {
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 24px;
}

.followicons {
    margin: auto;
    display: table;
    color: #97c94f;
}

.followicons .icon i {
    font-size: 60px;
}

.followicons .icon {
    text-decoration: none;
    color: #c69016;
    margin: 0px 6px;
    transition: 0.3s;
    float: left;
}

.followicons .icon:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.subscribe .signupform p {
    margin-bottom: 23px;
    margin-top: 0px;
}

.subscribe .signupform .inputfield {
    background-color: #012B4B;
    border-radius: 0px;
    border: #012B4B;
    color: white;
    margin-bottom: 20px;
}

.subscribe .signupform .inputfield label {
    color: white;
}

.subscribe .signupform .inputfield input {
    color: white;
}

.subscribe .signupform .button {
    float: none;
    margin: auto;
}


/* GALLERY ********************************** */

.imggallery {
	float:left;
	width:25%;
}

.galleryitem {
    width: 24%;
    margin: 0.5%;
    padding-bottom: 24%;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* TRADING HOURS ********* */

.tradinghours {
    float: left;
    width: 100%;
}

.tradinghours li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tradinghours li.bold {
    font-weight: 700;
}

.tradinghours li .left {
    text-align: left;
    float: left;
}

.tradinghours li .right {
    text-align: right;
    float: right;
}

.openinghours .centrehours {
    float: left;
    width: 50%;
    padding: 0px 20px;
}

.openinghours .otherstores {
    float: left;
    width: 50%;
    padding: 0px 20px;
}

.openinghours .otherstores .storeopeninghours {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #EDFAFF;
    margin-bottom: 20px;
    text-align: center;
}


p.retailernotice {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 26px;
}

.w100_left.openinghours {
    padding: 85px 10% !important;
}

.openinghours .centrehours h4 {
    text-align: center;
}

/* CONTACT PAGE ******* */

.w50_right.enquiryform {
    background-color: #EDFAFF;
    padding: 30px;
    width: 45%;
}


/* FOOTER ****************************************************** */

.majorstores.content h3 {
    text-align: center;
    color: #727272;
}

.majorstores.content img {
    float: left;
    width: 100%;
}

.leavesbreakout {
    float: left;
    width: 100%;
    height: 46px;
    background-size: 1200px;
    background-position: center;
}

footer {
    padding: 80px 0px;
    float: left;
    width: 100%;
    clear: both;
    color: #DCB98A !important;
    background-color: #603813;
}
footer img.footer_logo_1 {
	width: 100%;
	max-width: 240px;
	padding: 0 0 20px 0px;
}
footer img.footer_logo_2 {
	float: none; 
	padding: 10px; 
	background-color: #ffffff;
	width: 100%;
	max-width: 200px;
	margin: auto;
}
footer h3 {
	font-weight: 700;
	color: #ffffff;
}
footer p {
	color: #ffffff;
}
.footernav {
    float: left;
    width: 33.3333%;
    padding: 0px;
    list-style: none;
}

.footernav li a {
    float: left;
    padding: 3px 0px;
    text-decoration: none;
    color: #DCB98A;
    border-bottom: 1px solid;
    margin-bottom: 11px;
}

.footernav li {
    float: left;
    width: 100%;
}

footer .w30_left {
    margin-left: 4.9995%;
}

footer .w30_left:nth-of-type(1) {
    margin-left: 0px;
}

footer h4 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 19px;
}

footer .w30_left p, footer .w30_left li {
    font-size: 15px;
    line-height: 18px;
}

footer .w30_left .tradinghours {
    width: 85%;
}

.footer_followicons {
    float: left;
	clear: both;
    width: 100%;
	margin: 0 0px 0 0px;
	text-align: center;
}

.footer_followicons a.icon {
    font-size: 40px;
    line-height: 32px;
    text-decoration: none;
    float: none;
    margin: auto;
    color: #ffdac3;
}

footer .connectfooter {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

footer .findus {
    float: left;
    width: 100%;
}

footer .findus p {
    margin-bottom: 6px;
}

footer .centreinfo .footerlogo {
    float: left;
    width: 66%;
    margin-left: 4%;
}

footer .centreinfo .colliersmanaged {
    float: right;
    width: 22%;
    margin-left: 4%;
    margin-top: 2px;
}

footer .centreinfo .copyright {
    text-align: right;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

footer .w100_left {
    position: relative;
}


footer.OwnedAndManagedByTF_logo{
	max-height: 65px;
	float: right;
}




/* STORE DIRECTORY ******* */

.storedirectory-sidebar {
    float: left;
    width: 30%;
    padding: 30px;
    margin: 0px;
    background-color: #EDFAFF;
	clear: both;
}

a.backbutton.storenav {
    clear: both;
    margin-bottom: 20px;
	margin-top: -50px;
}

.mapdetailswrap {
    float: right;
    width: 70%;
	position: relative;
    overflow: hidden;
	min-height: 700px;
	
}

.single-stores .mapdetailswrap::before {content: "\f010";font-family: 'Font Awesome 5 Free';font-size: 20px;position: absolute;z-index: 9999;top: 0px;left: 0px;right: 0px;bottom: 0px;color: #023964;font-weight: 700;width: 50px;height: 50px;margin: auto;overflow: visible;opacity: 0;transition: 0.3s; opacity: 0}

.single-stores .mapdetailswrap.out::before {
	content: "\f00e";
}

.single-stores .mapdetailswrap:hover:before {
    opacity: 0.6;
}

.single-stores .mapdetailswrap:hover {
    cursor: pointer;
}

.single-stores .mapdetailswrap:hover .mapwrap {
    opacity: 0.7;
}

.categoriespage .mapdetailswrap {
    width: 100%;
}

.categoriespage .storedirectory-sidebar h3 {
    text-align: center;
    width: 100%;
}

.categoriespage .storedirectory-sidebar .switchwrap {
    text-align: center;
}

.categoriespage .storedirectory-sidebar .switchwrap .switchdetails {
    float: none;
    margin-right: 0px;
}



.mapdetailswrap .mapwrap {
    margin: 0px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	position: relative;
	transition: 0.3s;
}


.mapdetailswrap .mapwrap.zoom {
    transform: scale(2.5);
	-moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
}

.mapdetailswrap .mapwrap.unzoomed {
	margin: 0px !important;
	left: 0px !important;
}

.mapwrap i.fas.fa-map-pin {
    margin-top: 3px;
	margin-left: 1px;
    font-size: 27px;
    position: absolute;
    color: #82c13f;
    animation: bounce 2s ease infinite;
    z-index: 999;
}

.mapwrap i.fas.fa-map-pin::before {
    transform: scale(0.9);
	-moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    float: left;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.mapwrap .waves {
    position: absolute;
    margin-top: 27px;
    width: 13px;
    margin-left: 1.88px;
    height: 4px;
    border-radius: 100%;
    /* border: 2px solid grey; */
    background-color: black;
    opacity: 0.15;
    animation-delay: 2s;
    animation: pulse2 2s ease infinite;
}

@keyframes pulse2 {
	70% { transform: scale(1); }
    80% { transform: scale(0.75); }
    90% { transform: scale(1); }
    95% { transform: scale(0.75); }
    97% { transform: scale(1); }
    99% { transform: scale(0.75); }
    100% { transform: scale(1); }
}

@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.storedirectory-sidebar h3 {
    float: left;
    margin-bottom: 0px;
}

.storedirectory-sidebar a {
    text-decoration: none;
}

.storedirectory-sidebar .storelistings {
    float: left;
    width: 100%;
    margin-top: 20px;
    max-height: 700px;
    overflow: scroll;
	position: relative;
}
.storedirectory-sidebar .switchwrap {
    float: right;
    width: 100%;
    margin-bottom: 10px;
	display: none;
}


.storedirectory-sidebar .switchdetails {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    text-decoration: underline;
    color: #a4a4a4;
    padding: 7px 0px;
    transition: 0.3s;
}

.storedirectory-sidebar .switchdetails:hover {
    color: #023964;
}

.storedirectory-sidebar .storelistings a.listing {
    float: left;
    margin-left: 4px;
    width: calc(100% - 4px);
    padding: 11px 14px;
    border-left: 1px solid #9be3f8;
    font-size: 16px;
    line-height: 20px;
    color: #023964;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.storedirectory-sidebar .storelistings .listing.marker {
    padding: 10px 0px;
    float: left;
    width: 100%;
    color: #9be3f8;
    font-weight: 600;
}


.storedirectory-sidebar .storelistings a.listing:hover {
    padding-left: 20px;
    padding-right: 8px;
}

.storedirectory-sidebar .storelistings a.listing.active {
    background-color: #9be3f8;
}

.storedirectory-sidebar.larger.catonly {
    width: 100%;
}

.storedirectory-sidebar.larger.catonly .categorylistings {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.categorylistings .listing {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 24px 15px;
    border: 1px solid #9be3f8;
    color: #023964;
    width: 24%;
    margin-right: 1%;
    margin-top: 1%;
    text-align: center;
    transition: 0.3s;
}

.categorylistings .listing:hover, .categorylistings:hover .listing:hover {
    background-color: #9be3f8;
    opacity: 1;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.categorylistings:hover .listing {
    opacity: 0.7;
}

form#storesearch {
    float: left;
    width: 30%;
    background-color: #ffffff;
    border: 2px solid #edfafe;
	margin-bottom: -1px;
}

.categoriespage form#storesearch {
    width: 100%;
}

form#storesearch input {
    float: left;
    width: calc(100% - 50px);
    margin-bottom: 0px !important;
    margin: 0px !important;
    border: 0px;
    height: 45px;
    padding: 15px;
    background-color: transparent;
    color: #023964;
	box-sizing: border-box;
}

form#storesearch button {
    margin: 0px;
    margin-top: -2px;
    margin-right: -2px;
    width: 47px;
    height: 47px;
    float: right;
    padding: 0px;
    opacity: 0;
}

form#storesearch:focus button, form#storesearch:focus-within button {
    opacity: 1;
}

/* SINGLE STORE ******** */

.storedetails {
    float: right;
    width: 70%;
    padding: 30px;
    position: relative;
}

.storedetails .storeshours {
    float: right;
    width: 40%;
}

.storedetails .generaldetails {
    float: left;
    width: 100%;
}

.storedetails.whours .generaldetails {
    width: 50%;
}

.storedetails .storeshours::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 44%;
    top: 30px;
    bottom: 30px;
    background-color: #9be2f7;
}

.storedetails .links {
    float: left;
    width: 100%;
}

.storedetails .links a {
    text-decoration: none;
    color: #97c94f;
    font-size: 17px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    transition: 0.3s;
}

.storedetails .links a i {
    font-size: 23px;
    line-height: 17px;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
}

.storedetails .links a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.storedetails .links:hover a {
    opacity: 0.6;
}

.storedetails .links:hover a:hover {
    opacity: 1;
}

.storelogo {
    float: right;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: 100%;
    border-radius: 100%;
    margin-top: -30px;
}

.storedetails .heading {
    float: left;
    width: 100%;
}

.storedetails.wlogo .heading h1 {
    width: calc(100% - 120px);
    float: left;
    clear: none;
}

.storedetails.wlogo .heading {
    display: inline-block;
    margin-bottom: 22px;
}

.storedetails.heading h1 {
    margin-bottom: 0px;
}

/* INSTAGRAM SECTION ******** */

.sb_instagram_header {
    float: none !important;
    margin: auto !important;
    display: table !important;
    width: auto !important;
    margin-bottom: 17px !important;
}

.sb_instagram_header.sbi_medium .sbi_header_text h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 37px;
}

.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
    display: none !important;
}

.sb_instagram_header.sbi_medium .sbi_header_img::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgb(131,58,180);
background: -moz-linear-gradient(159deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -webkit-linear-gradient(159deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(159deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);
    border-radius: 100%;
    z-index: 0;
}

.sb_instagram_header.sbi_medium .sbi_header_img img {
    position: relative;
    z-index: 2;
    padding: 6px !important;
	border-radius: 100%;
}

.sb_instagram_header.sbi_medium .sbi_header_img {
    overflow: visible !important;
}

.sb_instagram_header.sbi_medium .sbi_header_img::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 4px;
    background-color: white;
    border-radius: 100%;
    z-index: 1;
}

#sb_instagram .sbi_info .sbi_caption_wrap {
    margin-top: 10px !important;
    float: left;
    width: 100%;
}

.sbi_load_btn, .sbi_follow_btn a {
    color: white !important;
    background: #003964;
    font-weight: 700;
    font-style: normal;
    font-size: 14px !important;
    line-height: 20px !important;
    position: relative !important;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 0px !important;
    padding: 16px 33px !important;
    text-decoration: none;
}

.sbi_load_btn:hover, .sbi_follow_btn a:hover {
    box-shadow: 0px 0px 0px 0px transparent !important;
    background: #032e4f !important;
}

.sbi_follow_btn.sbi_custom a:hover {
    background: #0275a4 !important;
}

.sbi_header_img_hover {
    border-radius: 100%;
    z-index: 4;
}

.parent-pageid-2629 .content {
	    float: none;
    clear: both;
    max-width: 1280px;
    margin: auto;
    padding: 60px 40px;
}
.parent-pageid-2629 .content table {
	width:320px;
}

.parent-pageid-2629 .headingarea.content {
	    float: left;
    clear: both;
    max-width: 8000px;
    margin: 0;
    padding: 0px 0px;
	background-image:none !important;
	background-color:#DCB98A;
}
.parent-pageid-2629 .featured_slider .slide::before, .headingarea::before {
	display:none;
}
.parent-pageid-2629 footer {
    margin-top: 80px;
}
.parent-pageid-2629 .headingarea .inner {
    padding: 3% 0px;
}


	