/*
	Theme Name: Custom 2022
	Template: genesis
*/


/** Generated by FG **/
@font-face {
	font-family: 'Conv_Garamond Premier Pro Regular';
	src: url('fonts/Garamond Premier Pro Regular.eot');
	src: local(''), url('fonts/Garamond Premier Pro Regular.woff') format('woff'), url('fonts/Garamond Premier Pro Regular.ttf') format('truetype'), url('fonts/Garamond Premier Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'GaramondPremierProItalic';
    src: url('fonts/GaramondPremierProItalic.eot');
    src: url('fonts/GaramondPremierProItalic.eot') format('embedded-opentype'),
         url('fonts/GaramondPremierProItalic.woff2') format('woff2'),
         url('fonts/GaramondPremierProItalic.woff') format('woff'),
         url('fonts/GaramondPremierProItalic.ttf') format('truetype'),
         url('fonts/GaramondPremierProItalic.svg#GaramondPremierProItalic') format('svg');
}




/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #606060;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden;
}
i,em {
    padding-right: 0.2em;
    font-size: 1.2em;
    font-family: 'GaramondPremierProItalic';
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #033775;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #ca0f48;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}



/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Conv_Garamond Premier Pro Regular';
    margin: 0 0 15px;
}


h1 {
	font-size: 36px;
	color: #7b162a;
}
.badgebar  .widgettitle,
.footer .widgettitle,
h2 {
	font-size: 40px;
	color: #7b162a;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 31%;
	margin: 1%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 9px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #7b162a;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	/* padding: 16px 24px; */
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	max-width: fit-content;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #7b162a;
	border-width: 0;
	color: #fff;
	border-radius: 0;
	padding: 10px 10px 7px 10px;
	font-size: 16px;
	height: 38px;
	position: absolute;
	border: 0;
	line-height: 1;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #931d35;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}
.page-template-wide .site-inner .entry-header {
    display: none;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */
.home-featured .widget-area {
	padding: 35px 0px;
}
 
.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}
.home-featured .entry-content {
	padding:0px 20px 20px 20px;
}
.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1 ,
.home-featured-3 ,
.home-featured-5 ,
.home-featured-7 ,
.home-featured-9 {
 } 
.home-featured .widget-title {
	font-size: 36px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 99;
	letter-spacing: 0;
	color: #606060;
	line-height: 45px;
}
.home-featured .light .widget-title{
	color:#fff;
}
 .home-featured .one-half .widget-title {
 	text-align:left;
 }


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 1040px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}




/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 0px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	/* background-color: #f5f5f5; */
}

.archive-description {
	margin-bottom: 40px;
	/* padding: 40px 40px 16px; */
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 55px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

 
.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #033775;
}

.entry-title a:hover {
	color: #ca0f48;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: #fff;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title {
	/* text-align: center; */
	border: none;
	padding: 0 20px;
	font-size: 24px;
}

 
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	left: 0;
	letter-spacing: 1px;
	/* position: fixed; */
	top: 0;
	background: #7B162A;
	width: 100%;
	z-index: 9999;
	padding: 0px 0;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	display: block;
	width: 350px;
	/* box-shadow: 0px 0px 5px rgb(0 0 0 / 52%); */
	z-index: 9999;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	margin: 0;
	display: block;
	width: 100%;
	/* border: 1px solid #000; */
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #377c8f;
	font-family: 'DancingScript', cursive;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
	/* position: absolute; */
}

.header-image .site-title a {
	height: 90px;
	display: block;
	background-size: contain !important;
	text-indent: -9999px;
	max-width: 520px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 25px;
	width: 680px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 15px !important;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	/* background: #000000; */
	color: #fff;
	display: block;
	padding: 10px 8px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background: #c98433;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #7b162a;
	border: 1px solid #c98433;
	border-top: none;
	padding: 10px 11px;
	position: relative;
	width: 210px;
}
 .genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	background: #c98433;
	}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #c98433;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	color: #fff;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
 
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}



/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #838383;
	color: #fdfdfd;
	clear: both;
}

.footer-widgets .wrap {
	padding: 40px 0 35px;
	/* border-bottom: 1px solid #000000; */
}.site-footer .wrap {
		border-top: 1px solid #bdbdbd;
		padding-top: 30px;
}

.footer-widgets .widget-area {
	width: 28%;
}


.footer-widgets-1,
.footer-widgets-2 {
	float: left;margin-right: 5%;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
 

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	font-size: 25px;
	font-weight: bold;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
h2,.section h2 {
	margin-bottom: 30px;
	font-size: 33px;
	color: #606060;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #838383;
	/* letter-spacing: 1px; */
	padding: 0px 0 40px 0;
	display: block;
	text-align: center;
}

.site-footer a,
.site-footer p {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #fff;
}

.site-footer a:hover {
	color: #c7c7c7;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		max-width: 960px;
	}
.site-header .wrap {
		max-width: 95%;
	}
	.site-header .widget-area {
		width: 75%;
	}
.title-area { 
    width: 25%;
}
	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

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

	.wrap {
		max-width: 768px;
	}
.footer-widgets .widget-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

 	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		background-position: center center !important;
		margin: 0 auto 10px;
		width: 100%;
		max-width: 100%;
	}
.site-title { 
    width: 100%;
 }
	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

 
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		/* padding: 40px 0; */
	}
}

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

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		/* background: none; */
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		/* padding-left: 25px; */
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		/* background: none; */
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
 

	.genesis-grid-even,
	.genesis-grid-odd  {
		width: 100%;
	}

 
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	body.admin-bar .responsive-menu-icon {
    top: 80px;
}
.responsive-menu-icon {
    position: absolute;
    display: block;
    right: 20px;
    top: 37px;
    font-size: 30px;
}
	
}



.responsive-menu-icon::before {
    content: "\f333";
    display: block;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

 

 
.sidebyside {
	background:#fff;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	flex-flow: column;
	clear: both;
}
.no-wrap.full-width-content .content {
    background: #fff;
    padding: 0% 0% !important;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid #eaeaea;
}

.no-wrap .site-inner > .wrap {
	max-width:100%;
}
.no-wrap .site-inner .entry {
    margin-bottom: 0px;
}
.no-wrap .site-inner {
    padding-top: 0px;
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
.no-wrap .site-inner {
    padding: 0px 0%;
	}	
}


/* ## Hero Section
--------------------------------------------- */
.page .entry-header, .single .entry-header {
    display: none;
}
.hero-section {
	position: relative;
	/* padding: 4rem 0; */
	border-bottom: 1px solid #eceef1;
	background-color: #35588e;
	background-position: center;
	background-size: cover;
	text-align: center;
	border: none;
}
.hero-section {
    /* padding: 3em 0; */
 }
.hero-section:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(42 49 57 / 29%);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	line-height: 1.4 !important;
	font-size: 50px;
	margin: 10px auto;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	/* margin-bottom: 20px; */
	text-shadow: 0px 0px 3px rgb(0 0 0);
}
.home .archive-title {
	display:none;
}
.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em auto 0;
	color: #ffffff;
	text-align: center;
}

.hero-section a {
	color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
	color: #009cff;
}

@media (min-width: 768px) {
	.hero-section .wrap {
		max-width: 896px;
		padding-bottom: 6rem;
	}
}

@media (min-width: 896px) {
	.hero-section .wrap {
		height: 80vh;
		min-width: 100vw;
		vertical-align: middle;
		display: table-cell;
		width: 100%;
		padding: 10rem 0 8rem 0;
	}
}

.hero-section .wrap {
	margin: 0 auto;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section {
	height: 80vh;
	min-height: 300px;
	padding-top: 0px;
	background-size: cover !important;
	/* max-height: 400px; */
	text-shadow: 2px 2px 2px rgb(0 0 0 / 66%);
}
.home .hero-section {
    /* display: none; */
}
@media (max-width: 1348px) {
	.hero-section .wrap {
		margin: 0 auto;
	}
	.hero-section .wrap {
		position: relative;
		z-index: 2;
	}
	.hero-section {
		background-image: url(images/hero.jpg);
		min-height: 380px;
	}
	.single .hero-section .entry-title {
		display: block;
	}
}
	
	
	
	
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}	
	
	@media(max-width:1140px) {
.wrap {
    margin: 0 auto;
    max-width: 1140px;
    width:90%;
}

.no-wrap .site-inner .wrap {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
}
	
.img.col img {
		visibility: hidden;
	}
 
	.col-container {
  display: flex;
  width: 100%;
}
.col {
  flex: 1;
}
	.reverse-yes {
		flex-direction: row-reverse;
	}

}


.page-section.no-wrap .wrap {
	max-width:100%;
}
.page-section.no-wrap br {display:none;}
body.no-wrap .content p {/* margin-bottom:0px; */}

.page-section.no-wrap p {margin-bottom:0px;}
.img-box {
	color:#fff;
	text-shadow: 2px 2px 2px #262626;
	text-align: center;
	float:left;
}


.home .gb-block-accordion .gb-accordion-title {
    background: rgb(0 0 0 / 58%);
    color: #fff !important;
    text-align: left;
    border: 0;
}
.gb-block-accordion .gb-accordion-text {
     text-align: left;
     border-radius: 0px;
     border-top: 1px solid #000;
     background: rgb(0 0 0 / 38%);
}
@media (max-width: 896px) {
.hero-section .wrap {
		text-align: center !important;
  padding: 8rem 30px;
	}

}
.cta h3:after,
.home-featured-0 h1:after {
	content:""  !important;
	display:block !important;
	width:120px !important;
	/* height:10px !important; */
	/* background: url(images/line.png) no-repeat !important; */
	background-size:contain !important;
	/* margin-bottom: 25px; */
}
.cta h3:after {
 	background: url(images/line-white.png) center no-repeat !important;
	background-size:contain !important;
	margin:20px auto;
}
.divider-zindex-top img {
    margin-top: -8.4%;
    width: 100%;
    vertical-align: middle;
    border-style: none;
    position: absolute;
}
.owl-item {
    position: relative;
}
.rounded {
    border-radius: 0.25rem!important;
}
.services3 {
    background-color: #fff6e8!important;
    border-color: #F9AD3D;
    border-bottom: 10px solid #F9AD3D;
    padding: 3rem!important;
}
.subtitle, p.subtitle {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0px;
    color: #808080;
    line-height: 1.2em;
}
.btn {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    padding: 0px 40px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 2.7em;
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 700;
    background: #73c4b8;
    font-size: 16px;
    outline: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.btn:hover {
    background: #55998f;
    color: #fff;
}
 .btn-primary {
    border-color: #F9AD3D;background-color: #F9AD3D;
}
.mt-3 {
	margin-top:20px;
}



.services3 h4 {
    color: #222;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.services3 .header {
    transition: all ease-in-out 0.2s;
    color: #fff;
    position: absolute;
    margin-top: -80px;
    padding: 10px 20px;
    transform: rotate(5deg);
    right: 10px;
    font-size: 28px;
    text-align: center;
}
.services3 .header {
    background-color: #ca0f48;
}
h6 {
    color: #774421;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8;
    font-family: arial;
    letter-spacing: 7px;
    margin-bottom: 20px;
}
 
.services3-wrapper:hover .header {
    transform: rotate(-5deg);
}
.site-inner ul li, 
.home-featured ul li  {
	padding-left:25px;
}
.site-inner ul li:before, .home-featured ul li:before {
	content:
	"";
	width: 13px;
	position: absolute;
	height: 12px;
	float: left;
	margin-top: 7px;
	margin-right: 12px;
	display:
	block;
	margin-left:-25px;
	background:
	url(images/paw-list.png) no-repeat;
	background-size:
	contain !important;
}
.site-inner ul, .home .site-inner .widget-area ul {
	overflow: hidden;
	margin-bottom: 25px;
	margin-left:0;
	list-style-type: none !important;
}
.site-inner ul li,
.home .widget-area ul li {
	list-style-type: none !important;
}

.light{
    color: #fff;
} 
.cta .wrap{
    padding: 120px 0px;
    text-align: center;
    max-width: 900px;
    z-index: 11;
    position: relative;
} 
.cta h1 {font-size: 60px;font-weight: bold;}

.cta h3 {color: #a7da77;}

.cta p {
}
.parallax{
    /* background-attachment: fixed; */
} 
.overlay{
    overflow: hidden;
}
.overlay:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    z-index: 1;
}

.home-featured-7 .wpcf7-form-control {
    display: block;
    max-height: 120px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 2px solid;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
    line-height: 2;
    border-color: #ca0f48;
}
.home-featured-7 .button,
.more-link,
.button {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    padding: 0px 40px;
    background-color: #AF7C56;
    /* display: block; */
    width: max-content;
    text-transform: uppercase;
    line-height: 2.9em;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.nav-button a {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    background-color: #2c9aa0;
    width: max-content;
    font-size: 15px;
    outline: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.nav-button:hover {
    color: #fff;
    background-color: #9d7e69;
}
.home-featured-7 .button {
	    color: #fff;
    background-color: #033775;
}
.home-featured-7 .button:hover,

.more-link:hover,
.button:hover {
    color: #fff;
    background-color: #9d7e69;
}
.home-featured-7 .button:after,
 .more-link:after,
.button:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    right: 50%;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.9s;
    opacity: 0;
}
.home-featured-7 .button:hover:after, 
 
.button:hover:after, 
.btn:hover:after, 
.more-link:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.featured-content a img {
    transition: all 1.20s ease;
    border-radius: 0px 0px 260px 100px;
}
.featured-content:hover a img {
    border-radius: 50%;
}
.more-link {
	border-color: #bd977d;
	background-color: #bd977d;
	margin-top: 12px;
}
.more-link:hover {}
.featured-content {
	position:relative;
}
.featured-content .entry-meta  {
    color: #fff;
    position: absolute;
    right: 55px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    font-weight: 400;
    display: block;
    background-color: #099aa0;
    width: 80px;
    height: 80px;
    text-align: center;
    transition: all 0.50s ease;
    border-radius: 50%;
    top: 20%;
    border: 4px solid rgba(255, 255, 255, 0.51);
    padding: 14px !important;
    padding-bottom: 0 !important;
}

.gallery-item {
    background: #fff;
    padding: 0.7rem;
    box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 20%);
}
.gallery-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.35s;
}

.gallery :nth-of-type(4n+1) .gallery-item:before {
    transform: rotate(6deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgb(0 0 0 / 40%);
}
.gallery  .gallery-item:nth-of-type(4n+1) {
    transform: scale(0.9, 0.9) rotate(5deg);
    transition: all 0.35s;
}
.gallery  .gallery-item:nth-of-type(4n+2) {
    transform: scale(0.9, 0.9) rotate(-5deg);
    transition: all 0.35s;
}
.gallery  .gallery-item:nth-of-type(4n+3) {
    transform: scale(0.9, 0.9) rotate(-3deg);
    transition: all 0.35s;
}
.gallery  .gallery-item:nth-of-type(4n+4) {
    transform: scale(0.9, 0.9) rotate(3deg);
    transition: all 0.35s;
}

.gallery  .gallery-item:hover {
     filter: none;
     /* transform: scale(1, 1) rotate(0deg) !important; */
     transition: all 0.35s;
}
.gallery-caption {
    font-size: 17px;
    text-align: center;
    /* margin-top: 10px; */
    /* font-weight: 700; */
}
#text-20 {
	background:#F9AD3D;
	padding: 3rem 3rem 0rem 3rem !important;
	border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;
	border: #ffffff 10px double;
}
 .hero-section .divider-zindex-top img {
    left: 0;
	margin-top: -5.4%;
}
 .footer_divider img {
    left: 0;
    display: none;
    margin-top: -9%;
    }
 
.home .entry-title a {
    color: #099aa0;
}
.home .entry-title a:hover {
    color: #5b9ef8;
}
.home .entry-header  {
    display: block;
}

.single .blogtitle {
	display:none;
}

.col-container {
    display: flex;
    width: 100%;
}
.box-service {
     padding: 20px;
     background:#fff;
     text-align: center;
     /* box-shadow: 0px 0px 2px #d3b49f; */
     min-height: 310px;
     margin-top: 15px;
     margin-bottom: 15px;
 }
 .box-service .icon-img {
     padding: 10px;
     background:#fff9f5;
     text-align: center;
     width: 100px;
     height: 100px;
     margin: 7px auto 10px auto;
     border: 12px solid #fff9f5;
     border-radius: 85px;
 }
 .box-service h4 {
     color: #774421;
     font-size: 25px;
     font-weight: bold;
  }
   .box-service p {
 color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
  }
 .box-service h5 {
      color: #099aa0;
      font-size: 18px;
      margin-top: 22px;
      margin-bottom: 0;
      font-family: 'Open Sans', sans-serif;
  }

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after,
.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
	display:none;
}
.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: -10px 0 36px 0 !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-field {
	font-family: 'amsterdamthree';
	color: #774421;
}
.home-featured-0 {
    max-width: 1050px;
    margin: 0 auto;
    border: 10px solid #D5D5D5;
    padding: 20px;
    Z-INDEX: 99;
    margin-top: -50px;
    position: relative;
    background: #fff;
}
 
 .gallery .gitem {display: none;}
.gallerywidget .widget {
	padding:0;
}
 .gallery a img {
    margin: 0;
}
 
 
.mkdf-is-inner h5 {
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.mkdf-is-inner h3 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}

.mkdf-is-inner h4 {
     font-size: 20px!important;
    font-weight: 700!important;
    letter-spacing: .025em!important;
    line-height: 1.5em!important;
    text-transform: uppercase!important;
}


.price-list-item h4 {
     font-size: 20px;
     font-weight: 700;
     font-family: 'Open Sans', sans-serif;
     letter-spacing: .025em;
     line-height: 1.5em;
     margin: 0;
     text-transform: uppercase;
}
.mkdf-bsl-item-title-holder {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 5px;
}
.price-list-item {
    margin-bottom: 30px;
    list-style-type: none;
}
.price-list-item .mkdf-bsl-item-line {
    height: 3px;
    border-bottom: 1px solid #afaaa9;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
    bottom: 9px;
}
.price-list-item .mkdf-bsl-item-line {
    border-bottom-color: rgba(0,0,0,.2);
}
.price-list-item .mkdf-bsl-item-price-holder {
    display: table-cell;
    width: 1%;
    padding-left: 7px;
    white-space: nowrap;
}
.price-list-item .mkdf-bsl-item-bottom-holder {
    position: relative;
    top: 3px;
}
.price-list-item .mkdf-bsl-item-description-holder {
    color: #777;
    float: left;
    width: 70%;
    line-height: 1.2em;
}
.mkdf-is-inner .button {
	 margin: 25px auto  0 auto;
}
 
@media (max-width: 1023px) {
 .sidebyside .col {
	 width: 100%;
	}
	.col-container {
    display: block;
    width: 100%;
}
	.featuredpost  {
		margin-bottom:20px;
	}
}
.home-featured-3 .widget br {display:none;}
.home-featured-3 .widget p {
    margin: 0 0 0px;
    padding: 0;
}
.home-featured-3 .widget {
    padding: 0 0px;
}
.center {
	text-align:center;
}
.page-section  {
	padding: 70px 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.badgebar  .widgettitle,
.footer .widgettitle {
	text-align: center;
}
body.no-wrap .page-section p {
	margin-bottom: 26px;	
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  text-align: left;
  outline: none;
  display: block;
  text-transform: none;
  max-width: 100%;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}
.panel br {
	display:none;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.page-section .button {
	margin-left:5px;
	margin-right:5px;
}
.post-edit-link {
    POSITION: ABSOLUTE;
    COLOR: #FFF;
}
@media (min-width: 1023px) {
.list2 .wrap {
    margin: 0 auto;
    max-width: 1100px;
}
.list2 ul li {
    width: 50%;
    float: left;
}
}
.blockquote {
    quotes: " ";
    margin: 0;
    color: #0d0c22;
    letter-spacing: -0.025em;
    line-height: 1.4;
}
.blockquote-bubble {
    display: inline-block;
    padding: 0;
}
.blockquote {
    margin: 0 0 1rem;
}
.blockquote.emphasized {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

blockquote.blockquote::before {
	display:none;
}
.blockquote p {
    position: relative;
    line-height: 1.4;
}
.blockquote-bubble .blockquote-content {
    position: relative;
    margin: 0 0 1rem;
    padding: 2em;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    border-radius: 0.5rem;
 }
.blockquote-bubble.emphasized .blockquote-content {
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 10%);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 10%);
}

.blockquote cite {
    margin-top: 20px;
    font-style: normal;
    letter-spacing: 0;
}
.blockquote-bubble .blockquote-cite {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 2rem;
}


.blockquote p:before {
    content: "\201C";
    position: absolute;
    font-weight: 600;
    line-height: 1;
}
.blockquote-bubble .blockquote-content:before {
    top: 0.25em;
    left: 0.25em;
    font-size: 3em;
}
.blockquote-bubble.emphasized .blockquote-content:before {
    color: #aa7c5a;
}
.blockquote-bubble .blockquote-content:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 2rem;
    width: 4rem;
    height: 1rem;
    background-color: inherit;
    -webkit-mask: url(images/blockquote.svg) center top/contain no-repeat;
    mask: url(images/blockquote.svg) center top/contain no-repeat;
}
.blockquote-cite .photo {
    width: 4em;display: inline-block;
    height: 4em;border-radius: 100%;
    vertical-align: middle;
}
.blockquote-cite span {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #aa7c5a;
    text-decoration: none;
    padding-left: 22px;
}


.footer {
    background: #FFF7E6;
}
.badge {
	/* height: 99px; */
	max-width: 230px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 15px;
}

@media (max-width: 1099px) {
	.footer-widgets input {
    max-width: 70%;
}
 
 
}
 
.tribe-events-c-top-bar__nav-list li:before,
.tribe-events-c-view-selector__list li:before {
	background:transparent !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
     padding-bottom: 0;
    padding-top: 0;
}
.post-type-archive-tribe_events h1.main-title:after {
    content: "events";
    text-transform: capitalize;
}
 
.page-template-gallery-page .page-section h4 {
    font-size: 23px;
    margin-top: 14px;
    margin-bottom: 1px;
}
.page-template-wide .site-inner {
    padding-left: 0;
    padding-top: 0px;
    padding-right: 0;
}
.page-template-wide .entry {
    margin-bottom: 0px;
}
.alignfull {
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}.wp-block-cb-carousel .slick-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.one-paragraph p {
    margin-bottom: 0px;
}


.wp-block-cb-carousel .wp-block-image>img {
	width:100%;
}
.no-margin {
    margin-bottom: 0px !important;
}
.no-margin h2 {
	margin-bottom: 20px;
}
.border {
	border-top:solid 2px #ccc;
}
.home .gform_wrapper, .booking {
    border: 10px solid #ccc;
    overflow: hidden;
    width: 100%;
    background: #fff;
    max-width: 950px;
    margin: -70px auto 0 auto;
    z-index: 4;
    position: relative;
}

.booking h5 {
    color: #7b7a7a;
    font-size: 16px;
    font-family: arial, sans-serif;
    font-weight: 600;
}
.booking h3 {
    font-size: 25px;
    background: url(images/arrow.png) no-repeat right center;
    color: #606060;
    margin-bottom: 0;
    display: inline-block;
    background-size: 35px;
    padding-right: 55px;
}
.booking .one-half.first h3 {
    background-image: url(images/date.png);
    margin-bottom: 0;
}
.booking .buttonx {
    float: right;
    position: absolute;
    top: 30%;
    right: 15px;
}
.booking .one-half {
    padding: 20px;
}
.last-line h2 {
	margin-bottom:0;
}
.booking .one-half.first {
	border-right:1px solid #ccc;
}
@media (max-width: 1000px) {

.booking {  
	max-width: 100%;
}
	.booking h5 {
    	font-size: 12px;
	}
	.booking h3 {
		font-size: 18px;
		background-size: 25px;
	}
	.buttonx { 
    padding: 0px 20px;
	}

}
@media (max-width: 670px) {
	.booking .buttonx {
    float: none;
    position: unset;
    top:unset;
    right:unset;
    margin-top: 25px;
}
}
.buttonx {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    padding: 0px 40px;
    background-color: #AF7C56;
    display: inline-block;
    text-decoration: none;
    width: max-content;
    text-transform: uppercase;
    line-height: 2.9em;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    outline: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.buttonx:hover {
    color: #fff;
    background-color: #9d7e69;
}

.buttonx:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    right: 50%;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.9s;
    opacity: 0;
} 
.buttonx:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.galleryx .buttonx { 
    margin-bottom: 30px;
}


.home .gform_wrapper.gravity-theme .gfield.gfield--width-third,
.home .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: unset !important;
    max-width: 150px;
}
.home .gform_footer {
    float: right;
    margin-top: -68px !important;
    margin-right: 10px !important;
}

.home .gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[7] !important;
    grid-template-columns: repeat(7,1fr) !important;
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 2% !important;
    grid-row-gap: 16px !important;
}
.instruction  {
	display:none !important;
}
.home .gform_wrapper, .booking {
    border: 10px solid #ccc;
    overflow: hidden;
    width: 100%;
    padding: 12px 12px 0px 12px;
    background: #fff;
    max-width: 845px;
    margin: -70px auto 0 auto;
    z-index: 4;
    position: relative;
}

@media (max-width: 1200px) {
.page-section  .wrap { 
    padding-right: 30px; 
    padding-left: 30px; 
	}
	.site-inner > .wrap  { 
    width:100%; 
	}
}
@media (min-width: 1000px) {
.page-id-1115 .wp-block-embed {
    display: block;
    margin: 0 0 1em;
    float: left;
    margin: 2%;
    width: 46%;
}
.page-id-1115 .wp-block-embed:nth-child(2n+1) { clear: left; }

}


.site-inner .simplefilter li:before{
	display:none;
}

.portfolio-wraper .simplefilter li {
    background-color: #c98433!important;
}
body.gray .site-inner {
    background-color: #e9e9e9;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
     padding: 15px !important; 
}
.datex  
	{
     width: 130px;
}
 

.hero-section h6 span,
.hero-section h1.entry-title,
.hero-section h1 span {
	padding: 8px 30px 6px 30px;
	display: inline;
	background: rgb(0 0 0 / 36%);
}
.page-id-34 .hero-section h1 {
display:inline;	
}
body.home .hero-section h1.entry-title{display:none;}


 @media (min-width: 1024px) {

.site-header.sticky {
 	position: fixed;
 	/* top: 0; */
	left:0;
	right:0;
 	z-index: 99;width:100%;
}
}


 @media (max-width: 1400px) {
	 .hero-section {
		 height: auto;
	 }
 .home .gform_wrapper, .booking {
      margin: 0px auto 0 auto;
 }
 }
@media screen and (max-width:1000px) and (min-width: 501px) {

	.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
    width: 33%;
}
	.gallery .gallery-item img {
		width: 100%;}
	.gallery-columns-5 .gallery-item:nth-child(3n+1),
.gallery-columns-6 .gallery-item:nth-child(3n+1) {
	clear: both; 
	}
}
 @media (max-width: 500px) {
	.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
    width: 45%;
}
	 .site-title {
    width: 70%;
}
	 .hero-section h1 {
     font-size: 35px;
	 }
	 h6 { 
    font-size: 20px;
	 }
.header-image .site-title a {
    background-position: left !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
 	.gallery-columns-5 .gallery-item:nth-child(2n+1),
.gallery-columns-6 .gallery-item:nth-child(2n+1) {
	clear: both; 
	}
}
@media only screen and (min-width: 1023px) {
.site-inner, .page-template-wide .site-inner {
    padding-top: 0px !important;
}
}
@media only screen and (max-width: 1223px) {
	.bodyspacing .site-inner,
.formspacing {
	padding-left:10%;
	padding-right:10%;
}
}
@media only screen and (max-width: 1023px) {
.service.service {
    padding: 0 6%;
}
	.hero-section h6 span, .hero-section h1.entry-title, .hero-section h1 span {
     display: inline-block;
 }
}
@media only screen and (max-width: 780px) {
.service.service {
    padding: 0 10%;
}
	.service.service img {
    width: 100%;
}
.service.service  .buttonx { 
    margin: 0 auto;
    display: block;
}
}
 @media (max-width: 800px) {

.site-inner ul, .home .site-inner .widget-area ul {
    overflow: unset;
    margin-bottom: unset;
}
.col h4 {
    padding-top: 20px;
    clear: both;
}
}
.home .gform_wrapper, .booking {
    border: 10px solid #ccc;
    overflow: hidden;
    width: 100%;
    padding: 12px 12px 0px 12px;
    background: #fff;
    max-width: 845px;
    margin: -70px auto 0 auto;
    z-index: 4;
    position: relative;
}


.sticky-contact {
    font-size: 18px;
    border: 1px solid #6bc0bc;
    position: fixed;
    border-right: 0;
    color: #444;
    right: -150px;
    top: 45%;
    background: #ffffff;
}
.site-container.sticky .sticky-contact {z-index: 99999999;right: 0px;}
.sticky-contact .bar {
  transform: rotate(90deg);
  background: #c98433;
  text-align: center;
  position: absolute;
  font-weight: bold;
  left: -78px;
  width: 127px;
  top: 48px;
  color: #fff;
}
.sticky-contact  .info {
	padding: 7px 15px 22px 15px;
}

.sticky-contact {
    z-index: 999999;
}
.sticky-contact:hover {
    right: 0px;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
     padding: 15px !important; 
}
@media only screen and (max-width: 780px){
.gform_footer input {
    line-height: 3 !important;
}}
@media only screen and (max-width: 550px) {
.home .gform_wrapper, .booking {
    width: 90%;
}.gform_footer input {
    line-height: 3 !important;
}.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    clear: both;
    text-align: center;
}.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    width: 100%;
    padding-left: 6% !important;
}
	.gform_footer .button {
    clear: both;
}
	.home .gform_wrapper.gravity-theme .gfield.gfield--width-third, .home .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: unset !important;
    max-width: 45%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 20px;
    margin-left: 2.5%;
}
	.site-header .title-area {
    text-align: left;
    width: 80%;
}
}
.popup {
  position: fixed;
  bottom: 20px;
  right: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999999999999;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 152px;
  height: 69px;
  background-color: #555;
  /* color: #fff; */
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -52%;
  margin-left: -82px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 83%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.phonepop {
    background: #7b162a;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    fill: #fff;
    padding: 10px;
}
 .info a {
	border:0;
}
.popup a:hover {
	color: #b3b3b3;
}