/*!
	Theme Name: WPXpress
	Theme URI: https://seosthemes.com/wpxpress-wordpress-theme/
	Author: seosbg
	Author URI: https://seosthemes.com/
	Description: WPXpress Brilliant Design That Inspires. Discover the perfect balance between speed, functionality, and design with our new WordPress theme. Crafted to meet the needs of any type of website—from corporate pages and online stores to personal blogs and creative portfolios. Whether you’re building a business website, an online store with WooCommerce, a blog, or a creative portfolio, this theme offers flexible templates for easy customization. Seamless integration with leading plugins. Optimized performance for lightning-fast load times SEO-Friendly Structur. Designed with search engines in mind, the theme follows the latest SEO best practices, ensuring. Clean and semantic code for better indexing, Mobile optimization with a fully responsive design. Enhanced speed to boost your rankings on Google. Create a website that not only looks stunning but also performs flawlessly.
	Version: 1.1.5
	Requires at least: 5.1
	Requires PHP: 5.6
	Tested up to: 6.7
	License: GNU General Public License v2 or later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: wpxpress
	Tags: grid-layout, wide-blocks, one-column, two-columns, left-sidebar, right-sidebar, rtl-language-support, translation-ready, footer-widgets, microformats, theme-options, flexible-header, custom-header, custom-logo, full-width-template, sticky-post, custom-background, custom-menu, custom-colors, featured-image-header, threaded-comments, blog, featured-images, portfolio, editor-style, template-editing, photography
	
	WPXpress 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.
*/

/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Normalize
	# Typography
	# Elements
	# Forms
	# Navigation
	## Links
	## Menus
	# Mobile Menu
	# Accessibility
	# Alignments
	# Clearings
	# Widgets
	# Block Styles
	# Content
	## Posts and pages
	## Comments
	# Infinite scroll
	# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
	* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.frame-layout #page {
	margin: 50px auto;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
*/

h1.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 16px;
}

/* 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 solid; /* 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 solid 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: #555;
	font-size: 16px;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
    line-height: 1.4;
	clear: both;
    word-break: break-word;
	color: #000;
	font-family: 'Arvo', sans-serif;
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 15px;
}

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 solid #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
}

big {
	font-size: 125%;
}

.s-shadow {
	position: absolute;
	top: 0;
	z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dotted {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; 
    background-repeat: repeat;
}

/*--------------------------------------------------------------
	# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #f9f9f9;
    overflow-x: hidden;
	font-family: 'Arvo', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

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;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
  	border-collapse: collapse;
}

table, td, th {  
	border: 1px solid #ddd;
	text-align: left;
}

th, td {
	padding: 15px;
}

/*--------------------------------------------------------------
	# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
	position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: #187ce3;
    border: 1px solid #187ce3;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
	background-color: #5089b5;
    color: #fff;
}

.menu-toggle:focus{
	border: 1px solid #fff !important;
}

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,
.wp-block-search__button:focus {
	background-color: #5089b5;
    color: #fff;
    outline: 1px solid #000;
}

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;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}

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;
	outline: 0;
	border-color: #ddd;
}

select {
	border: 1px solid #ccc;
}

select:focus {
    outline: medium solid #000;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
	# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/
a {
	color: #187ce3;
}

a:hover, 
a:focus, 
a:active {
	color: #000;
	cursor: pointer;
}

a:hover, 
a:active {
	outline: 0;
}

#today {
	background: #6AB0C4;
	color: #fff;
}

/*--------------------------------------------------------------
	## Underline Links
--------------------------------------------------------------*/
#masthead a,
#footer-widgets ul li a,
#secondary ul li a {
	text-decoration: none;
}

/*--------------------------------------------------------------
	## Menus
--------------------------------------------------------------*/
#masthead {
	
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: none;	
}

.site-branding {
    padding: 15px 0;
    text-align: center;
}
.site-branding-show {
	display: block;
} 
.site-branding-mobile {
	display: none;
}

.site-branding-text {
	margin-top: 20px;
}

.site-branding-logo {
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 10px;
}

.site-branding-logo img {
    max-height: 100px;
    width: auto;
}

.site-branding-logo:focus {
	border: 1px solid #fff;
}

.site-title {
    font-size: 28px;
    margin: 0 0 2px;
	padding: 10px;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'Arvo', sans-serif;
	text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
	color: #fff;
}

.site-title a {
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
    color: #fff;
}

.site-title a:hover,
.site-title a:focus {
	color: #187ce3; 
}

.site-description {
    margin: 0;
    color: #999;
	padding: 10px;
    font-size: 16px;
    font-family: 'Arvo', sans-serif;
	text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}

.navigation-menu .search-form {
    position: absolute;
    float: right;
    top: 0;
    right: 30px;
}

.navigation-menu .search-form input[type="search"] {
	color: #000;
	width: 100%;
    border: none;
    padding: 17px 55px 17px 10px;
    background-color: transparent;
}

.navigation-menu .search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.navigation-menu .search-form .search-submit svg {
	fill: #000;
}

.navigation-menu .search-form .search-submit:hover svg,
.navigation-menu .search-form .search-submit:focus svg {
	fill: #fff;
}

.navigation-menu {
	display: block;
	width: 100%;
	position: relative;
	background: #3333339e;	
	min-height: 120px;
}

.navigation-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.nav-menu,
div.nav-menu > ul {
    clear: both;
    padding: 20px;
    display: none;
}

.navigation-menu ul ul {
	display: none;
}

.navigation-menu ul ul {
    padding-left: 20px;
}

.navigation-menu li {
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	text-align: left;
}

.navigation-menu a {
	font-size: 14px;
	display: block;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #797979;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Arvo', sans-serif;
}

.navigation-menu .nav-menu > li:last-child > a {
    border-bottom: none;
}

#site-navigation.navigation-menu .nav-menu > a {
    text-transform: uppercase;
}

.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
    color: #187ce3;
}

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
	color: #187ce3;
}

.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
	fill: #187ce3;
}

.menu-toggle,
.navigation-menu.toggled ul {
	display: block;
}

.menu-toggle {
	position: relative;
    border: none;
    width: auto;
	padding: 0;
	margin: 0;
}

.primary-menu-label {
    display: none;
}

.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

#site-navigation .dashicons {
    font-size: 12px;
    vertical-align: baseline;
	padding-left: 10px;
}

#site-navigation ul ul .dashicons {
    transform: rotate(-90deg);
    vertical-align: sub;
	position:relative;
	left: 5px;
}


svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: #fff;
    padding: 15px 25px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
    right: 10px;
    position: relative;	
}

.single .nav-links .dashicons {
    position: relative;
    bottom: 2px;	
	font-size: 30px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
	color: #000;
	text-decoration: none;
}

.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
	color: #187ce3;
}

.nav-subtitle {
    display: inline-block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-previous .dashicons {
	margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: #187ce3;
    border-color: #187ce3;
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #187ce3;
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}

.navigation.pagination .dashicons{
    vertical-align: sub;
	font-weight: bold;
}

/*******************************
	#Mobile Menu
********************************/

.bar {
	display: block;
	height: 5px;
	width: 30px;
	background-color: #eee;
	margin: 5px auto;
}

.nav-right .button {
	cursor: pointer;
	width: auto;
	margin: 0 auto;
	padding: 6px 16px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}


.nav-right {
	position: fixed;
	
	
}

.nav-right .button {
	background: #5089b5;	
}

.nav-right button:focus,
.nav-right button:hover {
	background-color: none !important;	
}


.nav-right.visible-xs {
	z-index: 3;
}

.hidden-xs {
	display: none;
}

.middle {
	margin: 0 auto;
}

.bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
	background-color: #FFF;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.nav-right .button.active .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}

.nav-right .button.active .bottom {
	-webkit-transform: translateY(-10px) rotateZ(-45deg);
	-moz-transform: translateY(-10px) rotateZ(-45deg);
	-ms-transform: translateY(-10px) rotateZ(-45deg);
	-o-transform: translateY(-10px) rotateZ(-45deg);
	transform: translateY(-10px) rotateZ(-45deg);
}

.nav-right .button.active .middle {
	width: 0;
}



@media (max-width: 1000px) {
    .main-left-but  {
		display: none;
	}
    .nav-right {
        position: relative;
	    left:0;
	    top: 0;
	}
    .menu-left {
	    top: 0;  
	}
	.menu-mobile, .menu-left {
	    position: relative;
		display: block; 
		top: 0 !important;
		background: #000;
	}
	
	
}

@media screen and (max-width: 1000px) {
	
	#s-button-menu {
		display: none;
	}
	.main-left-but {
		display: none;
	}
	
}


/*--------------------------------------------------------------
	# 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,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: block;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 20px;
	/* Make sure select elements fit in widgets. */
}

#secondary .widget_sbrw {
	background-color: transparent  !important;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: #187ce3;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: #fff;
}

#secondary .widget_block {
	background-color: #fff;
	border: 1px solid #f3f1f1;
	padding: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.06);
}

#secondary .widget_search input[type="search"] {
	background-color: #f6f6f6;
}

#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e6e6;
}

#secondary ol.wp-block-latest-comments {
	padding-left: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

#secondary ul li,
#footer-widgets ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 7px 0;
}

#secondary ul li:last-child,
#footer-widgets ul li:last-child {
	border-bottom: none;
}

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#secondary a {
	color: #333;
}

#secondary a:hover,
#secondary a:focus {
	color: #187ce3;
}

.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 10px 10px 0;
    color: #333 !important;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    color: #fff !important;
    background-color: #187ce3;
    border-color: #187ce3;
}

#colophon .wp-block-tag-cloud a {
	color: #fff !important;
}

.wp-block-search__button {
    background-color: #187ce3;
    line-height: 1;
    padding: 0;
    height: auto;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus {
	background-color: #333;
}

.widget_recent_entries span {
    display: block;
}

.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
	font-weight: 400;
}

.comment-metadata a,
.fn a {
    text-decoration: none;
}
/*--------------------------------------------------------------
	#Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
	Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

/* Image */

.wp-block-image {
	margin: 0;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
    border-left: 4px solid #aaa;
    padding: 1em;
}

.wp-block-quote.is-large {
    padding: 1em 2em;
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
    width: 100vw;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
    width: 100vw !important;
    max-width : 100vw;
    margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    padding: 0 15px;
    margin: 5px auto 0;
}

.no-sidebar .wp-block-table.alignfull {
    display: table;
}

.no-sidebar .wp-block-audio.alignfull {
	padding: 0 20px;
}

.no-sidebar .wp-block-categories.alignfull {
    padding: 0 50px;
}

.no-sidebar .wp-block-gallery.alignfull {
    padding: 0 25px;
}

/* File */

.wp-block-file .wp-block-file__button {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator {
	border-color: #eee;
	border: 0;
}
/*--------------------------------------------------------------
	3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
	border: 0;
	border-top: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
    padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	font-size: inherit;
	text-transform: none;
}

/* Table */

.wp-block-table thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.wp-block-table tr {
	border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #ccc;
    padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
	4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button__link {
	padding: 16px 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #26cdff;
    color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
	list-style-position: inside;
	text-align: center;
}

/* Comments */

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 0;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	
}

.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-top: 0.4em;
	text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
	5.0 Blocks - Color Settings
--------------------------------------------------------------*/

/* Background Color */

.has-blue-background-color {
    background-color: #2c7dfa;
}

.has-green-background-color {
    background-color: #07d79c;
}

.has-orange-background-color {
    background-color: #ff8737;
}

.has-black-background-color {
    background-color: #2f3633;
}

.has-grey-background-color {
    background-color: #82868b;
}

/* Text Color */

.has-blue-color {
    color: #2c7dfa;
}

.has-green-color {
    color: #07d79c;
}

.has-orange-color {
    color: #ff8737;
}

.has-black-color {
    color: #2f3633;
}

.has-grey-color {
    color: #82868b;
}

/*--------------------------------------------------------------
	6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
	font-size: 36px;
    font-size: 2.25rem;
}
.has-huge-font-size {
	font-size: 48px;
    font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
	.has-larger-font-size {
	    font-size: 30px;
	    font-size: 1.875rem;
	}
	.has-huge-font-size {
	    font-size: 38px;
	    font-size: 2.375rem;
	}
}
@media screen and (max-width: 767px) {
	.has-larger-font-size {
	    font-size: 24px;
	    font-size: 1.5rem;
	}
	.has-huge-font-size {
	    font-size: 28px;
	    font-size: 1.75rem;
	}
}
@media screen and (max-width: 567px) {
	.has-larger-font-size,
	.has-huge-font-size {
	    font-size: 16px;
	    font-size: 1rem;
        line-height: 28px;
	}
}

/*--------------------------------------------------------------
	7.0 Blocks - Editor Max Size
--------------------------------------------------------------*/
.wp-block {
    max-width: 840px;
}

/*--------------------------------------------------------------
	# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.news-view .dashicons {
	color: #333;
    vertical-align: middle;
    font-size: 18px;
    line-height: 16px;	
}

.entry-meta .dashicons,
.entry-container .dashicons {
    vertical-align: middle;
    font-size: 18px;
    line-height: 16px;
	padding-right: 8px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page h1.entry-title {
	margin: 0;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #187ce3;
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

.columns-three .columns-3 article {
	width: 33.33%;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    object-fit: cover;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

#comments ol.comment-list article {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;    
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
	# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
	# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.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;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
	margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
	padding: 0 10px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
	## Container
--------------------------------------------------------------*/
.container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-bilder-temp #primary {
	width: 100% !important;
	max-width: 100% !important;	
}

.page-bilder-temp .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 20px ;
}

.left-sidebar-temp #primary {
	width: 70%;
	float: right;
	padding-right: 30px;
}

.left-sidebar-temp article {
 	width: 100% !important;
}

.has-sidebar.no-sidebar .left-sidebar-temp #secondary {
	display: block;
}


/*--------------------------------------------------------------
	# Custom Header
--------------------------------------------------------------*/

.custom-header {
	overflow: hidden;
}

#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: #fff;
    border-radius: 80px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #187ce3;
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
	opacity: 0;
	visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: #187ce3;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid #187ce3;
    box-shadow: inset 5px 0 0 0 #fff;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.home .page-header, 
.blog .page-header {
    display: none;
}

.search-no-results .blog-archive.grid.columns-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}


.header-top {
	position: relative;
	background: #121416;
    color: #fff;
    padding: 13px 10px 10px 60px;
}

.header-top .h-email,
.header-top .h-phone,
.header-top .h-address {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-left: 5px;
	color: rgba(255,255,255,0.75);
	height: 20px;
    line-height: 20px;	
	font-size: 13px;
	border-right: 1px solid #777; 	
	text-decoration: none;
}

.header-top .right-top-woo {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 4px;
}

.before-header .left-top {
	position: relative;
	display: inline-block;
	left: 120px;
	text-align: left;
}
.before-header .search-form {
	position:relative;
	display: inline-block;
}

.before-header .search-submit,
footer .search-submit {
	display: none;
}

.before-header .search-form input {
	width: 150px;
    font-size: 14px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
	padding: 5px 5px 5px 40px;
    border: none;
	color: #eee;	
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.before-header .search-form input:focus {
	width: 100%;
}

.header-top .h-email a,
.header-top .h-phone a {
	color: #fff;
	text-decoration: none;	
}
.header-top #live-time,
.header-top .h-email,
.header-top .h-phone,
.header-top .h-address {
	margin-left: 5px;
	color: #fff;
}


.header-top .dashicons-email-alt,
.header-top .dashicons-location,
.header-top .dashicons-location{
	color: #fff;
	font-size: 20px;
}

.header-top .dashicons-email-alt:hover,
.b.header-top .dashicons-location:hover,
.b.header-top .dashicons-calendar-alt:hover,
.header-top.dashicons-phone:hover {
	color: #fff;
}


#live-time, #live-clock {
	display: inline-block;
	font-size: 13px;
}

#live-time .dashicons {
    vertical-align: sub;
}

#live-hours,
#live-minutes,
#live-seconds {
	border: 1px solid #000;
	color: #fff;
	padding: 3px;
	background: #187ce3;
	font-weight: 900;
}

#header-cont {
	position: relative;
}

/*--------------------------------------------------------------
	# Search Button
--------------------------------------------------------------*/

.search-top {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	padding-left: 10px;
    font-weight: bold;
    text-align: left;
}

.search-top .button-search {
	position: absolute;
	padding: 3px;
	background: none;
}

.search-top button,
.search-top input {
	position: relative;
	padding: 0 5px;
	line-height: 26px;
}

.search-top button {
    background: #187ce3;
	color: #eee;
}

.search-top button:hover {
    background: #385e68;
	color: #fff;
}

.search-top input {
    background: #333;
	border: 1px solid #222;
	color: #eee;
	font-size: 12px;
}

.search-top input:focus {
    background: #333;
	border: 1px solid #222;
	color: #eee;
}

.search-top .dashicons {
	vertical-align: middle;
	z-index: 999;
}

/*--------------------------------------------------------------
	# Blog / Archive Posts
--------------------------------------------------------------*/
.blog-archive article {
	width: 100%;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.entry-title {
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 20px;
}

.blog-archive .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.posted-on a {
    color: #717e81;
}

.single .blog-post-item .featured-image {
	margin-bottom: 25px;
}

.blog-post-item .featured-image img {
	width: 100%;
}
.blog-post-item .featured-image img:hover {
    opacity: 0.9;
}

.entry-title a,
.comments-link a {
    color: #000;
    text-decoration: none;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on {
    display: none;
}

.cat-links a {
    position: relative;
    visibility: visible;
    display: inline-block;
    line-height: 1.3;
    color: #187ce3;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.cat-links a:hover,
.cat-links a:focus {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: #187ce3;
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

.archive-header {
    display: block;
    padding: 20px;
    margin: 0 10px 10px;
    background: #fff;
    width: 100%;
    max-width: 100%;
	border: 1px solid #e3e3e3;
}

.featured-image {
    position: relative;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}

.blog-archive .featured-image {
	margin-bottom: 20px;
}

.blog-post-item {
	border: 1px solid #e3e3e3;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
    padding: 20px;
    background-color: #fff;
    height: 100%;
}

.page-item {
	border: 1px solid #e3e3e3;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
    padding: 20px;
    background-color: #fff;
    height: 100%;
}

article .blog-post-item .cat-links a {
	background: #187ce3;
	padding: 5px 8px;
	color: #ffffff;
	font-size: 10px;
}

article .blog-post-item .cat-links a:hover {
	color: #eee;
}

.blog-post-item .entry-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
}

.blog-post-item .entry-content {
	margin-bottom: 15px;
}

.single-page-wrapper .entry-content {
    padding: 30px;
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 22px;
    margin: 0 0 20px;
}

.blog-archive .cat-links a:before {
	display: none;
}

.blog-archive .cat-links,
.blog-archive .posted-on {
	margin-bottom: 10px;
    display: inline-block;
}

.blog-archive .posted-on {
	margin-bottom: 15px;
	font-size: 14px;
}

.blog-archive .cat-links a,
.blog-archive .posted-on a:hover,
.blog-archive .byline a:hover,
.blog-archive .posted-on a:focus,
.blog-archive .byline a:focus {
	color: #187ce3;
}

.blog-archive .cat-links a:hover,
.blog-archive .cat-links a:focus {
	color: #000;
}

.blog-archive .byline {
    margin-right: 5px;
}

.news-view {
    color: #999;
	font-size: 14px;
}

.news-view,
.blog-archive .posted-on a,
.blog-archive .byline a {
	text-decoration: none;
	color: #999;
}

.blog-post-item .entry-meta a {
    color: #999;
    text-decoration: none;
    line-height: 1.2;
	font-size: 14px;
}

.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
	color: #187ce3;
}

.blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 15px;
}

.single .blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 0;
}

.single .tags-links .dashicons {
    font-size: 18px;
	vertical-align: sub;
}

.single .entry-footer .comments-link {
    display: none;
}

.single .tags-links a:hover {
    color: #187ce3;
}

.posted-on {
    color: #666;
    visibility: hidden;
}

.posted-on a {
	visibility: visible;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
	text-decoration: none;
}

/*--------------------------------------------------------------
	# Single Posts
--------------------------------------------------------------*/
.single .entry-footer .tags-links a {
	display: inline-block;
    color: #333;
    text-decoration: underline;
    line-height: 1;
    border-radius: 3px;
    font-size: 14px;
}

.logged-in-as a {
    color: #000;
    text-decoration: none;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #187ce3;
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 15px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 20px;
}

.single .blog-post-item .entry-footer {
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 15px;
}

/*--------------------------------------------------------------
	# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: #1d2024;
}

#footer-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
	color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

#footer-widgets .widget-area {
	margin: 0 -30px;
}

#footer-widgets .widget-column {
    padding: 0 30px;
    margin-bottom: 30px;
}

#footer-widgets .widget-column:last-child {
	margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#secondary .widget-title {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

#footer-widgets .widget-title:after {
    content: "";
    position: absolute;
    background-color: #187ce3;
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#colophon, 
#colophon a {
    color: #ccc;
}

#colophon a:hover,
#colophon a:focus {
	color: #187ce3;
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
	color: #fff !important;
}

.site-info {
    border-top: 1px solid #333;
    padding: 15px 0;
    text-align: center;
	background: #121416;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: #187ce3;
    text-decoration: none;
    text-align:center;
    position: fixed;
    right: -100px;
    bottom: 10px;
    z-index: 9999;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: rotateY(180deg);
}

.to-top.show {
    right: 25px;
    animation: zoomIn 2s ease-in-out;
}
.to-top.show:hover {
    text-decoration: none;
}


@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.to-top .dashicons {
    height: 40px;
	vertical-align: metadata;
	color: #fff;
}

.to-top .dashicons {
    height: 40px;
    position: relative;
    top: 8px; 
	width: 100%;
}

/*--------------------------------------------------------------
	## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5 {
		display: flex;
		flex-wrap: wrap;
	}
	
	.columns-2 article,
	.columns-3 article,
	.columns-4 article,
	.columns-5 article {
		float: left;
	}
	
	.columns-2 article:nth-child(2n+1),
	.columns-3 article:nth-child(2n+1),
	.columns-4 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: left;
	}
	
	.primary-menu-label {
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width: 767px) {
	
	.columns-3 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: none;
	}
	
	.columns-3 article:nth-child(3n+1),
	.columns-5 article:nth-child(3n+1) {
		clear: left;
	}
	
	.site-description:before,
	.site-description:after {
		content: "";
		background-image: url('assets/images/wav.webp');
		width: 35px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	
	.site-description:after {
		margin-left: 15px;
		margin-right: 0;
	}
	
	.blog-archive.columns-1 .blog-post-item .entry-title {
		font-size: 32px;
	}
	
	.single-post-wrap .blog-post-item .entry-title {
	    font-size: 40px;
	}
	
	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}
	
	.single .blog-post-item .entry-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.single .entry-footer span.cat-links {
	    margin-bottom: 0;
	}
	
	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}
	
	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.columns-4 article {
		width: 25%;
	}
	
	.columns-4 article:nth-child(2n+1) {
		clear: none;
	}
	
	.columns-4 article:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1024px) {
	
	
	.columns-5 article {
		width: 20%;
	}
	
	.columns-5 article:nth-child(3n+1) {
		clear: none;
	}
	
	.columns-5 article:nth-child(5n+1) {
		clear: left;
	}
	
	.navigation-menu .search-form {
		position: relative;
		top: 1px;
		right: 0;
	}
	
	.navigation-menu .search-form .search-submit {
		top: 0;
	}
	
	.menu-sticky #masthead {
	    position: sticky;
	    top: 0;
	}
	
	.menu-sticky.customize-support #masthead {
		top: 32px;
	}
	
	.navigation-menu {
		width: auto;
	}
	
	.navigation-menu ul,
	.navigation-menu .nav-menu ul {
		display: block;
	}
	
	.navigation-menu li a svg,
	.nav-menu > li,
	.navigation-menu li {
		display: inline-block;
	}
	
	.navigation-menu a {
		padding: 8px 16px;
	}
	
	.nav-menu ul.sub-menu,
	.nav-menu ul.children {
	    background-color: #0e2224eb;
	}
	
	.navigation-menu ul ul {
	    padding-left: 0;
	}
	
	.navigation-menu ul ul ul {
	    visibility: hidden;
	}
	
	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {  
		-webkit-animation-duration: 0.4s !important;
		animation-duration: 0.4s !important;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		z-index: 99999;		
		-webkit-animation-name: slideInUp;
		animation-name: slideInUp;
	}
	
	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {
	    visibility: visible;
	}
	
	.navigation-menu ul ul li:last-child > a {
		border-bottom: none;
	}
	
	.navigation-menu .nav-menu > li > a,
	.navigation-menu .nav-menu > ul > li > a {
	    padding: 10px 15px;
	    line-height: 40px;
        border-bottom: none;
		font-weight: 900;
	}
	
	.navigation-menu a {
		border-bottom: none;
	}
	
	.navigation-menu li.current-menu-item > a {
	    color: #97c6eb;
	}
	
	.navigation-menu ul ul a {
	    border-bottom: 1px solid #3e4040;
	}
	
	.navigation-menu .nav-menu > li:hover > a:after,
	.navigation-menu .nav-menu > li.focus > a:after {
		opacity: 1;
	}
	
	.navigation-menu li.current-menu-item > a,
	.navigation-menu .nav-menu > li:hover > a,
	.navigation-menu .nav-menu > li.focus > a,
	.navigation-menu .nav-menu > li > a:hover,
	.navigation-menu .nav-menu > li > a:focus {
	    color: #97c6eb;
	}
	
	.navigation-menu .nav-menu > li:hover {
		border-right-color: #97c6eb;
	}
	
	.navigation-menu .nav-menu > li.current-menu-item {
	    border-right-color: #97c6eb;
	}
	
	.navigation-menu ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 10;
		-webkit-transition: opacity 0.2s ease-out;
	    -moz-transition: opacity 0.2s ease-out;
	    -ms-transition: opacity 0.2s ease-out;
	    -o-transition: opacity 0.2s ease-out;
	    transition: opacity 0.2s ease-out;
	}
	
	.navigation-menu .nav-menu ul.sub-menu,
	.navigation-menu .nav-menu ul.children {
        box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
	}
	
	.navigation-menu .nav-menu li:hover ul,
	.navigation-menu .nav-menu li.focus ul {
		display: block !important;
	}
	
	.navigation-menu ul ul ul {
		left: -999em;
		top: 0;
	}
	
	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		left: 100%;
	}
	
	.navigation-menu ul ul a {
		width: 220px;
	    padding: 4px 30px 4px 15px;
	}
	.navigation-menu ul ul li a {
		font-size: 11px;
	}
	
	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {
		right: auto;
    	left: 0;
	}
	
	.nav-menu button.dropdown-toggle,
	.menu-toggle {
	    display: none;
	}
	
	#masthead .nav-menu,
	#masthead .nav-menu > ul {
	    border-top: none;
        display: block !important;
        text-align: center;
        padding: 0;
		max-width: 90%;
		margin: 0 auto;	
	}
	
	#masthead .nav-menu ul.sub-menu {
		text-align: left;
	    border-left: 2px solid #187ce3;
	}
	
	.site-branding {
		padding: 25px 0;
	}
	
	.site-title {
		font-size: 40px;
	}
	
	.blog-archive.columns-1 .blog-post-item .entry-title {
		font-size: 42px;
	}
	
	.custom-header .page-title {
		font-size: 32px;
	}
	
	.has-sidebar #primary {
	    width: 70%;
	    float: left;
	    padding-right: 30px;
	    margin-bottom: 0;
	}
	
	.three-column-temp  #primary {
		width: 100%;
	}
	
	.two-column-temp #primary {
        width: 100%;
		padding-right: 0 !important;
	}
	
	.full-width-column-temp  #primary{
	    width: 100%;
		padding-right: 0 !important;
	}
	
	#content .left-sidebar-temp #primary {
        float: right !important;
        padding-left: 20px !important;
        width: 70%;
	}
	
	#content .right-sidebar-temp #primary {
        float: left !important;
        padding-right: 20px !important;
        width: 70%;
	}
	
	#content .right-sidebar-temp article{
        width: 100% !important;	
	}
	
	#content .right-sidebar-temp #secondary {
	    display: block;
	}
	
	.has-sidebar #secondary {
	    width: 30%;
	    float: left;
	    position: sticky;
	    top: 30px;
	}
	
	.has-sidebar.right-sidebar #primary {
		float: left;
	    padding-right: 20px;
	}
	
	.has-sidebar.right-sidebar #secondary {
		float: right;
	}
	
	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 20px;
	}
	
	.has-sidebar.left-sidebar #secondary {
		float: left;
	}
	
}

@media screen and (max-width: 1021px) {
	
	.site-main {
	    padding: 10px;
	}
	
	#site-navigation .dashicons{
		display: none;
	}
	
	#site-navigation button .dashicons {
		display: inline;
		padding-left: 0 !important;
		left: 0 !important;
	}
	
	.columns-three .columns-3 article {
		width: 100%;
	}
	.header-top .right-top-woo {
		position: relative;
		
	}
	#primary, .container {
	    width: 100%;
	}
	.col-lg-4 {
	    max-width: 100% !important;
	}
	.site-branding-show {
	    display: none;
	} 
	.site-branding-mobile {
	    display: block;
	}
	.site-branding {
	    background: #80b1b9;
		padding-top: 0 !important;
	}
	#primary-menu { 
	   background: #0e2224eb;
	   margin-top: 40px;
	   z-index: 9999;
        position: relative;
	}
	ul.nav-menu {
	    padding: 0 10px;
	}
}

@media screen and (max-width: 500px) {
	.archive-header {
	    width: auto;
	}
	
	.single-page-wrapper .entry-content {
	    padding: 0;
	}
	
	.social-top {
	    display: none !important;
	}
 
	
	.header-top {
	    padding: 10px;
		text-align: center;
	}
	
	.header-top img{
		min-height: 300px;
	}

    .site-footer {
	    padding: 10px;
	}
}