/*!
Theme Name: Eurotech Industries
Theme URI: https://www.eurotechindustries.com
Author: 561 Media
Author URI: https://www.561media.com
Description: Custom Website Design by 561 Media
Version: 1.0.0
Text Domain: eurotech-industries

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ETI is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * 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;
    font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-family: 'Oswald', sans-serif;
    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;
    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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    font-family: 'Oswald', sans-serif;
    opacity: 1;
    transition: 1s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

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: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #e6e6e6;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.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 {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}*/

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    flex: 1 0 50%;
    text-align: end;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* 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 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 {
    display: grid;
    grid-gap: 1.5em;
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;
    margin-bottom: 1.5em;

    /*rtl:ignore*/
    margin-right: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;
    margin-bottom: 1.5em;

    /*rtl:ignore*/
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}


/*Custom CSS*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/

body {
    font-family: 'Oswald', sans-serif !important;
}

.container {
    max-width: 1225px !important;
}

header#masthead {
    padding-top: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

ul#primary-menu {
    float: right;
    margin-top: 75px;
}

ul#primary-menu>li>a {
    border: solid 2px #fff0;
    color: #fff;
    display: block;
    font-weight: 300;
    height: 36px;
    letter-spacing: 3px;
    line-height: 36px;
    opacity: .8;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    text-transform: uppercase;
    vertical-align: middle;
}

ul#primary-menu>li>a:hover {
    border: solid 2px #fff;
    color: #fff;
}

.slidercontent {
    height: 790px;
    overflow: hidden;
    position: relative;
}

.slidercontent .sliderimg {
    height: 100%;
    position: relative;
    width: 100%;
}

.slidercontent .sliderimg img {
    left: 50%;
    max-width: inherit;
    position: absolute;
    top: 31.1%;
    transform: translate(-50%, -40%);
    /* width: auto !important; */
}



.slidercontent .slidertext {
    left: 50%;
    max-width: 1230px;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
}

.slidercontent .sliderbg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.slidercontent .sliderbg:after {
    background-color: rgba(0,0,0,.35);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slidercontent .slidertext h3 {
    color: #fff;
    font-size: 75px;
    font-weight: 100;
    letter-spacing: 7.5px;
    margin-bottom: 0px;
    opacity: .85;
    text-transform: uppercase;
}

.slidercontent .slidertext h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 6px;
    opacity: .85;
    text-transform: uppercase;
}

.slide_buttons a {
    border: solid 2px #fff;
    color: #fff !important;
    display: inline-block;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: 25px;
    margin-top: 50px;
    padding: 10px 40px 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.slide_buttons a:hover {
    background: #1c4266;
    border-color: #1c4266;
}

.mid_bar {
    background: #899fb3;
    padding-bottom: 33px;
    padding-top: 33px;
}

.mid_bar h2 {
    color: #fff;
    letter-spacing: 4px;
    line-height: 36px;
    margin: 0px;
    text-transform: uppercase;
}

.mid_bar h2 a {
    color: #fff !important;
    display: block;
    font-size: 36px;
    font-weight: 100;
    line-height: 36px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none;
}

.products_tab_section {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.products_tab_section .tab button.tablinks {
    background: transparent;
    border: 0px;
    color: #99a1a9;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    text-transform: uppercase;
}

.products_tab_section .tab button.tablinks.active {
    color: #074369;
}

.products_tab_section .tab button.tablinks:after {
    content: '|';
    margin-left: 10px;
    position: absolute;
}

.products_tab_section .tab button.tablinks:last-child:after {
    display: none;
}


.tabcontent {
    margin-top: 50px;
}

.prod_img {
    display: table;
    height: 350px;
    width: 100%;
}

.prod_img a {
    display: table-cell;
    vertical-align: middle;
}

.prod_img img {
    margin: auto;
    max-height: 350px;
    width: auto !important;
}

.product_title {
    color: #074369;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 30px;
    padding-top: 50px;
    text-transform: uppercase;
}


.learn_more a {
    border: solid 1px;
    color: #074369;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.learn_more a:hover {
    background: #1c4266;
    border-color: #1c4266;
    color: #fff;
}

.learn_more {
    line-height: 18px;
}

.learn_more {
    line-height: 18px;
    opacity: 0;
}

.product_container:hover {
    opacity: 1
}

.product_container {
    opacity: .8
}



.product_container:hover .learn_more {
    opacity: 1;
}

.icon_section_arae {
    background-position: center 42% !important;
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 160px;
    position: relative;
}


.icon_section_arae:before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.icon_section_arae ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.icon_section_arae li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.icon_img {
    height: 112px;
    vertical-align: top;
}

.icon_section_arae li:hover img {
    transform: scale(1.08);
    transition: all linear .3s;
}

.icon_section_arae li img {
    transition: all linear .3s;
}

.icon_section_arae .container {
    position: relative;
    z-index: 1;
}

.icon_title {
    font-size: 25px;
    font-weight: 300;
    margin: 20px auto;
    max-width: 120px;
    text-transform: uppercase;
    vertical-align: top;
}

.icon_title a {
    color: #fff !important;
    letter-spacing: 1px;
    text-decoration: none;
}

.welcome_title {
    background: #899fb3;
    padding-bottom: 33px;
    padding-top: 33px;
}

.welcome_title h1 {
    color: #fff !important;
    display: block;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 4px;
    line-height: 36px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.welcome_section {
    padding-bottom: 60px;
    padding-top: 60px;
}

.welcome_section .welcome_content {
    color: #6b6b6b;
    font-size: 25px;
    font-weight: 300;
    line-height: 36px;
}

.welcome_form_section {
    padding-left: 200px
}


.welcome_form_section h3 {
    color: #517b96;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.welcome_form_section h2 {
    color: #074369;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.welcome_form_section a {
    color: #517b96 !important;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase
}

.visit_us_section {
    background-position: center !important;
    background-size: cover !important;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    text-align: center;
}

.visit_us_section:before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.visit_us_section .container {
    color: #fff;
    position: relative;
}

.visit_us_section_box h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.visit_us_section_box h2 span {
    display: block;
    font-size: 25px;
}

.visit_us_section_box h2 a {
    color: #fff;
}

body.home .visit_us_section_box h2 a {
    color: #fff;
    text-decoration: none;
}

.visit_us_section_box .map_section {
    background: #7293b8;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 600px;
}

.visit_us_section_box .map_section iframe {
    filter: grayscale(1);
    opacity: .8;
    vertical-align: top;
}

.visit_us_section_box ul.contact_details {
    list-style: none;
    margin: 0px auto;
    max-width: 350px;
    padding: 0;
    text-align: left;
}

.visit_us_section_box ul.contact_details li {
    margin-bottom: 24px;
    min-height: 50px;
    padding-left: 50px;
    position: relative;
    /* padding-top: 5px; */
    vertical-align: middle;
}

.visit_us_section_box ul.contact_details li img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.visit_us_section_box ul.contact_details li a {
    color: #fff;
    display: table-cell;
    font-size: 22px;
    font-weight: 100;
    height: 50px;
    letter-spacing: 1px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.visit_us_section_box ul.contact_details li:last-child {
    margin-bottom: 0px;
}

footer#colophon {
    border-top: solid 1px #899fb3;
    padding-bottom: 25px;
    padding-top: 25px;
}

footer#colophon ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.site-info li a {
    color: #074369;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.site-info li {
    display: inline-block;
    width: 50%;
}

.site-info li:last-child {
    float: right;
    text-align: right;
}

.site-info {
    color: #074369;
    font-size: 13px;
    font-weight: 400;
    padding-top: 25px;
    text-transform: uppercase;
}

.site-info ul {
    margin-top: 15px !important;
    max-width: 206px;
    /*opacity: .5;*/
}

.footer_contacts {
    color: #074369;
    font-size: 14px;
    font-weight: 400;
    padding-top: 25px;
    text-align: right;
    text-transform: uppercase;
}

.footer_contacts .widget-title {
    display: none;
    position: relative;
    text-align: center;
}

.footer_contacts .widget-title:after {
    content: '▼';   
    font-size: 20px;
    padding-left: 5px;
    position: absolute;
    top: 2px;
}

.footer_contacts .widget-title.open:after {
    content: '▲';   
    top: 0;
}

.footer_contacts section:first-child ul li {
    display: inline-block;
    margin-left: 50px;
}

.footer_contacts section:first-child ul+p {
    margin-bottom: 3px;
    margin-top: 3px;
    /*opacity: .5;*/
}

.footer_contacts section:last-child li {
    display: inline-block;
    margin-left: 20px;
}

.footer_contacts section:first-child {
    margin-bottom: 0px;
}


.footer_contacts section:last-child li a {
    color: #074369;
    /*opacity: .5;*/
    text-decoration: none;
}

.post,
.page {
    margin: 0px
}



section.widget {
    margin: 0px;
}

figure.wp-block-image.size-full {
    margin: 0px;
    text-align: center;
}

/*Company Page*/
.innerpage_title {
    background: #899fb3;
    padding-bottom: 33px;
    padding-top: 33px;
}

.innerpage_title h1,
.innerpage_title h2 {
    color: #fff !important;
    display: block;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 4px;
    line-height: 36px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none;
    text-transform: uppercase;
}

.header_section {
    height: 560px;
    overflow: hidden;
    position: relative;
}

.header_section .headerimg {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: fit-content;
}

.header_section .headerimg img {
    max-width: inherit;
    width: auto !important;
}

.header_section .headerimg:before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.innerpage_content {
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1px;
    line-height: 36px;
    padding-bottom: 75px;
    padding-top: 75px;
}

.innerpage_content p {
    margin-bottom: 45px;
}

.innerpage_content p:last-child {
    margin-bottom: 0px;
}

.video_list_section {
    padding-bottom: 75px;
    padding-top: 75px;
}

.video_list_section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.video_list_section ul .video_placeholder {
    float: left;
    height: 225px;
    overflow: hidden;
    position: relative;
    width: 400px;
}

.video_list_section ul li {
    float: left;
    margin-bottom: 80px;
    width: 100%;
}

.video_list_section ul li .video_details {
    float: right;
    margin-right: 50px;
    width: calc(100% - 500px);
}

.video_list_section ul li .video_title {
    color: #577f9a;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.video_list_section ul li .video_desc {
    color: #969696;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 30px;
}

.video_list_section ul li .video_link a {
    border: solid 1px;
    color: #577f9a;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.video_list_section ul li .video_link a:hover {
    background: #1c4266;
    border-color: #1c4266;
    color: #fff;
}

.product_slide_box {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}

.product_slide_box h2 {
    background: transparent;
    border: 0px;
    color: #5f6e7b;
    font-size: 25px;
    font-weight: 300;
    padding: 0px;
    padding-bottom: 75px;
    text-align: center;
    text-transform: uppercase;
}


.productdetails {
    padding-bottom: 100px;
    padding-top: 65px;
}

.productdetails .productimage {
    max-width: 175px;
}

.productdetails .producttitle {
    color: #577f9a;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.productdetails .accordion {
    background: transparent;
    border: none;
    border-bottom: solid 1px #cdd9e1;
    color: #577f9a;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    outline: none;
    padding: 10px 18px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
}


.productdetails .panel {
    background-color: white;
    color: #6b6b6b;
    display: none;
    font-size: 24px;
    font-weight: 100;
    line-height: 36px;
    overflow: hidden;
    padding: 0 18px;
    padding-top: 20px;
}

.productdetails .accordion:before {
    background: url(images/acc_arrow_normal.jpg);
    content: '';
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    margin-right: 15px;
    margin-top: 20px;
    min-height: 20px;
    width: 20px;
}

.productdetails .accordion.active:before {
    background: url(images/acc_arrow_active.jpg);
}

.productdetails .panel li::marker {
    color: #e4e4e4;
    font-size: 12px;
}


.productdetails .panel ul {
    margin-left: 15px;
}


.product_gallery_section {
    padding-bottom: 40px;
    padding-top: 40px;
}


.product_gallery_section .gallery {
    display: block;
    text-align: center;
}

.product_gallery_section .gallery a {
    display: inline-block;
    height: 250px;
    margin: 25px;
    overflow: hidden;
    position: relative;
    width: calc(24% - 50px);
}

.product_gallery_section .gallery a img {
    left: 50%;
    max-height: 250px;
    max-width: inherit;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_gallery_section .gallery a:hover:before {
    background-color: #0000008c;
    background-image: url(images/gallery_zoom_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.sl-counter {
    display: none !important;
}

.sl-wrapper.simple-lightbox {
    background: #000000d6;
}

.sl-wrapper .sl-navigation button {
    color: #fff !important;
}

.sl-wrapper .sl-close {
    color: #fff;
    display: none !important;
}


.product_gallery_section .pagination {
    display: block;
    margin: auto;
    max-width: calc(96% - 15px);
    text-align: right;
}

.product_gallery_section .pagination a {
    color: #6b6b6b;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.product_gallery_section .pagination a.selected {
    color: #073469;
}

.services_listing {
    padding-bottom: 40px;
    padding-top: 40px;
}

.services_listing .row {
    padding-bottom: 60px;
    padding-top: 60px;
}

.services_listing .row:first-child {
    padding-top: 0px;
}

.services_listing .row:nth-child(2n) .col-sm-6:nth-child(2) {
    order: 1
}

.services_listing .row:nth-child(2n) .col-sm-6:nth-child(1) {
    order: 2
}

.services_listing h2 {
    color: #577f9a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services_listing .service_text {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1px;
    line-height: 36px;
    max-width: 560px;
    padding-left: 25px;
}

.services_listing .service_images {
    float: right;
    max-width: 450px;
}

.services_listing .row:nth-child(2n) .col-sm-6:nth-child(2) .service_images {
    float: left;
}


.services_listing .service_links ul {
    list-style: none;
    margin-left: 30px;
    margin-top: 75px;
    padding-left: 0px;
}

.services_listing .service_links ul li {
    display: inline-block;
}

.services_listing .service_links li a {
    border: solid 1px #577f9a;
    color: #577f9a;
    display: block;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 48px;
    margin-right: 36px;
    padding: 0px 36px;
    text-decoration: none;
    text-transform: uppercase;
}

.services_listing .service_links li a:hover {
    background: #1c4266;
    border-color: #1c4266;
    color: #fff;
}

.services_listing .service_links li:last-child a {
    background: #074369;
    color: #fff;
}

.services_listing .service_links li:last-child a:hover {
    background: #8d9eb1;
    border-color: #8d9eb1;
}

.map_area {
    background: #7293b8;
}

.map_area iframe {
    filter: grayscale(1);
    opacity: .8;
    vertical-align: top;
}

.contact_us_section {
    padding-bottom: 40px;
    padding-top: 100px;
}

.contact_us_section h2 {
    color: #577f9a;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.contact_us_section .contact_details h2 {
    margin-top: 100px;
}

.contact_us_section .contact_details {
    padding-left: 200px;
}

.contact_us_section .contact_details ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.contact_us_section .contact_details li {
    margin-bottom: 50px;
    min-height: 50px;
    padding-left: 50px;
    position: relative;
    /* padding-top: 5px; */
    vertical-align: middle;
}

.contact_us_section .contact_details li img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contact_us_section .contact_details li a {
    color: #074369;
    display: table-cell;
    font-size: 22px;
    font-weight: 100;
    height: 50px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.contact_us_section .contact_details li a {
    color: #577f9a;
    font-weight: 300;
    letter-spacing: 1px;
}

.contact_us_section .contact_details li:last-child {
    margin-bottom: 0px;
}

.contact_us_section+.visit_us_section {
    display: none;
}

.contact_form h2.gform_title {
    display: none;
}

.contact_form form#gform_1 {
    margin-top: 50px;
    padding-left: 80px;
}

.contact_form label.gfield_label {}

.contact_form .ginput_container {
    display: table-cell;
    /* width: calc(100% - 125px); */
    vertical-align: bottom;
}

.contact_form .ginput_container input {
    border: 0px;
    border-bottom: solid 1px #074369;
    border-radius: 0px;
    line-height: 30px;
    margin-left: 25px;
    outline: 0px !important;
    padding: 0px !important;
    width: calc(100% - 25px) !important;
}

.contact_form .ginput_container textarea {
    border: 0px;
    border-bottom: solid 1px #074369;
    border-radius: 0px;
    height: 80px !important;
    line-height: 30px;
    margin-left: 25px;
    outline: 0px !important;
    padding: 0px !important;
    width: calc(100% - 25px) !important;
}

.contact_form .gfield.gfield--width-full,
.contact_form .gfield.field_sublabel_below {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.contact_form .gform_wrapper.gravity-theme .gfield_label {
    color: #517b96;
    display: table-cell;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 100px;
}

.contact_form .gform_footer.top_label {
    padding-left: 125px !important;
}

.contact_form .gform_footer.top_label input {
    background: transparent;
    border: solid 1px;
    border-radius: 0;
    color: #517b96;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact_form .gform_footer.top_label input:hover {
    background: #1c4266;
    border-color: #1c4266;
    color: #fff;
}

.store_location_section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.store_location_section div#wpsl-radius {
    display: none !important;
}

.store_location_section div#wpsl-results {
    display: none !important;
}

.store_location_section .wpsl-search.wpsl-clearfix {
    background: transparent;
}

.store_location_section input#wpsl-search-btn {
    background: transparent;
    border: solid 1px;
    border-radius: 0;
    color: #074369;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: uppercase !important;
}

.store_location_section input#wpsl-search-btn:hover {
    background: #1c4266;
    border-color: #1c4266;
    color: #fff;
}

.store_location_section input#wpsl-search-input {
    border: 0px;
    border-bottom: solid 1px #00295b;
    border-radius: 0px;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 18px;
    outline: 0px !important;
    padding-bottom: 8px !important;
    padding-top: 0px !important;
    text-transform: uppercase;
}

.store_location_section label {
    display: none !important;
}



.store_location_section div#wpsl-gmap {
    max-width: 600px;
}


.gfield_description.validation_message.gfield_validation_message {
    display: none !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.gform_wrapper .gform_validation_errors {
    margin-left: 200px;
    width: calc(100% - 200px) !important;
}

div.gform_confirmation_message {
    color: #008000;
    margin-left: 200px;
    padding: 20px;
}

/*Mega Menu Start */
li.has_child .submenu {
    display: none;
}

li.has_child:hover .submenu {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 162px;
    width: 100%;
}

.main-navigation li {
    margin-bottom: 20px !important;
    position: inherit;
}

.submenubox {
    margin: 20px auto;
    max-width: 1200px;
}

.menuimg_links {
    display: inline-block;
    width: 49%;
}

.submenulinks {
    border-left: solid 2px #678ca3;
    display: inline-block;
    margin-left: 15px;
    min-height: 180px;
    padding-left: 15px;
    vertical-align: top;
    width: 49%;
}

.submenubox h3 {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: px;
    text-transform: uppercase;
}

.menuimg_links a {
    color: #000;
}

.main-navigation ul ul {
    position: inherit;
}

.menuimg_links ul {
    column-count: 2;
    column-gap: 24px;
    display: block;
}

.menuimg_links ul li {
    display: block;
    min-height: 150px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}

ul.menusublinks li {
    display: block;
}

ul.menusublinks {
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}

ul.menusublinks li a {
    color: #074369;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.menuimg_links ul li a {
    border: solid 1px #fff;
    bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin: auto;
    margin-left: 50%;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 150px;
    z-index: 2;
}

.menuimg_links ul li:before {
    background: rgb(0 0 0 / 43%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*Mega Menu End */

.mobile_menu {
    display: none;
}

.product_gallery_section .gallery .pagination a:hover:before {
    display: none;
}

.product_gallery_section .gallery .pagination a {
    height: auto;
    width: auto;
}

span.page-numbers.current {
    color: #6b6b6b;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    /*    vertical-align: top;*/
    /*    margin-top: 25px;
    margin-bottom: 25px;*/
    font-weight: 600;
    height: auto;
    letter-spacing: 1px;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}


.aniwatch_videos {
    background: rgb(0 0 0 / 84%);
}

.aniwatch_videos.modal .modal-dialog {
    padding: 0px;
}

.aniwatch_videos.modal .modal-dialog .modal-content {
    background: transparent;
    height: auto;
}

.modal-body.watch_videos_content {
    border: 0;
    padding: 0px;
}

.aniwatch_videos .modal-header {
    display: none;
}

.aniwatch_videos p {
    display: none
}

body.modal-open .modal {
    opacity: 1;
}

.aniwatch_videos.modal .modal-dialog {
    margin: auto;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.aniwatch_videos.modal button.close {
    display: none;
}

.tab_seprator {
    border-top: solid 1px #074369;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    max-width: 850px;
}


.section_mainslider .owl-nav {
    display: block;
    left: 50%;
    max-width: 1500px;
    position: absolute;
    top: 52%;
    transform: translateX(-50%);
    width: 100%;
}



.section_mainslider .owl-nav button {
    color: #fff !important;
    line-height: 1;
    padding: 0px !important;
}

.section_mainslider .owl-nav button span {
    font-family: inherit;
    font-family: 'Oswald', sans-serif !important;
    font-size: 71px;
    font-weight: 100;
}

.section_mainslider button.owl-prev {
    float: left;
}

.section_mainslider button.owl-next {
    float: right;
}

.section_mainslider .owl-dots {
    bottom: 32px;
    position: absolute;
    text-align: center;
    width: 100% !important
}

.section_mainslider button.owl-dot.active {
    background: #fff !important;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}


.section_mainslider button.owl-dot {
    background: rgb(255 255 255 / 0.7) !important;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    width: 15px;
}




.tabcontent .owl-nav {
    display: block !important;
    max-width: 1500px;
    top: 30%;
    /*   position: absolute !important;*/
    width: 100% !important;
    /*    left:50%;
    transform: translateX(-50%);*/
}

body.home .tabcontent .owl-nav button {
    position: absolute;
    top: 19%;
}

body.home .tabcontent .owl-nav button.owl-prev {
    left: 0;
}

body.home .tabcontent .owl-nav button.owl-next {
    left: inherit;
    right: 0px !important;
}



.tabcontent .owl-nav button {
    color: #5f6e7b !important;
    line-height: 1;
    padding: 0px !important;
}

.tabcontent .owl-nav button span {
    font-family: inherit;
    font-family: 'Oswald', sans-serif !important;
    font-size: 100px;
    font-weight: 300;
}

.tabcontent button.owl-prev {
    float: left;
}

.tabcontent button.owl-next {
    float: right;
}



.product_slide_box .producttab_doors .owl-nav {
    display: block !important;
    max-width: 1500px;
    top: 20%;
    /*    position: absolute !important;*/
    width: 100% !important;
    /*    left:50%;
    transform: translateX(-50%);*/
}

.product_slide_box .producttab_doors .owl-nav button {
    position: absolute;
    top: 19%;
}

.product_slide_box .producttab_doors .owl-nav button.owl-prev {
    left: 0;
}

.product_slide_box .producttab_doors .owl-nav button.owl-next {
    left: inherit;
    right: 0px !important;
}



.product_slide_box .producttab_doors .owl-nav button {
    color: #5f6e7b !important;
    line-height: 1;
    padding: 0px !important;
}

.product_slide_box .producttab_doors .owl-nav button span {
    font-family: inherit;
    font-family: 'Oswald', sans-serif !important;
    font-size: 100px;
    font-weight: 300;
}

.product_slide_box .producttab_doors button.owl-prev {
    float: left;
}

.product_slide_box .producttab_doors button.owl-next {
    float: right;
}

body.home .tabcontent .owl-nav {
    top: 19%;
}

.innerpage_title+.product_slide_box h2 {
    color: #3a6481;
    font-size: 37px !important;
    letter-spacing: 3px;
}

ul#primary-menu>li.has_child>span {
    display: none;
}


body.search h2.entry-title a {
    color: #577f9a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

body.search .entry-meta {
    font-size: 14px;
}

body.search .entry-meta a {
    color: #577f9a;
    text-decoration: none;
}

body.search article {
    border-bottom: solid 1px #ccc;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
    width: 100%
}

body.search footer.entry-footer {
    display: none;
}


section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found .widget.widget_recent_entries {
    display: none;
}

section.error-404.not-found .widget.widget_categories {
    display: none;
}

section.error-404.not-found .widget.widget_archive {
    display: none;
}

section.error-404.not-found form input.search-submit {
    background: #1c4266;
    border: 0px;
    border-bottom: solid 2px;
    border-color: #1c4266;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 37px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}

section.error-404.not-found form label {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: calc(100% - 152px);
}

section.error-404.not-found form label input {
    border-radius: 0px;
    padding: 3px 15px;
    width: 100%;
}



section.error-404.not-found form {
    margin: auto;
    max-width: 500px;
}

body.single div#comments {
    display: none;
}

body.single footer.entry-footer {
    display: none;
}

body.single h1.entry-title {
    color: #577f9a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-bottom: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

body.single .entry-meta {
    font-size: 14px;
}

body.single .entry-meta a {
    color: #577f9a;
    text-decoration: none;
}



body.archive div#comments {
    display: none;
}

body.archive footer.entry-footer {
    display: none;
}

body.archive h2.entry-title a {
    color: #577f9a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-bottom: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

body.archive .entry-meta {
    font-size: 14px;
}

body.archive .entry-meta a {
    color: #577f9a;
    text-decoration: none;
}

body.archive article {
    border-bottom: solid 1px #ccc;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
    width: 100%
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p strong {
    color: #6b6b6b;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p {
    color: #6b6b6b;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase
}

#wpsl-wrap #wpsl-result-list ul li span.wpsl-street:after {
    content: ',';
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location span {
    display: inline-block;
}



#wpsl-wrap #wpsl-result-list ul li span.wpsl-country {
    display: none;
}

#wpsl-wrap #wpsl-result-list ul li p.wpsl-contact-details span strong {
    display: inline-block;
    font-size: inherit;
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-direction-wrap {
    display: none;
}

#wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p {
    margin-bottom: 8px !important;
}

#wpsl-wrap #wpsl-result-list {
    width: 50%;
}

#wpsl-wrap #wpsl-result-list ul li {
    border: 0px;
    padding-bottom: 0px !important;
}