/*
Child Theme Style Here
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');
/*********************
GLOBAL STYLES
*********************/
body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background-image:url(../assets/images/bg.png);
	background-position:center top;
	background-color:#f0f0f0;
	background-size:cover;
	background-repeat:repeat-y;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', serif;
}
h3 {
	color:#208872;
}
a {
	color:rgba(32,136,114,1);
}
a:focus, a:hover {
	color:rgba(32,136,114,0.8);
	text-decoration:none;
}
.white-content {
	color:#fff;
}
.white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5 {
	color:#fff;
}
.white-content .button-default {
	color:#fff;
	border:2px solid #fff;
}
.vc_row ul li {
	list-style-image:url(../../mallards/assets/images/icons/point.gif);
}
em {
	color:#666;
}
#banner {
	min-height:inherit;
}
.solid-bg-white {
	background-color:#fff;
	padding:30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.border-bg-white {
	border:3px solid #ccc;
	padding:30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.padding-gutters {
	padding:0 30px;
}
.align-center {
	text-align:center;	
}
/************************
COOKIE CONSENT STYLES
************************/
button#catapultCookie {
	background-color:#208872;
	color:#fff;
}
/*********************
GUTENBURG STYLES
*********************/
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}
.wp-block-cover__inner-container {
	max-width:1200px;
	margin:0 auto;
}
/*********************
NEWS TICKER STYLES
*********************/
.marquee {
  width: 80%;
  padding:25px 0;
  overflow: hidden;
  float:left;
}
ul.marquee {
	margin:0px;
}
.marquee li {
	float:left;
	margin-right:30px;
	list-style-type:none;
	border-right:1px solid #fff;
	padding-right:30px;
	font-size:16px;
}
.marquee li p {
	margin-bottom:0px;
}
.marquee li a {
	color:#208872;
}
#latest-news-container { 
	color: #333;
	position: relative;
	background-color:#fff;
	margin-top:-40px;
	margin-bottom:30px;
}
#latest-news-container:before, #latest-news-container:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color:#fff;
}
#latest-news-container:before {
	right: 100%;
}
#latest-news-container:after {
	left: 100%;
}
#latest-news-container:nth-of-type(1), #latest-news-container:nth-of-type(1):before, #latest-news-container:nth-of-type(1):after { 	background-color:#fff; }
#latest-news-container:nth-of-type(2), #latest-news-container:nth-of-type(2):before, #latest-news-container:nth-of-type(2):after { 	background-color:#fff; }
#latest-news-container:nth-of-type(3), #latest-news-container:nth-of-type(3):before, #latest-news-container:nth-of-type(3):after { 	background-color:#fff; }
#latest-news-container span {
	font-size:16px;
	width:15%;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:25px 0px;
	color:#208872;
}
/*********************
HEADER STYLES
*********************/
header.header {
	border-top:10px solid #f3f3f3;
	background-color:#fff;
}
#logo {
	width:610px;
	padding:25px 0;
}
.top-bar, .top-bar ul {
	background-color:#208872;
}
header.sub-header {}
#header-contact span {
	color:#0c4a38;
}
#header-contact span i {
	color:#208872;
	font-size:24px;
	line-height:40px;
}
#header-contact span a {
	color:#0c4a38;
}
#header-contact span a:hover {
	color:#208872;
}
.sub-header {
	background-color:rgba(32,136,114,0.6);
}
.off-canvas .menu > li > a:hover {
	color:#fff;
	opacity:0.7;
}
.off-canvas .menu > li > a, .off-canvas .menu .active > a {
	color:#fff;
}
/*********************
FOOTER STYLES - GLOBAL
*********************/
.footer {
	background-color:#208872;
}
.widget_text .textwidget p {
	color:rgba(0,0,0,0.8);
}
.widget_text .textwidget a {
	color:rgba(0,0,0,0.8);
}
.widget_text h4.widgettitle {
	color:rgba(255,255,255,0.5);
}
.widget_nav_menu h4.widgettitle {
	color:rgba(255,255,255,0.5);
}
/************************
FOOTER STYLES - STYLE 1
************************/
#footer1 {}
#footer1 #footer-bottom {
	background-color:rgba(0,0,0,0.2);
}
#footer1 ul.menu li a {
	color:#fff;
}
#footer1 ul.menu li a:hover {
	color:rgba(255,255,255,0.7);
}
/************************
FOOTER STYLES - STYLE 2
************************/
#footer2 {}
#footer2 #footer-bottom {
	background-color:rgba(0,0,0,0.1);
}
/************************
MENU STYLES
************************/
.menu > li > a {
	color:rgba(255,255,255,1);
	padding:15px 25px;
}
.menu .active > a {
	color:rgba(255,255,255,0.8);
	font-weight:bold;
}
.menu > li > a:hover {
	color:rgba(255,255,255,0.5);
}
#mobile-menu-mobile {
	background-color:rgba(32,136,114,1);
}
.off-canvas {
	background-color:#208872;
}
.is-dropdown-submenu {
	min-width:310px;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color:rgba(255,255,255,0.5) transparent transparent;
}
/************
*********
BLOG STYLES
*********************/
#blog-image a span {
	background-color:rgba(32,136,114,0.5);
}
h2.blog-title a {
	color:#208872;
}
#blog-nav select[name="cat"], #blog-nav select[name="archive-dropdown"], #blog-nav input[name="s"] {
	border:2px solid #208872;
}
#blog-nav .search-submit {
	color:#208872;
}
.more-link, .button-default {
	border:2px solid #208872;
	color:#208872;
}
.more-link:hover, .button-default:hover {
	color:#fff;
	background-color:#208872;
}
/*********************
BUTTON STYLES
*********************/
.button {
	border:2px solid #208872;
	color:#208872;
}
.button:focus, .button:hover {
	color:#fff;
	background-color:#208872;
}
.more-link, .button-default {
	font-family: 'Cinzel', serif;
	padding:15px 40px;
}
/*********************
NAVIGATION STYLES
*********************/
.pagination .current {
	background-color:#208872;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget {
	text-align:center;
}
.widget h4.widgettitle {
	color:#208872;
}
.widget .textwidget a {
	color:#208872;
}
.widget .textwidget a:hover {
	color:#fff;
	margin:0px;
}