/*!
Theme Name: Web SPI - Business First
Theme URI: http://underscores.me/
Author: Sean Roh
Author URI: https://webspi.com
Description: Multi-purpose Business Website Theme with Video Background Support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webspi-business-first
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.

Web SPI - Business First 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.25em 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: 500;
}

/**
 * 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: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.75rem;
	letter-spacing: .4px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Oswald', sans-serif;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	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: 'Oswald', sans-serif;
	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%;
}
/*-----------------------Animation------------------------*/

main section.full-focus p, main section.full-focus h1, main section.full-focus h2, main section.full-focus h3, main section.full-focus a, main section.full-focus img, main section.full-focus .purple-b-left, main section.full-focus .line-left {
	opacity:1;
	animation-name:fullfocus;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes fullfocus{
  0%   {opacity:0.2;}
  100%   {opacity:1;}
}
main section.half-focus p, main section.half-focus h1, main section.half-focus h2, main section.half-focus h3, main section.half-focus a, main section.half-focus img, main section.half-focus .purple-b-left, main section.half-focus .line-left {
	opacity:0.2;
	animation-name:halffocus;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes halffocus{
  0%   {opacity:1;}
  100%   {opacity:0.2;}
}
main section.full-focus p, main section.full-focus h1, main section.full-focus h2, main section.full-focus h3, main section.full-focus a, main section.full-focus img, main section.full-focus .purple-b-left, main section.full-focus .line-left {
	opacity: 1;
}
/*--------------------------------------------------------------
# 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 {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-top:2rem;
	margin-bottom: 2rem;
}

ul {
	list-style: disc;
	padding-inline-start: 20px;
}

ol {
	list-style: decimal;
}

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%;
}
td, th {
	padding: 0!important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #5c1c50;
	color: white;
	font-size: 1rem;
	line-height: 1;
	padding: .5em 1em .5em;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

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, select.gfield_select {
	color: #333;
	border: none;
	border-bottom: 1px solid #777;
	border-radius: 0;
	padding: 3px!important;
	font-size: .9rem!important;
	letter-spacing: .5px;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
}

textarea.textarea.medium {
	border: 1px solid #777;
    margin-top: 1rem!important;
}

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%;
}

.gform_wrapper .gfield_checkbox li label {
	margin-top: 5px!important;
}
.ginput_container.ginput_container_consent {
	display: flex;
}
label.gfield_consent_label {
    font-size: .85rem;
    line-height: 1.2rem;
	display: inline-block;
    margin-left: .5rem;
}
.ginput_container.ginput_container_consent input[type=checkbox] {
	display: inline-block;
    margin-top: .2rem;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: .9rem!important;
	margin-bottom: 0px!important;
}
.gform_wrapper .gfield_radio li label {
	margin: 5px 0 0 4px!important;
	font-size: .9rem!important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
	margin: 1rem auto;
    border-top: 2px solid #ff8c62;
    max-width: 350px;
    text-align: center;
    padding-bottom: .8rem;
    font-weight: 600;
	padding-top: 1rem;
    margin-top: 4rem;
}
.home body .gform_wrapper .top_label div.ginput_container {
	margin-top: 20px;
}
.home .gform_wrapper li.hidden_label input, .ginput_container.ginput_container_email, .ginput_container.ginput_container_phone {
	margin-top: 0!important;
}
.gform_wrapper textarea.medium {
	height: 110px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
	color: #222;
}

a:hover, a:focus, a:active {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.changebg, .changebg p, .changebg i {
	background-color:#2b3a5a;
	color:white;
}
/*--------------------------------------------------------------
## 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;
}

.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;
}
.vertical-center-container{
	position:relative;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
footer .widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.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%;
}

iframe.instagram-media {
	margin: 0 auto!important;
}

/* 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;
}

/*--------------------------------------------------------------

## WEBSPI CUSTOM

--------------------------------------------------------------*/
/* Bootstrap 4 Custom Grid */
.slider-container {
	max-width: 1600px;
    margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-xlarge {
    max-width: 1920px;
    margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-large {
	max-width:1500px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-medium {
	max-width:1400px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-small {
    max-width: 1200px;
    margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
.wrapper-open {
    width: 100%;
    display: block;
	padding-top: 85px;
}
.page-template-default .wrapper-open {
	padding-top: 0px;
}

/* Header */

a.custom-logo-link {
    height: 100%;
    width: 100%;
    background-image: url('/wp-content/uploads/2022/04/logo.png');
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
header#masthead {
	background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 2;
}
.top-widget .widget {
	float: right;
	margin-right: 15px;
}
.top-widget .widget a {
    font-size: 1rem;
	color: #111;
    letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
#mega-menu-menu-1 .mega-social-icon a.mega-menu-link {
	padding-right: 2px!important;
	padding-left: 20px!important;
}
#mega-menu-menu-1 i.fa-google {
	font-size: 1.1rem;
}
#mega-menu-menu-1 i.fa-instagram {
	font-size: 1.2rem;
}

.top-widget #custom_html-3 .custom-html-widget {
	float: right;
    font-weight: 600;
    letter-spacing: .7px;
	margin-top: 10px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	display: block;
	margin-top: 95px;
	padding-top: 25px;
    overflow-y: auto;
	letter-spacing: 0.25rem;
    position: fixed!important;
    left: 0!important;
}
ul#mega-menu-menu-1 {
	position: absolute!important;
	top: 0!important;
    height: 100vh!important;
    z-index: 100!important;
}
/* Utility Elements */
div#home-portfolio-container {
	margin-top: 2rem;
}
div#section-slider {
	height: 17vh;
}
.carousel-indicators {
	bottom: -15px;
}
.page-portfolio-container {
	margin-top: 2rem;
}
.owl-carousel .owl-dots {
	margin: 0 auto!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.owl-item.active.current {
    border-bottom: 2px solid #b00000;
}
.webspi-thumb-slider .owl-item .item {
	max-height: 700px;
}
img.img-object-fit {
	max-height: 500px;
	min-height: 430px;
	object-fit: cover;
}
hr.hr-mini {
    max-width: 120px;
	margin: 1.5rem auto;
	height: 2px;
	background-color: #ecba01;
}
hr.hr-small {
    max-width: 150px;
	margin: 1.75rem auto 2rem;
	height: 1px;
	background-color: #777;
}
hr.hr-med {
    max-width: 120px;
	margin: 3rem auto;
	height: 1px;
	background-color: #333;
}
hr.hr-sep {
    max-width: 300px;
	margin: 3rem auto;
	height: 1px;
	background-color: #333;
}
iframe.map {
	webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* WP Review Slider PRO */
.wprs_unslider .wpproslider_t6_DIV_1a p {
	margin:0 10px 10px!important;
}
.wpproslider_t6_DIV_3_logo {
	top: 20px!important;
    right: 20px!important;
}
.wpproslider_t6_DIV_3L {
	margin-left: 5px!important;
}
img.wprevpro_t6_site_logo {
	height: 28px!important;
}
.wpproslider_t6_DIV_2 {
	padding: 8px 8px 15px!important;
}
a.wprs_rd_more {
	color: #2463d0;
	font-size: .9rem;
}
.wprs_rd_more, .wprs_rd_less {
	font-size: .8rem;
}
.wprevpro_t1_P_3 {
	font-style: normal!important;
}
.wprevpro_t1_SPAN_5.wprev_preview_tcolor2_T1 {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px #e4e4e4 solid;
    font-family: sans-serif;
}
div#wprev-slider-2 {
    background-color: rgb(0 0 0 / 75%)!important;
}
/*Review Plugin*/
img.wprevpro_t6_site_logo {
	height: 28px;
}
span.wppro_viatext {
	font-size: .85rem;
}

/* Mega Menu */
a.mega-menu-link {
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	
}
ul.mega-sub-menu a.mega-menu-link {
	letter-spacing: .5px;
}
span.mega-indicator:after {
	margin:0!important;
	font-size: 1.2rem;
}
.mega-sub-menu a.mega-menu-link {
	text-shadow: none!important;
}
/* Ajax Search Pro */
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    margin: 0;
}
div#ajaxsearchpro1_1 {
    float: right;
}
/* Headings */

h1 {
	margin-bottom:0;
}
.sub-h1 {
	text-transform:uppercase;
	letter-spacing: 2.5px;
	font-weight: 400;
	font-size: 1.3rem;
	font-family: 'Oswald', sans-serif;
}
.page-template-default #page-title-section h1.webspi-page-title {
	margin-top: 1rem;
}
h2#home-portfolio-title {
    width: fit-content;
    margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 5px;
	font-weight: 300;
	padding-top: 0.5rem;
}
h2.page-portfolio-title {
    width: fit-content;
    margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 5px;
	font-weight: 300;
	padding-top: 0.5rem;
}
.sub-h2 {
	text-transform:uppercase;
	letter-spacing: 1px;
    font-size: 1.05rem;
}
.subtitle {
    font-size: 1.7rem;
	line-height: 2.8rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.subtitle-sm {
	font-size: 1.25rem;
	line-height: 2.5rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.b-text {
	font-weight: 400;
}
.home h1  {
	letter-spacing: 0.5px;
	margin: 1rem auto;
	font-family: 'Oswald', sans-serif;
}
.page-template-default h1 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.webspi-custom-page-title h1 {
	color: white;
	text-shadow: 2px 2px 2px #111;
	margin-bottom: .35rem;
}
.webspi-custom-page-title .text-shadow {
	color: white;
	text-shadow: 1px 2px 1px #222;
}
.home h2 {
	margin-bottom: 1rem;
	font-size: 2.7rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.purple-border {
	border: 2px solid #5c1c50;
	min-height: 390px;
}
.purple-box {
	background: #5c1c50;
    color: white!important;
    padding: 1rem;
}
.white-text-box h3 {
	color: #111!important;
}
.white-text-box h4 {
	font-size: 1.1rem!important;
	font-weight: 700;
}
.white-text-box .webspi-rp-content {
	font-size: .9rem;
	line-height: 1.25rem;
}
.page-template-default h2 {
	font-size: 3.35rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.page-template-default h3 {
	font-size: 2.35rem;
	margin-top: 1.75rem;
	margin-bottom: 1rem;
	font-weight: 500; 
	text-transform: uppercase;
	color:#5c1c50;
}
.home h3 {
	font-size: 1.5rem;
	margin-bottom: .8rem;
	line-height: 2.25rem;
	text-transform: uppercase;
}
.sub-h2 {
	text-transform:uppercase;
	letter-spacing: .7px;
    font-size: 1.2rem;
	line-height: 1.75rem;
	font-family: 'Oswald', sans-serif;
}
.home h4 {
	font-size: 1.3rem;
}
.page-template-default h4 {
	font-size: 1.05rem;
	margin-bottom: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-template-default h5 {
	font-size: 1.1rem;
}
.sub-title {
	font-size: 1.5rem;
    color: white;
    font-weight: 600;
}

/*------------------
#Page Content 
-------------------*/

/* - Home Page */

section#home-main-slider {
	height:700px;
	max-height:80vh;
}
section#home-main-slider div.owl-stage-outer {
	height:100%;
}
section#home-main-slider div.owl-stage-outer div.owl-stage {
	height:100%;
}
section#home-main-slider div.owl-stage-outer div.owl-stage div.owl-item {
	height:100%;
}
section#home-main-slider div.owl-stage-outer div.owl-stage div.owl-item div.item {
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
#home-slide-1 {
	background:url('/wp-content/uploads/2021/08/main-img.jpg');
}
#home-slide-2 {
	background:url('/wp-content/uploads/2021/09/group-photo-main.jpg');
}
#home-slide-3 {
	background:url('/wp-content/uploads/2021/08/main-img-3.jpg');
}

#location-bg {
	background:url('/wp-content/uploads/2022/04/gyro-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 7rem;
	padding-bottom: 7rem;
	color: white!important;
}
#location-bg h3 {
	color: white!important;
	font-size: 2rem;
}
img.webspi-recent-post-hard-image {
	width: 100%;
    height: 180px;
    object-fit: cover;
}
.card-listing img.webspi-recent-post-hard-image {
	height: 270px;
}
.card-listing .white-text-box {
	padding: 1rem;
	min-height: 90px;
	border-bottom: 3px solid #a90000;
}
span.webspi-rp-author, span.webspi-rp-date {
	font-size: .8rem;
}
span.webspi-rp-ball {
	color:#a90000;
}
h4.webspi-rp-title {
	font-family: 'Oswald', sans-serif;
}
.white-text-box {
	background-color: white;
	padding-top: 1rem;
	padding-bottom: .75rem;
	min-height: 95px;
}
.large-font {
	font-size: 1.85rem!important;
}
.home .entry-content section {
	margin-bottom: 7rem;
}
.slider-container span.title {
	font-size: 1.5rem;
	letter-spacing: 1px;
}
#text-box span.subtitle {
	font-size: 1.15rem;
	text-transform: uppercase;
	color:#222;
	margin: 1rem auto;
}
.owl-theme .owl-nav {
	margin-top: 0!important;
	margin-bottom: 10px;
}

/* - Page */
section#page-title-section {
	background: white;
    padding: 3rem;
}
.page-template-default .entry-content {
	/*max-width: 1400px;*/
    margin: 0 auto;
	margin-top: 2rem;
}
.page-template-default .entry-content section {
	margin-bottom: 5rem;
}
.webspi-custom-page-title p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
	color: white;
	margin-top: 3rem;
}
section.webspi-featured-image, #category-banner, #category-nav-title-inside {
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
	height: 35vh;
    margin: auto;
}

.page-template-default section .container {
	margin-top: 1rem;
}
.wrapper-open li {
    line-height: 1.75rem;
}

#menu-page p {
	font-size: 1.3rem!important;
	line-height: 2.2rem!important;
}

/* Post */
.post-template-default .entry-content h2 {
	text-align: center;
	font-size: 1.35rem;
}
.post-template-default .has-post-thumbnail {
	text-align: center;
}
.post-template-default h1.entry-title {
	font-size: 1.7rem;
}
.nav-previous a, .nav-next a {
	padding: 7px 18px;
	text-transform: uppercase;
	font-size: .8rem;
	display: inline-block;
    margin-bottom: .7rem;
	letter-spacing: 1px;
	font-weight: 600;
	color: white;
	background-color:#456148;
}
p.single-post-date {
	margin-top: .75rem;
	font-size: .85rem;
}

/* Category - Archive Search */
h1.entry-title.post-title.inside-bg {
	font-size: 2rem;
    font-weight: 700;
    text-align: center;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 2rem;
	text-shadow: 2px 2px 2px #111;
}
h1.entry-title.post-title {
	margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1rem;
}
.search h1.page-title, .error-404 h1.page-title {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 4rem;
	margin-bottom: 2.5rem;
}
.search h2.entry-title a {
	font-size: 1.7rem;
	color: #157000;
}
.search .site-main {
	margin-bottom: 5rem;
}
.search .no-results .page-content {
	text-align: center;
}
.archive .page-header h1.page-title {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2rem;
}
.archive .entry-content h2 {
	text-align: center;
}
.archive.category h2 {
	font-size: 1.2rem;
	text-align: left;
}
.archive.category h2.entry-title a {
	color:#9e8560;
}
.archive.category p.cat-content {
	font-size: .85rem;
}
.archive.category p.cat-post-date {
	border-top: 1px solid #333;
	font-size: .8rem;
	padding-top: 10px;
}
.archive header.page-header, .archive header.entry-header, header.entry-header {
	text-align: center;
	margin-bottom: 1.7rem;
} 
.archive .site-main, .error404 .site-main, .single .site-main {
	margin-top:4rem;
	margin-bottom:5rem;
	/*margin-bottom:5rem;
	border-bottom: 1px solid black;
    padding-bottom: 5rem;*/
}
.archive h2.entry-title a:hover {
	
	text-decoration: none;
}
.single .post-thumbnail, .archive .post-thumbnail img {
	margin-bottom: 1.5rem;
	text-align: center;
}
nav.navigation.post-navigation {
	margin-top: 2rem;
}
.nav-next a, .nav-previous a {
	border-bottom: 1px solid #222;
}
.nav-next a:hover, .nav-previous a:hover {
	text-decoration: none;
	border-bottom: 3px solid #9e8560;
}
section.error-404.not-found {
	margin-top: 7rem;
    margin-bottom: 8rem;
}

/* Color and Font */
.lt-bg {
	background-color: #f7f7f7;
	padding-top: 5.5rem;
    padding-bottom: 4rem;
}
.dk-bg {
	background-color:#222;
	padding-top: 5.5rem;
    padding-bottom: 4rem;
}
.border-b {
	border-bottom: 3px solid #222;
    width: 70px;
    padding-bottom: 1rem;
}
.line-left {
	border-left: 5px solid #a20000;
}
.purple-b-left {
	border-left: 5px solid #5c1c50;
}
.text-underline {
	border-bottom: 1px solid white;
}
.white-text {
	color: white!important;
}
.purple-text {
	color: #5c1c50!important;
}
.red-text {
	color: #a20000!important;
}
.blue-text {
	color: #2657bd!important;
}
.reg-font-size {
	font-size: 1.1rem!important;
	line-height: 1.7rem!important;
}
h2 span.blue-u, h3 span.green-u {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 30px;
}
h2 span.blue-u:before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #01a7e1;
    margin-top: 26px;
    z-index: -1;
}
h3 span.green-u:before {
	content: "";
    position: absolute;
    left: 12px;
    width: 250px;
    height: 12px;
    background-color: #24890d;
    margin-top: 35px;
    z-index: -1;
}

/* - Buttons and Icons */
.btn-size {
	padding: 6px 18px;
	text-transform: uppercase;
	font-size: .85rem;
	display: inline-block;
    margin-bottom: .7rem;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.btn-large {
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 1.25rem;
	display: inline-block;
    margin-bottom: .7rem;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
a.btn-white {
	background-color: white;
	color: #222!important;
}
a.btn-purple {
	background-color: #5c1c50;
	color: white;
}
a.btn-yellow {
	background-color: #ecba01;
	color: #111;
}
a.btn-red:hover {
	background-color: #800000;
	text-decoration: none;
}
a.btn-black:hover {
	background-color: black;
	text-decoration: none;
}
a.btn-blue:hover {
	background-color: #00339e;
	text-decoration: none;
}
a.icon-square {
	padding: 7px 12px 9px;
    background: #eb86c0;
    color: white;
}
.baslider-main .ba-outside {
	margin-bottom: 1.2rem;
}
/* - Footer */
footer.site-footer {
	background-color: #222;
	color: white;
	font-size: 1.1rem;
	position: relative;
    bottom: 0;
	padding-top: 5rem;
}
.site-footer section {
	margin-bottom: 1rem;
}
h4.widget-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	margin-bottom: 1.2rem;
} 
.site-footer p {
	font-size: .9rem;
	line-height: 1.35rem;
}
.site-footer a {
	line-height: 1.9rem;
	color:white;
}
.site-footer .widget .custom-html-widget {
	margin-bottom: 1.5rem;
}
.site-footer .custom-html-widget a:visted {
	color: #fff!important;
}
footer .site-info p {
	border-bottom: 1px solid #777;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
}
footer.site-footer a:hover {
	text-decoration: underline;
}
.social-icons {
	font-size: 1.3rem;
}
.social-icons a {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.site-info {
	font-size: .8rem;
    letter-spacing: .5px;
	padding-top: .5rem;
    padding-bottom: .5rem;
	font-weight: 300;
}
.site-info a, .site-info a:visited {
	color: white;
}

/* Responsive - Min-Width  */
@media (min-width: 450px) {
	div#section-slider {
		height: 25vh;
	}
}

@media (min-width: 480px) {
	#home-slider {
		height: 40vh;
	}
	div#section-slider {
		height: 25vh;
	}
}

@media (min-width: 576px) {
	section#home-main-slider {
		height: 50vh;
	}
	div#section-slider {
		height: 22vh;
	}
	.home h1 {
		font-size: 2rem;
	}
	.home h2 {
		font-size: 2rem;
	}
	.home h3 {
		font-size: 1.5rem;
	}
	.special-row h3 {
		font-size: 1.3rem;
	}
	.sub-h1 {
		font-size: 1.15rem;
	}
	.sub-h2 {
		font-size: 1.1rem;
	}
	h2 span.blue-u:before {
		margin-top: 20px;
	}
}

@media (min-width: 680px) {
	#home-slider {
		height: 50vh;
	}
}

@media (min-width: 768px) {
	a.custom-logo-link {
		min-height: 75px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div#section-slider {
		height: 18vh;
	}
	section#home-main-slider {
		height: 70vh;
	}
	#home-main-slider #text-box .title {
		font-size: 1.5rem;
	}
	#home-slide-1 {
		background-position: left!important;
	}
	/*
	ul.mega-menu li.mega-menu-item > a.mega-menu-link {
		border-left: 1px solid #555!important;
	}
	*/
	a.dashicons-admin-home.mega-menu-link {
		border: none;
	}
	ul.mega-sub-menu li a {
		border-left: none;
	}
}


@media (min-width: 992px) {
	div#section-slider {
		height: 20vh;
	}
	div#n2-ss-2 .n2-font-146d6680aef07a5dc85387c3ba21850a-hover, div#n2-ss-2 .n2-font-cf97396f1567b35177eed8d19a1c513a-hover {
		font-size: 40px!important;
	}
	div#n2-ss-2 .n2-font-40d4d76b183771f4bdc6d43977294bc7-hover, div#n2-ss-2 .n2-font-83a76540ca013e49df7827fd55dce7bd-paragraph {
		font-size: 30px!important;
	}
	#home-main-slider #text-box h1 {
		font-size:2.8rem;
	}
	.special-row h3 {
		font-size: 1.25rem;
		letter-spacing: 1px;
	}
	section#home-main-slider {
		height: 80vh;
	}
	.page-template-default h1 {
		font-size: 4rem;
		font-weight: 400;
		letter-spacing: 2px;
	}
}

@media (min-width: 1200px) {
	a.custom-logo-link {
		background-position-x: center;
	}
	div#n2-ss-2 .n2-font-146d6680aef07a5dc85387c3ba21850a-hover, div#n2-ss-2 .n2-font-cf97396f1567b35177eed8d19a1c513a-hover {
		font-size: 70px!important;
	}
	div#n2-ss-2 .n2-font-40d4d76b183771f4bdc6d43977294bc7-hover, div#n2-ss-2 .n2-font-83a76540ca013e49df7827fd55dce7bd-paragraph {
		font-size: 38px!important;
	}
	section#home-main-slider {
		height: 1000px;
		max-height: 95vh;
	}
	#home-main-slider #text-box h1 {
		font-size: 1.85rem;
		font-weight: 700;
		margin-top: 2.5rem!important;
	}
	a.custom-logo-link {
    background-position-x: left;
	}
	img.custom-logo {
		width: 80%; 
	}
	.home h1 {
		font-size: 2.1rem;
	}
	.home h2 {
		font-size: 2.5rem;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.home h3 {
		text-transform: uppercase;
	}
	#home-main-slider #text-box .title {
		font-size: 1.85rem;
	}
	.sub-h1 {
		font-size: 1.25rem;
	}
	.sub-h2 {
		font-size: 1.1rem;
	}
	h2 span.blue-u:before {
		margin-top: 26px;
	}
}
@media (min-width: 1450px) {
	.blue-bg {
		padding: 2rem;
	}
}


/* Responsive - Max-Width */
@media (max-width: 449.98px) {
	#headmenu .textwidget.custom-html-widget a {
		font-size: 10px;
		letter-spacing: 0;
		font-weight: normal;
		padding: 10px 5px!important;
		text-align: center;
		width: 48%;
		display: inline-block;
		margin: 0 1%;
		margin-right: 0!important;
	}
	.page-bg {
		padding-bottom: 12rem;
	}
}
@media (max-width: 480px) {
	#headmenu .textwidget.custom-html-widget a {
		font-size: 13px;
		padding: 10px 5px 10px 15px;
		line-height: 13px;
	}
}

@media (max-width: 765px) {
	#maxmegamenu-2 #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a.mega-menu-link {
		font-size: 13px;
		padding: 0 5px 0 15px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	    margin-top: 75px;
		padding-top: 0;
	}
	#mega-menu-wrap-menu-1 a.mega-menu-link {
		padding: 0px 15px;
		font-size: 1.5rem;
		line-height: 50px;
		height: 50px!important;
	}
	#headmenu .textwidget.custom-html-widget a {
		margin-right: 5px;
	}
	li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
		margin-right: 0;
	}
	#custom_html-5 a {
		display:inline-block;
	}
}
@media (max-width: 767.98px) {
	.home .entry-content section {
		margin-bottom: 5rem;
	}
	a {
		text-decoration:none!important;
	}
	section.webspi-featured-image, #category-banner, #category-nav-title-inside {
		height: 25vh;
	}
	.home h1 {
		font-size: 1.7rem;
	}
	section#home-main-slider {
		height: 40vh;
	}
	a.custom-logo-link {
		min-height: 50px;
		max-width: 230px!important;
	}
	.home h3 {
		font-size: 1.25rem;
	}
	#location-bg h3 {
		font-size: 1.5rem;
	}
	.purple-border {
		min-height: 380px;
	}
	.archive .site-main, .error404 .site-main, .single .site-main {
		margin-top: 5rem!important;
	}
	.page-template-default h2 {
		font-size: 1.8rem!important;
	}
	.page-template-default h3 {
		font-size: 1.5rem!important;
	}
	.page-template-default .subtitle {
		font-size: 1.35rem;
	}
	footer .widget_custom_html {
		text-align: center!important;
	}
	section#custom_html-5 .textwidget {
		float: none!important;
	}
	.top-widget .widget a {
		font-size: .85rem;
	}
	.top-widget .btn-size {
		padding: 5px 10px!important;
	}
}

@media (max-width: 991.98px) {
	.vertical-center {
	    position: inherit;
		top: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
	div#n2-ss-2 .n2-font-146d6680aef07a5dc85387c3ba21850a-hover, div#n2-ss-2 .n2-font-cf97396f1567b35177eed8d19a1c513a-hover {
		font-size: 30px!important;
	}
	div#n2-ss-2 .n2-font-40d4d76b183771f4bdc6d43977294bc7-hover, div#n2-ss-2 .n2-font-83a76540ca013e49df7827fd55dce7bd-paragraph {
		font-size: 20px!important;
	}
	.purple-b-left {
		border-left: 5px solid white;
	}
	#mega-menu-wrap-menu-1 a.mega-menu-link {
		letter-spacing:1px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
		font-size: 1.5rem!important;
		line-height: 50px!important;
		height: 50px!important;
	}
	#mega-menu-wrap-menu-2 li.mega-menu-item {
		max-width: 200px;
	}
	.home h1 {
		font-size: 1.85rem; 
	}
	.home .special-row {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	#services-bg h2 {
		font-size: 1.75rem;
	}
	.home h3 {
		font-size: 1.35rem;
	}
	section.webspi-featured-image {
		height: 25vh;
	}
	.home .subtitle {
		font-size: 1.35rem;
	}
	.page-bg {
		display: flex;
		padding-bottom: 10rem;
		height: auto;
	}
	.page-template-default .entry-content {
		margin-top: 1rem;
	}
	.archive.category h2 {
		font-size: 1.15rem;
	}
	.archive .site-main, .error404 .site-main, .single .site-main {
		margin-top: 4rem;
	}
	.archive .page-header h1.page-title {
		font-size: 1.8rem;
	}
	.page-template-default h1 {
		font-size: 3rem;
	}
	.post-template-default .entry-content h2 {
		font-size: 2rem;
	}
	.page-template-default h2 {
		font-size: 2.5rem;
	}
	.page-template-default h3 {
		font-size: 2rem;
	}
	.post-template-default article .entry-content h3 {
		font-size: 1.3rem;
	}
	.post-template-default article .entry-content h4 {
		font-size: 1.2rem;
	}

}

@media (max-width: 1199.98px) {
	a {
		text-decoration:none!important;
	}
	.top-widget .textwidget {
		float: right;
		text-align: center;
	}
	#home-main-slider #home-slide-1 #text-box, #home-main-slider #home-slide-2 #text-box {
		padding: 1.25rem 2rem;
	}
	#home-main-slider #text-box h2 {
		margin-top:.5rem;
		margin-bottom:.5rem;
		font-size:1.45rem;
	}
	.special-row h2 {
		font-size:1.6rem;
	}
	footer .widget_custom_html {
		margin-bottom: 2rem;
	}
	
}
@media (max-width: 575.98px) {
	div#headmenu {
		padding: 0 5px;
	}
	.row {
		margin-right: -5px;
		margin-left: -5px;
	}
	a.custom-logo-link {
		width:195px;
		margin: 10px 0 0;
	}
	.top-widget .widget {
		padding-right: 5px;
		margin-right:0;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		margin-top: 65px;
		padding-top: 0;
	}
	#maxmegamenu-2{
		margin:0;
	}
	#maxmegamenu-2 #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a.mega-menu-link .mega-indicator {
		display:none!important;
	}
	#maxmegamenu-2 #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-menu-item a.mega-menu-link {
		font-size: 13px;
		padding: 0 5px;
	}
	#maxmegamenu-2 #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
		width: 119px;
	}
	section#home-main-slider {
		height: 37vh!important;
	}
	a {
		text-decoration:none!important;
	}
	#home-main-slider #text-box h2 {
		font-size: 1.25rem;
		line-height: 2rem;
	}
	section#home-main-slider {
		margin-bottom: 3rem;
	}
	#home-main-slider .btn-size {
		padding:4px 11px
	}
	section#home-main-slider #home-slide-1 {
		background-position: center!important;
	}
	section#home-main-slider #home-slide-2 {
		background-position: center!important;
	}
	#home-main-slider #text-box h1 {
		font-size: 1.2rem!important;
	}
	.home .entry-content section {
		margin-bottom: 2.5rem;
	}
	.home h1 {
		font-size: 1.35rem!important;
	}
	.home h2 {
		font-size: 1.7rem!important;
	}
	.home h3 {
		font-size: 1.1rem;
		letter-spacing:.2px;
	}
	.sub-h1 {
		font-size: 1.15rem!important;
		letter-spacing: 1.5px;
	}
	.sub-h2 {
		font-size: 1rem;
		letter-spacing: 1px;
	}
	h2 span.blue-u:before {
		margin-top: 18px;
	}
	img.webspi-recent-post-hard-image {
		height: 200px;
	}
	.green-bg {
		padding: 3rem 2rem 2rem!important;
	}
	.page-template-default section .container {
		margin-top: 2rem!important;
	}
	div#top-bar-widget {
		background-color: #2463d0;
		padding:5px 0;
	}
	div#top-bar-widget a{
		color:#fff;
	}
	div#top-bar-widget a:hover{
		text-decoration:none!important;
	}
	li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
		display: block;
		margin-bottom: .5rem;
	}
	li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
		width: 180px;
		margin-right: auto;
		margin-left: auto;
	}
	.archive .site-main, .error404 .site-main, .single .site-main {
		margin-top: 6rem!important;
	}
	a.wprs_unslider-arrow.next.wprs_nav_arrow_1{
		right:0!important;
	}
	a.wprs_unslider-arrow.prev.wprs_nav_arrow_1{
		left:0!important;
	}
	#slider-left-half{
		display:none;
	}
	section.webspi-featured-image {
		height: 15vh;
	}
	.page-template-default h1 {
		font-size: 2.35rem!important;
	}
	.page-template-default h3 {
		font-size: 1.2rem!important;
	}
	.page-template-default h4 {
		font-size: 1rem!important;
	}
	.wrapper-open li {
		line-height: 1.5rem;
	}
	.webspi-custom-page-title p {
		font-size: 1.2rem;
	}
	section.webspi-featured-image {
		height: 20vh!important;
	}
	.nav-previous, .nav-next {
		width: 100%!important;
		text-align: center!important;
	}
	.nav-previous a, .nav-next a {
		disply: block;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		margin-bottom:0;
	}
	a.custom-logo-link {
		text-align: center!important;
		background-position-x: left;
		min-height: 70px;
		max-width: 270px!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		text-align: center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 18px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	a.custom-logo-link {
		background-position-x: center;
	}
	.vertical-center {
		margin-right: 2rem;
	}
	.top-widget .widget {
		float: none;
		text-align: center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 15px;
	}
}