html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */
@font-face {
    font-family: 'Purveyor';
    src: url('../fonts/Purveyor-Regular.eot');
    src: url('../fonts/Purveyor-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Purveyor-Regular.woff2') format('woff2'),
        url('../fonts/Purveyor-Regular.woff') format('woff'),
        url('../fonts/Purveyor-Regular.ttf') format('truetype'),
        url('../fonts/Purveyor-Regular.svg#Purveyor-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.eot');
    src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff'),
        url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
        url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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,
.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: #000;
	 font-family: 'Gotham';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}


body.altitude-home {
	background: none;
}
a, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .site-header.sticky-header {-webkit-transition: all 0.2s ease-in-out; -moz-transition:    all 0.2s ease-in-out; -ms-transition:     all 0.2s ease-in-out; -o-transition:      all 0.2s ease-in-out; transition:         all 0.2s ease-in-out; }
::-moz-selection {background-color: #000; color: #fff; }
::selection {background-color: #000; color: #fff; }
a {color: #22a1c4; text-decoration: none; }
a:focus, a:hover {color: #000; }
p {margin: 0 0 20px;padding: 0; }
ol, ul {margin: 0; padding: 0; }
li {list-style-type: none; }
b, strong {font-weight: 800; }
cite, em, i {font-style: italic; }
.image-section .widget:first-of-type cite {font-size: 1.6rem; font-style: normal; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
mark {background: #ddd; color: #000; }
blockquote {color: #999; margin: 40px; }
blockquote::before {content: "\201C"; display: block; font-size: 30px; font-size: 3rem; height: 0; left: -20px; position: relative; top: -10px; }
.image-section .widget:first-of-type blockquote {color: #fff; font-size: 8rem; font-weight: 200; line-height: 1; margin: 0 0 20px; }
.image-section blockquote::before {display: none; }
hr {border: 0; border-collapse: collapse; border-top: 2px solid #f5f5f5; clear: both; margin: 40px 0; }
/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {font-family: 'Purveyor'; font-weight: normal;color: #000; line-height: 1.2; margin: 0 0 20px; }
h1, .h1 {font-size: 25px; }
h2, .h2 {font-size: 20px;}
h3, .h3 {font-size: 15px;}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {max-width: 100%; }
img {height: auto; }
.full-width-content img.pull-left {float: left; margin: 0 40px 40px -200px; }
.full-width-content img.pull-right {float: right; margin: 0 -200px 40px 40px; }
/* Gallery
--------------------------------------------- */
.gallery {margin-bottom: 28px; overflow: hidden; }
.gallery-item {float: left; margin: 0; padding: 0 4px; text-align: center; }
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.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 img {border: none; height: auto; margin: 0;}
/* Forms --------------------------------------------- */
input, select, textarea {background-color: transparent; border: 1px solid #ffa400; border-radius: 0; box-shadow: none; color: #ffa400; font-size: 16px; padding: 20px; width: 100%; line-height: 1; }
input:focus, textarea:focus {border: 1px solid #fcedd2; outline: none; }
.front-page input:focus, .front-page textarea:focus {border: 1px solid #22a1c4; outline: none; }
input[type="checkbox"], input[type="image"], input[type="radio"] {width: auto; }
::-moz-placeholder {color: #000; opacity: 1; }
::-webkit-input-placeholder {color: #000;}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {background-color: #22a1c4; border: 2px solid #22a1c4; border-radius: 5px; color: #fff; cursor: pointer; font-size: 14px; font-size: 1.4rem; font-weight: 800; letter-spacing: 2px; padding: 15px 25px; text-transform: uppercase; -webkit-font-smoothing: antialiased; white-space: normal; width: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* Buttons --------------------------------------------- */
button:focus, button:hover, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button.clear:focus, .button.clear:hover, .button:focus, .button:hover, .footer-widgets .widget .button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .widget .button.clear:focus, .widget .button.clear:hover, .widget .button:focus, .widget .button:hover {
	background-color: #000; border: 2px solid #000; color: #fff;
}
.button{display: inline-block;}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}
.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}
.image-section  .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.footer-widgets button:focus, .footer-widgets button:hover, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .widget .button:focus, .footer-widgets .widget .button:hover, .image-section button:focus, .image-section button:hover, .image-section input:focus[type="button"], .image-section input:focus[type="reset"], .image-section input:focus[type="submit"], .image-section input:hover[type="button"], .image-section input:hover[type="reset"], .image-section input:hover[type="submit"], .image-section .widget .button:focus, .image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
.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, .site-container .footer-widgets .widget input[type="submit"]:disabled, .site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}
.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 {border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {background: #fff; box-shadow: 0 0 2px 2px rgba(0,0,0,.6); clip: auto !important; color: #000; display: block; font-size: 1em; font-weight: bold; height: auto; padding: 15px 23px 14px; text-decoration: none; width: auto; z-index: 100000; /* Above WP toolbar. */ }
.more-link {position: relative;}
/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
    clear: both;
    margin-top: 0;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}
.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}
.secondary-nav .site-inner {
	margin-top: 250px;
}
/* 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;}
/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar {
	height: 88px;
	width: 88px;
}
.entry-comments .avatar {
	height: 60px;
	width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 100px;
	padding: 40px 0;
}
.author-box-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {overflow: hidden; position: relative;}
.search-form input[type="submit"] {padding: 25px;}
.widget_search input[type="submit"] {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; padding: 0; position: absolute; width: 1px; }
.widget_search input[type="submit"]:focus {background: #000; border-radius: 0; box-shadow: none; color: #fff; padding: 20px 23px; right: 0; top: 0; }
.error404 .content .search-form {margin-bottom: 40px;}
.error404 .content input[type="search"] {margin-right: 10px; width: auto;}
/* Titles
--------------------------------------------- */
.archive-title {font-size: 24px; font-size: 2.4rem; line-height: 1; margin-bottom: 20px; }
.entry-title {font-size: 48px; font-size: 4.8rem; }
.sidebar .entry-title {font-size: 24px; font-size: 2.4rem; text-align: left; }
.entry-title a {color: #000; }
.entry-title a:focus, .entry-title a:hover {color: #22a1c4; }
/* WordPress
--------------------------------------------- */
.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.aligncenter img {display: block; margin: 0 auto; }
img.centered, .aligncenter {display: block; margin: 0 auto 24px; }
img.alignnone, .alignnone {margin: 0 0 12px; }
a.alignleft, img.alignleft, .wp-caption.alignleft {margin: 0 24px 24px 0; }
a.alignright, img.alignright, .wp-caption.alignright {margin: 0 0 24px 24px; }
.wp-caption-text {font-size: 18px; font-size: 1.8rem; line-height: 1.2; text-align: center; }
.entry-content p.wp-caption-text {margin-bottom: 0; }
.gallery-caption, .entry-content .gallery-caption {margin: 0 0 10px; }
.post-password-form input {width: auto; }
.post-password-form input[type="submit"] {padding: 25px; }
.wp-audio-shortcode, .wp-playlist, .wp-video {margin: 0 0 28px; }
/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {word-wrap: break-word;}
.widget ol > li {list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget ul li {margin-bottom: 10px; padding-bottom: 10px;}
.widget li li {border: none; margin: 0 0 0 30px; padding: 0;}
.widget_calendar table {width: 100%;}
.widget_calendar td, .widget_calendar th {text-align: center;}
/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {font-size: 24px; font-size: 2.4rem;}
/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {margin-top: 40px;}
.altitude-home .content .simple-social-icons ul li {margin: 0 20px !important;}
.altitude-home .content .simple-social-icons ul li a, .altitude-home .content .simple-social-icons ul li a:focus, .altitude-home .content .simple-social-icons ul li a:hover {padding: 30px;}
/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {font-size: 18px; font-size: 1.8rem; margin-bottom: 20px; }
.enews-widget input[type="submit"] {margin: 0; width: 100%; }
.enews form + p {margin-top: 24px; }
/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {padding: 0; }
/* Jetpack
--------------------------------------------- */
#wpstats {display: none; }
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {margin: 0; }
.genesis-skip-link li {height: 0; width: 0; list-style: none; }
/* Display outline on focus */
:focus {/*color: #333;*/ outline: #ccc solid 0; }
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}
.featured-section .site-header {background-color: transparent; }
.featured-section .site-header > .wrap {border-bottom: 1px solid #fff; }
.site-header.sticky-header {background-color: #000; }
.site-header.sticky-header > .wrap {border-bottom: none; }
.site-header.sticky-header .nav-secondary {display: none; }
/* Title Area
--------------------------------------------- */
.site-header .title-area {float: left; width: 420px; padding-right: 35px; padding-left: 45px; }
.site-header.sticky-header .title-area {padding: 15px 0; }
.site-title {font-size: 24px; font-size: 2.4rem; font-weight: 800; letter-spacing: 2px; line-height: 1; margin-bottom: 0; text-transform: uppercase; }
.site-title a, .site-title a:focus, .site-title a:hover {color: #fff !important; }
.header-image .site-header.sticky-header .title-area {padding: 0; }
.header-image .site-title > a {background-size: contain !important; display: block; height:18px; text-indent: -9999px; }
.header-image .sticky-header .site-title > a {height: 56px; }
.site-description {display: block; height: 0; margin-bottom: 0; text-indent: -9999px; }
/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    line-height: 1;
    text-align: right;
}
.genesis-nav-menu .menu-item {display: inline-block; text-align: left; }
.genesis-nav-menu li li {margin-left: 0; }
.genesis-nav-menu a {color: #fff; display: block; font-size: 14px; font-size: 1.4rem; font-weight: 200; letter-spacing: 1px; padding: 30px 15px; text-transform: uppercase; }
.site-header.sticky-header .genesis-nav-menu a {/*padding: 20px 15px; */}
.genesis-nav-menu li.highlight a:focus::before, .genesis-nav-menu li.highlight a:hover::before {color: #fff; }
.genesis-nav-menu li.highlight > a {font-weight: 800; }
.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: 200px; z-index: 99; }
.genesis-nav-menu .sub-menu a {background-color: #111; outline: none; padding: 20px; position: relative; width: 200px; }
.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu li.current-menu-item > a {background-color: #222; }
.genesis-nav-menu .sub-menu .sub-menu {margin: -54px 0 0 199px; }
.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 {color: #fff; display: inline-block; list-style-type: none; padding: 27px 20px; text-transform: uppercase; }
.genesis-nav-menu > .right > a {display: inline; padding: 0; }
.genesis-nav-menu > .rss > a {margin-left: 48px; }
.genesis-nav-menu > .search {display: block; margin: 0 auto; padding: 0 20px 20px; width: 50%; }
/* Primary Navigation
--------------------------------------------- */
.nav-primary {text-align: center; }
.nav-primary .genesis-nav-menu {float: right; }
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {border-bottom: 1px solid #fff; }
/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {padding: 20px 0; }
.nav-footer .genesis-nav-menu a {border: none; font-weight: 800; letter-spacing: 3px; margin: 0 20px; padding: 0; }
/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {position: static; }
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {left: auto; opacity: 1; }
.sub-menu-toggle, .menu-toggle {display: none; visibility: hidden; }
/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section, .solid-section {clear: both; text-align: center; width: 100%; }
.image-section {background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 ); display: table; overflow: hidden; table-layout: fixed; width: 100%; }
.image-section .widget-area {display: table-cell; text-align: center; vertical-align: middle; }
.image-section, .image-section a {color: #fff; }
.image-section a:focus, .image-section a:hover, .image-section .featured-content .entry-title a:focus, .image-section .featured-content .entry-title a:hover {color: #22a1c4; }
.solid-section {background-color: #fff; }
.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {border-top: 54px solid transparent; margin-top: -54px; -webkit-background-clip: padding-box; -moz-background-clip:    padding; background-clip:         padding-box; position: relative; z-index: 9; }
.front-page-1, .front-page-3, .front-page-5, .front-page-7 {background-attachment: fixed; background-color: #fff; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size:    cover; background-size:         cover; }
.front-page-1 {
	position: relative;
}
.front-page-1 .image-section {
	padding-top: 75px;
}
.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}
.front-page-4 .solid-section {
	background-color: #f3f3f3;
}
.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}
.bottom-image img {
	margin-bottom: -10px;
}
.front-page .field-wrap:last-child {
	margin-bottom: 0;
}
.small-disclaimer {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}
/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}
/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}
.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {background: none; margin-left: 0; padding: 0; width: 100%; }
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}
.flexible-widgets.widget-halves .widget:nth-child(even), .flexible-widgets.widget-thirds .widget:nth-child(3n+2), .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {clear: left; margin-left: 0; }
.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}
.solid-section  .widget:not(:first-child) .widget-title {border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 30px; }
.flexible-widgets p.large {font-size: 36px; font-size: 3.6rem; line-height: 1; }
.flexible-widgets p.price {font-size: 32px; font-size: 3.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}
.page .content {
	padding-bottom: 50px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	padding: 0;
	width: 100%;
}
.full-width-content.front-page .content {
	padding: 0;
}
/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 0;
}
.widget .entry {
	margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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 code {
	background-color: #000;
	color: #ddd;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}
.entry-header,
.entry-footer {
	text-align: center;
}
.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}
.image-section .entry-header::after {
	border-color: #fff;
}
.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}
.sidebar .entry-header::after {
	display: none;
}
.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}
.comment-header {
	font-size: 20px;
	font-size: 2rem;
}
.entry-comments .comment {
	border-bottom: 1px solid #000;
}
.comment-content,
.entry-comments .comment {
	clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}
.entry-comments .children .comment {
	border: none;
}
.comment-respond label {
	display: block;
	font-weight: 800;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {width: 100%; }
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.entry-comments ul.children {
	margin-left: 40px;
}
.ping-list .reply {
	display: none;
}
/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {list-style-type: none; margin-bottom: 6px; word-wrap: break-word; }
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {background-color: #22a1c4; clear: both; text-align: center; position: relative; z-index: 9; }
.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}
.footer-widgets, .footer-widgets .wrap a, .footer-widgets .wrap a.button {color: #fff; }
.footer-widgets a:focus, .footer-widgets a:hover {color: #000; }
.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
body.privacy-policy header{
    background: #c8102e;}
.titleHeader{padding: 15px 0px;}
.titleHeader .main-title {
    font-size: 28px;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {background-color: #000; padding: 20px; text-align: center; }
.site-footer, .site-footer a, .site-footer p {color: #fff; }
.site-footer a:focus, .site-footer a:hover {color: #22a1c4; }
.site-footer p {font-size: 14px; font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 0; text-transform: uppercase; }
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.site-inner, .wrap {max-width: 1140px;}
}
@media only screen and (max-width: 1200px) {
	.site-inner, .wrap {max-width: 960px;}
	.site-header .widget-area {width: 580px;}
	.content {width: 520px;}
	.full-width-content .content {padding: 0 110px;}
	.genesis-nav-menu a {padding: 30px 10px;}
	.site-header.sticky-header .genesis-nav-menu a {padding: 20px 10px;}
	.front-page-1, .front-page-3, .front-page-5, .front-page-7 {background-attachment: scroll; }
}
@media only screen and (max-width: 1023px) {
	.col-md-5.navmenu_left.genesis-nav-menu {
    display: none !important;
}
	.site-inner, .wrap {max-width: 768px;}
	.secondary-nav .site-inner {margin-top: 80px;}
	.front-page .site-inner {max-width: none;}
	.site-header {position: static; background: #c8102e;    height: 82px !important;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    width: 100%;}
	.front-page .site-header {background-color: #000;}
	.front-page .site-header > .wrap {border: none;}
	.content, .sidebar, .site-header .widget-area, .title-area {width: 100%;}
	.site-header .title-area, .site-header.sticky-header .title-area {padding: 15px 0; }
	.header-image .sticky-header .site-title > a {height: 76px;}
	.genesis-nav-menu, .site-header .widget-area, .site-title {text-align: center; }
	.header-image .site-title > a {background-position: center !important;}
	.nav-primary .genesis-nav-menu {float: none;}
	.nav-secondary, .site-header.sticky-header .nav-secondary {border-bottom: none;}
	.genesis-nav-menu a, .site-header.sticky-header .genesis-nav-menu a {padding: 10px;}
	.front-page .site-inner {margin-top: 0;}
	.site-inner {margin-top: 0px;}
	.full-width-content .content {padding: 0;}
	.full-width-content img.pull-left {margin-left: 0;}
	.full-width-content img.pull-right {margin-right: 0;}
	.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%;}
	.flexible-widgets.widget-full .widget, .flexible-widgets.widget-halves .widget, .flexible-widgets.widget-thirds .widget, .flexible-widgets.widget-fourths .widget {margin: 0 auto 20px; width: 100%;}
	.front-page-1 .widget:first-of-type h4, .front-page-2 .widget:first-of-type h4 {font-size: 60px; font-size: 6rem;}
	.front-page-1 .image-section, .secondary-nav .front-page-1 .image-section {padding-top: 0;}
/*	.site-header.sticky-header .genesis-nav-menu .genesis-nav-menu a,*/
	.genesis-nav-menu a, .site-header.sticky-header .genesis-nav-menu a {
    padding: 12px 20px !important;
}
ul#menu-main-menu{padding: 15px 0px;}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 8px 5px;
    letter-spacing: 0px;
    width: 80px;
    margin-right: 0px !important;
}
ul#menu-main-menu[style="touch-action: pan-y; display: none;"]{display: block }
ul#menu-main-menu[style="touch-action: pan-y;"],
ul#menu-main-menu[style="touch-action: pan-y; display: block;"]{display: none }
    .genesis-nav-menu .menu-item:first-child {
    padding-top: 15px;
}   .genesis-nav-menu .menu-item:last-child {
    padding-bottom:  15px;
}
}
@media only screen and (max-width: 800px) {
 .site-inner, .wrap {max-width: none; width: 100%; }
 .site-inner, .wrap {padding: 0 5%; }
 .front-page .site-inner {padding: 0; }

 /* Genesis Responsive Menus */
 nav.nav-primary {top: 0; }
 .site-header nav .wrap {padding: 0;}
 nav.genesis-responsive-menu {display: none; position: relative; }

	.genesis-skip-link .skip-link-hidden {display: none; visibility: hidden; }
	.menu-toggle, .sub-menu-toggle {border-width: 0; background: #000; color: #fff; display: block; margin: 0 auto; overflow: hidden; text-align: center; visibility: visible; }
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {background-color: transparent; color: #22a1c4; border-width: 0; }
	.menu-toggle:focus, .sub-menu-toggle:focus {outline: 1px solid #ccc; outline-offset: -1px; }
	.menu-toggle {line-height: 20px; margin-bottom: 1px; position: relative; z-index: 1000; width: 100%; }
	.menu-toggle::before, .menu-toggle.activated::before {margin-right: 10px; text-rendering: auto; }
	.sub-menu-toggle {float: right; padding: 10px; position: absolute; right: 0; top: 0; z-index: 100;}
	.sub-menu-toggle::before {display: inline-block; text-rendering: auto; -webkit-transform: rotate( 0 ); -ms-transform:     rotate( 0 ); transform:         rotate( 0 ); -webkit-transition: transform .25s ease-in-out; -ms-transition:     transform .25s ease-in-out; transition:         transform .25s ease-in-out;}
	.sub-menu-toggle.activated::before {-webkit-transform: rotate( 180deg ); -ms-transform:     rotate( 180deg ); transform:         rotate( 180deg );}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a, .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {background-color: transparent; border-bottom: 0; margin-bottom: 1px;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {outline-color: #fff;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {text-decoration: underline;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {outline: 1px solid #fff;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {display: block; float: none; position: relative; text-align: left; }
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {position: relative; }
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a, .genesis-responsive-menu .genesis-nav-menu > li > a, .genesis-responsive-menu .genesis-nav-menu .menu-item a {border: 0; }
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {padding: 15px 20px; width: 100%;}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {border: none; } 
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {left: 0; margin-left: 0; }
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {content: none; }
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {clear: both; display: none; margin: 0; opacity: 1; padding-left: 15px; position: static; width: 100%; }
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {margin: 0;}
	.altitude-home .simple-social-icons ul li {margin: 0 20px 20px !important;}
	.footer-widgets .wrap {padding-top: 60px; padding-bottom: 60px;}
	.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {border-top: 0; margin-top: 0; }
	.image-section .flexible-widgets {padding-bottom: 80px; }
	.solid-section .flexible-widgets {padding-bottom: 40px; padding-top: 60px; }
	.bottom-image {margin-top: 60px; margin-bottom: -80px; }
}
@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
		font-size: 4rem;
	}
}


/*Menu CSS START*/
nav.nav-primary{
	font-size:1.6em;/*16px*/
	line-height: 1.2;
	display: block;
	position: relative;
	z-index:9999;
	min-height: 32px;
}
/* all lists */
nav.nav-primary ul, nav.nav-primary ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
}
nav.nav-primary ul a {
	display: block;
	text-decoration: none;
}
/* all list items */
nav.nav-primary ul li {
	float:left;
	-webkit-transition: background-color 0.7s ease;
	-moz-transition: background-color 0.7s ease;
	-o-transition: background-color 0.7s ease;
	-ms-transition: background-color 0.7s ease;
	transition: background-color 0.7s ease;
}
nav.nav-primary ul li:last-child{
	border:none;
}
/* second-level lists */
nav.nav-primary ul li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}
nav.nav-primary ul li ul li{width: 12em;}
nav.nav-primary ul ul li, nav.nav-primary ul ul ul li, nav.nav-primary ul ul ul ul li{border-right:none;}
nav.nav-primary ul li a.sf-with-ul:after {
	content: '\00BB';
	display: inline-block;
	*float:right;/*IE7 Fix*/
	position:relative;
	top: 0em;
	right: -0.3em;
}
nav.nav-primary ul li.sfHover a.sf-with-ul:after{-moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
nav.nav-primary ul li.sfHover li a.sf-with-ul:after{-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}
nav.nav-primary ul li a.sf-with-ul:only-child:after{
content: '';/* if only child, delete arrow */
 }
nav.nav-primary ul li ul a{padding:0.5em 1.5em; margin-top:-1px; /*to offset bottom border*/}
nav.nav-primary ul li ul li:last-child a{border-bottom:none;}
/* third-and-above-level lists */
nav.nav-primary ul li ul ul {margin: -2em 0 0 12em;/* negative margin calculated by li padding plus line height*/}
nav.nav-primary ul li:hover ul ul, nav.nav-primary ul li:hover ul ul ul, nav.nav-primary ul li.sfhover ul ul, nav.nav-primary ul li.sfhover ul ul ul {left: -999em;}
nav.nav-primary ul li:hover ul, nav.nav-primary ul li li:hover ul, nav.nav-primary ul li li li:hover ul, nav.nav-primary ul li.sfhover ul, nav.nav-primary ul li li.sfhover ul, nav.nav-primary ul li li li.sfhover ul { /* lists nested under hovered list items */ left: auto;
}
/*----------------------------------
IE7
-----------------------------------*/
.ie7 nav.nav-primary ul li a.sf-with-ul{
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NjUzQjYyMzVGOEMxMUUzOTFFRTg0NDFCMzIxQjA4QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NjUzQjYyNDVGOEMxMUUzOTFFRTg0NDFCMzIxQjA4QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2NTNCNjIxNUY4QzExRTM5MUVFODQ0MUIzMjFCMDhCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2NTNCNjIyNUY4QzExRTM5MUVFODQ0MUIzMjFCMDhCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+BDQ6YwAAAHdJREFUeNpiZBLWYCAGMEFpZiCuAGJOHHy4Qm8gbgfijVBJdD4DMyOXCIi+CcT/gTgZiI2BuAWI/yDxVzMiuRGk8wYQywGxPxDvRuYzISnaAhUshipC5m+CKbQHYicgrgHiPix8BmSrDYD4AlKIoPAZiQ1HgAADAOmdFtZlRP7CAAAAAElFTkSuQmCC);
 background-repeat: no-repeat;
 background-position:right center;
 }
.ie6 nav.nav-primary ul li a.sf-with-ul{
	 background-image: url('../images/arrow.png');
	 background-repeat: no-repeat;
	 background-position:right center;
}
@media screen and (min-width:800px){
	.menu-toggle{display: none;}
}
@media screen and (max-width:800px){
	nav.nav-primary span{display: none;}
	.menubtn{display: block; margin: 5px 0 10px; float:right; text-indent:-9999px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; width:40px; height:40px;}
	.menubtn:hover{cursor: pointer;}
	nav.nav-primary span{display: block;}
	nav.nav-primary span{position: relative; float: right; padding: 10px;}
	nav.nav-primary span:hover{cursor: pointer;}
	nav.nav-primary ul, nav.nav-primary ul > ul{display: none; float:none; width:100%;}
	nav.nav-primary ul li {border-right:none;}
	nav.nav-primary ul li a.sf-with-ul:after {content:'';}
	nav.nav-primary ul li ul, nav.nav-primary ul li ul li{width: 100%;}
	nav.nav-primary ul li ul a{border-bottom:none;}
	nav.nav-primary ul ul, nav.nav-primary ul li{width:100%;}
	nav.nav-primary ul li a{padding:0.5em 1em 0.5em 1em; float: left;}
	nav.nav-primary ul li ul a{padding: 0.5em 1em 0.5em 2em;}
	nav.nav-primary ul ul li ul a{padding: 0.5em 1em 0.5em 3em;}
	nav.nav-primary ul ul ul li ul a{padding: 0.5em 1em 0.5em 4em;}
	nav.nav-primary ul li ul, nav.nav-primary ul li ul ul, nav.nav-primary ul li:hover ul ul, nav.nav-primary ul li:hover ul ul ul, nav.nav-primary ul li.sfhover ul ul, nav.nav-primary ul li.sfhover ul ul ul, nav.nav-primary ul li:hover ul, nav.nav-primary ul li li:hover ul, nav.nav-primary ul li li li:hover ul, nav.nav-primary ul li.sfhover ul, nav.nav-primary ul li li.sfhover ul, nav.nav-primary ul li li li.sfhover ul {position: relative; display: none; margin: 0 0 0 0; left: 0em;}
	nav.nav-primary{background: none;}
	.menubtn{background: #333 url('../images/menuicon.png')  no-repeat right top; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -khtml-opacity: 0.6; opacity: 0.6;}
	.menubtn:hover, .menuOpen{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -khtml-opacity: 1; opacity: 1;}
	nav.nav-primary span{background: #00b4ff; color:#fff;}
	nav.nav-primary span:hover{background: #049ad6;}
	nav.nav-primary ul ul, nav.nav-primary ul li{background: #eeeeee;}
	nav.nav-primary ul li ul li{background: #ccc;}
	nav.nav-primary ul li ul li{border-bottom:1px solid #e5e5e5;}
	nav.nav-primary ul ul ul li{background: #ccc;}
	ul li.menuOpen >span{background: #049ad6;}
	ul ul li.menuOpen, ul ul li.menuOpen:hover{background:#a9e4fc;}
	ul ul ul li.menuOpen, ul ul ul li.menuOpen:hover{background:#cdebf7;}
}
/*Menu CSS OVER*/



/* Themes start css*/


.site-header > .wrap {display: flex; display: -webkit-flex; align-items: center; max-width: 95%; }
.site-header .header-widget-area {flex: 1 0; display: flex;display:-webkit-flex; align-items: center; }
.site-header .header-menu {padding-left: 35px; }
.site-header .header-right-outer {padding-left: 30px;}



/*header*/
.site-header .widget-area .row {display: flex; margin: 0 auto; width: 100%; align-items: center; }
.site-header .title-area {display: none; }
.header_menu_right ul li a {color: #fff; text-transform: uppercase; font-weight: normal; font-family: 'Purveyor'; padding: 15px 20px; display: block; font-size: 12px; }
.header_menu_right ul#menu-main-menu {text-align: right; }
.header_menu_right ul li {float: none; display: inline-block; }
.header_menu_right ul li a:hover, .header_menu_right ul li a:active, .header_menu_right ul li a:focus {color: #ffa401; }

/*general css*/
.sub-title {font-size: 25px; text-transform: uppercase; font-weight: 600; font-family: 'Purveyor'; }
.main-title {font-size: 80px; margin-bottom: 20px; padding-bottom: 30px; position: relative;}
.main-title::after {position: absolute; content: ""; width: 500px; height: 8px; background-size: contain; background-repeat: no-repeat; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.yellow-span::after{background-image: url('../images/divider.png');}
.white-span::after {background-image: url('../images/white-adter.png'); width: 240px; }
.short-span::after{background-image: url('../images/short-divider.png'); width: 240px; }
.col-white, .col-white p{color: #fff;}
.yellow-col {color: #ffa400; }
.col-red {color: #c8102e; }
.pad-tp-0 .vc_column-inner {padding-top: 0 !important; }
.title-bx.wpb_text_column {margin-bottom: 25px; }


.mb-0 {margin-bottom: 0; }
a.button {background: none; border: 1px solid #ffa400; color: #ffa400; border-radius: 0; font-family: 'Gotham'; letter-spacing: 0;}
a.button:hover {background: #ffa400; color: #c8102e; }
a.btn-white.button {border-color: #fff; color: #fff; }
a.btn-white.button:hover {background: #fff; color: #000; }
a.btn-red.button{border-color: #c8102e; color: #c8102e; }
a.btn-red.button:hover {background: #c8102e; color: #fff; }
a.button:hover {border: 1px solid transparent; }
a:focus, a:hover {text-decoration: none !important; }
a:active, a:hover {outline-width: 0 !important; }

/*banner section*/
.banner-section {min-height: 850px; }
.banner-sub {font-size: 25px; text-transform: uppercase; font-weight: 600; margin-bottom: 35px; }



/*about section*/
.about-sec {margin-top: -260px; padding-bottom: 80px; }
.about-title .main-title {font-size: 37px; }
.about-title .yellow-span::after {background-image: url('../images/about-after.png'); width: 245px; }
.ab-cont .vc_col-sm-12 {width: 600px; margin: 0 auto; float: none; }

/*Form Placeholder color*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fcedd2 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fcedd2 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fcedd2 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fcedd2 !important;
    opacity: 1;
}


/*above form*/
.above-footer-sec {height: 100vh; }
.above-form .field {margin-bottom: 10px; }
/*::placeholder {color: #fcedd2; }
.field * ::placeholder {color: #fcedd2 !important; opacity: 1; }*/

        



.field textarea {height: 140px; }
.btn .wpcf7-submit {background: #ffb400; border: 0 !important; width: 100%; color: #000; border-radius: 0; font-size: 20px; }
.btn .wpcf7-submit:hover {background: #c8102e; }
.above-form .btn {padding: 0; width: 100%; border: 0; }
.form-section {padding: 40px; background: #14171b; box-shadow: 1px 1px 31px #000000b0; }
.contact-sec > .vc_column-inner, .form-section.vc_col-sm-6 > .vc_column-inner {padding: 0; }

/*Above Footer*/
.above-footer-sec .mb-1 {margin-bottom: 15px; }
.contact-sec {padding: 40px; }
.cont-detail, .cont-detail a, .cont-info p {color: #fcedd2; }
.cont-icon-de > .wpb_wrapper {display: flex; }
.cont-icon img {display: block; }
.contact-sec .cont-icon-de {margin-bottom: 25px; }
.cont-icon {margin-right: 12px; }


/*footer*/
.footer-inner a {color: #c8102e; font-size: 20px; padding-right: 12px; margin-right: 12px; border-right: 1px solid #c8102e; line-height: 1; float: none; display: inline-block; }
.footer-inner a:last-child {border-right: 0; margin-right: 0; padding-right: 0; }
.footer-inner {margin-bottom: 15px; float: left; width: 100%; text-align: center; }
.copy-right-foo {float: left; width: 100%; font-size: 14px; }
.footer {padding-top: 40px; padding-bottom: 70px; }
.footer-logo img {max-width: 200px; display: inline-block; }
.footer-logo {text-align: center; }
.footer-address {float: left; width: 100%; font-size: 14px; }
.copy-right-foo a {color: #000; }
.copy-right-foo a:hover, .footer-inner a:hover{color:#ffa401;}

/*The Pub Section*/
.full-height-sec {padding-top: 100px; height: 100vh; }
.full-height-sec .vc_col-sm-12 {width: 760px; margin: 0 auto; float: none; }


/*The CraFT-SECTION*/
.full-height-sec.the-craft-sec {
    padding-top: 280px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {color: #fff; text-align: center;}
.header-menu.mobile-menu {
    display: none;
}
.wpcf7-form-control-wrap {
    position: relative; 
       display: flex;
    flex-flow: column;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output{color: #fff}

.termAndConditionList{}
.termAndConditionList ul li{list-style: none;}
ul.listNone li{list-style: none;}

.privacyContent{width: 100%;
    margin: 40px auto;
   /* max-width: 830px;*/
    padding: 0px 15px;}
.privacyContent ul{   
    margin-left: 20px;
}
.privacyContent ul li a,
.privacyContent p a{color: #c8102e;font-weight: 500}
.privacyContent ul li,
.privacyContent p{
    margin-bottom: 8px;}
    .featured_image_area{display: none;}
.pages{
    padding-top: 135px;}

    .privacypolicysection,
 .termscondition{    padding: 35px 15px 25px;
 	/*margin: 20px 0px;*/
 }
.topHeadSection{padding: 65px 15px 30px;}
.titleHeader .main-title::after {
    width: 200px !important;
    height: 5px !important;
    background-size: cover !important;
}
.topHeadSection p a,
 .privacypolicysection p a,
  .termscondition p a,
  .privacypolicysection li a,
  .termscondition li a{color: #c8102e;font-weight: 500} 
  .privacypolicysection p,
  .termscondition p{
    margin-bottom: 8px;}
 .privacypolicysection ul{margin-left: 0px;}

 .privacypolicysection h2,
  .termscondition h2{
    margin-bottom: 32px;}

/* ul.counter{    margin-left: 0px;}
ul.counter li{list-style: none;}
ul.counter3{counter-reset: section;}
ul.counter3 li{    list-style: none;}
ul.counter3 li:before{font-weight: 600;    counter-increment: section;  content: "3." counter(section) ". ";margin-left: -20px;}
ul.counter4{counter-reset: section;}
ul.counter4 li{    list-style: none;}
ul.counter4 li:before{font-weight: 600;    counter-increment: section;  content: "4." counter(section) ". ";margin-left: -20px;}
ul.counter5{counter-reset: section;}
ul.counter5 li{    list-style: none;}
ul.counter5 li:before{font-weight: 600;    counter-increment: section;  content: "5." counter(section) ". ";margin-left: -20px;}
ul.counter6{counter-reset: section;}
ul.counter6 li{    list-style: none;}
ul.counter6 li:before{font-weight: 600;    counter-increment: section;  content: "6." counter(section) ". ";margin-left: -20px;}
ul.counter7{counter-reset: section;}
ul.counter7 li{    list-style: none;}
ul.counter7 li:before{font-weight: 600;    counter-increment: section;  content: "7." counter(section) ". ";margin-left: -20px;}
ul.counter8{counter-reset: section;}
ul.counter8 li{    list-style: none;}
ul.counter8 li:before{font-weight: 600;    counter-increment: section;  content: "8." counter(section) ". ";margin-left: -20px;}
ul.counter10{counter-reset: section;}
ul.counter10 li{    list-style: none;}
ul.counter10 li:before{font-weight: 600;    counter-increment: section;  content: "10." counter(section) ". ";margin-left: -20px;}
ul.counter11{counter-reset: section;}
ul.counter11 li{    list-style: none;}
ul.counter11 li:before{font-weight: 600;    counter-increment: section;  content: "11." counter(section) ". ";margin-left: -20px;}
ul.counter12{counter-reset: section;}
ul.counter12 li{    list-style: none;}
ul.counter12 li:before{font-weight: 600;    counter-increment: section;  content: "12." counter(section) ". ";margin-left: -20px;}
ul.counter13{counter-reset: section;}
ul.counter13 li{    list-style: none;}
ul.counter13 li:before{font-weight: 600;    counter-increment: section;  content: "13." counter(section) ". ";margin-left: -20px;}
*/

ul.counter{    margin-left: 20px;}
ul.counter li{list-style: none;}

ul.counter3,
ul.counter4,
ul.counter5,
ul.counter5,
ul.counter6,
ul.counter7,
ul.counter8,
ul.counter10,
ul.counter11,
ul.counter12,
ul.counter13{margin-left: 20px;}

ul.counter li,
ul.counter3 li,
ul.counter4 li,
ul.counter5 li,
ul.counter5 li,
ul.counter6 li,
ul.counter7 li,
ul.counter8 li,
ul.counter10 li,
ul.counter11 li,
ul.counter12 li,
ul.counter13 li{    list-style: none;position: relative;}
ul.counter li:before,
ul.counter3 li:before,
ul.counter4 li:before,
ul.counter5 li:before,
ul.counter5 li:before,
ul.counter6 li:before,
ul.counter7 li:before,
ul.counter8 li:before,
ul.counter10 li:before,
ul.counter11 li:before,
ul.counter12 li:before,
ul.counter13 li:before{    width: 10px;    top: 0px;left: -20px;position: absolute;content: "\00BB";height: 10px;}
ul.counter3 li ul li:before,
ul.counter4 li ul li:before,
ul.counter5 li ul li:before,
ul.counter5 li ul li:before,
ul.counter6 li ul li:before,
ul.counter7 li ul li:before,
ul.counter8 li ul li:before,
ul.counter10 li ul li:before,
ul.counter11 li ul li:before,
ul.counter12 li ul li:before,
ul.counter13 li ul li:before{display: none}

ul.counter13 li:before{font-weight: 600;      top: 0px;    width: 10px;
    height: 10px;
    position: absolute;
    content: "\00BB";left: -20px;}

@media only screen and (max-width: 1550px) {
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {padding: 15px 10px;}
.main-title {font-size: 60px; margin-bottom: 15px; padding-bottom: 25px;}
.about-title .main-title {font-size: 30px; }
.main-title::after {width: 350px;}
.white-span::after {width: 190px;}
.about-title .yellow-span::after {width: 195px; }
.short-span::after {width: 170px; }

.banner-sub {font-size: 20px;}
.banner-section {
    min-height: 700px;
}
.about-sec {
    margin-top: -180px;
}
.full-height-sec {
    padding-top: 70px;

}


}

@media only screen and (max-width: 1400px) {
	header.site-header > .wrap{max-width: 97%;}
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {padding: 15px 7px; }
.banner-section {min-height: 700px; }
.about-sec {margin-top: -190px;}
.main-title {font-size: 50px; padding-bottom: 25px; }
.banner-sub {font-size: 17px; }
.full-height-sec {padding-top: 70px;}
.the-craft-sec {padding-top: 250px; }
.footer {padding-top: 30px; padding-bottom: 50px; }
body, input, select, textarea, p, .cont-detail, .cont-detail a {font-size: 15px;}
.sub-title {font-size: 20px;}
	.above-footer-sec{height: calc(100vh + 100px);}
	.full-height-sec.the-craft-sec {
    padding-top: 225px;
}
.full-height-sec.the-pub-sec {
    padding-top: 80px;
    height: calc(100vh + 90px);
}
button, input[type="button"], input[type="reset"], input[type="submit"],
.button, .widget .button{
    padding: 13px 22px;}
}
@media only screen and (max-width: 1350px) {
	header.site-header > .wrap{max-width: 98%;}
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {padding: 15px 6px; }
}

@media only screen and (max-width: 1300px) {
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {padding: 15px 5px;font-size: 11px; }


}	

@media only screen and (max-width: 1200px) {
	header.site-header > .wrap{max-width: 99%;}
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {font-size: 11px; padding: 15px 2px;}
.banner-section {min-height: 650px; }
.about-sec {margin-top: -160px; }
 .contact-sec, .form-section {padding: 25px;}
.full-height-sec.the-craft-sec {
    padding-top: 285px;
}

	}

@media only screen and (max-width: 1130px) {
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {font-size: 10px; padding: 15px 3px; }

}

@media only screen and (max-width: 1100px) {
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {font-size: 10px; padding: 15px 4px; }
.footer-inner a {font-size: 18px;}
.main-title {font-size: 40px;}
 .banner-section {min-height: 560px; }
 .about-sec {margin-top: -140px; }
 .main-title::after {width: 250px; }
 .banner-sub {font-size: 15px; }
.about-title .main-title {font-size: 25px; }
.about-title .yellow-span::after {width: 145px; }
.about-sec {margin-top: -130px; }

header.site-header > .wrap{
    max-width: 96%;}
}
@media only screen and (max-width: 1040px){
	.site-header.sticky-header .genesis-nav-menu a,
.header_menu_right ul li a {font-size: 9px; padding: 15px 2px;}

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

.thePub .main-title::after,
.fomo .main-title::after,
.theBrewery .main-title::after,
.thecraft .main-title::after{
    width: 120px;
}
.privacyContent{width: 100%;
    margin:20px auto;
    padding: 0px 15px;}
} 

@media only screen and (max-width: 1023px){
	.pages {
    padding-top: 0px;
}
	.site-header.sticky-header {
    background-color: #c8102e;
}
	.site-header.sticky-header .genesis-nav-menu ,
	.genesis-nav-menu a{
    font-size: 1.4rem !important;}
	header.site-header > .wrap {
    max-width: 768px;
    width: 100%;
	}

	.col-md-2.header_middle a{
    height: 100%;
    display: block;
    width: 160px;}
	.menu-toggle, .sub-menu-toggle {
    border-width: 0;
    background: #c8102e;
    color: #ffffff !important;
    display: block;
    margin: 0 15px !important;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    border: 1px solid #fff !important;
    padding: 4px 12px !important;
    width: auto !important;
    border-radius: 0px;
    margin-right: 0px !important;
    letter-spacing: 0px !important;
}
.header-menu.mobile-menu {
    display: block;
}
.col-md-5.header_menu_right {
    display: none;
}
.site-header .header-widget-area {
    flex: 1 0;
    display: block;
    /*display: -webkit-flex;
    align-items: center;
    flex-direction: row-reverse;*/
}
.col-md-2.header_middle{
    padding-left: 0px !important;}
.header-menu.mobile-menu {
    display: flex;
    width: 50%;
    flex: 0 0 50%;

    float: right; 
    text-align: right;
    margin-right: 0px;
    justify-content: flex-end;
}
.site-header .widget-area .row{
    display: inline-block;
    flex: 0 0 50%;

    width: 50%;}

	.menu-main-menu-container {
    position: absolute;
    z-index: 100;
    width: 100vw;
    background: #fff;
    left: -104.2%;
    float: -50;
    top: 80px;
    float: left;
    left: 0px;
}
.genesis-nav-menu a{
    color: #c8102e;
    font-weight: 600;}
    .genesis-nav-menu .menu-item {
    display: block;
    text-align: left;
}
}
@media only screen and (max-width: 991px){
.full-height-sec .vc_col-sm-12 {
    width: 760px;}
    .privacyContent h2{    font-size: 18px !important;
    margin: 0 0 15px;}
    /*.about-sec {
    margin-top: -110px;
}*/

	.topHeadSection {
    padding: 45px 15px 10px;
}

.privacypolicysection, .termscondition {
    padding: 15px 15px 5px;
    /* margin: 20px 0px; */
}.privacypolicysection h2, .termscondition h2 {
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 26px !important;
}
  }

@media only screen and (max-width: 800px){
	.header-menu.mobile-menu {
    display: flex;
   /* position: relative;*/}
	.menu-main-menu-container {
    position: absolute;
    z-index: 100;
    /* left: calc(100vw - 10%); */
    width: 100vw;
    background: white;
    left: 0%;
    float: left;
    top: 80px;
    float: left;
}
/*.menu-main-menu-container {
    position: absolute;
    z-index: 100;
    width: 100vw;
    background: white;
    left: -111%;
    float: left;
    top: 60px;
    float: left;
}*/
.full-height-sec .vc_col-sm-12 {
    width: 600px;}
  .about-sec {
    margin-top: -110px;
}
.col-md-2.header_middle a{
    height: 100%;
    display: block;
    width: 160px;}
     .above-footer-sec {
    min-height: 768px;
    height: 100%;
}
}
@media (max-width: 768px){
  .about-sec {
    margin-top: -100px;
}
.full-height-sec.the-pub-sec{    min-height: 768px;
    height: 100%;}
.full-height-sec{    min-height: 768px;
    height: 100%;}
    .above-footer-sec {
    min-height: 768px;
    height: 100%;
}
}
@media (max-width: 767px){
	.topHeadSection.terms{
    padding: 15px 15px 10px;
}
	.privacypolicysection h2, .termscondition h2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;text-align: left !important
}
	 .privacypolicysection, .termscondition {
    padding: 5px 15px 5px;
}
 .privacypolicysection p, .termscondition p{text-align: left !important}

.privacypolicysection .wpb_column.vc_col-sm-6:first-child .wpb_content_element,
.termscondition .wpb_column.vc_col-sm-6:first-child .wpb_content_element{
    margin-bottom: 10px !important;
}
	.privacyContent{width: 100%;
    margin:5px auto;
    padding: 0px 0px;}
	.col-md-2.header_middle a{
    height: 100%;
    display: block;
    width: 150px;}
  .yellow-span::after {
    height: 4px;
    background-size: cover;
}
.about-title .yellow-span::after {
    width: 145px;
    height: 7px;
    background-size: contain;
}
  .banner-section {
    min-height: 430px;
}
.about-title .main-title {
    font-size: 20px;
}
.full-height-sec{min-height: 800px;}
.full-height-sec.the-brewery{height: 100%;min-height: 650px;background-position: bottom center !important;background-size: 1000px auto !important; /*background-size: contain !important;*/background-repeat: no-repeat;background-color: #fdecd2;}
.full-height-sec.the-pub-sec{height: 100%;    min-height: 640px;background-color: #ffa401; background-size: 1000px auto !important;   /* background-size: contain !important;*/background-position: bottom center !important;}
.full-height-sec.fomo-sec{height: 100%;    min-height: 500px;}
.full-height-sec.the-craft-sec{ /*   height: 540px;padding-top: 160px;*/height: 600px;padding-top: 220px;}
    .above-footer-sec {height: auto;}
    .main-title {font-size: 30px;padding-bottom: 20px;}
    .full-height-sec {padding-top: 55px;}
    .title-bx.wpb_text_column {margin-bottom: 18px;}
    .thePub .main-title::after, .fomo .main-title::after,
     .theBrewery .main-title::after, .thecraft .main-title::after {width: 90px;}
    .contact-sec .cont-icon-de {margin-bottom: 20px;}
    .contact-sec, .form-section {padding: 35px 25px;}
    input, select, textarea{padding: 15px 15px;}
    .footer {padding-top: 20px;padding-bottom: 30px;}
    a.button{font-size: 1.2rem;padding: 12px 20px;}
    .footer-logo img {max-width: 160px;display: inline-block;}
    .footer-inner a {font-size: 16px;}
    .ab-cont .vc_col-sm-12,
    .full-height-sec .vc_col-sm-12 { width: calc(100% - 100px);}
    .ab-cont{padding-top: 40px;}
    .about-sec {
    margin-top: -100px;
}
}
@media (max-width: 767px){}
@media (max-width: 600px){
    .full-height-sec.the-brewery{background-size: 920px auto !important;}
    .about-sec {
    margin-top: -70px;
}
}
@media (max-width: 567px){
    .ab-cont .vc_col-sm-12,
    .full-height-sec .vc_col-sm-12 { width: calc(100% - 30px);}
    .full-height-sec.the-brewery {padding-top: 50px;background-size: 650px auto !important;    min-height: 560px;}
    .full-height-sec.the-pub-sec{    padding-top: 50px; background-size: 700px auto !important;    min-height: 560px;}
    .main-title {font-size: 28px;}
    .full-height-sec.fomo-sec {min-height: 500px;
    padding-top: 50px;
    height: 100%;
}
.full-height-sec.the-craft-sec {
    
    min-height: 620px;
    padding-top: 180px;
}
    .banner-section {
    min-height: 380px;
}
.about-title .main-title {
    font-size: 18px;
}
}
@media (max-width: 500px){
      .about-sec {
    margin-top: -60px;
    padding-bottom: 50px;
}
}
@media (max-width: 480px){
  .about-sec img{height: 105px;
  }
   .banner-section {
    min-height: 350px;
}
  .full-height-sec.the-brewery,
.full-height-sec.the-pub-sec {
    background-size: 700px auto !important;
  min-height:570px;    height: 100%;
    padding-top: 50px;
}
.ab-cont{
    padding-top: 30px;}
        .banner-section {
}
 .about-sec .wpb_content_element{
    margin-bottom: 10px;}
}
@media (max-width: 479px){
  .full-height-sec.the-brewery,
.full-height-sec.the-pub-sec {
    background-size: 700px auto !important;
    min-height:600px;    height: 100%;
    padding-top: 50px;
}
}
@media (max-width: 479px){
  .full-height-sec.the-brewery,
.full-height-sec.the-pub-sec {
    min-height:600px;    height: 100%;
}
}

@media (max-width: 420px){
 .about-sec .wpb_content_element{
    margin-bottom: 0px;}
     .about-sec .ab-cont .wpb_content_element{
    margin-bottom: 15px;}
    .about-sec {
    margin-top: -50px;
    padding-bottom: 40px;
}
}

@media (max-width: 360px){
  .banner-section {
    min-height: 350px;
}
  .about-sec img{height: 85px;
  }
  .full-height-sec.the-craft-sec,
    .full-height-sec.the-brewery,
.full-height-sec.the-pub-sec {
        min-height: 640px;
    height: 100%;
}
 .full-height-sec.the-brewery .wpb_content_element,
.full-height-sec.the-pub-sec .wpb_content_element{margin-bottom: 25px;}
    .ab-cont .vc_col-sm-12,
    .full-height-sec .vc_col-sm-12 { width: calc(100% - 20px);}
    .about-sec {
    margin-top: -40px;
    padding-bottom: 40px;
}
}

/*@media (max-width: 360px) and (max-width: 360px){.above-footer-sec {
    height: auto;
    height: 700px;
}}*/