/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {list-style: none;}
blockquote,
q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {outline: none;}
article,
aside,
nav,
section {display: block;}
audio,
canvas,
video {display: inline-block;}
audio:not([controls]) {display: none;}
hr {border: 0; border-top: 1px solid #ccc; height: 0; margin: 40px 0; clear: both;}
sub,
sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}

/* Form fields, general styles first */

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: #af8750; color: #fff;}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {border: 0;	border-radius: 0;	padding: 0;}

/* Responsive elements */

.entry-content img,
.widget img,
embed, object, video, iframe:not([src^="https://form.jotform.com"]) {max-width: 100%;border-radius: 15px;}

/* Images */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery {display: flex; flex-flow: row wrap; line-height: 0; gap: 20px;}
.gallery-columns-2 .gallery-item {width: calc(50% - 10px)!important;}
.gallery-columns-3 .gallery-item {width: calc(33.33% - 14px)!important;}
.gallery-columns-4 .gallery-item {width: calc(25% - 15px)!important;}
.gallery-columns-5, .gallery-columns-6 {gap: 14px;}
.gallery-columns-5 .gallery-item {width: calc(20% - 12px)!important;}
.gallery-columns-6 .gallery-item {width: calc(16% - 5px)!important;}
.gallery img {width: 100%; height: auto; border: 0!important; max-height: 320px; object-fit: cover;}
.gallery br {display: none;}

.wp-caption {max-width: 100%; padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {font-style: italic; font-size: 12px; line-height: 2; color: #666666;}
.entry-content dl.gallery-item {margin: 0!important;}
.gallery-caption {width: 100%;}
.gallery-caption a {display: inline;}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {margin: 48px 0;}

/* Author profiles */

.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed; margin: 24px 0; padding-top: 24px; overflow: hidden;}
.author-description p {color: #757575; font-size: 13px; line-height: 1.846153846;}
.author.archive .author-info {border-top: 0; margin: 0 0 48px;}

/* Basic structure
-------------------------------------------------------------- */

html {font-size: 90.5%;}
body {
	line-height: 1.4;
	font-size: 15px;
	font-family: 'Noto Sans', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #102532;
}

a {outline: none;color: #af8750;text-decoration: none;-webkit-transition: .3s;transition: .3s;}
a:hover {text-decoration: underline;}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {margin-right: -4px; width: 67.9999%;}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {clear: both;}
.entry-header img.wp-post-image {margin-bottom: 24px;}
.entry-title a {color: inherit;}
.entry-header .entry-format {margin-top: 24px; font-weight: normal;}
.entry-header .comments-link {margin-top: 24px; font-size: 13px; line-height: 1.846153846; color: #757575;}
.entry-content,
.entry-summary {line-height: inherit;}

.entry-content h1,
h1,
.entry-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
h3,
.entry-content h4,
h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 30px;
	line-height: 1.2;
	font-family: 'Montserrat';
	font-weight: 800;
}

.entry-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 26px;}
.entry-content h2:not(.head1), h2.entry-title {font-size: 32px;text-transform: uppercase;letter-spacing: 0.05em;}
.entry-content h2:not(:first-child), .entry-content h3:not(:first-child) {padding-top: 15px;}
.entry-content hr + h2 {padding-top: 0!important;}
.entry-content h3, h3 {font-size: 22px;}
.entry-content h4, h4 {font-size: 16px;}
.entry-content h5 {font-size: 16px;}
.entry-content h6 {font-size: 14px;}

.entry-content h3:last-child {margin-bottom: 0;}

.entry-content p, .entry-summary p, p {margin: 0 0 20px; line-height: inherit;}
p:last-child {margin: 0;}

.entry-content ol,
.entry-content ul {margin: 0 0 20px;}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {margin-bottom: 0;}
.entry-content ul {list-style: disc outside;}
.entry-content ol {list-style: decimal outside;}
.entry-content li {margin: 0 0 0 25px;}
.entry-content ul li {}

.entry-content blockquote {background: #eee; margin-bottom: 25px; padding: 25px;}
.entry-content blockquote p:last-child {margin-bottom: 0;}

img.alignleft {margin: 0 15px 10px 0;}
img.alignright {margin: 12px 0 12px 24px;}
img.aligncenter {margin-top: 12px; margin-bottom: 12px;}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {margin-bottom: 20px;}
.entry-content dl {margin: 0 24px;}
.entry-content dt {font-weight: bold;}
.entry-content dd {margin-bottom: 24px;}
.entry-content table {margin: 0 0 20px; width: 100%;}
.entry-content table caption {margin: 24px 0;}
.entry-content td {vertical-align: top; padding: 0 5px;}

article.post {margin: 0 0 30px;}
article.post::after {content: " "; display: block; clear: both;}
.es-img {width: 33%;}
.es-img img {width: 100%; height: 100%; object-fit: cover;}
article.post .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px; color: #757575;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* Comments
-------------------------------------------------------------- */

.comments-title {margin-bottom: 48px; font-size: 16px; line-height: 1.5; font-weight: normal;}
.comments-area article {margin: 24px 0;}
.comments-area article header {float: left; margin: 0 15px 0 15px; overflow: hidden; position: relative;}
.comments-area article header img {float: left; padding: 0; line-height: 0;}
.comments-area article header cite, .comments-area article header time {display: block; margin-left: 45px;}
.comments-area article header cite {font-style: normal;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 12px; font-weight: normal;	color: #fff; background-color: #0088d0; border-radius: 3px; border: 1px solid #007cbd;}
.comments-area li.bypostauthor cite span {position: relative; margin-left: 5px; padding: 2px 5px;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

/* Comment form */

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; color: #5e5e5e;}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */

@media screen and (min-width: 850px) {
	.site {margin: 0 auto; max-width: 1150px;}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {width: 100%; margin: 0;}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block; position: relative;}

/* NAV MENU STYLES */

.themonic-nav ul.nav-menu {display: flex;justify-content: right;gap: 36px;}
.themonic-nav .nav-menu > li {}
.themonic-nav .nav-menu > li > a {font-size: 16px;color: #102532;padding: 0 0 10px;}
.themonic-nav .nav-menu > li > a:after {content: "";display: block;position: absolute;right: -25px;bottom: 0;width: 0;opacity: 0;border-top: 3px solid #af8750;transition: .3s;}

.themonic-nav .nav-menu > li.current-menu-item > a {color: #af8750;}
.themonic-nav .nav-menu > li.current-menu-item > a:after,
.themonic-nav .nav-menu > li > a:hover:after {right: -15px;width: calc(100% + 30px);opacity: 1;}

.themonic-nav .sub-menu {position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%,0); transform: translateX(-50%); z-index: 10; text-align: center; max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #f2f2f2;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 250px; padding: 6px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {line-height: 1.4; padding: 8px 10px; width: 175px;}
.themonic-nav .sub-menu > li > a:hover {background: #e9e9e9;}

}

#page-wrap {padding: 0 20px;}
.home #page-wrap {display: none;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0;padding: 75px 0;box-sizing: border-box;flex-grow: 1;max-width: 100%;}
.widget-area {margin: 0 0 0 25px; padding: 50px 0 50px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.entry-content > .gallery:not(:last-child) {margin: 0 0 20px!important;}
.entry-content > div:not(:last-child):not(.expand):not(.collapse):not(.pad):not(.srv2):not(.full) {margin-bottom: 30px;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

.expand {margin: 0 0 10px; background: #f2f2f2; position: relative; -webkit-transition: .3s; transition: .3s;}
.expand .ex-title {padding: 12px 40px 12px 20px;font-weight: bold;font-size: 16px;margin: 0;position: relative;cursor: pointer;background: #102532;color: #fff;font-weight: 600;font-family: 'Noto Sans';}
.expand .ex-title:after {content: "+"; font-size: 22px; font-weight: 600; position: absolute; right: 20px; top: 50%; line-height: 1; transform: translate(0,-50%) rotate(0); -webkit-transition: .3s; transition: .3s;}
.expand.expand-on .ex-title:after {transform: translate(0,-50%) rotate(-135deg);}
.expand .collapse {display: none;padding: 10px 20px 25px;margin: 0 0 10px;background: #fff;border: 1px solid #ccc;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

#aurora-nav-btn {padding: 15px 10px 7px; width: 100%; box-sizing: border-box;}

/* DEFAULT STYLES */

.limit-l {max-width: 1350px; margin: 0 auto;}
.limit {max-width: 1150px; margin: 0 auto;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; gap: 30px;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 40px;}
.flex.g2 {gap: 50px;}
.flex.g3 {gap: 60px;}
.flex.g4 {gap: 70px;}
.flex.g5 {gap: 80px;}
.flex.g6 {gap: 90px;}
.entry-content .flex:not(:last-child):not(.srv2):not(.boxes):not(.has-ico) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box;}
.flex.rows > * {width: 33.33%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > * {width: calc(50% - 15px);}
.flex.f3 > * {width: calc(33.33% - 20px);}
.flex.f4 > * {width: calc(25% - 23px);}
.flex.f5 > * {width: calc(20% - 24px);}
.flex .f2 {width: calc(50% - 30px); flex-grow: 2;}
.flex .f3 {width: calc(33.33% - 30px);}
.flex .f4 {width: calc(25% - 30px);}
.flex .f5 {width: calc(20% - 30px);}
.flex .f40 {width: calc(40% - 30px);}
.flex .f60 {width: calc(60% - 30px);}
.flex .f23 {width: calc(66.66% - 30px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 30px); flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:first-child {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.full {position: relative;left: 50%;width: 100vw;transform: translate(-50%,0);padding: 50px 15px;box-sizing: border-box;margin: 60px 0;background: #f5f5f5;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -75px;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}

/* REUSABLE CLASS NAMES FOR REFERENCE */

a.btn, a.btn2 {display: inline-block;text-decoration: none;padding: 15px 35px;background: #102532;color: #fff;border-radius: 5px;text-transform: uppercase;font-family: 'Montserrat';font-weight: 700;letter-spacing: 0.05em;}
a.btn:hover, a.btn2:hover {opacity: 0.75;}
a.btn2 {padding: 10px 20px;background: #af8750;}
.shaded {background: #f5f5f5;padding: 30px;box-sizing: border-box;border-radius: 15px;}
.ico-quote:before {content: "\f10d"; font-family: 'Font Awesome 5 Free'; display: block; color: #af8750; font-size: 125%; margin: 0 0 0.5em;}
h2.sep {text-align: center;}
.entry-content .subhead:after, h2.sep:after {content: "";display: block;width: 110px;border-top: 5px solid #af8750;margin: 25px auto;}
.quote:before {content: "\f10d";font-family: 'Font Awesome 5 Free';display: block;color: #af8750;font-size: 42px;}

/* CUSTOM STYLES */

i.fa-phone-alt {transform: rotate(45deg);font-size: 85%;}

.head1 {font-family: 'Montserrat'; line-height: 1.2; font-weight: 800; font-size: 32px; letter-spacing: 1px;}
.head2 {font-family: 'Montserrat';line-height: 1.2;font-weight: 800;font-size: 30px; letter-spacing: 1px;text-transform: uppercase;}
.head3 {font-family: 'Montserrat'; line-height: 1.2; font-weight: 800; font-size: 20px;}
.subhead {font-family: 'Montserrat';text-transform: uppercase;font-size: 18px;margin-top: -10px!important;}

#header {padding: 10px 20px;}
.h-block {justify-content: space-between;}
.site-logo {line-height: 0;}
.site-logo img {width: 285px;}
.hl-top {display: flex;justify-content: right;gap: 60px;align-items: center;margin: 0 0 25px;}
.hl-top a[href^="tel"] {font-size: 30px;text-decoration: none;color: #102532;font-weight: bold;font-family: 'Montserrat';}
.soc {display: flex; align-items: center; gap: 22px; font-size: 25px;}
.soc img {max-width: 31px;}
.soc a {display: inline-block; text-decoration: none; font-size: 25px;}

#banner {position: relative;}
.b-over {position: absolute;z-index: 5;left: 50%;top: 50%;width: 100%;max-width: 1150px;transform: translate(-50%,-50%);color: #fff;font-size: 26px;font-weight: 600;padding: 0 50px;box-sizing: border-box;}
.b-over h1 {font-size: 80px; text-transform: uppercase; font-weight: 800;}
.b-over h4 {font-size: 20px;}
.b-over h4:before {content: ""; display: block; border-top: 8px dotted #af8750; width: 175px; margin: 0 0 30px;}

#banner-slider {position: relative;}
#banner-slider:before {content: ""; display: block; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(120deg, #102532 10%, rgba(158, 167, 171, 0.15) 88%); opacity: 0.8;}
#banner-slider .slick-slide {height: 750px;}
#banner-slider img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

#boxes {margin: -100px 0 0;position: relative;z-index: 3;padding: 0 20px;}
.boxes {margin: 0 0 60px;}
.box {text-align: center; background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.3); border-bottom: 8px solid #af8750;}
.box-ico {margin: 0 0 20px; line-height: 0;}
.box-ico img {max-width: 70px;max-height: 70px;border-radius: 0;}
.box h4 {text-transform: uppercase; font-size: 18px; font-weight: 800;}

#intro1 {padding: 60px 20px;}
.hi-ico {flex-shrink: 0;}
.hi-ico img {width: 85px;}

.testimonial-box {width: 96%;max-width: 550px;}
.testimonial-box button.slick-arrow {position: absolute;top: 100px;transform: translate(0,-50%);border: 0;font-size: 0;width: 20px;height: 20px;background: url(/wp-content/uploads/ico-chev-r.svg) no-repeat center center / contain;cursor: pointer;}
.testimonial-box button.slick-arrow.slick-prev {left: -30px; background-image: url(/wp-content/uploads/ico-chev-l.svg);}
.testimonial-box button.slick-arrow.slick-next {right: -30px;}
.tb-txt {background: #af8750;color: #fff;padding: 22px;font-size: 18px;margin: 0 0 20px;position: relative;border-radius: 10px;}
.tb-txt:after {content: "";display: block;position: absolute;left: calc(50% - 5px);bottom: -4px;width: 10px;height: 10px;background: #af8750;transform: rotate(45deg);}
.tb-by {text-align: center; color: #808080; font-size: 14px;}

#logos {padding: 0 20px 60px;}
.logos img {max-height: 80px;}

#memories {background: #af8750; color: #fff; padding: 60px 20px;}
#memories .subhead:after {content: "";display: block;width: 110px;border-top: 5px solid #102532;margin: 22px auto 45px;}

.memories-box {line-height: 0;}
.memories-box img {border-radius: 15px;}
.mb1 {margin: 0 0 30px;}
.mb1 div {position: relative;}
.mb1 .f3 {display: flex; flex-flow: column; gap: 30px;}
.mb1 img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.mb1 .f23 {padding: 66% 0 0;}
.mb1 .f3 > div:first-child {height: 66.66%;}
.mb1 .f3 > div:last-child {height: 33.33%;}

#services {background: #102532; color: #fff; padding: 60px 20px;}
#services .head2 {color: #af8750;}
#services .subhead:after {content: ""; display: block; width: 110px; border-top: 5px solid #af8750; margin: 22px auto 45px;}
.srv {display: flex;align-items: center;background: #fff;color: #808080;border-radius: 15px;overflow: hidden;margin: 0 0 40px;}
.srv-img {line-height: 0;width: 33%;flex-shrink: 0;flex-grow: 0;height: 330px;}
.srv-img img {width: 100%;height: 100%;object-fit: cover;}
.srv-txt {padding: 0 40px;}
.srv-txt h3 {color: #102532; text-transform: uppercase; font-weight: 800; font-size: 20px; margin: 0 0 20px;}
.sb-stars img {width: 92px;}
.srv-buy {text-align: center;border-left: 1px solid #ccc;flex-shrink: 0;padding: 20px 40px;}
.srv-buy p:not(:last-child) {margin: 0 0 15px;}
.sb-price {font-family: 'Montserrat'; color: #102532; font-weight: 800; font-size: 32px;}

#footer {background: #f5f5f5;padding: 60px 20px 50px;color: #808080;}
#footer h4 {color: #af8750; font-weight: 800; font-size: 20px; text-transform: uppercase; letter-spacing: 0.05em;}

.f-top {gap: 50px;}
.f-top > div {max-width: 26%;}
.f-top .sub-menu {display: none;}
.f-top .soc {padding-left: 17px; margin: 0 0 16px;}
.f-top .soc a {color: #808080;}
.f-top li:not(:last-child) {margin: 0 0 6px;}
.f-top li a {color: #808080; text-decoration: none;}
.f-top li a:hover {color: #af8750;}

.f-mid {display: flex;justify-content: center;margin: 50px 0 0;}
.f-mid > div:not(:last-child) {border-right: 1px solid #102532; padding-right: 15px; margin-right: 15px;}
.f-mid a {color: #102532;}

#btm {background: #102532; padding: 20px; color: #fff; font-size: 14px;}
.f-btm {justify-content: space-between;}

#banner-inner {background: #102532; color: #fff; padding: 85px 20px; text-align: center;}
#banner-inner h1, #banner-inner h2 {font-size: 46px;text-transform: uppercase;letter-spacing: 0.05em;margin: 0;font-weight: 800;}

.srv2:not(:last-child) {margin-bottom: 50px;}
.srv2-icos {font-family: 'Montserrat'; font-weight: 700; font-size: 16px; margin: 0 0 30px;}
.ico-time, .ico-money {font-family: 'Montserrat';font-size: 16px;font-weight: bold;display: inline-block;margin: 0 0 10px;}
.ico-time:last-child, .ico-money:last-child {margin-bottom: 0;}
.ico-time:before, .ico-money:before {content: "\f017";font-family: 'Font Awesome 5 Free';color: #af8750;font-size: 125%;margin: 0 0.4em 0 0;display: inline-block;vertical-align: middle;width: 20px;text-align: center;}
.ico-money:before {content: "\f155";}

.tests-btm {background: #102532; color: #fff;}
.tests-btm .tb-by {color: rgba(255,255,255,0.75);}

img[src$="ico-quote-g.svg"] {height: 45px;border-radius: 0;}

.icos {padding: 20px 0 50px;}
.icos i {font-size: 45px; color: #af8750;}
.icos p:not(:last-child), .icos h3 {margin: 0 0 10px;}

/* MEDIA QUERIES */

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 50px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

    #banner-slider .slick-slide {height: 600px;}
    .b-over h1 {font-size: 65px;}

    .box {padding: 25px 15px;}
    
    .logos img {max-height: 65px;}

    #banner-inner h1, #banner-inner h2 {font-size: 38px;}
}
@media screen and (max-width: 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

    #boxes {margin: -50px 0 0;}
    .boxes {flex-flow: row wrap;}
    .boxes > div {width: calc(50% - 15px); flex: auto!important;}

    .hl-top {margin: 0 0 10px;}
    .hl-top a[href^="tel"] {font-size: 26px;}
    .hl-top .soc {display: none;}
    .site-logo img {width: 250px;}
    .hl-btm {text-align: right;}

    .hi-ico img {width: 40px;}

    .tm-box.flex {flex-flow: column; gap: 30px;}
    .tm-box img {aspect-ratio: 4 / 3; object-fit: cover; object-position: center 15%;}
    .testimonial-box {width: 100%; max-width: calc(100% - 40px); margin-left: 20px;}

    .logos img {max-height: 50px;}

    .srv-img {height: 300px;}
    .srv-txt {padding: 0 25px;}
    .srv-buy {padding: 20px 25px;}
    .sb-price {font-size: 28px;}

    .f-top {gap: 30px;}
    #btm {padding: 30px 20px;}
    .f-btm {flex-flow: column; text-align: center; gap: 8px;}

    .srv2.flex.f1.middle.g2 {gap: 30px; align-items: flex-start;}
}
@media screen and (max-width : 720px){
	.fbreak1 {flex-flow: column!important;}
	.fbreak1 > * {width: 100%!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: calc(50% - 30px)!important; flex: auto!important;}
	div[class^="featured"].flex.fbreak1 > div:not(:last-child), .shaded.flex.fbreak1 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}

    .entry-content h2:not(.head1), h2.entry-title {font-size: 28px;}
    .entry-content h3, h3 {font-size: 20px;}

    .head2 {font-size: 26px;}
    .subhead {font-size: 17px;}

    .b-over {font-size: 24px;}
    .b-over h1 {font-size: 55px; margin: 0 0 20px;}
    #banner-slider .slick-slide {height: 550px;}
    .b-over h4:before {margin: 0 0 20px;}

    .icos-fish.g3 {gap: 10px;}

    .srv {flex-flow: column;}
    .srv > div {width: 100%;}
    .srv-img {height: auto;}
    .srv-img img {width: 100%;height: auto;aspect-ratio: 3/2;}
    .srv-txt {box-sizing: border-box; padding: 30px;}
    .srv-buy {border: 0; border-top: 1px solid #ccc; box-sizing: border-box; max-width: calc(100% - 60px); padding: 22px 0 32px;}

    .f-top {text-align: center;}
    .f-top > div {max-width: none;}
    .f-top .soc {justify-content: center;}
    #footer h4 {margin: 0 0 20px; padding: 10px 0 0;}
    img.f-gift-card {max-width: 325px;}

    #banner-inner {padding: 70px 20px;}
    #banner-inner h1, #banner-inner h2 {font-size: 34px;}

    .srv2.flex.f1.middle.g2 {flex-flow: column;}
    .srv2-img img {aspect-ratio: 3 / 2; object-fit: cover;}

    .faq.fbreak1 {gap: 0;}

    .srv2-img img[src*="captain-derek-peters"] {object-position: center 16%;}

    .limit-sm.mb50 {margin-bottom: 40px !important;}
    .icos h3 {padding: 8px 0 0 !important;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {flex-flow: column!important;}
	.fbreak2 > * {width: 100%!important;}
	div[class^="featured"].flex.fbreak2 > div:not(:last-child), .shaded.flex.fbreak2 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}

    .head1 {font-size: 28px;}

    .h-block {flex-flow: column; gap: 15px;}
    .site-logo img {width: 315px;}
    .hl-top {display: flex; flex-flow: column; gap: 5px;}
    .hl-top .soc {display: flex;}
    .hl-top .soc a {font-size: 22px;}
    .soc img {max-width: 28px;}
    .hl-btm {text-align: center;}

    .b-over {padding: 0 30px; font-size: 22px;}
    #banner-slider .slick-slide {height: 500px;}
    .b-over h1 {font-size: 48px;}

    .mb1 {margin: 0 0 20px; gap: 20px;}
    .mb1 .f3 {gap: 20px;}
    .mb2 {gap: 20px;}

    .srv-buy p:not(:last-child) {margin: 0 0 10px;}

    .f-mid {flex-flow: column; text-align: center; gap: 0; max-width: 230px; margin: 30px auto 0;}
    .f-mid > div {padding: 3px 0;}
    .f-mid > div:not(:last-child) {border: 0; border-bottom: 1px solid #ccc; margin: 0;}

    #btm {font-size: 13px;}
}
@media screen and (max-width : 425px){
	.fbreak3 {flex-flow: column!important;}
	.fbreak3 > * {width: 100%!important;}
    .entry-content h2:not(.head1), h2.entry-title {font-size: 27px;}

    .head1 {font-size: 26px;}

    .site-logo img {width: 275px;}
    .hl-top a[href^="tel"] {font-size: 24px;}
    .hl-top .soc a {font-size: 20px;}
    .soc img {max-width: 25px;}

    .boxes {flex-flow: column; max-width: 285px; margin: 0 auto 50px;}
    .boxes > div {width: 100%;}

    .icos-fish.g3 {gap: 15px;}
    .icos-fish .head3 {font-size: 18px;}

    .tm-box img {aspect-ratio: 1;}

    #banner-inner h1, #banner-inner h2 {font-size: 30px;}
}