/*!
Theme Name: GLI Showers
Theme URI: http://underscores.me/
Author: Uplift 360
Author URI: https://uplift360.com.au
Description: A custom made theme for GLI Showers
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gli-showers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GLI Showers is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
    overflow-y: auto;
}

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

h1 {
	font-style: normal;
    font-weight: 600;
    font-size: 4em;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: inherit;
    width: 100%;
	
}
h2{
    font-size: 40px;
}
.section-title{
  color: #2d4a87;
}

.entry-title {
    color: #2d4a87;
    font-weight: 600;
    font-size: 4em;
}

.products .entry-title {
    font-size: 65px;
    line-height: 1.3em;
}

.single-products h2{
  color: #2d4a87;
}

.wp-block-media-text__content .has-large-font-size{
  font-family: 'Poppins', sans-serif;
  color: #2d4a87;
}

.wp-block-media-text__media{
  padding: 5px !important;
}

.wp-block-media-text .wp-block-media-text__content{
  padding-left: 0px !important;
}

/*Home*/
h2.section-title.aos-init.aos-animate {
    font-weight: 700;
	line-height: 1.3em;
}

/*Blog*/
.custom-post .uagb-post__inner-wrap {
    border: 1px solid #dddddd;
}
.post-category-container span a {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
}
.post-category-container span:nth-child(1) a {
    background-color: #2d4a87;
}
.post-category-container span:nth-child(2) a {
    background-color: #3aadff;
}

@media (min-width: 1200px){
    h1 {
        font-size: 72px;
    }
}
/* Grouping content
	 ========================================================================== */

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

section{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Poppins', sans-serif;
    color: #2d4a87;
	clear: both;
	line-height: 1.2;
	font-weight: 600 !important;
}

#content h2, #content h3, #content h4 {
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

#content h2 + p:last-child, #content h3 + p:last-child, #content h4 + p:last-child {
    margin-bottom: 15px;
}

#content h2, #content .h2{
    font-size: 40px !important;
}

#content h3, #content .h3{
    font-size: 28px !important;
}

#content h4{
    font-size: 24px !important;
}


p {
	margin-bottom: 1.2em;
	display: block;
    width: 100%;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 15px;
	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: 15px;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Poppins', sans-serif;
    
    border-radius: 40px;
    font-size: 18px;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    max-width: 100%;
    padding: 15px 26px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid;
    box-shadow: none;
    background: transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2d4a87;
    color: #fff;
}

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 {
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
    border: 1px solid #dadada;
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 15px 20px 15px 30px;
    font-size: 1.1em;
    margin-bottom: 20px;
    width: 100%;
    outline: 0;
}

#contact input:not([type="submit"]), #contact textarea{
    color: #fff;
    border: none;
    background: #282a2c;
}
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: #333;
	outline: 0;
}
#contact input:focus, #contact textarea:focus{
    color: #fff;
}
select {
	border: 1px solid #ccc;
	outline: 0;
}

textarea {
	width: 100%;
	max-height: 208px;
}

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

a:visited {
	color: #2d4a87;
}

a:hover, a:focus, a:active {
	color: #2d4a87;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

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

.postid-121 .col-md-7.col-sm-12 p:nth-child(5) {
  text-decoration: underline !important;
}

.postid-105 .wp-block-gallery {
  margin-left: 0px
}

.postid-105 .wp-block-image {
  margin-bottom: 2.3em;
}

.wpspw-post-categories a:nth-child(4n+1) {

    background: #2d4a87;
    border-color: #1abc9c;
}

.page-id-123 .wpspw-post-content a {
  font-family: 'Poppins', sans-serif;
  border-radius: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  padding: 15px 26px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  background: transparent;
}

.page-id-123 .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:hover {
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    background: #2d4a87;
    color: #fff !important;
}

.page-id-123 .sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content h2 a{
  color: #2d4a87;
  font-size: 30px !important;
}

.container .row{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.container, .container-fluid.page-header .row {
    max-width: 1425px !important;
	margin:0 auto;
}

#masthead {
    position: relative;
    z-index: 999;
    width: 100%;
    height: auto;
    background: #333;
}
.site-description {
    margin-bottom: 0;
}

#masthead .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
}
#masthead .row.socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
}
.social_icons li.more.hidden {
    display: none !important;
}
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts div {
    margin: 10px;
}
.contacts div:last-child {
    margin-right: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.site-branding {
    width: 50%;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
}
.site-branding img {
    max-width: 100%;
    max-width: 100px;
    vertical-align: middle;
}
.nav-bar{
    width: 50%;
}
.main-navigation,
.main-navigation ul,
.main-navigation ul li,
.main-navigation ul li a,
.main-navigation #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box
}

.main-navigation:after,
.main-navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.main-navigation #head-mobile {
    display: none
}

.main-navigation {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.main-navigation ul {
    margin: 0;
    padding: 0;
}
.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.main-navigation>ul>li {
    float: left
}
li.hidden {
    display: none;
}
.main-navigation .menu li:last-child a {
    margin-right: 0 !important;
    padding-right:  0 !important;
}
.main-navigation>ul>li:last-child a {
    padding-right: 0;
}
.main-navigation>ul>li>a {
    padding: 45px 15px;
    text-decoration: none;
    color: #fff;
    
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.main-navigation>ul>li:hover>a,
.main-navigation ul li.active a {
    color: #000
}

.main-navigation>ul>li:hover > a, .main-navigation li:hover > a, .main-navigation ul li.active:hover a, .main-navigation ul li.active a, .main-navigation ul li.has-sub.active:hover a,.main-navigation .current-menu-item a, [aria-current]:not([aria-current="false"]){
    color: #2d4a87 !important;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.main-navigation>ul>li.has-sub>a {
    /*padding-right: 30px*/
}

/*.main-navigation>ul>li.has-sub>a:after {
    position: absolute;
    top: 27px;
    right: 17px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

.main-navigation>ul>li.has-sub>a:before {
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-navigation>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}*/

.main-navigation ul ul {
    position: absolute;
    left: -9999px;
    border-top: 3px solid #2d4a87;
}

.main-navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

.main-navigation ul ul li:hover {}

.main-navigation li:hover>ul {
    left: auto;
    right: 0;
}

.main-navigationn li:hover>ul>li, .main-navigation li:hover>ul li {
    min-height: 50px;
    height: auto;
}

.main-navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

.main-navigation ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 17px 15px;
    width: 170px;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    
    color: #ffffff !important;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
}

.main-navigation ul ul li:last-child>a,
.main-navigation ul ul li.last-item>a {
    border-bottom: 0
}

.main-navigation ul ul li:hover>a,
.main-navigation ul ul li a:hover {
    color: #fff
}

.main-navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

.main-navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

.main-navigation ul ul li.has-sub:hover,
.main-navigation ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

.main-navigation ul ul ul li.active a {
    border-left: 1px solid #333
}

.main-navigation>ul>li.has-sub>ul>li.active>a,
.main-navigation>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}
#menu-social-menu {
    margin: 0;
    padding: 0;
}

.social_icons a {
 	/*color: #919191;*/
    color: #fff;  
	-webkit-transition: .6s;
	transition:.6s;
	display: inline-block !important;
}
.social_icons a:hover {
	color: #fff!important;
}
.social_icons ul li {
	display: inline-block !important;
	font-size: 20px;
	padding: 0 12px;
	margin-bottom: 0px;
	-webkit-transition: .6s;
	transition:.6s;
}
.social_icons ul li:hover a{
	color: #A8A7A8 !important;
}

.social_icons {
    text-align: right;
}

.social_icons ul li:last-child {
    padding-right: 17px;
}
#masthead.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
}
#masthead.fixed .site-branding{
    display: none;
}
.logged-in #masthead.fixed {
    top: 32px;
}
#masthead.fixed + #fixer {
    height: 76px;
}
@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@media screen and (max-width:1000px) {
    #masthead {
        position: relative;
    }
    .site-branding {
        width: calc(100% - 55px);
    }
    
    .nav-bar {
        width: 100%;
    }
    nav {
        width: 100%;
    }

    .main-navigation {
        width: 100%
    }

    .main-navigation ul {
        width: 100%;
        display: none
    }

    .main-navigation ul li {
        width: 100%;
        /* border-top: 1px solid #444 */
    }
    .main-navigation>ul>li>a {
        padding: 15px;
    }
    
    li.more.hidden.has-sub {
        display: none !important;
    }
    .main-navigation ul li:hover {
        background: #363636;
    }

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

    .main-navigation ul li a,
    .main-navigation ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    .main-navigation>ul>li {
        float: none
    }

    .main-navigation ul ul li a {
        padding-left: 25px
    }

    .main-navigation ul ul li {
        background: #333 !important;
    }

    .main-navigation ul ul li:hover {
        background: #363636 !important
    }

    .main-navigation ul ul ul li a {
        padding-left: 35px
    }

    .main-navigation ul ul li a {
        color: #ddd;
        background: none
    }

    .main-navigation ul ul li:hover>a,
    .main-navigation ul ul li.active>a {
        color: #fff
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    .main-navigation>ul>li.has-sub>a:after,
    .main-navigation>ul>li.has-sub>a:before,
    .main-navigation ul ul>li.has-sub>a:after,
    .main-navigation ul ul>li.has-sub>a:before {
        display: none
    }

    .main-navigation #head-mobile {
        display: block;
        padding: 5px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -105px;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 12px;
        display: block;
        height: 10px;
        width: 30px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 14px;
        right: 12px;
        display: block;
        height: 3px;
        width: 30px;
        background: #fff;
        content: '';
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 30px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .main-navigation .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    .main-navigation .submenu-button.submenu-opened {
        background: #262626
    }

    .main-navigation ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    .main-navigation .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    .main-navigation ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    .main-navigation .submenu-button.submenu-opened:after {
        background: #fff
    }

    .main-navigation .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    .main-navigation ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    .main-navigation .submenu-button.submenu-opened:before {
        display: none
    }

    .main-navigation ul ul ul li.active a {
        border-left: none
    }

    .main-navigation>ul>li.has-sub>ul>li.active>a,
    .main-navigation>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 14px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.section{
    padding: 95px 0;
    position: relative;
}
#main{
    min-height: calc(100vh - 152px - 70px);
}
.single-product #main, .tax-product-category #main{
    padding: 50px 0;
}
.section-title{
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    font-weight: 600;
}
.section-description{
    display: block;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 32px;
}
.container-fluid.contact-page-header,
.container-fluid.page-header { position:relative; color:#ffffff; padding:50px 10px; background-size:cover; background-position:center center; }
.container-fluid.page-header { padding:80px 10px; }
.container-fluid.contact-page-header:before,
.container-fluid.page-header:before{
    content: '';
    position: absolute;
    width:  100%;
    height: 100%;
    top: 0;
    left:  0;
	z-index:1;
    background: rgba(0,0,0,0.5);
}
.container-fluid.contact-page-header h1.entry-title,
.container-fluid.page-header h1.entry-title {
	color:#ffffff;
	position:relative;
	z-index:10;
}
.container-fluid.contact-page-header div,
.container-fluid.page-header div { position:relative; z-index:10; }
/*FEATURED SECTION*/
.product-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:  wrap;
        flex-wrap:  wrap;
    width:  100%;
}


.nav-block-overlay {
    position: relative;
    height: 350px;
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: calc(33.33% - 30px);
    margin: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: 135%;
}
.nav-block-overlay:hover{
    background-size: 121%;
}
a.image-nav-block {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.title-overlay {
    position: absolute;
    bottom: 0;
    width:  100%;
    height: auto;
    background: rgba(255,255,255, 0.8);
    padding:  20px;
    font-size: 1em;
    font-weight:  bold;
    text-transform: uppercase;
    color: #000;
}
.btn {
    padding:  10px;
    border: 1.5px solid #2d4a87;
    border-radius: 30px;
    min-width: 115px;
}
.btn:hover{
    background: #2d4a87;
    color: #fff;
}

.title-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.title-overlay > span {
    width: 80%;
}
.title-overlay > a{
    width: 20%;
}
/*BANNER*/
#banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#banner .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
}

.banner-img {
    width: 175px;
}

.banner-content {
    width: calc(100% - 175px);
    text-align: left;
    padding-left: 80px;
}
#banner .section-title{
    text-align: left;
    color: #fff;
    font-size: 60px;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    margin-bottom: 0;
    font-weight: 600;
}
#banner .section-title > span{
    color: #2d4a87;
}
#banner .section-description{
    text-align: left;
    color: #fff;
    font-size: 2em;
}
#banner .btn{
    border-color: #fff;
    color: #fff;
    font-size: 1.5em;
    padding: 10px 46px;
    border-radius: 150px;
}
#banner .btn:hover{
    border-color: #2d4a87;
}
/*TESTIMONIALS*/
#testimonials{
    background: #eee !important;
}
blockquote {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
}
.testi__item-body {
    color: #333333;
    background-color: #ffffff;
    padding: 42px 59px 50px 40px;
    border: none;
    position: relative;
}
.testi__item-body:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 26px;
    bottom: -20px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
}
.testi__item-body p{
    margin-bottom: 0 !important;
}
.testi__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
}

.testi__item-avatar.avatar {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 8px 0;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.testi__item-meta footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px;
}
.testi__item cite {
    padding: 0;
    margin-top: 25px;
}
.testi__item-meta footer .testi__item-name {
    font-size: 24px;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
}
.testi__item-meta footer .testi__item-position {
    display: block;
    line-height: 1;
}
/*Contact*/
#contact h2.section-title {
    text-align: left;
    color:  #fff;
    font-size: 45px;
    font-weight: 600;
}
#contact .section-description{
    text-align: left;
    color:  #fff;
    font-size: 1.4em;
}
#contact input.wpcf7-form-control.wpcf7-submit {
    color: #919191;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    float: right;
    margin-top: 20px;
    background: transparent !important;
    border: 1px solid !important;
}

#contact input.wpcf7-form-control.wpcf7-submit:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: transparent;
}
div.wpcf7-response-output {
    margin: 0 0 20px;
    border-radius: 31px;
}
span.wpcf7-not-valid-tip {
    text-align: right;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
}
form br{ display: none;}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted, div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fa5155;
	background: #fa5155;
	color: #fff;
}
div.wpcf7 {
    width: 100%;
    display:none;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background: #ffa500;
	color: #fff;
}
span.wpcf7-form-control-wrap.cmessage {
    display: block;
}

#contact textarea {
    margin-bottom: 0;
}
.row.contact-details {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px;
    margin-top:  40px;
    border-top: 1px solid #ACBBC1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.row.contact-details i {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -26px;
}

.row.contact-details p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    margin-left: 30px;
    text-align: center;
}

section#contact {
    padding-bottom: 0;
}

/*Product Single Page*/
.single-products ul {
    margin-left: 0px;
}
.single-products #content ul:not(.wp-block-gallery) {
    padding-left: 20px;
}

/*PRODUCT CATEGORY*/

.tax-product-category .divider-separator {
    border-color: #99bdc4;
    width: 101px;
    margin-bottom: 1.5em;
}
.product-cat article {
    background-color: rgba(197,203,207,.1);
    margin: 10px;
    width: calc(33.33% - 20px);
}

.single-products .wp-post-image {
    width: 100%;
    height: auto;
}
.product-cat .product-description{
    padding:  50px;
}

.product-cat{
    margin-top: 1.5em;
}

.product-cat .hovereffect, .entry-thumbnail .hovereffect{
    float: none;
}
.product-thumb .overlay a, .entry-thumbnail .overlay a {
    display: block;
    text-align: center;
    font-size: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-thumb .overlay, .entry-thumbnail .overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding:  0;
}

.product-thumb .hovereffect:before, .entry-thumbnail .hovereffect:before {
    content: none;
}
h1.tax-title {
    /*font-size: 3em;*/
    text-align: center;
    width: 100%;
}

p.tax-desc {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
a.button.s {
    font-size: 13px !important;
    padding: 15px 20px !important;
    min-width: auto !important;
    margin-top: 20px !important;
    border: 1px solid;
    display: inline-block;
    border-radius: 33px;
}
.button:hover{
    background: #2d4a87;
    color: #fff;
    
}
.products-h3 {
    margin-top: 50px;
}
.img-container
{
     height: 300px;
     width: 100%;
     overflow: hidden; 
}
.img
{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

form .col-lg-12 {
    padding:  0;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(0,0,0,0.5);
}
.hovereffect:before {
    position: absolute;
    content: '';
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
    background: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  /* text-align: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* justify-content: center; */
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h3 {
  color: #fff;
  position: relative;
  background-color: transparent;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.hovereffect h3 a{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  display: block;
  text-align: left;
  width: 100%;
}

.hovereffect:hover .img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*Footer*/
.site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:  100%;
    padding: 15px 0;
}

.site-info img {
    max-height: 70px;
    width:  auto;
}

.site-info p {
    margin-bottom: 0;
    color: #acb8c1;
}
.site-info a{
    color: #fff;
}
.error-404 form.search-form {
    margin: auto;
}
/*Slider*/
.slick-slider, .slick-list, .slick-track {
    height: 100%;
    width: 100%;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-initialized .slick-slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
}


.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 1;

    opacity: .75;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    color: #404040;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1.5em 0 0;
    list-style: none;

    text-align: center;

}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: '\f10c';
    font-family: FontAwesome;
    font-size: 14px;
    color: #313336;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #313336;
    content: '\f111';
    font-family: FontAwesome;
}

.slick-prev, .slick-next {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*PAGE*/
.entry-header {
    background: #f2f2f2;
}

#crumbs {
    width: 100%;
    text-align: right;
    padding: 40px 0;
}

/*POST*/
.entry-meta {
    color: #ccc;
    margin-bottom: 50px;
}

.entry-meta > span {
    margin-right: 10px;
}

#secondary ul {
    margin:  0;
    padding: 0 0 0 20px;
}
.social-component {
    clear: left;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 1.7em;
}
.social-component a {
    float: none;
    display: inline-block;
    border: 1px solid #cccccc;
    margin-top: 8px;
    margin-right: 8px;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    box-shadow: none;
}

.social-component a:hover{
    background: #2d4a87;
    color: #fff;
    border-color: #2d4a87;
}
.social-component a:last-child {
    margin-right: 0;
}

/*INDEX*/
.entry-thumbnail {
    height: 300px;
}

.index > article {
    width: calc(50% - 20px);
    margin: 15px 10px;
    border:  1px solid #ccc;
}

.index .entry-content {
    padding: 20px;
    margin: 0;
}

.index .entry-meta{
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h1.page-title {
    margin-bottom:  35px;
}
.archive-content {
    margin: 50px 0;
}
.pagination .page-numbers {
   background: #2d4a87;
   border: 1px solid #2d4a87;
   color: #fff;
   display: block;
   width: auto;
   float: left;
   margin: 4px 4px 4px 0;
   padding: 15px 18px 14px 18px;
   text-decoration: none;
}
 
.pagination .page-numbers:hover {
   background: transparent;
   color: #2d4a87;
   border-color: #2d4a87;
   text-decoration: none;
}
 
.pagination .current {
   background: transparent;
   color: #2d4a87;
   border-color: #2d4a87;
   padding: 15px 18px 14px 18px;
}

.pagination {
    margin: 50px auto 0;
}

nav.navigation.pagination {
    margin: 0;
}
/*Faq page*/
/*.page-id-50 h1.entry-title {
    padding-left: 28px;
}
.page-id-50 .container {
    padding-left: 0px;
    padding-right: 0px;
}
.page-id-50 .entry-content{
    margin-bottom: 0px !important;
}
.page-id-50 footer.entry-footer {
    display: none;
}
section.faq_form_container div.wpcf7 {
    padding-top: 40px;
}
.page-id-50 header > .container, .page-id-50 footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}*/

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
header a.custom-logo-link {
    max-width: 100px;
    margin-right: 10px;
}
.custom-logo-link {
	display: inline-block;
    max-width: 100px;
}
.site-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.site-title a {
    color: #fff;
    font-weight: 600;
}
p.site-description {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Miscellaneous Adjustments
--------------------------------------------------------------*/
.uagb-columns__wrap .uagb-columns__inner-wrap {
    max-width: 1425px !important;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: none !important;
    position: relative !important;
    display: block !important;
    color: inherit !important;
    padding: 10px !important;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    position: relative !important;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-image img, .wp-block-gallery:not(.is-cropped) .blocks-gallery-item img {
    width: 100%;
}
.wp-block-gallery.has-caption .blocks-gallery-image, .wp-block-gallery.has-caption .blocks-gallery-item{
    margin-bottom: auto !important;
}

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.alignfull img {
    width: 100vw;
}
#content ul {
    margin:  0;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px){
    #banner .section-title {
        line-height: 1.3;
        font-size: 50px;
        font-weight: 600;
    }
    
    #banner .section-description {
        font-size: 1.8em;
    }
    
    #contact h2.section-title {
        font-size: 34px;
    }
    
    #contact .section-description {
        font-size: 1.2em;
    }
    
    .section-title {
        font-size: 34px;
    }
}
@media (max-width: 992px){
    .nav-block-overlay {
        width: calc(50% - 30px);
    }
    .product-cat article {
        width: calc(50% - 20px);
    }
}
@media (max-width: 777px){
    .row.socials {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        text-align: center;
    }
}
@media (max-width: 767px){
    .nav-block-overlay {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .row.contact-details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .row.contact-details p {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .site-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .site-info img {
        margin-bottom: 20px;
    }
    
    .site-info p {
        text-align: center !important;
    }
	/*.products .entry-title {
		font-size: 29px;
		line-height: 1.3em;
	}*/
	.banner-img {
        display: none;
    }
    
    .banner-content {
        width: 100%;
        padding-left:  0;
    }
    .entry-title, #content h1 {
        font-size: 3em;
    }
    #featured .section-title {
        font-size: 35px;
    }
    .product-cat article {
        width: 100%;
        margin: 15px 0;
    }

}
@media (max-width: 606px){
   /* .contacts {
        display: none;
    }*/
    
    .social_icons {
        padding: 5px 0;
        display: none;
    }
    
    /*.site-branding img {
        max-width: 100%;
    }*/

    
}

/**Navigation Adjustments**/
@media (max-width: 520px){
    .site-title {
        font-size: 30px;
        line-height: 1;
    }
    
    #banner .section-title {
        font-size: 35px;
    }

    #banner .section-description {
        font-size: 1.3em;
    }

    #banner .btn {
        font-size: 1.2em;
    }

    .section-title {
        font-size: 29px;
        line-height: 1.2;
    }

    .section {
        padding: 50px 0;
    }
}
@media (max-width: 465px){
    .site-branding {
        padding-top: 20px; 
        padding-bottom: 10px; 
    }
    .site-title {
        font-size: 25px;
    }
    p.site-description {
        font-size: 11px;
    }
    .button {
        top: -86px;
    }
}
@media (min-width: 421px){
    #top-site-navigation {
        display: none !important;
    }
}
@media (max-width: 420px){
    .site-title {
        font-size: 22px;
        line-height: 1;
    }
    p.site-description {
        font-size: 9px;
    }
    header a.custom-logo-link {
        width: calc(100% - 209px);
        margin-right: 5px;
    }
    .row.socials {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .button {
        /* position: relative; */
        top: -46px !important;
        right: 0;
    }

    .button:hover {
        background: transparent;
    }

    .site-branding {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 20px;
        padding-bottom: 10px;
        width: 100%;
    }
    .nav-bar {
        display: none !important;
    }
}


