/*!
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: 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: #333;
	font-family: 'Poppins', sans-serif;
	font-size: .95rem;
	line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

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

blockquote {
	margin: 0 1.5em;
	border-left: 2px solid #eee;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	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: 'Poppins', 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%;
}

/*--------------------------------------------------------------
# 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;
	line-height: 1.75rem;
}

ul li ul li {
	list-style-type: circle;
}

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: #bd6778;
	color: white;
	font-size: 1rem;
	line-height: 1;
	padding: .5em 1em .5em;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	font-family: 'Poppins', 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 {
	color: #333;
	border: none;
	border-bottom: 1px solid #777;
	border-radius: 0;
	padding: 3px!important;
	font-size: .9rem!important;
	font-family: 'Poppins', sans-serif;
	margin-top: 16px!important;
}
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;
	margin-top: 10px!important;
	font-size: .9rem!important;
    font-family: 'Poppins', sans-serif;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: .9rem!important;
}
.ginput_container.ginput_container_checkbox {
	margin-top: 7px;
}
textarea {
	width: 100%;
}
.newsletter-form .gform_body {
	width: 67%;
    float: left;
    margin-right: 10px;
}
.gform_wrapper .gfield_checkbox li label {
	margin-top: 5px!important;
}
.ginput_container.ginput_container_consent {
	display: flex;
}
label.gfield_consent_label {
    font-size: .8rem;
    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: .85rem!important;
	margin-bottom: 0px!important;
}
.gform_wrapper .gfield_radio li label {
	margin: 5px 0 0 4px!important;
	font-size: .9rem!important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-size: 13px!important;
	padding-top: 5px!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-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;
}
.container-xsmall {
    max-width: 1000px;
    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/2021/10/logo.jpg');
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
	background-repeat: no-repeat;
}
header#masthead {
	background-color: transparent;
    position: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 500;
}
.top-widget .widget {
	float: right;
	margin-bottom: 15px;
}
.top-widget .widget a {
    font-size: .85rem;
	color: #bd6778;
    letter-spacing: 1px;
	font-weight: 400;
	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;
}
ul.mega-sub-menu #mega-menu-item-50 a {
	line-height: 1.5!important;
    padding-top: 7px!important;
    padding-bottom: 8px!important;
}

.top-widget #custom_html-3 .custom-html-widget {
    font-weight: 600;
    letter-spacing: .7px;
	margin-top: 10px;
}

/* 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.mini-hr {
    max-width: 120px;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
	margin-left: 0;
	height: 1px;
	background-color: #bd6778;
}
hr.hr-small {
    max-width: 150px;
	margin: 1.5rem auto;
	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: 'Poppins', sans-serif;
	font-weight: 400;
	
}
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 {
	color: #dbadb6;
	letter-spacing: 1px;
	font-size: 1.8rem;
	font-family: 'Playfair Display', serif;
	margin-bottom: 1rem;
	font-weight: 700;
}
.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;
}
#img-bg .subtitle {
	text-transform: uppercase;
    font-size: 1.35rem;
    font-family: 'Montserrat', sans-serif;
	font-style: normal!important;
}
.subtitle {
	letter-spacing: .5px;
    font-size: 1.1rem;
}
.subtitle-sm {
	letter-spacing: 1px;
	font-size: .95rem;
	text-transform: uppercase;
	font-weight: 700;
}
.home h1  {
	letter-spacing: 0.5px;
	margin: 1rem auto;
}
.page-template-default h1 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.webspi-custom-page-title h1 {
	color: #333;
	font-weight: 700;
	letter-spacing: 1px;
}
.webspi-custom-page-title .text-shadow {
	color: white;
	text-shadow: 1px 2px 1px #222;
}
.home h2 {
	color: #bd6778;
	margin-bottom: 1rem;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: lowercase;
}
#services-bg h2 {
	color: white;
}
#services-bg h3 {
	font-size: 1.5rem;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
#boxes h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.pink-box {
	background-color: #bd6778;
    color: #fff!important;
    padding: 1rem 2rem 2rem;
    height: 100%;
}
.blue-box {
	background-color: #8ed1fc;
    color: #222!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: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.page-template-default h3 {
	font-size: 1.2rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.home h3 {
	font-size: 1.5rem;
	margin-bottom: .8rem;
	line-height: 2.25rem;
	font-weight: 700;
}
.home h3.kr-font-nanum {
	font-size: 2.5rem;
	font-weight:400;
}
.sub-h2 {
	text-transform:uppercase;
	letter-spacing: .7px;
    font-size: 1.2rem;
	line-height: 1.75rem;
}
.home h4 {
	font-size: 1.3rem;
}
.page-template-default h4 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.page-template-default h5 {
	font-size: 1.1rem;
}
.sub-title {
	font-size: 1.5rem;
    color: white;
    font-weight: 600;
}

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

/* - Home Page */
.home #main-bg a.main-btn:hover{
	text-decoration:none;
	box-shadow: 2px 2px 2px #a5a5a5;
}
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;

    margin-right: auto;
    margin-left: auto;
}
#main-bg {
	background:url('/wp-content/uploads/2021/10/main-slide.jpg');
	height: 900px;
	max-height: 80vh;
	background-size: cover;
}
#home-slide-1 {
	background:url('/wp-content/uploads/2021/10/main-slide.jpg');
}
#home-slide-2 {
	background:url('/wp-content/uploads/2022/05/nail-colors.jpg');
}
#text-box {
	color:white;
}
#home-main-slider #text-box h2 {
	font-size: 1.2rem;
}

#home-main-slider #text-box .subtitle {
	font-size: 1.1rem;
	margin-top: 1rem;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
}
#home-main-slider #text-box p {
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px #222;
	line-height: 1.8;
}
#main-bg .main-btn {
	border-radius: 5px;
	padding: .7rem;
	max-width: 160px;
	color: white;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	margin-right: .5rem;
    margin-left: .5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 2px 2px 2px white;
}

.home .border-box {
	border: 2px solid #158989;
    border-radius: 5px;
}
.home .border-box .contents {
	padding: 2rem 3rem 2rem 1rem;
}
.home .border-box h2 {
	background-color: #158989;
    color: white;
    padding: 1rem;
	margin-bottom: 0;
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home .border-box h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	color:#158989;
}
#img-bg {
	background:url('/wp-content/uploads/2021/10/bg-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #333;
	min-height: 250px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#pink-bg {
	background:#ebdcdf;
	min-height: 500px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#pink-bg span.subtitle {
	color: #bd6778;
	font-family: 'Poppins', sans-serif;
	font-size:1rem;
	text-transform: uppercase;
}
#pink-bg h2 {
	color: #333;
	font-size: 2rem;
	margin-top:1rem;
	margin-bottom:2rem;
}
#home-contact h2 {
	font-size: 1.85rem!important;
}
.home .webspi-rp-list-post {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.home .webspi-rp-featured-first-post img.webspi-recent-post-hard-image {
	width: 100%;
    height: 350px;
    object-fit: cover;
	margin-bottom: 1rem;
	border-top: 5px solid #29ba74;
}
.home .webspi-rp-featured-rest-post img.webspi-recent-post-hard-image {
	width: 100%;
    height: 130px;
    object-fit: cover;
	border-top: 5px solid #29ba74;
}
.webspi-rp-cat-name {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 700;
	color: #29ba74;
}
.webspi-rp-cat-type {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 700;
	color: #888;
}
.portfolio-row h2 {
	color:#158989;
}
.portfolio-row span.border-t {
	border-top: 1px solid #158989;
	padding-top: .75rem;
}

.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: 'Poppins', sans-serif;
}
.white-text-box {
	background-color: white;
	margin-top: .5rem;
	padding-bottom: .75rem;
	min-height: 95px;
}
.home .entry-content section {
	margin-bottom: 6rem;
}
.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 {
    margin-top: 3rem;
	margin-bottom: 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;
}
.sidebar-contact {
	border: 1px solid #158989;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-left: 1rem;
}
h3.sidebar-header {
	font-size: 1.05rem;
	background: #158989;
	padding: .8rem .5rem .7rem;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.sidebar-contact input {
	margin-top: 0!important;
}
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;
}

/* Post */
.post-template-default .entry-content h2 {
	text-align: center;
}
.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 */
.category-news.webspi-rp-thumb {
	background-size: cover!important;
}
h1.entry-title.post-title.inside-bg {
	font-size: 2rem;
    font-weight: 400;
    text-align: center;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
}
h1.entry-title.post-title {
	margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #111;
	letter-spacing: 2px;
}
.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.1rem;
	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;
}
.blue-b-left {
	border-left: 2px solid #01a7e1;
	width: 2px;
	margin-left: 30px;
}
.text-underline {
	border-bottom: 1px solid white;
}
.white-text {
	color: white!important;
}
.black-text {
	color: #222!important;
}
.pink-text {
	color:#bd6778!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;
}
.font-playfair {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
/* - Buttons and Icons */
.btn-size {
	padding: 6px 18px 5px;
	text-transform: uppercase;
	font-size: .85rem;
	display: inline-block;
    margin-bottom: .7rem;
	letter-spacing: .5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
a.btn-white {
	background-color: white;
	color: #222!important;
}
a.btn-black {
	background-color: #383838;
	color: white;
}
a.btn-pink {
	border: 1px solid #bd6778;
	background-color: white;
	color: #bd6778;
}
a.pink-btn {
	background-color: #bd6778;
	color: white;
}
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: #333;
	color: white;
	font-size: .9rem;
	position: relative;
    bottom: 0;
	padding-top: 5rem;
}
.site-footer section {
	margin-bottom: 1rem;
}
h4.widget-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #bd6778;
	margin-bottom: 1.2rem;
	letter-spacing: .5px;
} 
footer .newsletter-form input[type="submit"] {
	background: #158989!important;
	padding: .45rem 1rem .45rem;
	line-height: 1!important;
}
footer .newsletter-form .gform_wrapper .gf_simple_horizontal .gform_body {
	width: 100%;
}
footer .ginput_container_email input {
	margin-top: 0!important;
}
.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.2rem;
}
.social-icons a {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.site-info {
	font-size: .8rem;
    letter-spacing: .2px;
	padding-top: .5rem;
    padding-bottom: .5rem;
}
.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, #pink-bg h2, #home-contact h2 {
		font-size: 1.7rem;
	}
	.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;
	}
	.page-template-default h2 {
		font-size: 1.35rem;
	}
	.page-template-default h3 {
		font-size: 1.2rem;
	}
}

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

@media (min-width: 768px) {
	a.custom-logo-link {
		min-height: 85px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	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;
	}
	#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: 2rem;
	}
}

@media (min-width: 1200px) {
	a.custom-logo-link {
		background-position-x: center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin-right: 10px;
		margin-left: 10px;
	}
	section#home-main-slider {
		height: 1000px;
		max-height: 95vh;
	}
	#home-main-slider #text-box h1 {
		font-size: 3rem;
		font-weight: 700;
		margin-top: 2rem!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;
	}
	.home h3 {
		font-size: 1.5rem;
	}
	#home-main-slider #text-box .title {
		font-size: 1.85rem;
	}
	.sub-h1 {
		font-size: 1.5rem;
	}
	.sub-h2 {
		font-size: 1.1rem;
	}
	.page-template-default h2 {
		font-size: 1.4rem;
	}
}
@media (min-width: 1450px) {
	.blue-bg {
		padding: 2rem;
	}
}


/* Responsive - Max-Width */
@media (max-width: 449.98px) {
	#headmenu .textwidget.custom-html-widget a {
		font-size: 12px;
		letter-spacing: 0;
		font-weight: normal;
		padding: 10px 5px 0!important;
		/*text-align: center;
		width: 48%;
		display: inline-block;
		margin: 0 1%;*/
		margin-right: 0!important;
	}
	.top-widget .widget {
		margin-bottom: 10px;
	}
	.page-bg {
		padding-bottom: 12rem;
	}
}
@media (max-width: 480px) {
	#headmenu .textwidget.custom-html-widget a {
		padding: 5px 15px;
		margin-right: 5px;
	}
	#main-bg .green-box, #main-bg .blue-box {
		min-width: 300px;
		max-width: 350px;
		padding: 1.5rem 1rem;
	}
	#main-bg .title {
		font-size: 1.1rem!important;
		letter-spacing: .5px;
	}
	#main-bg .main-btn {
		max-width: 125px;
		font-size: .95rem;
		padding: .5rem .35rem;
		letter-spacing: 0;
	}
}
@media (max-width: 575.98px) {
	section#home-main-slider {
		height: 50vh!important;
	}
	#home-main-slider #home-slide-1 #text-box, #home-main-slider #home-slide-2 #text-box {
		min-width: 320px;
		padding: 1rem!important;
	}
	#home-main-slider #home-slide-3 #text-box {
		padding: 1rem 2rem!important;
	}
	#home-main-slider #text-box .subtitle {
		font-size: .9rem!important;
	}
	#home-main-slider .btn-size {
		font-size: .8rem;
	}
	.mobile-review #blue-bg {
		min-width: 350px;
		max-width: 450px;
	}
	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.35rem!important;
	}
	.webspi-rp-featured-first-post .white-text-box {
		margin-bottom: 1rem;
	}
	.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, h1.entry-title.post-title {
		font-size: 1.5rem!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, #category-nav-title-inside {
		height: 20vh!important;
	}
	.nav-previous, .nav-next {
		width: 100%!important;
		text-align: center!important;
	}
	.nav-previous a, .nav-next a {
		disply: block;
	}
}

@media (max-width: 750px) {
	#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;
	}
	#main-bg .main-btn {
		font-size: 1rem;
		
	}
	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: 60vh;
	}
	#home-main-slider #home-slide-1 #text-box, #home-main-slider #home-slide-2 #text-box {
		padding: 1rem 1.25rem!important;
	}
	#home-main-slider #text-box .title {
		font-size: 1.75rem;
		line-height: 2.75rem;
	}
	.home .border-box h2 {
		font-size: 1.5rem!important;
	}
	#text-box span.subtitle {
		font-size: 1.05rem;
	}
	#home-main-slider #text-box h2 {
		font-size: 1.35rem!important;
	}
	.home .border-box .contents {
		padding: 2rem 3rem;
	}
	a.custom-logo-link {
		min-height: 60px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.home h3 {
		font-size: 1.25rem;
	}
	.archive .site-main, .error404 .site-main, .single .site-main {
		margin-top: 5rem!important;
	}
	.page-template-default h2 {
		font-size: 1.3rem!important;
	}
	.page-template-default h3 {
		font-size: 1.2rem!important;
	}
	footer .widget_custom_html {
		text-align: center!important;
	}
	section#custom_html-5 .textwidget {
		float: none!important;
	}
}

@media (max-width: 991.98px) {
	.vertical-center {
	    position: inherit;
		top: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
	#main-bg .title, .mobile-review .title {
		font-size: 1.35rem;
	}
	.mobile-review #blue-bg {
		max-width: 700px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		margin-bottom:1rem;
	}
	a.mega-menu-link {
		letter-spacing:1px;
	}
	ul.mega-sub-menu li.mega-menu-item a {
		margin-left: 10px!important;
	}
	#home-main-slider #home-slide-2 #text-box {
		margin: auto;
	}
	#home-main-slider #home-slide-1 #text-box {
		margin: auto;
	}
	#main-bg .green-box, #main-bg .blue-box {
		margin-right: auto;
		margin-left: auto;
	}
	#home-main-slider #text-box h1 {
		font-size: 2.3rem;
	}
	#home-main-slider #text-box h2 {
		font-size: 1.35rem!important;
	}
	.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;
	}
	.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: 1.7rem;
	}
	.post-template-default .entry-content h2 {
		font-size: 1.75rem;
	}
	.post-template-default article .entry-content h3 {
		font-size: 1.3rem;
	}
	.post-template-default article .entry-content h4 {
		font-size: 1.2rem;
	}
	a.mega-menu-link {
		padding: 0px 15px;
		font-size: .9rem!important;
	}
}

@media (max-width: 1199.98px) {
	a {
		text-decoration:none!important;
	}

	#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;
	}
	.left-floating-title, .right-floating-title {
		font-size:2.5rem;
	}
	footer .widget_custom_html {
		margin-bottom: 2rem;
	}
	
}

@media (min-width: 768px) and (max-width: 991.98px) {
	a.custom-logo-link {
		margin-left: 10px;
	}
	#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;
	}
	.ginput_recaptcha > div {
		max-width: 100%!important;
	}
	a.custom-logo-link {
		margin-bottom: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		text-align: center;
		margin-bottom: 1rem;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin: 0px 10px;
		font-size: .9rem;
	}
}