/*!
Theme Name: conceptual
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conceptual
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.

conceptual 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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height: -webkit-calc(22/13);
	line-height: -moz-calc(22/13);
	line-height: calc(22/13);
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
@font-face {
	font-family: "Open Sans";
	font-display: auto;
	url('https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff');
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
	padding: 0;
	border-bottom: 1px solid #f2f2f2;
	background-color: #ffffff;
	position: relative;
	z-index: 9999;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.menu-toggle {
	border: none;
	width: 36px;
	height: 30px;
	text-indent: 100%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	background: transparent;
	padding: 0;
}
.menu-toggle .menu-line-1, .menu-toggle .menu-line-2, .menu-toggle .menu-line-3 {
	position: absolute;
	height: 4px;
	width: 100%;
	left: 0;
	background: #99a9b5;
}
.menu-toggle .menu-line-3 {
	top: 23px;
}
.menu-toggle .menu-line-2 {
	top: 13px;
}
.menu-toggle .menu-line-1 {
	top: 3px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
	opacity:1;
}

.main-navigation ul ul{
	transition:all 1s ease 0s;
	opacity:0;
	margin: 0 0 0 -50px;
}
.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: 250px;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 30px 15px 30px 15px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #555555;;
}
.sub-menu{
	background-color: #ffffff;
	border-top: 3px solid #30b2c4;

}
.sub-menu li{
	text-align: center;
	padding: 10px 0 10px 0;
}
.sub-menu li a{
	font-size: 14px;
}
.sub-menu li a:hover{
	color: #fff;
}
.sub-menu li:hover {
	background-color: #7ec9d3;
}
.sub-menu li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}

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

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		padding: 0;
	}
}
@media screen and  (max-width: 1072px){
	.main-navigation li {
		padding: 30px 10px 30px 10px;
	}
}
@media screen and (max-width: 767px) {

	.main-navigation ul {
		width: 100%;
	}
}
.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;
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin-top: 5px;
}
.custom-logo-link img{
	max-width: 222px;
	padding-top: 5px;
}

/*--------------------------------------------------------------
## 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;
}
.main-navigation {
	clear: none;
	float: left;
	padding-top: 0;
}
.site-header-wrapper{
	float: unset;
	width: 1200px;
	margin: auto;
}
#site-navigation {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}

#site-navigation ul {
	float: right;
}
.site-header .search-form {
	float: right;
	margin-top: -45px;
}
.content-area {
	width: 1200px;
	margin: 0 auto;
	float: unset;
}
.site-branding{
	float: left;
	line-height: 0;
}
@media screen and (max-width: 1200px) {
	.content-area {
		width: 100%;
		float: left;
		margin: 0;
	}
	.site-header-wrapper {
		float: left;
		width: 100%;
	}
}

.slideshow_container {
	margin: 0 auto;
}
@media screen and (max-width: 1001px){
	#site-navigation .big-screen img {
		display: none;
	}
	#site-navigation .small-screen img {
		float: left;
		max-width: 60px;
		padding-left: 10px;
		margin-top: 15px;
	}
}
@media screen and (min-width: 1002px){
	#site-navigation .big-screen img {
		float: left;
		max-width: 310px;
		padding-left: 10px;
		margin-top: 13px;
	}
	#site-navigation .small-screen img {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.menu-toggle {
		display: inline-block;
		top: 29px;
		right: 20px;
		padding: 15px 0;
		float: right;
	}
	#site-navigation {
		float: left;
		width: 100%;
	}
	#site-navigation img{
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.main-navigation li {
		float: left;
		position: relative;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		border-top: 1px solid #f1f1f1;
	}
	.menu-header-menu-container{
		float: left;
		width: 100%;
	}
}
/* BREADCRUMBS AND TITLES */

.entry-header {
	height: 333px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
.title-wrapper {
	margin: 0 auto;
	height: 333px;
	padding-top: 125px;
}
.breadcrumbs {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: white;

}
.breadcrumbs span > a{
	color: #eab402;
	text-decoration: none;
	font-size: 16px;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-weight: bold;
}
.breadcrumbs span > a:visited{
	color: #eab402;
	text-decoration: none;
	font-size: 16px;
}
.breadcrumbs .current-item{
	color: #30b2c4;
	text-decoration: none;
	font-size: 16px;
	margin-left: 10px;
	font-weight: bold;
}
.custom-title{
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.entry-header h1{
	margin: 0;
}
@media screen and (max-width: 1200px) {
	.title-wrapper {
		width: 100%;
		margin: 0;
	}
}
/* 404 PAGE */
.error-404.not-found > .page-header{
	width: 100%;
}
.error-404.not-found > .page-content{
	text-align: center;

}
.error404 .site-content{
	margin-bottom: 40px;
}
.error-404.not-found > .page-content > .search-form label{
	width: 100%;
}
.error-404 .screen-reader-text{
	display: none;
}
.error-404.not-found > .page-header > .page-title{
	text-align: center;
}
.error-404 .search-field {
	width: 50%;
	padding: 5px;
	line-height: unset;
}
.error-404 .search-submit{
	padding: 1px 50px 3px;
	line-height: unset;
	background: #30b2c4;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	cursor: pointer;
	color: #eab402;
	font-weight: 500;
	text-shadow: 1px 1px 1px black;
	border: 1px solid grey;
}
.error-404 .widget.widget_recent_entries,.error-404 .widget.widget_categories, .error-404 .widget.widget_archive{
	width: 33.3333%;
	float: left;
}
.error-404 .widget.widget_recent_entries ul,.error-404 .widget.widget_categories ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.error-404 .widget.widget_recent_entries ul li a, .error-404 .widget.widget_categories ul li a{
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.error-404 .search-field {
		width: 70%;
	}
	.error-404 .widget.widget_recent_entries,.error-404 .widget.widget_categories, .error-404 .widget.widget_archive{
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 599px) {
	.error-404 .search-field {
		width: 40%;
	}

}
/* ELEMENTOR */
.elementor-element-43a4da0 .elementor-column-wrap.elementor-element-populated{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.elementor-element-30c0d2d .elementor-column-wrap.elementor-element-populated,
.elementor-element-260a4de .elementor-column-wrap.elementor-element-populated,
.elementor-element-0e228be .elementor-column-wrap.elementor-element-populated,
.elementor-element-40949ac .elementor-column-wrap.elementor-element-populated {
	padding: 0 !important;
}
.page-id-10 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding-top: 0  !important;
	padding-bottom: 0  !important;
}
.elementor-element-11131c0 img {
	max-height: 260px !important;
}

.elementor-heading-title.elementor-size-xl span:nth-of-type(2){
	color: #eab402 !important;
	text-shadow: 1px 1px 1px #000;
}
.elementor-heading-title.elementor-size-xl span{
	text-shadow: 1px 1px 1px #000;
}
.elementor-218 .elementor-element.elementor-element-f06bd26.elementor-widget-heading .elementor-heading-title {
	text-shadow: 1px 1px 1px #000;
}
.post-218{
	margin-bottom: 0 !important;
}
.elementor-element-df10ef0{
	text-align: justify !important;
}
.elementor-element-fefc50c .elementor-element-populated,
.elementor-element-f19a4e8 .elementor-element-populated,
.elementor-element-90a14c5 .elementor-element-populated,
.elementor-element-920f6cd .elementor-element-populated,
.elementor-element-c3bef7a .elementor-element-populated,
.elementor-element-4a304c1 .elementor-element-populated,
.elementor-element-273a725 .elementor-element-populated,
.elementor-element-0b351bb .elementor-element-populated,
.elementor-element-6bbb808 .elementor-element-populated {
	padding: 0 !important;
}
.elementor-element-917b2a1 .elementor-element-populated{
	padding-right: 0 !important;
}
.elementor-element-bfe51c8 p{
	margin: 0!important; ;
}
	/* SLIDER */
.n2-style-8b28093d7d2524e49bd738eba642a931-heading{
	letter-spacing: 4px !important;
}
.elementor-element-27a033c .elementor-image{
	background: none !important;
}
.elementor-element-27a033c img{
	opacity: 1 !important;

}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6{
		max-height: 200px;
	}
	.column-1 .elementor-heading-title.elementor-size-medium,
	.column-1 .elementor-heading-title.elementor-size-default,
	.column-2 .elementor-heading-title.elementor-size-medium,
	.column-2 .elementor-heading-title.elementor-size-default,
	.column-3 .elementor-heading-title.elementor-size-medium,
	.column-3 .elementor-heading-title.elementor-size-default,
	.column-4 .elementor-heading-title.elementor-size-medium,
	.column-4 .elementor-heading-title.elementor-size-default,
	.column-5 .elementor-heading-title.elementor-size-medium,
	.column-5 .elementor-heading-title.elementor-size-default,
	.column-6 .elementor-heading-title.elementor-size-medium,
	.column-6 .elementor-heading-title.elementor-size-default{
		font-size: 16px !important;
	}

}

@media screen and (min-width: 768px) {
	/*.column-1 .title-1 .elementor-widget-container,
	.column-2 .title-2 .elementor-widget-container,
	.column-3 .title-3 .elementor-widget-container,
	.column-4 .title-4 .elementor-widget-container,
	.column-5 .title-5 .elementor-widget-container,
	.column-6 .title-6 .elementor-widget-container {
		padding-top: 60px !important;
	}*/
}

/*FACEBOOK RATING*/
.ti-rating-text{
	padding: 10px 0;

}

/* RECENT POSTS CUSTOM WIDGET*/
.recent-posts-wrapper{
	width: 100%;
}
.recent-posts-wrapper .single-post{
	width: 33.3333%;
	display: block;
	float: left;
}
.post-image{
	width: 100%;
	display: block;
	border: 10px solid transparent;
	border-bottom: none;
	position: relative;
	overflow: hidden;
	max-height: 242px;
}
.post-image img:hover{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transition: -webkit-transform 1s;
}
.post-image img {
	-webkit-transform: translateZ(0) scale(0.9, 0.9);
	transition: -webkit-transform 1s;
}
.post-widget-title{
	text-align: center;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
.post-widget-title a{
	color: #30b2c4;
}
.recent-post-date{
	background: rgba(234, 180, 2, 0.5);
	text-align: center;
	position: absolute;
	left: -50.1%;
	margin-left: 15px;
	margin-top: -15px;
	top: 50%;
	width: 100%;
	height: 30px;
	z-index: 10;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.post-date{
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	padding-top: 2px;
	font-size: 16px;
	color: #f1f1f1;
	box-shadow: 19px 1px 1px 1px rgba(0,0,0, 0.3);
}
.excerpt-landing{
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
}
.post-block{
	border: 10px solid transparent;
	border-bottom: none;
	border-top: none ;
}
@media screen and (max-width: 768px){
	.recent-posts-wrapper .single-post{
		width: 100%;
	}
}
/* CONTACT FORM */
.wpcf7-form-control-wrap input {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	width: 100%;
}
.wpcf7-form-control-wrap input:focus {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
}
.wpcf7-form label{
	position: relative;
	bottom: -22px;
	color: rgba(100,100,100,0.8);
}
.wpcf7-form p:nth-child(5) label{
	position: relative;
	bottom: 0;
}
body:not(.page-id-10) .elementor-image {
	background: #000;
	overflow: hidden;
}
body:not(.page-id-10) .elementor-image img {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
}
body:not(.page-id-10) .elementor-image img:hover {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1.4, 1.4);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
}
body.page-id-10 .elementor-image {
	overflow: hidden;
}
body.page-id-10 .elementor-image img {
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: -webkit-transform 1s;
}
body.page-id-10 .elementor-image img:hover {
	-webkit-transform: translateZ(0) scale(1.4, 1.4);
	-webkit-transition: -webkit-transform 1s;
}
.page-id-17 p{
	margin: 0;
}
/* CHROME AUTOCOMPLETE*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	-webkit-text-fill-color: green;
	-webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset;
	transition: background-color 5000s ease-in-out 0s;
}
.btn{
	padding: 10px 20px !important;
	margin: 0 auto;
	text-align: center;
	float: right;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 2px 12px rgba(0,0,0,0.3);

}
.btn-submit {
	background: #fcbf00 !important;
	margin: 0 auto;
	/* width: 150px; */
	float: right;
	font-size: 16px;
	letter-spacing: 1px;
	border: 1px solid;
	color: #555555;
}
.hustle-modal-message input{
	margin-bottom: 25px;
}
/* POST NAVIGATION */

.post-navigation{
	margin: 40px !important;
}
.post-navigation .nav-previous a:before{
	content: "<<";
	margin-right: 5px;
}
.post-navigation .nav-next a:after{
	content: ">>";
	margin-left: 5px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a{
	text-decoration: none;
	color: #30b2c4;
}
/* COMMENTS */
.comments-area {
	margin: 0 40px;
}

.comments-title{
	background: #f8f8f8;
	padding: 10px;
	margin: 0 0 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: unset;
}
.comment-author.vcard img{
	border-radius: 50%;
	min-width: 50px;
}
.comment-author{
	float: left;
}
.comments-area b.fn,.comments-area span.says{
	position: relative;
	top: -20px;
}
.comment-metadata{
	position: relative;
	float: right;
}
.comment-metadata a{
	text-decoration: none;
}
.comments-area .edit-link{
	display: block;
	width: 100%;
	text-align: center;
}
.comment{
	margin: 0;
	padding: 10px;
	background: #f8f8f8;
	float: left;
	width: 100%;
}
.comment-body{
	float: left;
	width: 100%;
}
.comment-meta{
	float: left;
	width: 100%;
}
.comment-metadata a{
	color: #30b2c4;
}
.comment-content p{
	display: block;
	float: unset;
	clear: both;
	padding-top: 15px;
	padding-left: 50px;
}
.comments-area .reply{
	float: left;
	width: 100%;
}
.comment-respond .comment-reply-title{
	padding-top: 30px;
}
.comment-respond .submit{
	background: #0e6085;
	color: #FFCC00;
	padding: 5px 70px;
	text-decoration: none;
	float: right;
	margin-bottom: 20px;
}
.comments-area .reply a{
	background: #0e6085;
	color: #FFCC00;
	padding: 10px 20px;
	text-decoration: none;
	float: right;
}
.comment-list{
	float: left;
	width: 100%;
	padding-left: 0;
	margin: 0;
}
/* RECAPTCHA LABEL */
body:not(.page-id-23) .grecaptcha-badge {
	display: none;
}
/* SITE FOOTERS */
.site-footer {
	height: 333px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 333px;
}
.entry-footer{
	display: none;
}
.site-info {
	text-align: center;
	height: 333px;
}
.footer-wrapper{
	margin: 0 auto;
	width: 1200px;
	position: relative;
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

#menu-footer-menu{
	margin: 0 !important;
	padding-left: 0 !important;
}
ul#menu-footer-menu li{
	list-style: none;
	display: inline-block;
	padding: 5px 10px;

}
ul#menu-footer-menu a{
	text-decoration: none;
	font-size: 15px;
	color: #f9f9f9;
	font-family: "Open Sans", sans-serif;
}
.social-item{
	font-size: 40px;
	color: #eab402;
	padding: 10px;
}
.social-links a:visited{
	color: #30b2c4;
}

.social-links a:hover{
	color: #30b2c4;
}
.ti-rating-text *, .ti-rating-text {
	color: rgba(0, 0, 0, 0.4) !important;
}

@media screen and (max-width: 1200px) {
	.footer-wrapper{
		margin: 0;
		width: 100%;
	}
}
.sgpm-popup-maker-wrapper p {
	margin: 0!important;
	padding-top: 33px;
}
.sgpm-popup-maker-wrapper span{
	line-height: 35px;
}
.page-id-10 .elementor-widget-image .elementor-image > a, .elementor-widget-image .elementor-image figure > a{
	display: block !important;
}
.page-id-790 .elementor-widget-image .elementor-image > a, .elementor-widget-image .elementor-image figure > a{
	display: block !important;
}
.page-id-648 .elementor-widget-image .elementor-image > a, .elementor-widget-image .elementor-image figure > a{
	display: block !important;
}
.wpcf7-submit {
	width: 100%;
}
.menu-button-quote{
	background-color: #30b2c4;
	padding: 3px 10px;
	position: absolute;
	width: 127px;
	text-align: center;
	top: 28px;
	color: rgb(252, 191, 0);
	font-weight: 700;
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5);
}
.wpcf7-form-control-wrap select {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	width: 100%;
	color: rgba(100,100,100,0.8);
	font-size: 13px;
}
.wpcf7-form-control-wrap select option{
	margin-left: 10px;
}
p {
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.5 !important;
}
.n2-ss-slider .n2-ss-slide-background:after {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
.n2-ss-slider .n2-ss-slide-background:after, .title-wrapper, .site-footer .site-info {
	background: url(/wp-content/uploads/2020/01/texture.png) repeat;
}
.breadcrumbs span > a, .breadcrumbs span, .entry-header h1, #menu-footer-menu li a, .social-links a {
	text-shadow: 1px 1px 4px rgba(0,0,0, .8);
}
.footer-logo a {
	background: white;
}