/*!
Theme Name: sperry
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sperry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sperry is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Overpass";
margin-top: 0;
}
h1 {font-family: 'adobe-jenson-pro';}
p {
margin-bottom: 1.5em;
line-height:1.2em;
font-size:18px;
}

dfn, cite, em, i {
font-style: italic;
}

blockquote {
margin: 0 1.5em;
}

address {
margin: 0 0 1.5em;
}

pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}

code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}

abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

mark, ins {
background: #fff9c0;
text-decoration: none;
}

big {
font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}

*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}

body {
font-family: 'Overpass';
font-size: 16px !important;
line-height: 1.5em;
letter-spacing: .5px;
}

hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
dl, ol, ul{
margin-bottom: 0;
}


dt {
font-weight: bold;
}

dd {
margin: 0 1.5em 1.5em;
}

img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}

figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}

table {
margin: 0 0 1.5em;
width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}

select {
border: 1px solid #ccc;
}

textarea {
width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}

.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
*/
/*.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
left: -15px !important;
right: -15px !important;
background-color: #fff;
}*/
/*
.main-navigation ul ul ul {
left: -999em;
top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}

.main-navigation ul ul a {
width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}

.main-navigation li {
float: left;
position: relative;
}

.main-navigation a {
display: block;
text-decoration: none;
}*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */
}

.widget select {
max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}

.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}

.page-links {
clear: both;
margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}

.bypostauthor {
display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

.wp-caption-text {
text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}

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

.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
display: block;
}

/*common style*/
/*html {
scroll-behavior: smooth;
}*/
.bg-cover{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
a:hover{
	text-decoration: none;
}
/*custom style*/
.site-info {
	text-align: center;
}
.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul li+li{
	padding-left: 25px;
}

.copyright .container {
	position: relative;
}
.term-and-condition {
	position: absolute;
	right: 0;
	top: 0;
}
.term-and-condition ul li{
	display: inline-block;
}
.term-and-condition ul li+li{
	padding-left: 10px;
}
.right-nav {
	text-align: right;
}
.right-nav 
@media screen and (max-width: 767px){
	.right-nav {
		text-align: center;
	}	
}
.right-nav *{
	color: #fff;
}
.right-nav .menu-top-menu-container,
.right-nav ul li, .right-nav ul {
	display: inline-block;
}
.right-nav ul li+li, .right-nav .social-link {
	padding-left: 10px;
}
.menu-main-menu-container>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.main-navigation ul.sub-menu {
	border: 0;	
	padding: 20px !important;
}
.no-js .main-navigation ul.sub-menu li, .main-navigation ul.sub-menu li{
	padding: 8px 10px;
}
.no-js .main-navigation ul.sub-menu li+li, .main-navigation ul.sub-menu li+li{
	border-top:1px solid #e5e5e5;

}
.top-nav-bar {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-header ul.sub-menu li a {
	color: #1861a7 !important;
	text-transform: capitalize;
}
.social-link span{
	display: none;
}

/*ubermenu*/
ul#ubermenu-nav-main-2-menu-1 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator{
	margin-top: -9px !important;
}
.menu-main-menu-container>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	position: static;
}
.ubermenu-tabs-group {
	width: 50% !important;
	border:0 !important;
	padding: 20px !important;
}
.ubermenu-tabs-group>li {
	width: 50% !important;
}
.ubermenu-tabs-group>li:first-child>a::before,
.ubermenu-tabs-group>li:nth-child(2)>a::before{
	display: none;
}
.ubermenu-tabs-group>li>a::before {
	content: "";
	top: 0;
	left: 15px;
	background: #e5e5e5;
	right: 15px;
	position: absolute;
	height: 1px;
}

.ubermenu-tabs-group>li>a {
	position: relative;
}
.ubermenu-tabs-group .ubermenu-column-3-4{
	width: 50% !important;
}
.ubermenu-tabs-group .ubermenu-sub-indicator {
	display: none !important;
}
.ubermenu-tab-content-panel li img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
}
.ubermenu-tab-content-panel li {
	width: 100% !important;
}
/*ubermenu*/



/*header*/
.site-header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.menu-container{
	background-color: transparent;
	border:0; 
	margin: 0;
}
/*.main-navigation button.dropdown-toggle {
position: absolute;
right: 0;
top: 9px;
bottom: 0;
color: #fff;
}*/
.main-navigation ul .dropdown-toggle:after {
	content: "" !important;
}
.main-header {
	background: #3669a0;
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.main-navigation button.dropdown-toggle{
	background: transparent !important;
	border-color: transparent !important;
}
.site-header ul li a{
	/*color: #fff !important;*/
}
.site-header ul li:hover a{
	color: #fff;
}
.top-nav-bar ul{
	margin-bottom: 0;
}
.right-nav li{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
@media screen and (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
.main-navigation li{
	font-size: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
}
.main-navigation ul a{
	border-bottom: 0 !important;
}
.home-slider .inner-img img{
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	height: 700px;
}
.home-banner {
	position: relative;
}
.home-banner .home-banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.home-banner .bottom-banner {
	position: absolute;
	right: 0;
	bottom: 0;
}
.home-banner-content{
	color: #fff;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1em;
}
.home-banner-content h1{
	font-size: 75px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 40px;
	letter-spacing: 0;
}
.home-banner-inner{
	max-width: 600px;
	width: 100%;
}
.home-bnr-cont{
	max-width: 500px;
	width: 100%;
}
.buttonLink{
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 1.2em;
	color:#E58E7E;
	font-weight: 700;
}
.buttonLink img{
	margin-left: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.buttonLink:hover{
	color:#E58E7E;
	text-decoration: underline;
}
.buttonLink:hover img{
	margin-left: 10px;
}
.home-banner-inner .bottom-button {
	margin-top: 60px;
}
/*footer*/
.site-footer {
	background: #074d93;
	padding-top: 60px;
	position: relative;
}
.img-footer-flag {
	position: absolute;
	top: -32px;
	right: 40px;
}
.copyright {
	border-top: 1px solid #2863a9;
	padding: 20px 0;
	font-size: 12px;
	letter-spacing: .5px;
}
.site-footer *{
	color: #fff;
	text-transform: uppercase;
}
.site-footer a:hover{
	color: #fff;
	text-decoration: none;
}
.footer-social ul li{
	display: inline-block;
}
.footer-social ul li:first-child{
	padding-left: 0;	
}
.menu-footer-menu-container li{
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 14px;
}
.contactBtn a {
	background: #2a79c6;
	padding:10px 21px 7px;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
}
.contactBtn a:hover {
	text-decoration: none;
	color: #fff;
}
.term-and-condition li a {
	text-transform: initial;
}
.site-footer .social-link li{
	padding-left: 15px;
}
.outline-title{
	font-family: 'Overpass';
	font-size: 72px;
	line-height: 1.12em;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #3669a0;
	-webkit-text-fill-color: #3669a0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #3669a0;
}
body.home{
	background:#fff; 
}
.clear-tents {
	margin-top: -90px;
	position: relative;
}
@media screen and (min-width: 992px){
	.clear-tents .slide-m-dots {
		position: absolute;
		right: 50px;
		top: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}
}
.slide-m-dots .slick-dots {
	position: relative;
	bottom: 0;
}

.slide-m-dots .slick-dots li {
	display: block;
}
.slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.clear-tent-text .outline-title {
	margin-left: -80px;
}
.tents-inner {
	font-size: 14px;
	line-height: 1.25em;
	color: #585b5f;
}
.slide-m-prev,
.slide-m-next{
	cursor: pointer;
}

.tents-link {
	font-family: Overpass;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	vertical-align: middle;
	color: #1861a7;
	font-size: 11px;
}

.tents-link img {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}
.slider-links{
	margin-top: 50px;
}
.arrowLink{
	font-family: Overpass;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	vertical-align: middle;
	color: #1861a7;
	font-size: 14px;
}
.arrowLink img{
	padding-left: 10px;
	vertical-align: middle;
}
.title-blue {
	font-size: 60px;
	line-height: 1.1em;
	color: #1861a7;
}
.about-title-main{
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin:0 auto;
}
.home-about-grid{
	position: relative;
}
.home-about-grid .lamp{
	position: absolute;
	z-index: -1;

}
@media screen and (min-width: 992px){
	.home-about-grid{
		padding-top: 190px !important;
	}
}
@media screen and (max-width: 991px){
	.home-about-grid .lamp{
		display: none !important;
	}
}
.lamp.l1 {
	top: 60%;
}
.lamp.l2 {
	left: 10%;
	top: 20%;
}
.lamp.l3 {
	left: 20%;
	top: 30%;
}
.lamp.l4 {
	left: 26%;
	top: 0;
}
.lamp.l5 {
	left: 32%;
	top: 60%;
}
.lamp.l6 {
	left: 39%;
	top: 32%;
}
.lamp.l7 {
	left: 46%;
	top: 10%;
}
.lamp.l8 {
	left: 53%;
	top: 21%;
}
.lamp.l9 {
	left:68%;
	top: 0;
}
.lamp.l0 {
	left: 77%;
	top: 14%;
}
.lamp.l11 {
	left: 85%;
	top: 21%;
}
.section-wrapper{
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-title-main .bottom-button{
	margin-top: 60px;
}
.home-category-grid *{
	color: #fff;
}
.home-category-grid div[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.home-category-grid .row {
	margin-left: -5px;
	margin-right: -5px;
}
.inner-cat {	
	min-height: 350px;
}

.home-category-grid div[class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.home-category-grid .row {
	margin-left: -2px;
	margin-right: -2px;
}

.inner-cat {
	min-height: 350px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	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;
	position: relative;
	overflow: hidden;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.inner-cat::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #4c9fd3;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	top: 0;
	left: 0;
}

.inner-cat:hover::before {
	top: -100%;
}
.inner-cat::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #ddd;
	z-index: 1;
	left: 0;
    top: 0;
}
.inner-cat::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #452a9d;
	background: -moz-linear-gradient(top, #452a9d 0%, #131534 100%);
	background: -webkit-linear-gradient(top, #452a9d 0%,#131534 100%);
	background: linear-gradient(to bottom, #452a9d 0%,#131534 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#452a9d', endColorstr='#131534',GradientType=0 );
	opacity: .7;
	left: 0;
    top: 0;
}

.inner-cat .arrow-cat {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.inner-cat:hover .arrow-cat {
	opacity: 1;	
}
.title-cat {
	z-index: 3;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
}
.title-cat .catTitle {
	font-size: 17px;
	letter-spacing: .5px;
	line-height: 1.2em;
	font-family: 'Overpass';
	margin-top: 20px;
	font-weight: 700;
}
.home-category-grid a{
	display: block;
}
.left-testimonials-img img{
	width: 100%;
}
.home-blockquote {
	background: #1861a6;
	height: calc(100% - 70px);
	padding: 130px 50px;
	color: #fff;
	margin-top: -70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-blockquote .slick-list {
	max-width: 400px;
	margin: auto;
	width: 100%;
}
.quote-img {
	margin-bottom: 30px;
}
.top-tent {
	text-align: right;
}
blockquote {
	margin: 0 !important;
}
.home-testimonials {
	padding-top: 80px;
}
.testimonials-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
}
.slide-quote-prev,
.slide-quote-next{
	cursor: pointer;
}
.home-blockquote .author{
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	margin-top: 40px;
	display: block;
}
.left-testimonials-img * {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position:center;
	object-position:center;

}
.right-content-quote {
	background: #f1f0ec;
}
.slide-quote-next{
	padding-left: 20px;
}
.slide-quote-dots .slick-dots {
	position: relative;
	bottom: 0;
	top: 6px;
}
.slide-quote-dots{
	padding-left: 20px;
}
.btn-primary {
	color: #fff;
	background-color: #1861a6;
	border-color: #1861a6;
	padding: 12px 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .5px;
	border-radius: 50px;
}
.btn-primary .arrow-wh{
	padding-left: 10px;
}
.cta-inner {
	background: #fff;
	padding: 60px 70px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 0;
	margin-bottom: -15px;
	position: relative;
	z-index: 1;
}
.cta-inner div[class*="col-"]:last-child{
	text-align: right;
}

.cta-section {
	position: relative;
	background: #f1f0ec;
	padding-top: 120px;
}

.cta-section .quote-title {
	font-size: 46px;
	color: #042545;
}
.cta-section .quote-sub-title,
.cta-section .quote-sub-title *{
	color: #042545;
	font-size: 25px;
	line-height: 1.2em;
}
.slick-dots li button::before,
.slick-dots li button::before{
	display: none !important;
}
.slick-dots li button,
.slick-dots li button{
	border-radius: 50%;
	border:1px solid #10437c !important;
	background: transparent !important;
	height: 10px;
	width: 10px;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button{
	background: #10437c !important;
	border:1px solid #10437c !important;
}
.text-white,
.text-white *{
	color:#fff;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	top: 0;
}
#cboxTitle {
	color: #171515;
	font-size: 16px;
	bottom: -30px
}
.a2a_button_facebook,
.a2a_button_twitter,
.a2a_button_pinterest {
	font-family: "Font Awesome 5 Brands";
	font-size: 22px;
	color: #1861a7;
	padding-right: 10px !important;
}
.a2a_button_facebook span,
.a2a_button_twitter span,
.a2a_button_pinterest span {
	display: none;
}
.a2a_button_facebook::before {
	content: "\f09a";
}
.a2a_button_twitter::before {
	content: "\f099";

}
.a2a_button_pinterest::before {
	content: "\f231";
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega{
	/** border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; **/
}
.menu-container{
	margin-left: -15px;
	margin-right: -15px;
}
.copyText p,
.term-and-condition{
	opacity: .7;
}

/*mobile menu*/
@media screen and (min-width: 992px){
	.mobile-logo{
		display: none;
	}
}
@media screen and (max-width: 991px){
	button.dropdown-toggle, button.menu-button{
		display: none !important;
	}
	nav#ubermenu-main-2-menu-1-2{
		display: none !important;
	}
	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: transparent !important;
		border-right: 1px solid rgba(255,255,255,.2)!important;
	}
	.menu-container {
		padding-left: 0 !important;
	}
	.mean-container .mean-nav,
	.mean-container .mean-bar{
		background: transparent !important;
	}
	.site-header ul.sub-menu li a{
		color: #fff !important;
	}
	.mean-container .mean-nav ul li a.mean-expand{
		height: 26px;
	}
	.meanMenuMobile {
		position: relative;
	}
	.mobile-logo {
		position: absolute;
		left: 0;
		top: 11px;
		z-index: 99999999;
		max-width: 144px;
	}
	.site-branding {
		display: none !important;
	}
	.mean-container .mean-nav ul li li a{
		opacity: 1 !important;
	}
	.menu-toggle {
		display: none !important;
	}
}
/*End mobile menu*/
@media screen and (max-width: 991px){
	.clear-tents{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.clear-tents .slide-m-dots{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.slide-m-dots .slick-dots li {
		display: inline-block;
	}
	.outline-title{
		font-size: 35px;
	}
	.title-blue {
		font-size: 35px;
	}
	.section-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-title-main .bottom-button {
		margin-top: 30px;
	}
	.inner-cat{
		min-height: 250px
	}
	.menu-footer-menu-container li:last-child {
		padding-left: 0;
		display: block;
		padding-top: 10px;
	}
	.footer-nav ul li+li {
		padding-left: 10px;
	}
	.cta-inner div[class*="col-"]:last-child{
		padding-top: 20px;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	
	.home-banner-content h1{
		font-size: 40px;
		margin-bottom: 15px;
	}	
	.clear-tent-text .outline-title{
		margin-left: 0;
	}
	.clearImgSlider {
		margin-bottom: 30px;
	}
	.slider-controls{
		display: none;
	}
	.slider-links {
		margin-top: 20px;
	}
	.home-testimonials {
		padding-top: 30px;
	}
	.home-blockquote {
		margin-top: 0;
		padding: 40px 20px;
		height: auto;
	}
	.testimonials-control{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.home-blockquote .author{
		margin-top: 20px;	
	}
	.cta-section{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.cta-inner{
		margin-bottom: 0;
	}
	.cta-inner div[class*="col-"]:last-child {
		padding-top: 20px;
	}
	.copyright .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.term-and-condition {
		position: relative;
	}
	.copyText {
		order: 2;
	}
	.home-banner .bottom-banner{
		display: none;
	}
	.home-slider .inner-img img{
		height: 500px;
	}

}
@media screen and (max-width: 575px){
	.cta-section .quote-title {
		font-size: 30px;
	}
	.cta-inner {
		padding: 15px;
	}
	.footer-nav ul li{
		display: block;
	}
	.footer-nav ul li+li{
		padding-left: 0;
		padding-top: 10px;
	}
}
.prod-title {
	line-height: 1em !important;
}
.default-content ul li::before {
	height: 5px !important;
	width: 5px !important;
	top: 9px !important;
}
.prodInner a:hover {
	color: #eadb4c !important;
}
.filter-grid .main-filter label {
	font-size:13px;
	padding-left:15px;
}
.filter-grid .main-filter.has-children span.arrow {
	top:8px !important;
}

.contactBtn {
	width:100%; 
	text-align:center;margin:20px 0 0 0;
}
.divRow {
	text-align:center;
}
.divRow .divCell {padding-top:0px !important;}
.prodInner .info-title {padding-bottom:15px; border-bottom:1px solid rgba(255, 255, 255, 0.5);text-align:center;}
.tents-items-section .tents-inner-list  a:hover {
color: #009fe0 !important;
}

.home-banner-inner .buttonLink a:hover {
color: #ffccc3 !important;
}
.tents-link:hover, 
.arrowLink:hover {
	color: #599ee0 !important;
	text-decoration:underline;
}
.site-footer a:hover {
color: #79bdff !important
}
.btn-light:hover {
background-color: #95c6f7 !important;
border: 0 !important;
}
.filter-grid .main-filter label:hover {
color: #4a9dec !important;
}
a.btnLoadMore:hover {
color: #4a9dec !important;
}
.contact-details a:hover {
color: #4a9dec !important;
}
a:hover{
	text-decoration:underline;	
}
.blogCTA .cta-prod {padding:30px 50px !important;}
.blogCTA p {color:#fff;}
.blogCTA .cta-info {padding:55px;}
.blogCTA .cta-prod .col-lg-6::before {
	content: "";
    background-image: url(/wp-content/uploads/2020/01/curve-let.svg);
    height: 47px;
    width: 72px;
    position: absolute;
    left: -25px;
    bottom: -20px;
    background-repeat: no-repeat;
}

#cargallery .slick-slide {
    padding: 0px 10px;
}
#cargallery{
	margin-bottom: 60px;
}
#cargallery .slick-slide img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
}
#cargallery .slick-next {
    right: 42px !important;
}
#cargallery .slick-dots {
    bottom: -40px !important;
}

#cargallery .slick-prev {
    left: 25px;
    z-index: 9;
}

#cargallery .slick-next:before, #cargallery .slick-prev:before {
    font-size: 40px !important;
    color: #074d93 !important;
 }

 @media screen and (max-width: 480px){
	#cargallery .slick-slide img {
    height: 300px !important;
	}	

	#cargallery .slick-list{
		padding: 0px 10px !important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.inner-cat .title-cat{
 		position: absolute;
 		left: 50%;
 		top: 50%;
 		transform: translate(-50%,-50%);
 		-webkit-transform: translate(-50%,-50%);
 		-moz-transform: translate(-50%,-50%);
 		-ms-transform: translate(-50%,-50%);
 		-o-transform: translate(-50%,-50%);
 	}
 	.arrow-cat{
 		bottom: -200px !important;
 	}
 	.blog-banner-content{
 		position: absolute;
 		top: 50%;
 		left: 0;
 		width: 100%;
 		transform: translateY(-50%);
 		-webkit-transform: translateY(-50%);
 		-moz-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		-o-transform: translateY(-50%);
 	}
 	.landing-banner{
 		overflow: hidden;
 	}
 	.form-grid .gform_wrapper .gform_footer input[type='submit']{
 		padding: 11px 30px !important;
 	}
 	.landing-inner-banner{
 		position: absolute;
 		top: 50%;
 		left: 0;
 		width: 100%;
 		transform: translateY(-50%);
 		-webkit-transform: translateY(-50%);
 		-moz-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		-o-transform: translateY(-50%);
 	}
 	.carousel-outer a {
	    display: block;
	    position: relative;
	    min-height: 500px;
	}
	#cargallery .slick-slide img {
	    display: block;
	    width: 100%;
	    position: absolute;
	    left: 50%;
	    top: 0;
	    height: auto !important;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	}
}
span.gfield_required {
    display: none;
}
.gform_wrapper select {
    line-height: 1.5;
    padding: 11px !important;
}
.prodInner {border-radius:0px !important;}
.prodGallery-grid .inner-Gallery {
    float: left;
    margin-bottom: 30px;
}
section.productGallery-grid {
    padding-bottom: 80px;
}
.productGallery-grid .inner-Gallery-Back {
    background: #f1f0ec;
    cursor: pointer;
}
.productGallery-grid h4.description {
    color: #1861a7;
    padding: 20px;
}
.productGallery-grid a{
	display: block;
}
.productGallery-grid h4.description a{
	color: #1861a7;
}
.prodGallery-grid .inner-Gallery:hover a{
	text-decoration: none;
}
.prodGallery-grid .inner-Gallery {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.prodGallery-grid {
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}
.productGallery-grid h4.description{
	    padding: 15px 20px;
		font-size:20px !important;
		font-weight:bold;
}
.form-grid .gform_wrapper li.gfield:nth-last-of-type(2), .form-grid .gform_wrapper li.gfield:last-child {margin-top:16px !important;}
.gform_confirmation_message::before {background:#1861a7;}
.form-inner.lp-lg {max-width:900px;}
.form-grid.lp-lg {max-width:800px;}
ul.blocks-gallery-grid li.blocks-gallery-item {padding-left:0px;}
ul.blocks-gallery-grid li.blocks-gallery-item::before {display:none;}
.contact-form li.gfield:nth-child(5), .contact-form li.gfield:nth-child(6) {width: 50%;
    display: inline-block;
    vertical-align: top;}