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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight:700;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.condensed {
	font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height:1.2;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

.container {
	width:100%;
	max-width:1350px;
	padding:0 1em;
	margin:0 auto;
}
.container.wide {
	max-width:1450px;
}
.container.small {
	width:50%;
}
.container.huge {
	max-width:2000px;
	padding:0;
}
.with-sidebar {
	width:75%;
	float:left;
	padding-right:1em;
}
.sidebar {
	width:25%;
	float:left;
	padding-left:1em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding-left:1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* 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%;
}

/* utilities */

.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-uppercase {
	text-transform:uppercase;
}
.text-large {
	font-size:120%;
}
.text-small {
	font-size:80%;
}
.p-0 {
	padding:0;
}
.p-1 {
	padding:1em;
}
.p-2 {
	padding:2em;
}
.p-3 {
	padding:3em;
}
.p-5 {
	padding:5em;
}
.px-1 {
	padding-left:1em;
	padding-right:1em;
}
.px-2 {
	padding-left:2em;
	padding-right:2em;
}
.px-3 {
	padding-left:3em;
	padding-right:3em;
}
.py-2 {
	padding-top:2em;
	padding-bottom:2em;
}
.py-3 {
	padding-top:3em;
	padding-bottom:3em;
}
.py-1 {
	padding-top:1em;
	padding-bottom:1em;
}
.pt-3 {
	padding-top:3em;
}
.pb-3 {
	padding-bottom:3em;
}
.pb-4 {
	padding-bottom:4em;
}
.pb-5 {
	padding-bottom:5em;
}
.mx-2 {
	margin-top:2em;
	margin-bottom:2em;
}
.my-2 {
	margin-top:2em;
	margin-bottom:2em;
}
.mx-3 {
	margin-top:3em;
	margin-bottom:3em;
}
.my-3 {
	margin-top:3em;
	margin-bottom:3em;
}
.m-0 {
	margin:0;
}
.mb-0 {
	margin-bottom:0;
}
.mb-3 {
	margin-bottom:3em;
}
.mb-5 {
	margin-bottom:5em;
}
.mb-6 {
	margin-bottom:6em;
}
.mt-0 {
	margin-top:0;
}
.mt-2 {
	margin-top:2em;
}
.mt-3 {
	margin-top:3em;
}
.bg-white {
	background-color:#fff;
	color:#626666;
}
.bg-blue {
	background-color:#1968b3;
	color:#fff;
}
.bg-darkblue {
	background-color:#0d428c;
	color:#fff;
}
.blue {
	color:#1968b3;
}
.darkblue {
	color:#0d428c;
}
.d-flex {
	display:flex;
}
.flex-align-items-center {
	align-items:center;
}
.flex-space-between {
	justify-content: space-between;
}
.flex-wrap {
	flex-wrap:wrap;
}
.col {
	padding:0 1em;
}
.col.p-0 {
	padding:0;
}
.col-2, .col-half {
	width:calc(50% - 1em);
}
.col-4, .col-one-quarter{
	width:calc(25% - 0.5em);
}
.col-one-third {
	width:calc(33.33% - 1em)
}
.col-two-thirds {
	width:calc(66.67% - 1em)
}
.col-three-quarters {
	width:calc(75% - 1em)
}
.col-full {
	width:100%;
}
.left {
	margin-right:1em;
}
.right {
	margin-left:1em;
}
.middle {
	margin:0 0.5em;
}

/* modals */

.productContactModal {
	padding:2em;
	width:50%;
}
.fancybox-container .opt-in-wrap, .fancybox-container .captcha-wrap {
	width:50%;
}
.fancybox-container .submit-wrap {
	width:100%;
	text-align:right;
}
/* .fancybox-bg {
	background:#000;
} */
.fancybox-is-open .fancybox-bg {
	opacity:0.5;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #1968b3;
	border: 1px solid #ddd;
	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: #1968b3;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #0e4c9b;
}
a, a svg {
	transition:all 0.15s;
}

a:hover, a:focus, a:active {
	color: #4c80c3;
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align:center;
}

.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	text-align: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul::before {
	content: "";
	display:block;
	width:75%;
	height:10px;
	background:#1968b3;
	/* border-top-right-radius: 3px;
	border-top-left-radius:3px; */
	position:absolute;
	top:-10px;
	left:12.5%;

}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	min-width: 250px;
	width:100%;
	font-size:1.2em;
	padding:6px 1em;
	border-bottom:none;
	margin:0;
}
.main-navigation ul ul li {
	/* border-top:2px solid #fff;
	border-bottom:2px solid #f6f7f7; */
	padding:10px 0;
	/* border-left:4px solid #f6f7f7; */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	background:#f6f7f7;
}
.main-navigation ul ul li:hover a {
	border-left:4px solid #1968b3;
}

.main-navigation li {
	/* float: left; */
	position: relative;
	display:inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:1.6em;
	line-height:1;
	padding:15px 0;
	margin:0 25px;
	text-transform: uppercase;
	color:#626666;
	border-bottom:10px solid transparent;
}
.main-navigation a:hover, .main-navigation a:focus {
	color:#1968b3;
}

/* .current-menu-item a,
.single-products .menu-products a,
.tax-series .menu-products a {
	color:#1968b3;
	border-color:#1968b3;
} */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.site-main .posts-navigation {
	overflow:visible;
	margin-bottom:3em;
}
.posts-navigation a {
	background:#0e4c9b;
	padding:0.5em 1.5em;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
}
.posts-navigation a:hover, .posts-navigation a:focus {
	background:#0d428c;
}
.main-navigation li.menu-m {
	display:none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	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%;
}

.widget_media_image img {
	border-radius: 15px;
	display:block;
}
.widget_media_image a img {
	transition:all 0.15s;
}
.widget_media_image a:hover img {
	opacity:0.8;
}
.widget_custom_categories_widget h2, .widget_nav_menu h2 {
	text-transform: uppercase;
	font-size:2.25em;
}
.widget ul.product-series, ul.product-series ul, .widget_nav_menu ul, .widget_nav_menu ul ul {
	list-style:none;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.widget ul.product-series, .widget_nav_menu ul.menu {
	background:#f6f7f7;
	font-size:1.6em;
	font-weight:400;
	padding:12px 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
}
ul.product-series>li, .widget_nav_menu ul>li {
	margin-bottom:0.6em;
}
ul.product-series>li a, .widget_nav_menu ul>li a {
	color:#1968b3;
	text-decoration: none;
	padding-left:12px;
}
ul.product-series>li a:hover, ul.product-series>li a:focus, .widget_nav_menu ul>li a:hover, .widget_nav_menu ul>li a:focus {
	opacity:0.66;
}
ul.product-series ul, .widget_nav_menu ul ul {
	font-size:0.6em;
}
ul.product-series ul>li a, .widget_nav_menu ul ul>li a {
	color:#626666;
	border-left:2px solid #f6f7f7;
	margin-bottom:0;
	padding-left:22px;
	display:inline-block;

}
ul.product-series ul>li a:hover, .widget_nav_menu ul ul>li a:hover {
	color:#1968b3;
	border-color:#1968b3;
}
#search {
	color:#fff;
	border:none;
	background:none;
	border-radius:0;
	padding:0.3em;
	border-bottom:2px solid rgba(255,255,255,0.75);
}
#search:focus {
	background:rgba(255,255,255,0.1);
	outline:none;
}
#searchBtn {
	background:none;
	color:#fff;
	border:none;
	padding:0;
	position:relative;
	top:10px;
}
#searchBtn svg {
	width:2em;
}
.search #search {
	color:#626666;
	border-bottom:2px solid #626666;
}
.search .search-image {
	display:block;
	float:right;
	padding-left:1.5em;
}
.search .search-header {
	float:left;
}
.search .entry-summary {
	clear:left;
}
.search-item {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:1px solid #efefef;
	display:block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	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;
}
/* header */
.site-header {
	margin-bottom:1.5em;
	background:#f6f7f7;
}
.site-branding {
	width:100%;
	max-width:280px;
	padding:1.6em 1em 1.6em 0;
}

.site-branding img{
	max-height: 95px;
}

.site-header .logo svg {
	width:100%;
	fill:#1968b3;
	display:block;
}
.site-header .middle {
	align-self:flex-end;
}
.site-header .right {
	width:25%;
	display:flex;
	text-align: right;
	flex-direction: column;
	justify-content: space-between;
	padding:25px 0;
}

.header-social a.header-icon {
	width:1.4em;
	display:inline-block;
	margin-left:1em;
	color:#626666;
}
.header-social a.header-icon:hover, .header-social a.header-icon:focus {
	opacity:0.8;
}
.header-icon svg {
	width:100%;
	fill:currentColor;
}
.site-header .right .phone {
	font-size:1.4em;
	line-height:1;
	color:#1968b3;
	font-weight:400;

}

/* footer */
.site-footer {
	padding:2em 0;
}
.footer-col-1 {
	width:33.33%;
	display:flex;
	flex-direction: column;
}
.footer-col-1 .footer-social {
	align-self: flex-end;
	width:100%;
}
.footer-social svg {
	width:1.5em;
}
.footer-social a {
	margin-right:0.8em;
}
.logo-badge {
	display:flex;
	margin-bottom:3em;
}
.logo-badge .footer-logo {
	width:280px;
	position:relative;
	left:-6px;
}
.logo-badge .footer-badge {
	width:100px;
	padding:0.25em 0 0 1em;

}
.site-footer svg {
	fill:#fff;
}
.site-footer a:hover {
	color:rgba(255,255,255,0.5);
	text-decoration:none;
}
.site-footer a:hover svg {
	fill:rgba(255,255,255,0.66);
}
.footer-col-widget h3 {
	font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:1.5em;
	line-height:1.2;
	margin: 0 0 0.75em;
}

.site-footer .textwidget a {
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
}

.site-footer .textwidget a:last-of-type {
	margin: 0px;
}

/* home */
#home-testimonials {
	background-image:url('../samarit/images/icon-logo-bg.svg');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	display: none;
}
#home-testimonials h2 {
	font-size: 3em;
}
.slick-track {
	display:flex;
	align-items: center;
}
.testimonial-slide {
	font-size:1.1em;
}
.testimonial-slide p {
	margin-top:0;
}
.testimonial-slide footer {
	font-weight:400;
}
.home-main h3 {
	font-size:3.25em;
}
.slick-arrow {
	position:absolute;
	bottom:0;
	width:90px;
	border:none;
	border-radius:0;
	padding:1em 1.5em;
}
.slick-arrow:hover {
	cursor: pointer;
	opacity:0.9;
}
.slick-next {
	right:0;
}
.slick-prev {
	left:0;
}
.slick-prev img {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/* hero */
#hero-slider-wrap {
	height:425px;
	overflow:hidden;
}
.hero-slide {
	position:relative;
}
.hero-slide .image {
	width:100%;
	max-width:1160px;
}
.hero-slide .image img {
	display:block;
}
.hero-slide .content {
	width:22%;
	background:#1968b3;
	color:#fff;
	position:absolute;
	right:0;
	bottom:0;
	transition:all 1s;
}
.hero-slide .content .top {
	padding:0.8em 1.25em;
}
.hero-slide .content h4 {
	margin:0.4em 0 0;
	line-height:1;
	font-size:2.5em;
	text-transform: uppercase;
}
.hero-slide .content p {
	font-style: italic;
	font-size:1.15em;
	margin-bottom:2em;
}
.hero-slide .content a, #home-categories a .bottom, .btn {
	display:block;
	background:#0e4c9b;
	color:#fff;
	text-transform: uppercase;
	letter-spacing:0.07em;
	font-weight:500;
	font-size:0.9em;
	text-decoration: none;
}
.hero-slide .content a:hover, .hero-slide .content a:focus, #home-categories a:hover .bottom, #home-categories a:focus .bottom, .btn:hover, .btn:focus, .recommended .product:hover .btn, .recommended .product:focus .btn {
	background:#0d428c;
}
.hero-slide .content a span, #home-categories a .bottom span, .btn span {
	padding: 0.75em 1.2em;
	display:inline-block;
	background:#0d428c;
	margin-right:1.2em;
}
.hero-slide .content a span svg, #home-categories a .bottom span svg, .btn span svg {
	fill:#fff;
	width:45px;
	position:relative;
	top:2px;
}
#hero-slider-wrap .slick-dots {
	position:relative;
}
#hero-slider-wrap .slick-dots {
	margin: 5px 0 0;
	position: absolute;
	right: calc(22% + 1em);
	bottom: 1em;
	list-style:none;

}
.slick-dots > li {
	display:inline-block;
	margin-right:0.5em;
}
.slick-dots > li button {
	font-size:0;
	border-radius:100%;
	width:15px;
	height:15px;
	background:none;
	border:2px solid #1968b3;
	transition: all .25s;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	background:rgba(25, 104, 179, 0.4);
	outline:none;
}
.slick-dots li.slick-active button {
	background:#1968b3;
}

.hero-slide
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.testimonial-slide {
	width:100%;
}

/* home categories */
#home-categories {
	justify-content: center;
}
.category-blocks {
	display:flex;
	align-items: stretch;
}
.category-blocks .col {
	padding:0;
	overflow:hidden;
	display:flex;
	flex-direction: column;
}
.category-blocks .col-one-third {
	width:33.3333%;
	border-bottom:1px solid #d1d2d2;
	border-right:1px solid #d1d2d2;
}
.category-blocks .col-one-third:last-of-type {
	border-right:none;
}
.category-blocks a, .recommended .product {
	text-decoration:none;
	transition:all 0.2s;
}
.category-blocks a:hover .home-cat-top .image-wrap, .recommended .product:hover .image-wrap {
	background:#ececec;
	color:#e4e4e4;
}
.category-blocks a:hover .home-cat-top .image-wrap img {
	transform: scale(1.1);
}

.home-cat-top {
	flex-grow:1;
}
.home-cat-top .image-wrap img {
	display:block;
	margin:0 auto;
	position:relative;
	z-index:20;
	transition:all 0.25s;
}
.category-blocks a.col-one-third:hover .home-cat-top .image-wrap img {
	transform: scale(1.04);
}
.home-cat-top .image-wrap {
	background:#f6f7f7;
	color:#e9eef2;
	position:relative;
	transition:all 0.2s;
}
.home-cat-top .image-wrap span {
	font-size:7em;
	font-weight:200;
	line-height:1;
	position:absolute;
	width:100%;
	left:0;
	top:-25px;
	z-index:10;
}
.category-blocks .body-wrap .description {
	color:#626666;
	font-size:1.1em;
	margin-top:0;
}
.category-blocks h4 {
	font-size:2.6em;
	margin-bottom:0.2em;
}
/* pages */

h1.entry-title {
	font-size:3em;
}
.lead-in {
	font-size:1.5em;
	margin-bottom:0.5em;
}
.page .entry-content {
	margin-top:0;
}
/* product categories */

.product-categories {
	flex-wrap: wrap;
}
.product-categories .home-cat-top .image-wrap span {
	font-size:6em;
	top:-20px;
}
.product-categories .col-half {
	width:calc(50% - 1em);
	margin-bottom:2em;
}
.product-categories .body-wrap {
	padding:1em 2em;
}

/* single products */
h2.product-title {
	font-size:2em;
	margin-bottom:0;
}
p.product-description {
	font-size:1.33em;
	margin-top:0.5em;
}
.product-image {
	width:33.33%;
	padding:0;
}
.product-info {
	width:calc(66.64% - 2em);
	padding:0 4em 0 2em;
	border-left:1px solid #caced4;
}
.product-body h3 {
	font-size:1.5em;
	margin-top:0;
}
ul.product-features {
	list-style:none;
	padding:0;
	margin:0;
}
ul.product-features li {
	margin-bottom:0.5em;
}
img.product-feature-icon {
	width:2em;
	vertical-align: middle;
	margin-right:0.6em;
	position:relative;
	bottom:2px;
}
.recommended {
	clear:both;
	margin:3em 0 1em;
}
.recommended a.product {
	text-decoration: none;
}
.recommended h3 {
	font-size:2em
}
.recommended h4 {
	font-size:1.3em;
	margin:0.5em 0;
	min-height:60px;
}
.recommended .d-flex .col {
	width:calc(20% - 0.25em);
}
/* products listing */

.product-listing {
	align-items: stretch;
}
.product-listing .product {
	margin-bottom:2em;
}
.product .image-wrap {
	background:#f6f7f7;
	text-align:center;
	padding:1.5em;
	transition:all 0.15s;
	position:relative;
	min-height:350px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.recommended .product .image-wrap {
	min-height: 380px;
}
.product-listing a {
	text-decoration: none;
}
.product-listing a.product:hover .image-wrap {
	background:#e1f5ff;
}
.product-listing a.product span.arrow-right {
	background:#fff;
	width:70px;
	padding:0.25em 0.6em 0;
	position:absolute;
	bottom:0;
	right:0;
}
.product-listing a.product span.arrow-right svg {
	fill:#0b4698;
}
.product-listing span.new-ribbon {
	position:absolute;
	font-size:1.1em;
	top:0;
	left:0;
	padding:0.1em 0.66em;
	border-bottom-right-radius: 10px;
}
.product-listing .product h3 {
	font-size:2em;
	font-weight:400;
	margin: 0.2em auto;
}
.product-listing .product p {
	color:#626666;
	font-weight:300;
	font-size:1.2em;
	margin:0 0 0.5em;
}

/* contact page & wpcf7 form */

.contact-form {
	margin-top:3.5em;
}
.contact-form .col {
	margin-bottom:1.5em;
}
.contact-form .col.mb-0 {
	margin-bottom:0;
}
.contact-form .small {
	text-transform:capitalize;
	color:#999;
	font-weight:300;
}
h3.contact-modal-title {
	font-size:4em;
}
.wpcf7-list-item-label {
	position:relative;
	top:2px;
}
span.wpcf7-not-valid-tip {
	font-size:0.8em;
	font-weight:300;
	text-transform: none;
}
.contact-form .btn {
	display:inline;
	padding:0 1.2em 0 0;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="url"], .wpcf7-form-control-wrap textarea {
	width:100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

@media only screen and (max-width: 1300px) {

	.site-header .right .phone {
		font-size:1.2em;
	}
	.site-branding {
		max-width:200px;
	}
	.main-navigation ul ul a {
		font-size:1em;
	}
	.hero-slide .content h4 {
		font-size:2em;
	}
	.hero-slide .content p {
		font-size:0.9em;
	}
	.hero-slide .content a {
		font-size:0.75em;
	}
	.recommended .d-flex .col {
		width: calc(25% - 0.25em);
	}
	.no-show {
		display:none;
	}

}

@media only screen and (max-width: 1000px) {
	.with-sidebar, .sidebar {
		width:100%;
		float:none;
		margin-bottom:1em;
		padding:0;
	}
	.site-footer .d-flex {
		display:block;
	}
	.site-footer .col {
		width:100%;
		margin-bottom:1.5em;
		text-align: center;
	}
	.logo-badge {
		margin-bottom:1em;
	}
	.logo-badge .footer-logo {
		width:75%;
	}
	.logo-badge .footer-badge {
		width:25%;
	}
	.footer-col-1 .footer-social {
		text-align:center;
		font-size:1.25em;
		margin-bottom:1em;
	}
	#search {
		width:80%;
	}

	.site-branding {
		max-width:240px;
	}
	.main-navigation.middle {
		margin:0;
	}
	.site-branding, .site-header .right {
		order:2;
		padding:1em;
	}
	.site-header .right {
		width:50%;
	}
	.site-header nav {
		order: 3;
		flex-grow: 2;
		text-align:center;
	}
	.site-header .d-flex {
		flex-wrap:wrap;
		justify-content: space-between;
		padding:0;
	}
	.main-navigation.toggled ul {
		background:#0e4c9b;
	}
	.main-navigation ul ul {
		position:relative;
		left:auto;
		margin-bottom:1em;
		width:100%;
	}
	.main-navigation ul ul::before, .main-navigation ul ul li {
/* 		display:none; */
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		background:none;
	}
	.main-navigation ul ul::before {
		display:none;
	}
	.main-navigation li {
		display:block;
		width:100%;
		text-align:center;
	}
	.main-navigation a {
		color:#fff;
		border:none;
	}
	.main-navigation ul ul li {
		padding:0.5em;
	}
	.main-navigation ul ul a {
		font-size:0.8em;
	}
	.main-navigation li.menu-d {
		display:none;
	}
	.main-navigation li.menu-m {
		display:block;
	}
	.menu-toggle {
		width:100%;
		font-size:1.4em;
		border:none;
		border-radius:0;
		background:#1968b3;
		color:#fff;
	}
	.menu-toggle img {
		width:1.3em;
		vertical-align: text-top;
	}
	.hero-slide .content {
		width:90%;
		position:relative;
		margin:0 auto;
		top:-1em;
	}
	#hero-slider-wrap {
		height:auto;
	}
	#hero-slider-wrap .slick-dots {
		bottom:1.5em;
		position:relative;
		right:auto;
		padding:0;
		text-align:center;
	}
	.home-main h3 {
		font-size: 2.75em;
	}
	.home-main {
		display:block;
	}
	.home-main .right {
		margin-left:auto;
	}
	.col-2, .col-half, .container.small, .category-blocks .col-one-third {
		width:100%;
	}
	.category-blocks h4, .category-blocks .body-wrap .description {
		text-align: center;
	}
	.hero-slide .content a, #home-categories a .bottom {
		text-align: center;
	}
	.testimonial-slider {
		padding:1.5em;
	}
	.category-blocks {
		display:block;
	}
	.recommended .d-flex .col {
		width:calc(50% - 0.25em);
	}
	.recommended .d-flex {
		flex-wrap:wrap;
	}
}

@media only screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.product-body {
		flex-direction:column-reverse;
	}
	.product-image, .product-info {
		width:100%;
	}
	.product-info {
		border:none;
		padding:0;
	}
	.productContactModal {
		width:90%;
		padding:1em;
	}
	h3.contact-modal-title {
		font-size:2.5em;
	}

}


@media only screen and (max-width: 600px) {
	.noMob {
		display:none;
	}
	.col-one-third {
		width:100%;
	}
	.contact-form .submit-wrap, .contact-form .captcha-wrap, .contact-form .opt-in-wrap {
		text-align:center;
	}
	.site-header .right .header-social {
		display:none;
	}
	.site-branding, .site-header .right {
		width:100%;
		text-align:center;
	}
	.site-branding {
		max-width: 100%;
		width:50%;
		margin:0 auto;
	}
	.site-header .left, .site-header .right {
		margin-right:auto;
		margin-left:auto;
	}
	.site-header .right {
		order:1;
	}
	.recommended .d-flex .col {
		width:100%;
		margin-bottom:2em;
	}
	.recommended h4 {
		min-height:5px;
	}
	.product-info .btn {
		font-size:0.75em;
	}
	.product-categories .col-half {
		width:100%;
	}
	.product-categories .home-cat-top .image-wrap span {
		font-size:3.2em;
		top:-10px;
	}
	#home-categories a .bottom {
		text-align:left;
	}

}
