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-family:"proxima-nova";

font-family:"mrs-eaves-xl-serif";
*/

@font-face {
    font-family: 'Mrs Eaves OT';
    src: url('../fonts/MrsEavesOT-Italic.eot');
    src: url('../fonts/MrsEavesOT-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/MrsEavesOT-Italic.woff2') format('woff2'), url('../fonts/MrsEavesOT-Italic.woff') format('woff'), url('../fonts/MrsEavesOT-Italic.ttf') format('truetype'), url('../fonts/MrsEavesOT-Italic.svg#MrsEavesOT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

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: #0f1e23;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    line-height: 20px;
    ;
    -webkit-font-smoothing: antialiased;
}

.site-header .site-title {
    background-size: contain!important;
    height: 99px;
    transition: all 0.5s ease;
}

body.altitude-home {
    background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -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: #909193;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #000;
}

p {
    margin: 0 0 15px;
    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: "mrs-eaves-xl-serif";
    font-weight: normal;
    color: #0f1e23;
    line-height: 1.2;
    font-size: 30px;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 30px;
}

.h3 {
    font-size: 17px;
    font-weight: 700;
    color: #4e5f67;
}


/* 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 {
    font-family: "proxima-nova";
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-weight: normal !important;
    box-shadow: none;
    color: #4e5f67;
    font-weight: normal;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}

input:focus,
textarea:focus {
    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: #4e5f67;
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    color: #4e5f67;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #c8b273;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-family: "mrs-eaves-xl-serif";
    padding: 15px 25px;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
    font-size: 17px;
    letter-spacing: 0;
    text-align: center;
}

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: #0a193c;
    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;  }
.more-link {posit ion: relative;}*/


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
    max-width: 1000px;
}

.site-inner {
    background-color: #fff;
    clear: both;
    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;
}*/

/renovation-new-build/
/* Genesis
--------------------------------------------- */

.breadcrumb {
    font-size: 20px;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 25px 0;
}


/*.setbreadcrumb .breadcrumb {
    margin-top: 40px;
}*/

.breadcrumb a {
    color: #909193;
}

.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 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    float: left;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.featured-section .site-header {
    background-color: transparent;
}

.featured-section .site-header>.wrap {
    border-bottom: 1px solid #fff;
}

.site-header .title-area {
    float: left;
    width: 420px;
}

.site-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #fff !important;
}

.header-image .site-title>a {
    background-size: contain !important;
    display: block;
    height: 99px;
    text-indent: -9999px;
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    line-height: 1;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
}

.genesis-nav-menu .menu-item:last-child {
    padding-right: 0;
}

.genesis-nav-menu .menu-item.menu-item-has-children {
    padding-right: 29px;
}

.genesis-nav-menu .menu-item-has-children.current-menu-item .drop-icon {
    background-image: url("../images/down-arrow-select.png");
}

.genesis-nav-menu .menu-item-has-children .drop-icon {
    background-image: url(/wp-content/uploads/2020/02/down-arrow.png);
    font-family: FontAwesome;
    width: 11px;
    height: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    float: right;
    margin-top: -11px;
    margin-right: -20px;
}

.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;
    font-weight: 500;
    /* text-transform: capitalize !important;*/
    letter-spacing: 0;
    color: #f2f1ec;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a,
.genesis-nav-menu .current-menu-parent>a {
    color: #C8B273;
}


/*.genesis-nav-menu li .sub-menu {display: none !important; }*/


/*.sticky-header .genesis-nav-menu li.menu-click .sub-menu {top: 96px;}*/

.genesis-nav-menu li.menu-click .sub-menu {
    display: block !important;
    opacity: 1;
    left: 0;
    width: 100%;
    right: 0;
    background-color: transparent;
    text-align: right;
    top: auto;
    bottom: 0;
    line-height: 39px;
    border-top: 0px solid #0a193c;
    padding-right: calc(calc(100% - 1200px) / 2);
}

.banner_header .genesis-nav-menu li.menu-click .sub-menu,
.home .genesis-nav-menu li.menu-click .sub-menu {
    background: transparent
}

.genesis-nav-menu li.menu-click .sub-menu li {
    display: inline-block;
    padding: 0 10px;
}

.genesis-nav-menu li.menu-click .sub-menu li:last-child {
    padding-right: 0;
}

.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 li.menu-click .sub-menu li a {
    padding: 0;
    width: auto;
    background: none;
    font-size: 12px;
    letter-spacing: -0.02em;
}

.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
--------------------------------------------- */

.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;
}


/* 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: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    /*	.site-header .widget-area {width: 580px;}*/
    .content {
        width: 520px;
    }
    /*	.genesis-nav-menu a {padding: 30px 10px;}*/
    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 1023px) {
    .site-inner,
    .wrap {
        max-width: 768px;
    }
    .secondary-nav .site-inner {
        margin-top: 80px;
    }
    .front-page .site-inner {
        max-width: none;
    }
    /*	.site-header {position: static;}*/
    .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 { padding: 10px 0 !important;}*/
    .title-area .site-title {
        background-size: 100% !important;
        width: 90px;
    }
    .header-image .site-title>a {
        height: 90px;
    }
    .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;
    }
    .front-page .site-inner {
        margin-top: 0;
    }
    .site-inner {
        margin-top: 80px;
    }
    .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;
    }
}

@media screen and (max-width: 767px) {
    .banner_area_on.brand_banner .featured_image_area .site-inner .woocommerce.columns-4 {
        padding-top: 50px
    }
}

@media screen and (max-width: 991px) {
    .category_content,
    .woocommerce .multiselect {
        width: 100% !important
    }
    .woocommerce .multiselect {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@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;
    }
    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
    }
    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: #646464;
     font-family: 'Arial';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

*/
    body.altitude-home {
        background: none;
    }
    a,
    input:focus,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    textarea:focus,
    .button {
        -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;
        text-decoration: none;
    }
    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  {margin: 0 0 20px; }
h1, .h1 {font-size: 38px; }
h2, .h2 {font-size: 38px;}
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;
    }
    /* Forms --------------------------------------------- */
    /*input, select, textarea {background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-size: 14px;
    font-weight: 200;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid;
}*/
    label {
        font-weight: normal;
        font-size: 14px;
    }
    /*textarea{border: 1px solid}*/
    input:focus {
        border: 0;
        outline: none;
    }
    .front-page input:focus,
    .front-page textarea:focus {
        outline: none;
    }
    input[type="checkbox"],
    input[type="image"],
    input[type="radio"] {
        width: auto;
    }
    /*::-moz-placeholder {color: #fff; opacity: 1; }
::-webkit-input-placeholder {color: #fff;opacity: 1;}*/
    /*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;
    }
    /* 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;
    }
    /* Structure and Layout
---------------------------------------------------------------------------------------------------- */
    /* Site Containers
--------------------------------------------- */
    .site-inner,
    .wrap {
        float: none;
        margin: 0 auto;
        max-width: 1200px;
    }
    .site-inner {
        background-color: #fff;
        clear: both;
        margin-top: 0;
        position: relative;
        z-index: 1;
        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;
    }
    .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;
    }
    /* 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;
    }
    /* Display outline on focus */
     :focus {
        color: #333;
        outline: none;
    }
    /* Site Header
---------------------------------------------------------------------------------------------------- */
    .site-header {
        left: 0;
        /* position: fixed;*/
        width: 100%;
        z-index: 999;
    }
    .featured-section .site-header {
        background-color: transparent;
    }
    /* Title Area
--------------------------------------------- */
    .site-header .title-area {
        float: left;
        width: auto;
        padding-right: 0;
        padding-left: 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-title>a {
        background-size: contain !important;
        display: block;
        text-indent: -9999px;
    }
    .site-description {
        display: block;
        height: 0;
        margin-bottom: 0;
        text-indent: -9999px;
    }
    /* Site Navigation
---------------------------------------------------------------------------------------------------- */
    .genesis-nav-menu {
        line-height: 1;
    }
    .genesis-nav-menu .menu-item {
        display: inline-block;
        text-align: left;
    }
    .genesis-nav-menu li li {
        margin-left: 0;
    }
    .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;
    }
    /* 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: relative;
    }
    .menu .menu-item>a:focus+ul.sub-menu,
    .menu .menu-item.sfHover>ul.sub-menu {
        left: 0;
        opacity: 1;
    }
    .sub-menu-toggle,
    .menu-toggle {
        display: none;
        visibility: hidden;
    }
    /* Content Area

/* Dashicons
--------------------------------------------- */
    .front-page .dashicons {
        font-size: 40px;
        font-size: 4rem;
        height: 40px;
        margin-bottom: 20px;
        width: 40px;
    }
    /* 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;
    }
    /* 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;
    }
    /* 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;}*/
        .front-page-1,
        .front-page-3,
        .front-page-5,
        .front-page-7 {
            background-attachment: scroll;
        }
    }
    @media only screen and (max-width: 1023px) {
        .site-inner,
        .wrap {
            max-width: 768px;
        }
        .secondary-nav .site-inner {
            margin-top: 80px;
        }
        .front-page .site-inner {
            max-width: none;
        }
        /*    .site-header {position: static;}*/
        .front-page .site-header {
            background-color: #000;
        }
        .front-page .site-header>.wrap {
            border: none;
        }
        .content,
        .sidebar,
        .site-header .widget-area,
        .title-area {
            width: 100%;
        }
        .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;
        }
        .front-page .site-inner {
            margin-top: 0;
        }
        .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;
        }
    }
    @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 {
            position: relative;
            z-index: 1000;
            font-size: 0;
            background-image: url(/wp-content/uploads/2020/02/toggle-btn.png);
            background-repeat: no-repeat;
            background-size: 24px;
            padding: 0;
            width: 28px;
            border-radius: 0;
            background-color: transparent;
        }
        .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*/
    /*.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0}*/
    .vc_col-has-fill>.vc_column-inner,
    .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
    .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
    .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0
    }
    .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .flex-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .flex-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .justify-content-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .justify-content-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .justify-content-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .align-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .align-items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .align-items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .align-items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .align-content-start {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
    .align-content-end {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
    .align-content-center {
        -ms-flex-line-pack: center;
        align-content: center
    }
    .align-content-between {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }
    .align-content-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }
    .align-content-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
    .align-self-auto {
        -ms-flex-item-align: auto;
        align-self: auto
    }
    .align-self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .align-self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    .align-self-center {
        -ms-flex-item-align: center;
        align-self: center
    }
    .align-self-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }
    .align-self-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
    .d-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    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*/

.top-title {
    transition: all 0.5s ease;
    padding: 20px 0;
    /* border-bottom: 1px solid rgba(200, 178, 115, 0.15);*/
    background: #0a193c;
}

.home .top-title,
body.uk .top-title {
    background: -moz-linear-gradient(top, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
}


/*.site-header > .wrap {display: flex;display:-webkit-flex; align-items: center; }*/

.top-title>.site-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.site-header>.wrap {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%!important;
}

.site-header .header-widget-area {
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.site-header .header-menu {
    padding-left: 35px;
}

.site-header .header-right-outer {
    padding-left: 30px;
}

.site-header .wrap {
    max-width: 1200px;
}

.site-wrap {
    max-width: 1200px;
    margin: auto;
}

.top_header {
    float: left;
    width: 100%;
    background: #c8b273;
    line-height: 40px;
}

.top_header #mega-menu-wrap-top-sidemenu {
    float: right;
    background: transparent;
}

.banner_head {
    font-size: 5.208333333333333vw;
    color: rgba(237, 225, 169, 0.9);
    margin-bottom: 50px;
    line-height: .84!important;
    letter-spacing: -0.028em;
}

.banner_cont_block {
    /*max-width: 400px;*/
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 28px;
}

.page-id-1425 .banner_cont_grid,
.banner_cont_grid {
    position: relative;
    max-width: 475px;
    float: right;
    top: 80px;
}

.location-dropdown {
    display: block;
    float: right;
}

.location-dropdown a {
    color: #ffffff;
    text-transform: capitalize;
}

header.site-header.submenu-open {
    z-index: 999;
}

.home .site-inner,
body.usa .site-inner,
body.uk .site-inner {
    margin-top: 0;
}

header.site-header.sticky-header .top-title {
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 10px 0;
    transition: all .2s ease-in-out 0s;
    animation-duration: 1s;
    /*animation-fill-mode: both;animation-name: slideInDown; box-shadow: 1px 1px 31px rgba(0, 0, 0, 0.1);*/
}

header.site-header.abd,
header.site-header.bcd,
.site-header.sticky-header {
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(10, 25, 60, 0.85);
    padding: 0;
    transition: all .2s ease-in-out 0s;
    animation-duration: 1s;
    /*animation-fill-mode: both;animation-name: slideInDown; */
    box-shadow: 1px 1px 31px rgba(0, 0, 0, 0.1);
}

@media (min-width:1200px) {
    /* .site-header.sticky-header .site-title{    height: 75px; } */
    @keyframes slideInDown {
        0% {
            transform: translate3d(0, -100%, 0);
            visibility: visible
        }
        100% {
            transform: translate3d(0, 0, 0)
        }
    }
}


/*home*/

.location-dropdown a #selected {
    margin-right: 10px;
    line-height: 1.2;
}

.location-dropdown a span {
    font-size: 12px;
}

.footer .location-dropdown #fooselected {
    font-size: 18px;
    float: left;
    margin-bottom: 0;
}

.footer .location-dropdown a span {
    font-size: 12px;
    float: right;
    line-height: 20px;
}

.footer .location-dropdown a {
    display: block;
    max-width: 80%;
}

.banner_area #rev_slider_1_1_wrapper,
.slider_area .rs-fw-forcer {
    height: 80vh!important;
}

.banner_area {
    height: 85vh!important;
}

#rev_slider_1_1 {
    height: 80vh!important;
    max-height: 80vh!important;
}

rs-fw-forcer {
    height: 80vh!important;
}

.discover_brand {
    background: url(../images/discover_icn.png) no-repeat;
    font-size: 13px;
    color: #fff;
    background-position: left center;
    padding-left: 42px!important;
    min-height: 29px!important;
    line-height: 1.2!important;
    display: flex;
    align-items: center;
}

a:focus,
a:hover {
    text-decoration: none!important;
}

.discover_brand:hover {
    color: #ffffff
}

.slider_area {
    font-family: "proxima-nova"!important;
}

.site_color {
    color: #c8b273;
}

.abt_qlt_cont_rw .abt_qlt_img img {
    position: relative;
    z-index: 99;
}

.abt_qlt_cont_rw {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.abt_qlt_cont_rw .abt_qlt_img {
    position: relative;
    margin-top: -77px;
    margin-bottom: 25px;
}

.abt_qlt_sec {
    overflow: visible!important;
    padding-bottom: 70px;
}

.abt_info_box .info_box_cont_part {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 30px 15px 65px;
    margin: auto;
    color: #fff;
}

.abt_info_box>.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
    overflow: hidden;
}

.info_box_cont_part .info_heading {
    color: #c8b273;
    margin-bottom: 13px;
}

.info_box_cont_part .info_icn {
    margin-bottom: 6px;
}

.abt_info_box .info_box_img {
    margin-bottom: 0!important;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.abt_info_box>.wpb_column>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.info_cont_block {
    line-height: 1.8;
}

.abt_info_box>.wpb_column:hover .info_box_img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.top_header .dropdown-menu {
    left: auto!important;
    right: 0;
    padding: 10px;
    z-index: 9999;
    min-width: 170px;
    background: rgba(10, 25, 60, 0.95);
    margin-top: 0px;
    border-radius: 0;
    color: #fff;
    text-align: left;
}

.top_header .dropdown-menu li {
    line-height: 1.2;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
}

.top_header .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(200, 178, 115, 0.2);
}

.abt_qlt_cont {
    flex: 90% 0;
    max-width: 90%;
}

.footer {
    float: left;
    width: 100%;
    background: #0a193c;
    padding: 50px 0;
}

.footer a,
.footer * {
    color: #f2f1ec;
}

.footer-inner .widget-title,
.footer .location-dropdown {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: "mrs-eaves-xl-serif";
}

.footer-inner .widget ul li {
    margin-bottom: 0;
    padding-bottom: 8px;
    line-height: 1.2;
}

.footer-inner .footer-drp {
    float: left;
    width: 100%;
}

.footer-inner .footer-drp .location-dropdown {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}

.footer-inner [class*="col-"]:not(:last-child) {
    padding-right: 35px;
}

.footer-inner .col-md-3.col-xs-7.brand-menu {
    padding-right: 0;
}

.footer-inner .col-md-3.col-xs-7.brand-menu .widget_nav_menu {
    margin-left: -15px;
}

.menu-brands-container ul li {
    width: 50%;
    float: left;
}

.b4_foo_sec {
    float: left;
    width: 100%;
    background: #c8b273;
    color: #fff;
    padding: 20px 0;
    display: none
}

.b4_foo_sec .wrap>.row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.review_slider_rw .owl-dots {
    margin-top: 30px!important;
}

.mc4wp-form-fields>p,
.mc4wp-form-fields>p label {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.mc4wp-form-fields>p label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.footer-drp .dropdown-menu {
    background: #0b1e4a;
    width: 100%;
}


/*Brand Logo slider*/

#brand-logo {
    padding: 46px 0 57px;
}

.brands-logo-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 100%;
}

.brands-logo-slider .owl-prev,
.brands-logo-slider .owl-next {
    width: 18px;
    height: 34px;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background: none !important;
    outline: none;
    margin: 0 !important;
}

.brands-logo-slider .owl-prev {
    background-image: url(/wp-content/uploads/2020/02/prev-arrow.png) !important;
    float: left;
}

.brands-logo-slider .owl-next {
    background-image: url(/wp-content/uploads/2020/02/next-arrow.png) !important;
    float: right;
}

.footer-drp .dropdown-menu li {
    padding: 8px 15px;
    line-height: 1.2;
    cursor: pointer;
}

.footer-drp ul.dropdown-menu li:hover {
    background: #c8b273;
}

.footer a:hover {
    color: #c8b273;
}

.b4_foo_sec .mc4wp-form-fields input[type="email"] {
    width: auto;
    margin-left: 20px;
}

.b4_foo_sec .mc4wp-form-fields input {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.b4_foo_sec .mc4wp-form-fields input[type="submit"] {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 8px;
    font-family: "mrs-eaves-xl-serif";
    font-weight: 700;
    text-transform: none;
}

.b4_foo_sec .mc4wp-form-fields input[type="submit"]:hover {
    background: #0a193c;
    border-color: #0a193c;
}

.mc4wp-form-fields>p {
    margin-bottom: 0;
}

.foo-link .foo_link_list {
    text-align: right;
    float: right;
}

.foo-link .foo_link_list li {
    float: left;
    margin-left: 8px;
}

.foo-link .foo_link_list li a {
    width: 30px;
    transition: all 0.5s ease;
    color: #fff;
    height: 30px;
    font-size: 15px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.con_dtl ul li {
    list-style: none;
}

.foo-link .foo_link_list li a:hover {
    color: #00123a;
}

.con_dtl ul {
    margin: 0;
}

.con_dtl a {
    color: #0f1e23;
}

.mc4wp-alert p {
    margin-bottom: 0;
}

.footer-drp .location-dropdown a #selected {
    font-size: 18px;
    line-height: 1.2;
}

.b4_foo_sec .mc4wp-response {
    margin-top: 8px;
    font-size: 14px;
}


/*defult css*/


/*body:not(.home) .b4_foo_sec {margin-top: 30px; }*/

.color-white,
.color-white p,
.color-white a {
    color: #ffffff;
}

.site-wrap {
    max-width: 1200px;
    margin: auto;
}

.rw_spc {
    padding: 53px 0;
}

.rw_spc-70 {
    padding: 70px 0;
}

.rw_tspc-70 {
    padding-top: 70px;
}

.rw_spc-90 {
    padding: 90px 0;
}

.m_w-608 {
    max-width: 608px;
    margin: auto;
}

.d_center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.d_vcenter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.banner_none {
    display: none!important;
}

.sec_spc-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.con_spc_sec {
    padding-top: 168px;
    padding-bottom: 200px;
}

.featured_image_area.banner_area {
    display: none;
}

.featured_image_area.banner_area.banner_area_on {
    display: flex;
    display: -webkit-flex;
}


/*Review slider*/

.review_slider_block .rplg-slider .rplg-stars,
.review_slider_block .rplg .rplg-review-badge {
    display: none!important;
}

.rplg-slider .rplg-box .rplg-box-content,
.rplg-row .rplg-row-right {
    text-align: center!important;
}

.rplg .rplg-box {
    background: transparent!important;
    border-radius: inherit!important;
    border: none!important;
}

.rplg-slider .rplg-box .rplg-box-content:before {
    display: none!important;
}

.rplg-slider:before {
    content: '\201C'!important;
    font-family: "mrs-eaves-xl-serif"!important;
    margin: auto!important;
    left: 0!important;
    right: 0!important;
    color: #c8b273!important;
    font-size: 150px!important;
    line-height: 104px!important;
    height: 40px!important;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0!important;
}

.rplg-slider .rplg-box .rplg-box-content {
    height: auto!important;
    margin: auto!important;
}

.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
    display: none!important;
}

.review_slider_rw .rplg-slider {
    padding-top: 48px!important;
}

.review_slider_block {
    max-width: 630px;
    margin: auto;
}

.review_slider_rw .rplg a,
.review_slider_rw .rplg p,
.review_slider_rw .rplg div,
.review_slider_rw .rplg span,
.review_slider_rw .rplg button {
    font-family: "mrs-eaves-xl-serif"!important;
    color: #0f1e23!important;
}

.rplg-slider .rplg-row {
    padding-top: 20px!important;
}

.rplg .rplg-review-name {
    line-height: 25px!important;
    font-size: 16px!important;
    font-weight: 700!important;
}

.rplg .rplg-review-text {
    line-height: 25px!important;
    font-size: 16px!important;
}

.rplg-slider .rplg-slider-review {
    margin: 20px 0 48px!important;
}

.rplg-slider .rplgsw-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent!important;
    opacity: 1!important;
    margin: 0 3px!important;
    border: 2px solid #a2a2a2!important;
}

.rplg-slider .rplgsw-pagination-bullet-active {
    background: #a2a2a2!important;
}

.abt_qlt_cont>.vc_column-inner {
    max-width: 600px;
}

.b4_foo_sec .mc4wp-response:empty {
    display: none;
}


/*brand slider*/

.brands-outer {
    max-width: 90%;
    margin: 60px auto;
}

.brand_slider_rw .vc_custom_heading {
    margin-bottom: 11px;
}

.brands-outer .owl-carousel .owl-item img {
    bottom: 0;
    display: inline-block!important;
    height: auto!important;
    left: 0;
    margin: auto!important;
    max-height: 100%;
    max-width: 100%!important;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto!important;
}

.brands-outer .owl-carousel .owl-item {
    height: 50px;
    position: relative;
}

.brands-outer .owl-carousel .owl-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
}


/*Testimonial CSS*/

.testi-slider {
    padding: 53px 0 45px;
}

.testimonials-slider {
    max-width: 585px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: "mrs-eaves-xl-serif";
    line-height: 25px;
}

.testimonials-slider .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial_block_name {
    margin-top: 15px;
    font-weight: 700;
}

.testi-quote {
    background-image: url(/wp-content/uploads/2020/02/testi-qouta.png);
    width: 42px;
    height: 33px;
    margin: 0 auto 28px;
}

.testi-slider .owl-dots {
    margin-top: 52px !important;
}

.testi-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 1.5px;
    border: 1px solid #a2a2a2;
    background: none;
}

.testi-slider .owl-dots .owl-dot.active span {
    background-color: #a2a2a2;
}


/*about us*/

.banner_area_on .banner_head.h1 {
    margin-bottom: 35px;
}

body {
    background: #f2f1ec;
}

.site-inner {
    background: transparent;
}

.featured_image_area.banner_area {
    float: left;
    width: 100%;
    align-items: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.brand_logo-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.brand_logo-center>.wpb_column {
    width: auto;
    padding: 0 15px;
}

.brand_logo-center .wpb_single_image {
    margin-bottom: 0;
}

.we_do_grid {
    display: flex;
    display: -webkit-flex;
}

.we_do_grid .we_do_con_col {
    background: #fffefc;
    padding: 80px;
}

.we_do_con_col .vc_btn3-container {
    margin-bottom: 0;
}

.we_do_img_col>.vc_column-inner {
    height: 100%;
}

.we_do_grid .we_do_head {
    font-size: 17px;
    color: #4e5f67;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
}

.site_btn button,
.site_btn a {
    background: #c8b273!important;
    border: none!important;
    color: #ffffff;
    font-family: "mrs-eaves-xl-serif";
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 20px;
    min-width: 240px;
    text-align: center;
}

.site-container .site_btn button,
.site-container .site_icn_btn a {
    background: #c8b273;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border: none!important;
    color: #ffffff;
    font-family: "mrs-eaves-xl-serif";
    font-size: 15px!important;
    line-height: 1.2!important;
    font-weight: 700;
    padding: 10px 20px;
    min-width: 240px;
    text-transform: inherit!important;
    letter-spacing: inherit;
}

.site-container .site_icn_btn button:before,
.site-container .site_icn_btn a:before {
    content: "";
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-image: url(../images/discover_icn.png);
    width: 26px;
    height: 26px;
    display: table;
    background-size: contain;
    margin-right: 10px;
}

.site-container .site_btn button:hover,
.site-container .site_btn a:hover {
    background: #0a193c!important;
    color: #ffffff;
}

.site-container .site_icn_btn button:hover:before {
    filter: inherit;
}

.wht_we_do_rw .we_do_main_head {
    margin-bottom: 30px;
}

.featured_image_area.banner_area .site-wrap {
    width: 100%;
}

.featured_image_area.banner_area .banner_cont_grid {
    float: left;
}

.site-container .site_icn_btn a {
    display: inline-flex;
    display: -webkit-inline-flex;
}


/*contact us*/

.con_dtl_inner {
    padding-top: 52px;
    font-size: 14px;
    line-height: 25px;
}

.con_dtl_inner .con_icn {
    margin-bottom: 25px;
    min-height: 82px;
}

.con_dtl .con_title {
    margin-bottom: 12px;
}

.con_dtl_inner>.wpb_column:not(:last-child) {
    border-right: 1px solid #dddddd;
}

.con_form_rw {
    padding-top: 106px;
}

.con_form_rw .cont_frm_head {
    margin-bottom: 32px;
}

.con_form_rw .input-row {
    margin-bottom: 12px;
}

.con_form_rw input[type="submit"] {
    width: 100%;
}

div.wpcf7-response-output {
    text-align: center;
    margin: auto;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.con_form_rw .input-row select:focus {
    outline: none;
}


/*Entertaining Ideas*/

.ent_grid .ent_cont_part {
    background: #fff;
    padding: 25px;
}

.ent_grid .ent_title a {
    color: #4e5f67;
}

.ent_cont_part .ent_title {
    margin-bottom: 12px;
}

.ent_img img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.ent-tips-rw [class*="col-"] {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.ent-tips-rw .row {
    margin-left: -10px;
    margin-right: -10px;
}

.ent-tips-main {
    float: left;
    width: 100%;
    padding-bottom: 110px;
    margin-top: -40px;
}

.load_more_btn_main .site-btn {
    display: table;
    margin: auto;
}

.ent_grid .ent_img {
    position: relative;
    overflow: hidden;
    display: block;
}

.ent_grid .ent_img img {
    transition: all 0.5s ease;
}

.ent_grid:hover .ent_img img {
    transform: scale(1.2);
}

.ent_fea_rw .ent_fea_img_col {
    margin-top: -24px;
    position: relative;
    z-index: 99;
}

.ent_fea_cont_col>.vc_column-inner {
    position: relative;
    top: 23px;
}


/*Entertaining Ideas detail*/

.ent_dtl_cont .feature_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ent_dtl_cont .feature_img {
    margin-bottom: 25px;
}

.social-icons li {
    margin-right: 6px;
}

.social-icons ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: 0;
    margin-bottom: 8px;
}

.social-icons li {
    margin-right: 6px;
    list-style: none!important;
}

.ent_dtl_cont {
    float: left;
    width: 100%;
}

.social-icons ul li {
    list-style: none;
    margin-right: 7px;
}

.social-icons li a {
    display: flex;
    display: -webkit-flex;
    width: 24px;
    height: 24px;
    color: #a9aeb8;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9aeb8;
    border-radius: 100%;
    font-size: 15px;
}

.ent_dtl_cont .social-icons {
    margin-bottom: 15px;
}

.ent_dtl_sidebar .brand_details {
    padding: 30px;
    background: #fff;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.brand_details .brand_img {
    margin-bottom: 20px;
    height: 144px;
    position: relative;
}

.brand_title a {
    color: #4e5f67;
}

.pro_weight {
    font-size: 14px;
    color: #859099;
    margin-bottom: 8px;
    line-height: 1.2;
}

.ent_detail_sec {
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 150px;
}

.ent_dtl_cont [class*="col-"] {
    padding: 0 7.5px;
}

.ent_dtl_cont .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.brand_details .brand_img img {
    bottom: 0;
    display: inline-block!important;
    height: auto!important;
    left: 0;
    margin: auto!important;
    max-height: 100%;
    max-width: 100%!important;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto!important;
}

.product-detail-row .vc_tta-panel-heading {
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
}

.product-detail-row .vc_tta-panel-heading a {
    padding: 20px 0!important;
    font-size: 15px;
    color: #0f1e23 !important;
}

.product-detail-row .vc_active .vc_tta-panel-heading a {
    padding: 20px 0 13px!important;
}

.product-detail-row .vc_tta-panel-heading a::after {
    content: "\f107 ";
    font-family: FontAwesome;
    right: 7px !important;
    position: absolute;
    color: #152429;
    font-weight: 600;
    font-size: 20px;
}

.product-detail-row .vc_tta-panel.vc_active .vc_tta-panel-heading a::after {
    content: "\f106"
}

.product-detail-row .vc_tta-controls-icon {
    display: none !important;
}

.product-detail-row .vc_tta-panel-body {
    padding: 0 0 16px!important;
    background: none !important;
    color: #5a6476;
}

.product-detail-row .vc_tta-panel-body p strong {
    padding-top: 8px !important;
    display: inline-block;
}

.product-detail-row .vc_tta-panel {
    border-top: 1px solid #cfcecb !important;
    border-bottom: 0 !important;
}

.product-detail-row .vc_tta-panels {
    border-bottom: 1px solid #cfcecb !important
}

.product-info tr th,
.product-info tr td {
    text-align: center;
    text-transform: capitalize;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 21px;
    padding: 0;
}

.product-info tr th {
    font-weight: bold;
    color: #0f1e23;
    padding-bottom: 4px;
}

.product-info tr td {
    color: #5a6476;
}

.product-info tr th:first-child,
.product-info tr td:first-child {
    text-align: left;
}

.product-detail-btn .wpb_wrapper {
    display: flex !important;
}

.product-detail-btn {
    margin-top: 8px !important;
    display: inline-block;
}

.product-detail-btn .site_btn a {
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em;
}

.pro-detail-btn a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background-color: #fff !important;
    color: #5a6476 !important;
}

.pro-detail-btn a:hover {
    color: #ffffff !important;
}

.pro-disclaimer-sec p {
    font-size: 11px;
    color: #5a6476;
    line-height: 20px !important;
}

.pro-disclaimer-sec .h6 {
    font-size: 12px;
    font-weight: bold;
    color: #5a6476;
    margin-bottom: 13px;
}

.relatedProducts .products {
    background-color: #e6e5e0;
    padding: 35px 40px 20px;
    margin: 26px -40px 95px;
}

.relatedProducts .products h2 {
    color: #5a6476;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 33px;
}


/*mega menu*/

.mega-menu-wrap,
.mega-menu-wrap li a {
    font-family: "proxima-nova"!important;
    font-weight: 600!important;
}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
    position: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: #0a193c;
    top: calc(100% + 1px);
    top: -webkit-calc(100% + 1px);
    padding: 12px 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    width: auto;
    padding: 0 12px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a {
    color: #ffffff;
    text-transform: capitalize;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    float: right;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px!important;
}

.mega-menu-wrap .mega-menu-item .mega-sub-menu li a {
    font-size: 12px!important;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary .mega-current_page_item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-parent>a.mega-menu-link {
    color: #c8b273!important;
}

.site-header.banner_header .top-title,
.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.banner_header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.home .site-header.submenu-open {
    background: rgba(10, 25, 60, 0.85);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
    width: 100%;
}

.social-icons li a i {
    font-size: 13px;
}

@media (min-width:768px) {
    .banner_cont_grid,
    .page-id-1425 .banner_cont_grid {
        top: 80px;
        padding-bottom: 30px;
    }
}

@media (min-width:992px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        max-width: 1200px;
        margin: auto;
        float: none;
    }
}


/*shop page*/

.home .site-header.menu-click {
    background: rgba(10, 25, 60, 0.85);
}

.banner_area_on.brand_banner~.featured_image_area~.site-inner .woocommerce.columns-4 {
    padding-top: 85px;
}

.woocommerce.columns-4 {
    padding-top: 125px;
    margin-bottom: 68px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 12px 12px 0;
    max-width: calc(25% - 9px);
    max-width: -webkit-calc(25% - 9px);
    border: 1px solid #ffffff;
    padding: 10px;
    transition: all 0.5s ease;
    flex: 24.1% 0 0;
    -ms-flex: 24.1% 0 0;
    text-align: center;
    list-style: none;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce ul.products li.product a img {
    height: 220px;
    box-shadow: none;
    object-fit: contain;
    margin: 0 auto 25px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    mix-blend-mode: multiply;
}

ul.products li.product .prod_subtitle {
    color: #859099;
    font-size: 14px;
}

.woocommerce-loop-product__title {
    font-size: 17px!important;
    color: #4e5f67;
    font-weight: 700;
    padding-bottom: 0!important;
}

.woocommerce ul.products li.product .button {
    font-weight: 700;
    background: transparent;
    border: none;
    border-radius: 0!important;
    padding: 0!important;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    margin-top: 15px;
    color: #5a6476;
    font-size: 13px!important;
    background: url(../images/find_more_icn_btn.png) no-repeat;
    letter-spacing: 0!important;
    text-transform: none;
    line-height: 24px;
    padding-left: 32px!important;
    opacity: 0;
    transition: all 0.5s ease;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}


/*shop detail page*/

.woocommerce .single-product {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.woocommerce div.product div.images .wpgis-slider-for {
    position: relative;
}

.woocommerce div.product div.images .wpgis-slider-for .zoom {
    vertical-align: middle;
    height: 480px;
    border: 1px solid #fff;
    display: flex;
    display: flex!important;
    align-items: center!important;
}

.woocommerce div.product div.images .wpgis-slider-for .zoom img {
    object-fit: contain!important;
}

.wpgis-slider-for {
    margin-bottom: 10px;
}

#wpgis-gallery .slick-slide {
    margin: 0;
    max-width: 80px!important;
    background: #ffffff;
    border: none;
    margin-right: 10px;
}

#wpgis-gallery .slick-slide li {
    display: block!important;
    margin-bottom: 2px;
}

.woocommerce div.product div.summary {
    float: left !important;
    width: 50%;
    padding-right: 20px;
}

.woocommerce div.product div.images {
    width: 50%;
    padding-left: 20px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    background-color: #ffffff;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.summary .pro_logo {
    margin-bottom: 35px;
}

.summary .product_des {
    font-size: 16px;
    margin-bottom: 2px;
}

.summary .pro_title {
    margin-bottom: 52px;
    color: #5a6476;
}

.woocommerce div.product div.summary {
    float: left !important;
    font-size: 14px;
    line-height: 1.2;
}

.woocommerce div.product div.summary p {
    line-height: 25px;
}


/*select*/

.multiselect {
    max-width: 400px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes,
#downloadboxesnew {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}


/* for 2nd drop down*/

#checkboxesnew {
    display: none;
    border: 1px #dadada solid;
}

#checkboxesnew label {
    display: block;
}

.share_main_box {
    display: none;
}

.noproduct {
    width: 100%;
    float: left;
    color: #8A8A8A;
    text-align: center;
    padding: 30px;
    font-size: 15px;
}

.woocommerce .multiselect {
    float: right;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    width: 34%;
    text-align: left;
}

.woocommerce .multiselect .selectBox {
    position: relative;
    border: 0.25px solid #dddddd;
}

.select_box_main,
.woocommerce .multiselect>div {
    width: 175px;
    /*position: relative;*/
}

.woocommerce .multiselect>div:last-child {
    position: relative;
}

#checkboxesnew,
#checkboxes,
#downloadboxesnew {
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    padding: 20px;
}

.woocommerce .multiselect input[type="checkbox"] {
    margin-top: 0;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

#topcat_list>div {
    position: relative;
}


/*loader css*/

.product_loader {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


/*blank page css*/

.full-width-content .content {
    min-height: 200px;
}

.ent_detail_sec .h2 {
    margin-bottom: 50px;
}


/*New CSS 22-02-2020*/

.genesis-nav-menu .sub-menu {
    display: none;
}


/* .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(2) {padding-right: 9px !important; } */


/* .menu-item-has-children a[href^="#"] {padding-right: 20px;} */


/* .menu-item-has-children a[href^="#"] ~ .sub-menu ~ .drop-icon{margin-right: 0;} */


/*.genesis-nav-menu .current-menu-parent > a ~ .sub-menu ~ .drop-icon, .genesis-nav-menu .menu-item-has-children:first-child .drop-icon:hover {background-image: url(../images/down-arrow-select.png);}
.menu-item-has-children a[href^="#"]:hover ~ .sub-menu ~ .drop-icon {color: #C8B273; background-image: url(../images/down-arrow-select.png); }*/

.genesis-nav-menu .menu-click>a {
    color: #C8B273;
}

.menu-click .drop-icon {
    background-image: url(../images/down-arrow-select.png) !important;
    transform: rotate(180deg);
}

.genesis-nav-menu .current-menu-parent .drop-icon {
    background-image: url(../images/down-arrow-select.png) !important;
}

.bottom_category_section .category_content {
    width: 100%;
    margin-bottom: 70px;
}

.banner_area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 25, 60, 0.45);
    display: block !important;
}

.featured_image_area.banner_area {
    position: relative
}


/********************************************** 29 AUG 2020 ***************************************/


/* Uk home page */


/*#new-home-banner .banner_cont_block, .page-id-1425 .banner_cont_block{
	color: #0c1a3c;
	font-size: 26px;
	line-height: normal;
}

#new-home-banner .banner_head, .parent-pageid-1244 .banner_area_on .banner_head.h1{
	color: #0c1a3c;
	font-weight: bold;
	font-size: 4vw;
    margin-bottom: 20px;
}
#new-home-banner .discover_brand, .page-id-1425 .discover_brand{
	color: #0c1a3c;
	font-size: 18px;
	background-image: url(/wp-content/uploads/2020/08/discover_icn.png);
	line-height: 38px !important;
	padding-left: 50px!important;
}
#new-home-banner:before, .parent-pageid-1244 .banner_area:before{
	display: none !important;
}*/

#abt_qlt_sec .abt_qlt_img {
    margin-top: -100px;
}


/*.parent-pageid-1244 .featured_image_area{
	height: 90vh!important;
}
.parent-pageid-1244 .featured_image_area.banner_area .banner_cont_grid{float: right;}
.parent-pageid-1244 .featured_image_area.banner_area .wrap{
	max-width: 1400px;
}
.page-id-1425 .banner_cont_grid, .banner_cont_grid{    max-width: 50%;}
.page-id-1425 .banner_cont_block{
	max-width: 90%;
	margin-bottom: 50px;
}*/

#new-home-banner .banner_head {
    font-size: 4vw;
}

#uk-home-row .wpb_text_column strong {
    font-weight: 500;
    color: #0f0f0f;
    font-size: 18px;
}

#uk-home-row .wpb_single_image {
    margin-bottom: 25px;
}


/************************************************
				RESPONSIVE CSS
************************************************/

.nnnews-slider .news_img {
    height: 250px;
    position: relative;
}

.nnnews-slider .news_img img {
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
}

.site-inner {
    margin-top: 178px;
}


/*Max Width 1280px*/

@media only screen and (max-width: 1600px) {
    .header-image .site-title>a {
        background-size: 100% !important;
        height: 82px;
    }
    .header-image .site-title {
        width: 82px;
        height: 82px;
        background-size: 100% !important;
    }
    .site-inner {
        margin-top: 142px;
    }
    .top-title {
        padding: 10px 0;
    }
    .banner_head {
        font-size: 4.5vw;
    }
    /* .brand_banner .banner_logo img{    max-height: 70px !important;} */
    .brand_banner .banner_logo {
        margin-bottom: 25px !important;
    }
}


/*Max Width 1280px*/

@media only screen and (max-width: 1280px) {
    /*Header Css*/
    .site-wrap,
    .genesis-nav-menu li.menu-click .sub-menu {
        max-width: 100%;
        padding: 0 5%;
    }
    .site-header .wrap {
        padding: 0;
    }
    #new-home-banner .banner_cont_block,
    .page-id-1425 .banner_cont_block {
        font-size: 20px;
    }
    #new-home-banner .wpb_single_image img {
        max-width: 70%;
    }
}


/*Max Width 1023px*/


/*Max Width 991px*/

@media only screen and (max-width: 991px) {
    /*Home Page CSS*/
    .contact-dropdown,
    .brand-menu {
        margin-top: 20px;
    }
    .banner_cont_grid .banner_head {
        font-size: 60px;
        margin-bottom: 30px!important;
    }
    .abt_info_box .info_box_cont_part {
        bottom: inherit;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .abt_info_box .wpb_column.vc_col-sm-4 {
        width: 33.33%;
        float: left;
    }
    .abt_qlt_cont_rw .abt_qlt_img {
        margin-top: -100px;
        margin-bottom: 40px;
    }
    /*About Page CSS*/
    .we_do_grid .we_do_con_col {
        padding: 35px 15px !important;
    }
    /*FAQ Page CSS*/
    .q-box>.vc_column-inner>.wpb_wrapper {
        padding: 35px 20px 18px !important;
    }
    .footer-inner .col-md-3.col-xs-7.brand-menu .widget_nav_menu {
        margin-left: 0
    }
    .footer .location-dropdown a span+span {
        float: left;
        margin-left: 20px;
    }
    /* home uk */
    #new-home-banner .banner_cont_block,
    .page-id-1425 .banner_cont_block {
        font-size: 17px;
    }
    #new-home-banner .discover_brand,
    .page-id-1425 .discover_brand {
        line-height: 32px !important;
        background-size: contain !important;
    }
    #uk-home-row.vc_row.vc_column-gap-35>.vc_column_container {
        padding: 0;
    }
    #uk-home-row.vc_row.vc_column-gap-35>.vc_column_container h3 {
        font-size: 24px;
    }
    #new-home-banner .banner_head {
        font-size: 40px;
        margin-bottom: 15px !important
    }
    .page-id-1425 .banner_cont_block {
        margin-bottom: 30px;
    }
    .vc_images_carousel {
        width: 100% !important;
    }
}


/*Max Width 800px*/

@media only screen and (max-width: 800px) {
    /*Menu CSS*/
    .title-area .site-title {
        width: 75px;
    }
    .header-image .site-title>a {
        height: 75px;
    }
    .header-menu .genesis-nav-menu {
        display: block !important;
    }
    .mobile-overlay {
        position: relative;
        overflow-y: hidden;
    }
    .mobile-overlay::before {
        background-color: rgba(10, 25, 60, 0.85);
        z-index: 9;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }
    .site-header .header-widget-area {
        justify-content: flex-end;
    }
    .header-menu .genesis-nav-menu {
        position: absolute;
        right: -300px;
        background-color: #0a193c;
        width: 300px;
        height: calc(100vh - 138px);
        z-index: 9999;
        padding-top: 10px;
        height: -webkit-calc(100vh - 138px);
        transition: all 0.5s;
        padding-top: 0px;
        top: 100%;
        overflow-y: scroll;
        transition: none;
    }
    .header-menu .genesis-nav-menu.open-menu {
        width: 300px;
        right: 0;
    }
    .genesis-nav-menu .menu-item {
        padding: 15px 35px;
        text-align: left;
        display: flex;
        flex-direction: column;
        position: relative!important;
    }
    .genesis-nav-menu>.menu-item>a {
        font-size: 16px;
    }
    .genesis-nav-menu .menu-item-has-children .drop-icon {
        margin-left: auto;
        order: 1;
        margin-right: 6px;
        position: absolute;
        right: 0px;
        width: 50px;
        height: 40px;
        background-position: center;
        top: 0;
        margin: 0;
    }
    .menu-toggle {
        outline: none !important;
    }
    .mobile-overlay .menu-toggle {
        background-image: url(/wp-content/uploads/2020/02/close-btn.png);
        background-size: 20px;
    }
    .sticky-header .genesis-nav-menu li.menu-click .sub-menu,
    .genesis-nav-menu li.menu-click .sub-menu {
        background: none !important;
        position: initial !important;
        display: none;
        margin-top: 30px;
        order: 2;
    }
    .genesis-nav-menu li.menu-click .sub-menu li {
        display: block;
        line-height: 25px;
    }
    .genesis-nav-menu li.menu-click .sub-menu li a {
        font-size: 14px;
        display: block;
    }
    .mobile-overlay .site-container {
        position: relative;
    }
    .genesis-nav-menu li.menu-click .sub-menu {
        padding: 0;
    }
    /*Footer Form CSS*/
    .b4_foo_sec .col-md-4.col-sm-3 {
        padding-left: 0;
    }
    .abt_qlt_cont_rw {
        margin-bottom: 35px;
    }
    /*About Page CSS*/
    .wht_we_do_rw.rw_spc-90 {
        padding: 90px 0 60px;
    }
    .we_do_grid .site_icn_btn a {
        margin-top: 0px;
    }
    /*FAQ Page CSS*/
    .setbreadcrumb .breadcrumb {
        margin-top: 0 !important;
    }
    .question-sec {
        padding: 0 5px 65px !important;
    }
    .q-box {
        margin-bottom: 15px;
    }
    /*.mobile-overlay .top-title {
        background: #0a193c;
    }*/
}


/*Max Width 767px*/

@media only screen and (max-width: 767px) {
    /*Footer Form CSS*/
    .b4_foo_sec .row {
        display: block !important;
    }
    .b4_foo_sec .col-md-8.col-sm-9,
    .b4_foo_sec .col-md-4.col-sm-3 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .foo-link .foo_link_list {
        float: none;
        margin-top: 15px;
    }
    .b4_foo_sec .col-md-4.col-sm-3 {
        padding-left: 15px;
    }
    .abt_qlt_cont_rw {
        display: block;
    }
    .abt_qlt_cont {
        flex: 0;
        max-width: 100%;
    }
    .abt_qlt_cont_rw .abt_qlt_img {
        margin-top: -90px;
        margin-bottom: 40px;
        text-align: center;
    }
    .abt_qlt_cont>.vc_column-inner {
        max-width: 100%;
        text-align: center;
    }
    .abt_qlt_cont .h2 {
        text-align: center !important;
    }
    .abt_qlt_sec {
        padding-bottom: 54px;
    }
    .abt_info_box .wpb_column.vc_col-sm-4 {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 15px;
        float: none;
    }
    /*About Page CSS*/
    .wht_we_do_rw.rw_spc-90 {
        padding: 70px 0 60px;
    }
    .we_do_grid .we_do_con_col {
        width: 100%;
    }
    .we_do_img_col .vc_column-inner {
        height: 320px!important;
    }
    .we_do_grid {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        margin: 0 0 15px;
    }
    .we_do_grid .we_do_con_col:first-child {
        order: 1;
    }
    .we_do_grid .site-container .site_icn_btn a {
        margin-top: 20px !important;
    }
    /*FAQ Page CSS*/
    .q-box .site_btn a {
        display: inline-block !important;
    }
    .abt-faq-sec {
        padding: 40px 0 45px;
    }
    .question-sec .h2 {
        margin-bottom: 35px;
    }
    .question-sec {
        padding: 0 5px 35px !important;
    }
    .single-ser-slider .single-ser-inner-img img {
        height: 250px;
    }
    .woocommerce ul.products li.product a img {
        /* height: auto; */
    }
    /* home uk */
    .page-id-1425 .banner_cont_grid,
    .banner_cont_grid {
        transform: none !important;
        -webkit-transform: none !important;
    }
    #abt_qlt_sec .abt_qlt_img {
        max-width: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #new-home-banner .wpb_single_image img {
        max-width: 180px;
    }
    #new-home-banner .wpb_single_image {
        text-align: left;
    }
    #new-home-banner .banner_head {
        font-size: 28px;
    }
    .page-id-1425 .banner_cont_grid,
    .banner_cont_grid {
        max-width: 100%;
    }
    /* .parent-pageid-1244 .featured_image_area.banner_area .banner_cont_grid{
	float: left;
	padding-right: 0;
} */
    .page-id-1425 .banner_cont_block {
        margin-bottom: 25px;
    }
    .wpb_images_carousel .vc_slide {
        width: 100% !important;
    }
    #uk-home-row .wpb_single_image * {
        width: 100%;
    }
    h2.vc_custom_heading.h2.site_color br {
        display: none;
    }
}


/*Max Width 576*/

@media only screen and (max-width: 576px) {
    /*Footer Form CSS*/
    .b4_foo_sec .col-md-8.col-sm-9,
    .b4_foo_sec .col-md-4.col-sm-3 {
        display: block;
    }
    .mc4wp-form-fields>p label {
        display: block;
        align-items: center;
    }
    .b4_foo_sec .mc4wp-form-fields input[type="email"] {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .b4_foo_sec .mc4wp-form-fields input[type="submit"] {
        margin-top: 35px;
    }
    /*Footer CSS*/
    .brand-menu aside {
        max-width: 290px;
    }
    .copywrite .wrap {
        display: block !important;
    }
    .copywrite .copywritetext {
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 3px;
    }
    .copywrite .copywritelinks {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .banner_cont_grid .banner_head {
        font-size: 52px;
    }
}

@media only screen and (max-width: 567px) {
    .footer .col-xs-7,
    .footer .col-xs-5 {
        width: 100%;
        margin-top: 10px;
    }
    .copywrite .copywritetext {
        text-align: left
    }
}


/*Max Width 800px*/

@media only screen and (max-width: 480px) {
    .h2 {
        font-size: 24px;
    }
    /*Menu CSS*/
    .mobile-overlay .site-header .title-area {
        z-index: 9;
    }
    .mobile-overlay .menu-toggle {
        margin-top: 0;
    }
    /*Avout Page CSS*/
    .we_do_grid .we_do_con_col {
        padding: 35px 0 !important;
    }
    .we_do_img_col .vc_column-inner {
        height: 230px!important;
    }
    .single-ser-slider .single-ser-inner-img img {
        height: 180px;
    }
}

.con_form_rw .input-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/Collapse_arrow.png) no-repeat;
    background-position: right 20px center;
}

.con_form_rw input[type="submit"]+.ajax-loader {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.load_more_btn_main {
    margin-bottom: 40px!important;
}

.b4_foo_sec ::-webkit-input-placeholder {
    color: #dddddd;
}

.b4_foo_sec ::-moz-placeholder {
    color: #dddddd;
}

.b4_foo_sec :-ms-input-placeholder {
    color: #dddddd;
}

.b4_foo_sec :-moz-placeholder {
    color: #dddddd;
}

.summary .pro_logo img {
    width: 155px;
}

.category_content {
    float: left;
    width: 70%;
    padding: 0 35px 0 0;
    font-size: 14px;
}

.category_content h4 {
    color: #C8B273;
    margin: 0 0 20px 0;
}

.top_category_section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-end;
}

.brand_banner .banner_logo img {
    max-height: 155px !important;
    max-width: 300px !important;
}


/* 21/09/2020 */

#con-uk {
    padding: 80px 50px;
    color: #0a193c;
}

#con-uk a {
    color: #0a193c;
}

#con-uk ul .con-name {
    margin-left: 0;
    line-height: 1.5;
    font-size: 22px;
}

#con-uk ul {
    margin-left: 0;
    font-size: 17px;
    line-height: 1.5;
}

#con-uk ul li {
    list-style-type: none;
    padding-bottom: 5px;
}

#con-uk ul li.con-name {
    font-weight: 700;
}

#con-uk ul li.con-pos {
    color: #676767
}

#contact-uk .site_icn_btn a {
    padding: 10px 14px;
    margin: 1px;
    color: #fff;
}

#contact-uk {
    padding-top: 80px;
    padding-bottom: 100px;
}


/******************* 11 DEC 2020 ******************/

body.usa .top-title {
    background: -moz-linear-gradient(top, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(10, 25, 60, 1) 0%, rgba(125, 185, 232, 0) 100%);
}

body.usa .site-inner {
    margin-top: 0;
}

#con-uk.con-usa {
    padding-bottom: 0;
}

#con-uk.con-usa .wpb_text_column {
    margin-bottom: 0
}

.taxonomy-product_cat-usa-olinas-bakehouse-data .brand_banner .banner_logo img {
    max-height: 114px !important;
}

@media (min-width: 1200px) {
    .taxonomy-product_cat-usa-olinas-bakehouse-data .banner_area {
        height: 100vh!important;
    }
}

.taxonomy-product_cat-usa-olinas-bakehouse-data .banner_area p {
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 25px;
    padding-left: 0
}

.single-news .breadcrumb a:hover,
.single-news .breadcrumb a:focus {
    color: #0a193c;
}

@media screen and (min-width: 1300px) {
    body.usa #abt_qlt_sec .abt_qlt_img {
        margin-top: -145px;
    }
}