/* testing... */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/**
 * Theme Name: Velux
 * Theme URI: https://github.com/godaddy/wp-velux-theme
 * Author: GoDaddy
 * Author URI: https://www.godaddy.com/
 * Description: Velux is a Primer child theme with a clean, professional, and upscale design.
 * Version: 999
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: velux
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 * Template: primer
 *
 * 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.
 *
 * Copyright © 2016 GoDaddy Operating Company, LLC. All Rights Reserved.
 */


/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

.site-header-wrapper .email-text-block { margin-right: 20px; }
.site-header-wrapper #gtranslate_selector { width: 100%; background: #fff; height: 35px; border: 1px solid #ccc; margin-top: 8px; margin-bottom:10px; border-radius: 3px; padding: 0 10px; }


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-family: 'Montserrat', sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

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

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


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

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}

body,
button,
input,
select,
textarea,
.select2-container .select2-choice {
	color: #222222;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

@media only screen and (max-width: 40.063em) {
	body,
	button,
	input,
	select,
	textarea,
	.select2-container .select2-choice {
		font-size: 14.4px;
		font-size: 0.9rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0.2rem;
	margin-bottom: 0.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	color: #222222;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
	font-size: 125%;
	font-style: italic;
	line-height: 1.4;
	margin: 1em 0;
	padding-left: 1em;
	border-left: 4px solid rgba(34, 34, 34, 0.1);
	color: #686868;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
	border: 1px solid rgba(34, 34, 34, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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

code {
	padding: 0.125rem 0.25rem;
	background-color: #eee;
	border: 1px solid rgba(34, 34, 34, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

pre code {
	padding: 0;
	border: none;
	background-color: none;
}

abbr,
acronym {
	border-bottom: 1px dotted rgba(34, 34, 34, 0.1);
	cursor: help;
}

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	background: #ffffff;
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: rgba(34, 34, 34, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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


/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

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

.hentry table th,
.hentry table td {
	padding: 0.5em;
	text-align: left;
	border: 1px solid rgba(34, 34, 34, 0.1);
	border-left: none;
	border-right: none;
}

.hentry table thead th {
	border-bottom-width: 2px;
	border-top: none;
}

.hentry table tfoot th {
	border-top-width: 2px;
	border-bottom: none;
}

.hentry table tr:hover td {
	background-color: rgba(34, 34, 34, 0.075);
}

.widget table caption {
	padding: 0 0.5em 0.5em;
	font-weight: bold;
}

.widget table th,
.widget table td {
	text-align: center;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.nf-response-msg,
.widget-area .nf-response-msg {
	font-weight: bold;
}

.nf-response-msg p:first-child,
.widget-area .nf-response-msg p:first-child {
	font-style: italic;
	font-weight: normal;
}

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,
.select2-container .select2-choice {
	color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(34, 34, 34, 0.1);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.75rem;
	resize: none;
}

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,
.select2-container .select2-choice:focus {
	color: #222222;
}

.select2-container .select2-choice {
	padding: 0.42rem 0.75rem;
}

.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: rgba(34, 34, 34, 0.1);
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 0.25em;
}

input[type="file"] {
	font-size: 13.6px;
	font-size: 0.85rem;
}

select {
	border: 1px solid rgba(34, 34, 34, 0.1);
}

textarea {
	width: 100%;
}

fieldset {
	padding: 0.5em 1.5em;
	border-color: rgba(34, 34, 34, 0.1);
}

legend {
	padding: 0 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

form label {
	font-weight: bold;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

button,
a.button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	background-color: #51748e;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: .9375rem;
	font-weight: 500;
	padding: 17px 2rem;
}

button:hover,
button:active,
button:focus,
a.button:hover,
a.button:active,
a.button:focus,
a.button:visited:hover,
a.button:visited:active,
a.button:visited:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	cursor: pointer;
	background-color: rgba(81, 116, 142, 0.8);
	color: #fff;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	color: #51748e;
	text-decoration: none;
}

a:visited {
	color: #51748e;
}

a:hover,
a:focus,
a:active {
	color: rgba(81, 116, 142, 0.8);
}

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


/*--------------------------------------------------------------
# Pointers
--------------------------------------------------------------*/

.wp-pointer-content {
	border-top: none;
}

.wp-pointer-content h3 {
	font-family: sans-serif;
}

.wp-pointer-content p {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.wp-pointer-content a.close,
.wp-pointer-content a.close:visited {
	color: #0073aa;
	line-height: 1.5;
	font-family: sans-serif;
	font-weight: 400;
}

.wp-pointer-content a.close:hover,
.wp-pointer-content a.close:active,
.wp-pointer-content a.close:focus,
.wp-pointer-content a.close:visited:hover,
.wp-pointer-content a.close:visited:active,
.wp-pointer-content a.close:visited:focus {
	color: #00a0d2;
}


/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/

.main-navigation-container {
	clear: both;
}

@media only screen and (max-width: 40.063em) {
	.main-navigation-container {
		content: "";
		display: table;
		table-layout: fixed;
		width: 100%;
		position: relative;
	}
}

@media only screen and (min-width: 40.063em) {
	.main-navigation-container {
		clear: none;
		float: right;
	}
}

.main-navigation {
	font-size: 1rem;
	font-weight: 500;
	display: none;
}

.main-navigation.open {
	display: block;
}

@media only screen and (max-width: 40.063em) {
	.main-navigation.open {
		margin-top: 25px;
	}
}

.main-navigation:not(.open) ul.menu>li.current_page_item>a,
.main-navigation:not(.open) ul.menu>li.current-menu-item>a,
.main-navigation:not(.open) ul.menu>li.current_page_ancestor>a,
.main-navigation:not(.open) ul.menu>li.current_page_parent>a,
.main-navigation:not(.open) ul.menu>li.current-menu-ancestor>a {
	border-color: white;
	border-color: #4d8890;
}

@media only screen and (max-width: 40.063em) {
	.main-navigation {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}

@media only screen and (min-width: 40.063em) {
	.main-navigation {
		display: block;
	}
}

@media only screen and (min-width: 40.063em) {
	.main-navigation .menu-main-menu-container {
		width: auto;
		text-align: center;
	}
}

.main-navigation .expand {
	font-size: 1.8rem;
	position: absolute;
	right: 0;
	top: 0;
	padding: 19px 0;
	width: 50px;
	line-height: 1;
	text-align: center;
	border-bottom: none;
	border-left: 2px solid rgba(0, 0, 0, 0.05);
	text-indent: 0;
}

.main-navigation .expand:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.main-navigation .expand:before {
	content: "+";
}

@media only screen and (min-width: 40.063em) {
	.main-navigation .expand {
		display: none;
	}
}

.main-navigation .menu-item-has-children {
	position: relative;
}

.main-navigation .menu-item-has-children.open>.expand:before {
	content: "-";
}

@media only screen and (max-width: 40.063em) {
	.main-navigation li li {
		text-indent: 1rem;
	}
	.main-navigation li li li {
		text-indent: 1.5rem;
	}
	.main-navigation .open>.sub-menu {
		display: block;
	}
}

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

.main-navigation ul.menu>li>a {
	border-top: 3px solid transparent;
}

.main-navigation ul.menu>li.current_page_item>a,
.main-navigation ul.menu>li.current-menu-item>a,
.main-navigation ul.menu>li.current_page_ancestor>a,
.main-navigation ul.menu>li.current_page_parent>a,
.main-navigation ul.menu>li.current-menu-ancestor>a {
	font-weight: 700;
}

.main-navigation ul a {
	color: white;
	display: block;
	padding: 1.2em .75em;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 40.063em) {
	.main-navigation ul a {
		padding-top: 2.9em;
		padding-bottom: 2.9em;
		border-bottom: none;
	}
}

.main-navigation ul ul {
	z-index: 99999;
	display: none;
}

@media only screen and (min-width: 40.063em) {
	.main-navigation ul ul a {
		padding: 1em .75em;
		text-align: left;
	}
}

@media only screen and (min-width: 40.063em) {
	.main-navigation ul ul {
		display: block;
		position: absolute;
		left: -999em;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover>ul,
	.main-navigation ul ul li.focus>ul {
		left: 100%;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
}

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

@media only screen and (min-width: 40.063em) {
	.main-navigation li {
		position: relative;
		display: inline-block;
	}
	.main-navigation a {
		text-decoration: none;
		padding: .25em .75em;
		color: #fff;
		text-transform: uppercase;
	}
}

.main-navigation .sub-menu .menu-item-has-children>a::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 10px;
	top: 50%;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 7px solid #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

@media only screen and (min-width: 40.063em) {
	.main-navigation .sub-menu .menu-item-has-children>a::after {
		display: inline;
	}
}

body.no-max-width .main-navigation {
	max-width: none;
}

.menu-toggle {
	display: inline-block;
	margin: 0 auto;
	width: 3.9rem;
	padding: 0.6rem;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 20px;
}

@media only screen and (min-width: 40.063em) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle div {
	background-color: #fff;
	height: 0.25rem;
	margin: 0.43rem;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.menu-toggle.open div:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle.open div:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menu-toggle.open div:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navigation.pagination {
	clear: both;
	margin: 0 0 1.5em;
}

.navigation.pagination .nav-links {
	text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
	display: inline-block;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	margin: 0 0.25em;
	padding: 0.5em 0.75em;
	white-space: nowrap;
}

.navigation.pagination .nav-links .page-numbers.dots {
	background: none;
}

.navigation.pagination .nav-links .page-numbers.current {
	color: #ffffff;
	background-color: #51748e;
}

.navigation.pagination .paging-nav-text {
	display: none;
}

@media only screen and (max-width: 40.063em) {
	.navigation.pagination .paging-nav-text {
		display: inline-block;
		float: left;
		font-size: 0.9rem;
		font-weight: normal;
		color: #222222;
	}
	.navigation.pagination .nav-links {
		float: right;
	}
	.navigation.pagination .nav-links .page-numbers:not(.prev):not(.next) {
		display: 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%;
}


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


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


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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;
}


/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/


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

#wpstats {
	display: none;
}


/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/

@font-face {
	font-family: 'Genericons';
	src: url("assets/genericons/Genericons.eot");
}

@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("assets/genericons/Genericons.ttf") format("truetype"), url("assets/genericons/Genericons.svg#genericonsregular") format("svg");
}

.genericon,
.social-menu a {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}


/* Post formats */

.genericon-standard:before {
	content: '\f100';
}

.genericon-aside:before {
	content: '\f101';
}

.genericon-image:before {
	content: '\f102';
}

.genericon-gallery:before {
	content: '\f103';
}

.genericon-video:before {
	content: '\f104';
}

.genericon-status:before {
	content: '\f105';
}

.genericon-quote:before {
	content: '\f106';
}

.genericon-link:before,
.social-menu a:before {
	content: '\f107';
}

.genericon-chat:before {
	content: '\f108';
}

.genericon-audio:before {
	content: '\f109';
}


/* Social icons */

.genericon-github:before {
	content: '\f200';
}

.genericon-dribbble:before {
	content: '\f201';
}

.genericon-twitter:before {
	content: '\f202';
}

.genericon-facebook:before {
	content: '\f203';
}

.genericon-facebook-alt:before {
	content: '\f204';
}

.genericon-wordpress:before {
	content: '\f205';
}

.genericon-googleplus:before {
	content: '\f206';
}

.genericon-linkedin:before {
	content: '\f207';
}

.genericon-linkedin-alt:before {
	content: '\f208';
}

.genericon-pinterest:before {
	content: '\f209';
}

.genericon-pinterest-alt:before {
	content: '\f210';
}

.genericon-flickr:before {
	content: '\f211';
}

.genericon-vimeo:before {
	content: '\f212';
}

.genericon-youtube:before {
	content: '\f213';
}

.genericon-tumblr:before {
	content: '\f214';
}

.genericon-instagram:before {
	content: '\f215';
}

.genericon-codepen:before {
	content: '\f216';
}

.genericon-polldaddy:before {
	content: '\f217';
}

.genericon-googleplus-alt:before {
	content: '\f218';
}

.genericon-path:before {
	content: '\f219';
}

.genericon-skype:before {
	content: '\f220';
}

.genericon-digg:before {
	content: '\f221';
}

.genericon-reddit:before {
	content: '\f222';
}

.genericon-stumbleupon:before {
	content: '\f223';
}

.genericon-pocket:before {
	content: '\f224';
}

.genericon-dropbox:before {
	content: '\f225';
}


/* Meta icons */

.genericon-comment:before {
	content: '\f300';
}

.genericon-category:before {
	content: '\f301';
}

.genericon-tag:before {
	content: '\f302';
}

.genericon-time:before {
	content: '\f303';
}

.genericon-user:before {
	content: '\f304';
}

.genericon-day:before {
	content: '\f305';
}

.genericon-week:before {
	content: '\f306';
}

.genericon-month:before {
	content: '\f307';
}

.genericon-pinned:before {
	content: '\f308';
}


/* Other icons */

.genericon-search:before {
	content: '\f400';
}

.genericon-unzoom:before {
	content: '\f401';
}

.genericon-zoom:before {
	content: '\f402';
}

.genericon-show:before {
	content: '\f403';
}

.genericon-hide:before {
	content: '\f404';
}

.genericon-close:before {
	content: '\f405';
}

.genericon-close-alt:before {
	content: '\f406';
}

.genericon-trash:before {
	content: '\f407';
}

.genericon-star:before {
	content: '\f408';
}

.genericon-home:before {
	content: '\f409';
}

.genericon-mail:before {
	content: '\f410';
}

.genericon-edit:before {
	content: '\f411';
}

.genericon-reply:before {
	content: '\f412';
}

.genericon-feed:before {
	content: '\f413';
}

.genericon-warning:before {
	content: '\f414';
}

.genericon-share:before {
	content: '\f415';
}

.genericon-attachment:before {
	content: '\f416';
}

.genericon-location:before {
	content: '\f417';
}

.genericon-checkmark:before {
	content: '\f418';
}

.genericon-menu:before {
	content: '\f419';
}

.genericon-refresh:before {
	content: '\f420';
}

.genericon-minimize:before {
	content: '\f421';
}

.genericon-maximize:before {
	content: '\f422';
}

.genericon-404:before {
	content: '\f423';
}

.genericon-spam:before {
	content: '\f424';
}

.genericon-summary:before {
	content: '\f425';
}

.genericon-cloud:before {
	content: '\f426';
}

.genericon-key:before {
	content: '\f427';
}

.genericon-dot:before {
	content: '\f428';
}

.genericon-next:before {
	content: '\f429';
}

.genericon-previous:before {
	content: '\f430';
}

.genericon-expand:before {
	content: '\f431';
}

.genericon-collapse:before {
	content: '\f432';
}

.genericon-dropdown:before {
	content: '\f433';
}

.genericon-dropdown-left:before {
	content: '\f434';
}

.genericon-top:before {
	content: '\f435';
}

.genericon-draggable:before {
	content: '\f436';
}

.genericon-phone:before {
	content: '\f437';
}

.genericon-send-to-phone:before {
	content: '\f438';
}

.genericon-plugin:before {
	content: '\f439';
}

.genericon-cloud-download:before {
	content: '\f440';
}

.genericon-cloud-upload:before {
	content: '\f441';
}

.genericon-external:before {
	content: '\f442';
}

.genericon-document:before {
	content: '\f443';
}

.genericon-book:before {
	content: '\f444';
}

.genericon-cog:before {
	content: '\f445';
}

.genericon-unapprove:before {
	content: '\f446';
}

.genericon-cart:before {
	content: '\f447';
}

.genericon-pause:before {
	content: '\f448';
}

.genericon-stop:before {
	content: '\f449';
}

.genericon-skip-back:before {
	content: '\f450';
}

.genericon-skip-ahead:before {
	content: '\f451';
}

.genericon-play:before {
	content: '\f452';
}

.genericon-tablet:before {
	content: '\f453';
}

.genericon-send-to-tablet:before {
	content: '\f454';
}

.genericon-info:before {
	content: '\f455';
}

.genericon-notice:before {
	content: '\f456';
}

.genericon-help:before {
	content: '\f457';
}

.genericon-fastforward:before {
	content: '\f458';
}

.genericon-rewind:before {
	content: '\f459';
}

.genericon-portfolio:before {
	content: '\f460';
}

.genericon-heart:before {
	content: '\f461';
}

.genericon-code:before {
	content: '\f462';
}

.genericon-subscribe:before {
	content: '\f463';
}

.genericon-unsubscribe:before {
	content: '\f464';
}

.genericon-subscribed:before {
	content: '\f465';
}

.genericon-reply-alt:before {
	content: '\f466';
}

.genericon-reply-single:before {
	content: '\f467';
}

.genericon-flag:before {
	content: '\f468';
}

.genericon-print:before {
	content: '\f469';
}

.genericon-lock:before {
	content: '\f470';
}

.genericon-bold:before {
	content: '\f471';
}

.genericon-italic:before {
	content: '\f472';
}

.genericon-picture:before {
	content: '\f473';
}

.genericon-fullscreen:before {
	content: '\f474';
}


/* Generic shapes */

.genericon-uparrow:before {
	content: '\f500';
}

.genericon-rightarrow:before {
	content: '\f501';
}

.genericon-downarrow:before {
	content: '\f502';
}

.genericon-leftarrow:before {
	content: '\f503';
}


/*--------------------------------------------------------------
# Site Layout
--------------------------------------------------------------*/

.site-content {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.site-content:after {
	content: " ";
	display: block;
	clear: both;
}

@media only screen and (max-width: 61.063em) {
	.site-content {
		margin-top: 1.38889%;
	}
}

body.no-max-width .site-content,
body.page-template-page-builder .site-content {
	max-width: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
	body.layout-one-column-narrow .site-content {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	body.layout-one-column-narrow .site-content:after {
		content: " ";
		display: block;
		clear: both;
	}
}

@media only screen and (min-width: 61.063em) {
	body.layout-one-column-narrow .site-content {
		max-width: 66.66667%;
		margin-left: auto;
		margin-right: auto;
	}
	body.layout-one-column-narrow .site-content:after {
		content: " ";
		display: block;
		clear: both;
	}
}

.content-area {
	width: 63.88889%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

@media only screen and (max-width: 61.063em) {
	.content-area {
		width: 97.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

#secondary {
	width: 30.55556%;
	float: right;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

@media only screen and (max-width: 61.063em) {
	#secondary {
		width: 97.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

#tertiary {
	display: none;
}

@media only screen and (max-width: 61.063em) {
	#tertiary {
		width: 97.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

@media only screen and (min-width: 61.063em) {
	.layout-one-column-wide .content-area,
	.layout-one-column-wide #secondary,
	.layout-one-column-wide #tertiary,
	.layout-one-column-narrow .content-area,
	.layout-one-column-narrow #secondary,
	.layout-one-column-narrow #tertiary {
		width: 97.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-two-column-default .content-area {
		width: 63.88889%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-two-column-default #secondary {
		width: 30.55556%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-two-column-reversed .content-area {
		width: 63.88889%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-two-column-reversed #secondary {
		width: 30.55556%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-three-column-default .content-area {
		width: 47.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-three-column-default #secondary {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-three-column-default #tertiary {
		width: 22.22222%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		display: block;
	}
	.layout-three-column-reversed .content-area {
		width: 47.22222%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-three-column-reversed #secondary {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.layout-three-column-reversed #tertiary {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		display: block;
	}
	.layout-three-column-center .content-area {
		width: 47.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		margin-left: 26.38889%;
	}
	.layout-three-column-center #secondary {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		margin-left: -73.61111%;
	}
	.layout-three-column-center #tertiary {
		width: 22.22222%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		display: block;
	}
}

body.page-template-page-builder .site-content,
body.page-template-page-builder .content-area,
body.page-template-page-builder-no-header .site-content,
body.page-template-page-builder-no-header .content-area {
	max-width: 100%;
	width: 100%;
	margin: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header.video-header {
	overflow: hidden;
	background-color: #000;
	color: #000;
}

.site-header.video-header .hero,
.site-header.video-header aside.primer-hero-text-widget {
	position: relative;
	z-index: 5;
}

.site-header.video-header #wp-custom-header {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.site-header.video-header #wp-custom-header img {
	display: none;
}

.site-header.video-header #wp-custom-header-video-button {
	position: absolute;
	top: 89vh;
	right: 1em;
	opacity: 0.5;
	padding: 10px 1rem;
}

.site-header.video-header iframe#wp-custom-header-video {
	height: 100%;
	max-width: 100%;
}

.site-header-wrapper {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid white;
	padding-bottom: 25px;
}

.site-header-wrapper:after {
	content: " ";
	display: block;
	clear: both;
}

@media screen and (min-width: 800px) {
	.site-header-wrapper {
		padding-bottom: 0;
	}
}

body.no-max-width .site-header-wrapper {
	max-width: none;
}

.site-header {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 999;
	background-color: #51748e;
}

.site-header #wp-custom-header img {
	display: none;
}

.home .site-header {
	-webkit-background-size: cover;
	background-size: cover;
}

.site-header .row {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.site-header .row:after {
	content: " ";
	display: block;
	clear: both;
}

.site-header .row .site-title-wrapper,
.site-header .row .hero {
	width: 97.22222%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

@media only screen and (min-width: 40.063em) {
	.site-header .row .hero {
		width: 55.55556%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

body.custom-header-image .site-title,
body.custom-header-image .site-description {
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}

.site-title-wrapper {
	padding: 0;
	width: auto;
	float: left;
}

@media only screen and (min-width: 40.063em) {
	.site-title-wrapper {
		padding-top: 0;
		text-align: left;
	}
}

.site-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.25rem;
	letter-spacing: -0.03em;
	font-weight: 700;
	font-size: 2em;
	font-size: 1.6rem;
	font-weight: 100;
	margin: 0 8px 0 0;
	padding: 0;
	text-transform: uppercase;
	border-right: none;
	display: block;
}

@media only screen and (min-width: 40.063em) {
	.site-title {
		display: inline-block;
		font-size: 2rem;
		padding: 38px 0;
	}
}

.site-title a {
	color: #ffffff;
}

.site-title a:hover,
.site-title a:visited:hover {
	color: rgba(255, 255, 255, 0.8);
}

.site-description {
	font-size: .875rem;
	font-weight: 100;
	position: relative;
	display: inline;
	padding: 0 15px 0 0px;
	color: #ffffff;
}

@media only screen and (min-width: 40.063em) {
	.site-description {
		padding-left: 8px;
		border-left: 1px solid #fff;
		text-align: left;
		padding-left: 10px;
		display: inline-block;
		top: -4px;
	}
}

.header-image img {
	display: block;
}

body.no-max-width .page-title-container .page-header {
	max-width: none;
}

.page-title-container {
	background-color: transparent;
}

.page-title-container .page-header {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
	clear: both;
}

.page-title-container .page-header:after {
	content: " ";
	display: block;
	clear: both;
}

.page-title-container .page-header .page-title {
	width: 97.22222%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
	color: white;
	font-weight: 200;
	padding: 3% 1rem;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 3rem;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding: 2rem 0;
	clear: both;
}

.hero:after {
	content: " ";
	display: block;
	clear: both;
}

@media only screen and (min-width: 40.063em) {
	.hero {
		padding: 3rem 0;
	}
}

.hero .hero-inner {
	width: 97.22222%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
	padding: 0 1rem;
}

@media only screen and (min-width: 40.063em) {
	.hero .hero-inner {
		width: 63.88889%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

.hero .widget {
	margin-bottom: 3rem;
	font-size: 1.2em;
	font-weight: 300;
	background: none;
	color: white;
	padding: 0;
}

.hero .widget .widget-title {
	color: white;
	font-size: 3rem;
	line-height: 1;
	text-align: left;
}

.hero .widget a.button {
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	-webkit-transition: 50ms linear border-color;
	transition: 50ms linear border-color;
}

.hero .widget a.button:after {
	content: ' \25b6';
	font-size: .5rem;
	padding-left: 5px;
	position: relative;
	top: -2px;
	-webkit-transition: 75ms ease-in-out padding;
	transition: 75ms ease-in-out padding;
}

.hero .widget a.button:hover {
	border-color: white;
	background-color: transparent;
}

.hero .widget a.button:hover:after {
	padding-left: 10px;
}

@media only screen and (min-width: 40.063em) {
	.hero .widget .widget-title {
		color: white;
		font-size: 5.5rem;
		line-height: 1;
		text-align: left;
	}
}

.hero .widget:last-child {
	margin-bottom: 0;
}

.hero .widget h1,
.hero .widget h2,
.hero .widget h3,
.hero .widget h4,
.hero .widget h5,
.hero .widget h6,
.hero .widget p,
.hero .widget blockquote,
.hero .widget cite,
.hero .widget table,
.hero .widget ul,
.hero .widget li,
.hero .widget dd,
.hero .widget dt,
.hero .widget address,
.hero .widget code,
.hero .widget pre {
	color: #fff;
}

.hero .widget ul,
.hero .widget ol {
	padding-left: 0;
}

.hero .widget ul li,
.hero .widget ol li {
	list-style: none;
}

.hero .widget input,
.hero .widget select,
.hero .widget textarea {
	color: rgba(34, 34, 34, 0.5);
}

.hero label,
.hero input,
.hero select,
.hero textarea {
	display: inline;
	width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	html :lang(hi) h2.widget-title,
	html :lang(mr) h2.widget-title {
		font-family: -webkit-body;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #212121;
}

.site-footer .widget-title,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	color: #fff;
}

.footer-nav,
.site-info-wrapper {
	background: #212121;
}

.site-info-wrapper {
	padding: 0 0 20px;
}

.site-info-wrapper .site-info {
	overflow: visible;
	padding: 0 20px;
}

.site-info-wrapper .site-info-text,
.site-info-wrapper .site-info-text a {
	color: #babbbb !important;
	font-size: .875rem;
}

.footer-widget-area {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 0;
}

.footer-widget-area:after {
	content: " ";
	display: block;
	clear: both;
}

.footer-widget-area .footer-widget {
	width: 97.22222%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

@media only screen and (max-width: 40.063em) {
	.footer-widget-area .footer-widget {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 40.063em) {
	.footer-widget-area.columns-2 .footer-widget:nth-child(1) {
		width: 47.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-2 .footer-widget:nth-child(2) {
		width: 47.22222%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-3 .footer-widget:nth-child(1) {
		width: 30.55556%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-3 .footer-widget:nth-child(2) {
		width: 30.55556%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-3 .footer-widget:nth-child(3) {
		width: 30.55556%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-4 .footer-widget:nth-child(1) {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-4 .footer-widget:nth-child(2),
	.footer-widget-area.columns-4 .footer-widget:nth-child(3) {
		width: 22.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
	.footer-widget-area.columns-4 .footer-widget:nth-child(4) {
		width: 30.55556%;
		float: right;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
	}
}

body.no-max-width .footer-widget-area {
	max-width: none;
}

.site-info-wrapper {
	padding: 1.5em 0;
}

.site-info-wrapper .site-info {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.site-info-wrapper .site-info:after {
	content: " ";
	display: block;
	clear: both;
}

.site-info-wrapper .site-info-text {
	width: 97.22222%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
	font-size: 90%;
	line-height: 38px;
}

.site-info-wrapper .footer-menu {
	width: 63.88889%;
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

.site-info-wrapper .social-menu {
	width: 30.55556%;
	float: right;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}

@media only screen and (min-width: 40.063em) {
	.site-info-wrapper .social-menu {
		text-align: right;
	}
}

@media only screen and (max-width: 40.063em) {
	.site-info-wrapper .footer-nav,
	.site-info-wrapper .site-info-text,
	.site-info-wrapper .social-menu {
		width: 97.22222%;
		float: left;
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		text-align: center;
	}
}

.site-footer-inner .footer-widget .widget {
	background-color: transparent;
	font-size: .875rem;
}

.site-footer-inner .footer-widget .widget ul,
.site-footer-inner .footer-widget .widget li,
.site-footer-inner .footer-widget .widget a,
.site-footer-inner .footer-widget .widget p {
	font-size: .875rem;
}

.site-footer-inner .footer-widget .widget-title {
	border-bottom: none;
	font-size: 22px;
	font-weight: 700; 
	color: #f1f6f6;
}

body.no-max-width .site-info-wrapper .site-info {
	max-width: none;
}

.social-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.social-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 3px;
}

.social-menu ul li:first-child {
	margin-left: 0;
}

.social-menu ul li:last-child {
	margin-right: 0;
}

.social-menu a {
	font-size: 0;
	text-indent: -9999em;
	border: 0;
	width: 32px;
	height: 32px;
	-webkit-transition: 200ms opacity;
	transition: 200ms opacity;
	color: #ffffff;
	background-color: #222222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.social-menu a:visited {
	color: #ffffff;
}

.social-menu a:before {
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 7px;
	display: inline-block;
	font-size: 18px;
}

.social-menu a:hover {
	background-color: #51748e;
}

.social-menu a:hover,
.social-menu a:visited:hover {
	color: #ffffff;
}

.social-menu a[href*="wordpress.org"]:before,
.social-menu a[href*="wordpress.com"]:before {
	content: '\f205';
}

.social-menu a[href*="wordpress.org"]:before:hover,
.social-menu a[href*="wordpress.com"]:before:hover {
	color: #21759b;
}

.social-menu a[href*="facebook.com"]:before {
	content: '\f203';
}

.social-menu a[href*="facebook.com"]:before:hover {
	color: #3b5998;
}

.social-menu a[href*="twitter.com"]:before {
	content: '\f202';
}

.social-menu a[href*="twitter.com"]:before:hover {
	color: #33ccff;
}

.social-menu a[href*="dribbble.com"]:before {
	content: '\f201';
}

.social-menu a[href*="dribbble.com"]:before:hover {
	color: #ea4c89;
}

.social-menu a[href*="plus.google.com"]:before {
	content: '\f206';
}

.social-menu a[href*="plus.google.com"]:before:hover {
	color: #dd4b39;
}

.social-menu a[href*="pinterest.com"]:before {
	content: '\f210';
}

.social-menu a[href*="pinterest.com"]:before:hover {
	color: #c8232c;
}

.social-menu a[href*="github.com"]:before {
	content: '\f200';
}

.social-menu a[href*="github.com"]:before:hover {
	color: #171515;
}

.social-menu a[href*="tumblr.com"]:before {
	content: '\f214';
}

.social-menu a[href*="tumblr.com"]:before:hover {
	color: #34526f;
}

.social-menu a[href*="youtube.com"]:before {
	content: '\f213';
}

.social-menu a[href*="youtube.com"]:before:hover {
	color: #c4302b;
}

.social-menu a[href*="flickr.com"]:before {
	content: '\f211';
}

.social-menu a[href*="flickr.com"]:before:hover {
	color: #ff0084;
}

.social-menu a[href*="vimeo.com"]:before {
	content: '\f212';
}

.social-menu a[href*="vimeo.com"]:before:hover {
	color: #1ab7ea;
}

.social-menu a[href*="instagram.com"]:before {
	content: '\f215';
}

.social-menu a[href*="instagram.com"]:before:hover {
	color: #3f729b;
}

.social-menu a[href*="codepen.io"]:before {
	content: '\f216';
}

.social-menu a[href*="codepen.io"]:before:hover {
	color: #000;
}

.social-menu a[href*="linkedin.com"]:before {
	content: '\f208';
}

.social-menu a[href*="linkedin.com"]:before:hover {
	color: #0e76a8;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media only screen and (min-width: 40.063em) {
	.footer-menu ul {
		text-align: left;
	}
}

.footer-menu ul li {
	display: inline-block;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: .875rem;
	font-weight: 600;
	margin: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.footer-menu ul li:first-of-type {
	margin-left: 0;
}

@media only screen and (min-width: 568px) {
	.footer-menu ul li {
		text-align: left;
	}
}

.footer-menu ul li a {
	color: #fff;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}

.footer-menu ul li a:hover {
	border-color: #fff;
}

.footer-menu ul li a:hover:after {
	padding-left: 10px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5rem;
	padding: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
	.widget {
		padding: 1.5rem;
	}
}

@media only screen and (max-width: 40.063em) {
	.widget {
		padding: 1rem;
	}
}

.widget .widget-title {
	font-size: 1.125rem;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget select,
.widget textarea {
	width: 100%;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 0.25rem 0;
}

.widget li ul {
	padding-left: 1.5rem;
}

.widget_calendar #calendar_wrap #wp-calendar td#today {
	font-weight: bold;
}

.widget_calendar #calendar_wrap #wp-calendar tfoot td#prev {
	text-align: left;
}

.widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
	text-align: right;
}

.footer-widget .widget:last-child {
	margin-bottom: 0;
}

.widget_search {
	padding: 0;
}

.widget_search .widget-title {
	padding: 2rem 2rem 0;
}

.widget_search .widget-title+.search-form {
	padding: 0 2rem 2rem;
}

.widget_search .search-field {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_search .search-field:focus {
	background: #fff;
}

.widget_search .search-field::-webkit-search-cancel-button {
	z-index: 1;
}

.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.hentry {
	margin: 0 0 1.5em;
	padding: 2.5em 3.375em;
	font-size: 120%;
}

@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
	.hentry {
		padding: 1.5em 2.375em;
	}
}

@media only screen and (max-width: 40.063em) {
	.hentry {
		padding: 1em;
	}
}

.sticky {
	display: block;
}

@media only screen and (min-width: 40.063em) {
	.sticky .entry-title {
		position: relative;
	}
	.sticky .entry-title a:before {
		font-family: 'Genericons';
		content: '\f308';
		line-height: 1.4;
		position: absolute;
		top: 2px;
		left: -40px;
		opacity: 0.2;
	}
}

.entry-title a,
.entry-title a:visited,
.entry-title a:before {
	color: #222222;
}

.entry-title a:hover,
.entry-title a:visited:hover {
	color: #51748e;
}

.entry-meta {
	font-size: 90%;
	color: #686868;
}

.entry-meta .posted-date,
.entry-meta .posted-author,
.entry-meta .comments-number {
	margin-right: 1rem;
}

.entry-meta .posted-date:last-child,
.entry-meta .posted-author:last-child,
.entry-meta .comments-number:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 40.063em) {
	.entry-meta .posted-date,
	.entry-meta .posted-author,
	.entry-meta .comments-number {
		display: block;
		margin-right: 0;
	}
}

.entry-meta .posted-date:before,
.entry-meta .posted-author:before,
.entry-meta .comments-number:before {
	position: relative;
	top: 3px;
	font-family: 'genericons';
	font-size: 18px;
	padding-right: 2px;
}

.entry-meta .posted-date:before {
	content: '\f303';
}

.entry-meta .posted-author:before {
	content: '\f304';
}

.entry-meta .comments-number:before {
	content: '\f300';
}

@media only screen and (max-width: 40.063em) {
	.post-navigation {
		font-size: 90%;
	}
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.entry-content {
	margin-bottom: 1.5em;
}

.entry-footer {
	font-size: 85%;
	color: #686868;
}

.entry-footer .entry-footer-right {
	float: right;
}

.entry-footer .cat-links,
.entry-footer .tag-links {
	display: block;
}

.paging-navigation {
	clear: both;
	margin: 0 0 1.5em;
}

@media only screen and (min-width: 40.063em) {
	.hentry {
		padding: 0 15px 0 0;
	}
}

.featured-image img {
	display: block;
	margin-bottom: 2rem;
}

.single .entry-header {
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
	border-top: 1px solid rgba(34, 34, 34, 0.1);
	margin: 50px 0;
	padding: 30px 0 40px;
	text-align: center;
}

.single .entry-title {
	clear: none;
	font-size: 3rem;
	margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
	.single .author-image {
		float: right;
		width: 90px;
		margin-left: 20px;
	}
}

.single .author-image img {
	border: 3px solid rgba(34, 34, 34, 0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: 15px auto;
	padding: 3px;
}

.single .entry-meta {
	color: rgba(34, 34, 34, 0.5);
	font-size: 1.125rem;
}

.single .entry-meta a {
	color: rgba(34, 34, 34, 0.5);
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 0 1.5em;
	padding: 2.5em 3em;
	background-color: #fff;
}

@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {
	.comments-area {
		padding: 1.5em;
	}
}

@media only screen and (max-width: 40.063em) {
	.comments-area {
		padding: 1em;
	}
}

.comments-area label {
	display: block;
}

.comments-area input:not(.submit),
.comments-area textarea {
	width: 100%;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list ol {
	list-style: none;
}

.comment-list ol.children {
	margin-top: 2em;
}

@media only screen and (max-width: 40.063em) {
	.comment-list ol.children {
		padding-left: 1em;
	}
}

.comment-list li {
	margin-bottom: 2em;
	padding-left: 32px;
}

@media only screen and (max-width: 40.063em) {
	.comment-list li {
		padding-left: 0;
	}
}

.comment-list li article {
	padding-left: 1em;
}

@media only screen and (max-width: 40.063em) {
	.comment-list li article {
		padding-left: 0;
	}
}

.comment-list li .comment-metadata {
	font-size: 85%;
}

.comment-list li .comment-metadata .edit-link {
	float: right;
}

.comment-list li.bypostauthor {
	display: block;
	padding: 0.5em 0.5em 0.5em -webkit-calc(0.5em + 32px);
	padding: 0.5em 0.5em 0.5em calc(0.5em + 32px);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid rgba(81, 116, 142, 0.2);
}

.comment-meta .avatar {
	float: left;
	margin-left: -webkit-calc(-1em - 32px);
	margin-left: calc(-1em - 32px);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width: 40.063em) {
	.comment-meta .avatar {
		display: none;
		margin: 0;
	}
}

.comment-meta .says {
	color: #686868;
}

.comment-content a {
	word-wrap: break-word;
}

.logged-in-as {
	font-size: 90%;
	color: #686868;
}

.comment .comment-respond {
	margin: 2em 20px 0 -12px;
}

.comment-reply-title small {
	float: right;
	margin-top: 0.6em;
	font-size: 60%;
}


/*--------------------------------------------------------------
# Compat
--------------------------------------------------------------*/

.primer-wc-cart-menu {
	display: none !important;
}

.main-navigation .primer-wc-cart-menu {
	display: inline-block !important;
}

@media only screen and (max-width: 40.063em) {
	.main-navigation .primer-wc-cart-menu {
		display: list-item !important;
	}
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu {
	float: right;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu li,
.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart {
	width: 100%;
	background: #fff;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart {
	float: right;
	width: 250px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .quantity {
	display: block;
	float: left;
	font-style: italic;
	padding-left: 1.25em;
	padding-bottom: .5em;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart ul.product_list_widget {
	position: relative !important;
	left: 0;
	max-height: 250px;
	overflow-y: auto;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart p.buttons,
.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .total,
.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .product_list_widget {
	float: left;
	width: 100%;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .total strong {
	text-index: 0;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart p.buttons {
	padding: .5em;
	padding-top: 0;
	margin: 0;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .cart_list li.mini_cart_item {
	padding: 0 !important;
	margin: 0;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: none;
	padding: .5em 1em;
	text-indent: 0;
	opacity: 1;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .cart_list li.mini_cart_item img {
	width: 100%;
	max-width: 55px;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .cart_list li.mini_cart_item a {
	border-bottom: none;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .cart_list li.mini_cart_item a:nth-child(2) {
	padding: .5em;
	padding-bottom: 0;
	margin: 0;
	width: 100%;
	text-indent: 0 !important;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart .cart_list li.mini_cart_item:hover {
	opacity: .85;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .product_list_widget {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	left: 0 !important;
	background: inherit;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .widget_shopping_cart {
	padding: 0;
	margin-bottom: 0;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .widget_shopping_cart .total {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .widget_shopping_cart .total strong {
	text-indent: 0;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .widget_shopping_cart p.buttons a {
	text-align: center;
	width: 100%;
	text-indent: 0;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .widget_shopping_cart p.buttons a:first-child {
	margin-bottom: 5px;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .cart-preview-count {
	margin-left: 8px;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .cart_list li a.remove {
	position: relative !important;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-left: 15px;
	text-indent: 0;
	margin-right: 5px;
	z-index: 1001;
	line-height: .95;
	text-indent: 0 !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.primer-wc-cart-menu .primer-wc-cart-sub-menu .primer-wc-cart-sub-menu-item .cart_list li a.remove:hover {
	background: red !important;
}

.primer-wc-cart-menu:hover {
	cursor: pointer;
}

.primer-wc-cart-menu:hover a {
	background: transparent;
}

.woocommerce-page div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-page div.product .summary {
	margin-top: 0;
}

.woocommerce-page div.product .commentlist {
	padding-left: 0;
}

.woocommerce-page.woocommerce div.product form.cart {
	margin: 1em 0;
}

.woocommerce-page ul.products li.product.primer-2-column-product {
	width: 48.05%;
}

.woocommerce-page .primer-woocommerce .cart .qty {
	padding: 0.4em;
}

.woocommerce-page table.variations tr:hover td {
	background-color: transparent;
}

.woocommerce-page span.onsale,
.woocommerce-page ul.products li.product .onsale {
	padding: 2px 8px;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	min-height: auto;
	min-width: auto;
	line-height: inherit;
}

.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
}

.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 80px;
}

.woocommerce-page form.woocommerce-cart-form table.cart td.actions #coupon_code {
	width: 50%;
	margin-right: 0;
}

.woocommerce-page table.cart img {
	width: 100%;
	max-width: 75px;
	margin-bottom: 0;
}

.woocommerce-page table.cart td.actions .input-text {
	padding: 10px !important;
}

body.primer-woocommerce-l10n.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
	max-width: 100%;
	white-space: normal;
	text-align: center;
	display: block;
}

@media only screen and (min-width: 61.063em) {
	body.primer-woocommerce-l10n.woocommerce ul.products li.product .button,
	.woocommerce a.added_to_cart {
		font-size: 0.75rem;
	}
}

.woocommerce a.added_to_cart {
	text-align: left;
}

body.single-product span.onsale {
	padding: 3px 18px;
	top: 0;
	left: 0;
}

body.single-product .quantity .input-text {
	padding: 8px;
}

body.woocommerce-cart .primer-wc-cart-sub-menu {
	display: none;
}

.woocommerce ul.products li.product a.add_to_cart_button {
	width: 100%;
	text-align: center;
	white-space: normal;
}

@media only screen and (max-width: 40.063em) {
	.primer-wc-cart-menu .primer-wc-cart-sub-menu .widget_shopping_cart {
		width: 100%;
	}
}

.bgBox {
	background-color: transparent !important;
	margin: 0 !important;
}

.bgBox .link-white {
	display: inline-block;
	background-color: #fff;
	color: #000 !important;
	padding: 5px 35px 6px 35px;
	text-decoration: none;
	margin-top: 1rem;
}

.bgBox select {
	color: #000 !important;
	padding: 10px 10px !important;
	margin-top: 1rem;
}

.bgBox select option {
	color: #000 !important;
}

.highlight-desc {
	text-align: center;
	color: #000 !important;
	font-size: 22px; line-height: 1.5;
	margin: 2% 5% 0 5%;
}

.prodcut-img {
	position: relative;
	height: 480px;
	overflow: hidden;
}

.prodcut-img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(231, 56, 39, 0);
	background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0);
}

.prodcut-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prodcut-img h3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none !important;
}

.prodcut-img h3 a {
	color: #fff;
	text-decoration: none;
}

.prodcut-img h3 a:hover {
	color: #fff;
	text-decoration: none;
}

.brandlist .fl-module-photo {
	background-color: #fff;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 94px;
}

.border-btn .fl-button {
	background-color: transparent !important;
	border: 1px solid #fff !important;
}

.border-btn .fl-button:hover,
.border-btn .fl-button:focus {
	background-color: #000 !important; border-color: #000 !important;
	color: #000 !important;
}

.map-hm {
	width: 100%;
	height: 580px;
}

.map-hm iframe {
	width: 100%;
	height: 100%;
}

.black-border-btn {
	display: inline-block;
	border: 1px solid #000000;
	padding: 12px 20px;
	color: #000 !important;
	font-weight: 700;
	font-size: 14px;
}

.black-border-btn:hover {
	background-color: #000;
	color: #fff !important;
}

.map-desc-hm {
	padding: 1rem 1.5rem !important;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 17%;
	width: 41%;
	top: 10%;
}

.map-desc-hm h3 {
	color: #000 !important;
	font-weight: 700;
	font-size: 34px;
}

.map-desc-hm p {
	color: #000 !important;
	font-weight: 400;
	font-size: 14px;
}

.img-map-lt img.fl-photo-img {
	height: 580px !important;
}

.title-insta {
	text-align: center;
	color: #010101 !important;
	font-weight: 400;
	font-size: 32px;
}

.title-insta img {
	margin-right: 15px;
	position: relative;
	top: 10px;
}

.title-insta span {
	font-weight: 700;
}

.testimonial-hm .tfree-client-name {
	font-weight: 400;
	color: #141414;
	font-size: 14px;
}

.testimonial-hm .tfree-client-image {
	border: 5px solid #e2e2e2;
}

.title-test-hm {
	text-align: center;
	color: #141414 !important;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
}

.title-test-hm img {
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	top: 2px;
}

.testimonial-hm .slick-list {
	background-image: url(https://staging.pacificshorestones.com/wp-content/uploads/2021/11/testi-center-line.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonial-hm .tfree-client-testimonial {
	padding-left: 20px;
	padding-right: 20px;
}

.testimonial-hm .tfree-client-testimonial p {
	color: #141414;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

.testimonial-hm .tfree-client-name {
	color: #141414;
	font-size: 14px;
	font-weight: 500;
}

.news-hm-outer .col-md-3 {
	display: inline-block;
	width: 31%;
	margin: 2rem 1rem;
	vertical-align: top;
	border: 1px solid #eaeaea;
}

.news-hm-outer .blog_image img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.news-hm-outer .blog_title h5 {
	color: #141414;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 20px 30px 15px 30px;
	height: 85px;
	margin-bottom: 0;
}

.news-hm-outer .blog_title h5 a {
	color: #141414;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-hm-outer .date {
	color: #4d8890;
	font-size: 15px;
	font-weight: 400;
	padding: 0 30px 0 30px;
	font-style: italic;
}

.news-hm-outer .content p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 0 30px 0 30px;
	margin-bottom: 5px;
	height: 68px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.readmore-blog-hm {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	padding: 0 30px 25px 30px;
	text-decoration: underline;
	display: inline-block;
	text-transform: uppercase;
}

.news-hm-outer .date img {
	margin-right: 9px;
	position: relative;
	top: 4px;
}

.viewall-link-latest {
	position: absolute;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
	top: 24px;
	right: 50px;
}

.news-hm-outer .fl-row-content {
	position: relative;
}

.news-hm-outer .col-md-3:first-child {
	margin-left: 0;
}

.news-hm-outer .col-md-3:last-child {
	margin-right: 0;
}

.view-more-bx p {
	margin: 0;
}

.home-gallery-tab ul {
	padding: 0;
}

.home-gallery-tab li {
	display: inline-block;
	vertical-align: top;
}

.home-gallery-tab li {
	width: 18%;
}

.home-gallery-tab li:first-child {
	width: 31%;
}

.home-gallery-tab li:last-child {
	width: 18%;
}

.home-gallery-tab li:nth-child(3) {
	width: 31%;
}

.home-gallery-tab .tab-content {
	padding: 0 !important; margin: 35px !important;
}

.home-gallery-tab li:nth-child(2) img {
	height: 177px;
	width: 100%;
	object-fit: cover;
}

.home-gallery-tab li:nth-child(4) img {
	height: 177px;
	width: 100%;
	object-fit: cover;
}

.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs {
	text-align: center;
}

.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
}

.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li:first-child, .home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li:last-child
{
	width: auto !important;
}

.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li>a {
	font-size: 28px !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #a3a3a3 !important;
	border: 0 !important;
	position: relative;
}
.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li.active>a {
	color: #fff !important;
}
.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs > li > a:hover, .home-gallery-tab #tab_container_19026 .wpsm_nav-tabs > li > a:focus{
	color: #ffffff !important;
    background-color: #4d8890 !important;
    border: 0 !important;
}

.home-gallery-tab .wpsm_nav-tabs li::after
{
	position: absolute; content: ''; width: 38px; height: 20px; background-image: url(https://staging.pacificshorestones.com/wp-content/uploads/2021/11/tab-btm.png);  background-repeat: no-repeat; bottom: -19px; right: 46%; opacity: 0;  
}
.home-gallery-tab .wpsm_nav-tabs li.active::after
{
	opacity: 1;  
}
#tab_container_19026 .wpsm_nav-tabs > li.active > a, #tab_container_19026 .wpsm_nav-tabs > li.active > a:hover, #tab_container_19026 .wpsm_nav-tabs > li.active > a:focus{
	color: #ffffff !important;
}
.home-slider .fl-content-slider-navigation
{
	top: auto; bottom: -40px;
	width: 90px;
	height: 90px;
	background-color: #fff; 
	border-radius: 50%;
	margin: 0 auto;

}
.home-slider .fl-content-slider-navigation .slider-prev
{
	left: 10px; top: 20px;
}
.home-slider .fl-content-slider-navigation .slider-next
{
	right: 10px; top: 20px;
}
.home-slider .fl-content-slider-navigation .fl-content-slider-svg-container{
	width: 25px; height: 25px;
}
.home-slider .fl-content-slider-navigation::after
{
	content: ''; position: absolute; right: 45px; top: 20px; height: 30px; width: 1px; background-color: #eeeeee;
}
.bnr-cnt h2{
	font-size: 70px; font-weight: 700; color: #fff; text-transform: uppercase; 
}
.bnr-btn
{
	border: 1px solid #ffffff; color: #fff; padding: 10px 30px; display: inline-block;
}
.bnr-btn:hover, .bnr-btn:focus
{
	background-color: #fff; color: #000 !important;
}
.home-slider .fl-slide-content{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin: 0 !important;
	left: 0;
	bottom: 20%;	
}
.hero
{
	display: none;
}
.social-ftr a{
	display: inline-block; border-right: 1px solid #273031; margin-right: 15px; padding-right: 15px; vertical-align: top; line-height: 1; color: #babbbb; font-size: 15px !important;
}
.social-ftr a:last-child{
	margin-right: 0; padding-right: 0; border-right: 0;
}
.social-ftr a i{
	color: #4d8890; margin-right: 10px;
}
.footer-widget-area{
	padding: 0 !important;
}
.footer-widget-area .footer-widget
{
	border-right: 0 !important; 
}
.footer-widget-area .footer-widget:last-child
{
	border-left: 1px solid rgba(255,255,255,0.1); padding-left: 2rem;
}
.email-ftr
{
	position: relative; padding-left: 50px; color: #babbbb;
}
.email-ftr a
{
	color: #babbbb !important; font-size: 15px;
}
.email-ftr img 
{
	position: absolute; left: 0; top: 6px;
}
.email-ftr label
{
	font-weight: 600;color: #babbbb; font-size: 15px;
}
.email-ftr p
{
	margin: 0;
}
.footer-widget-area.columns-3 .footer-widget .widget_nav_menu ul li a
{
	font-size: 15px;
}
.footer-widget
{
	padding-top: 2rem; padding-bottom: 2rem;
}
.footer-widget-area
{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-info-wrapper
{
	padding: 0 0 1.3em 0;
    position: relative;
    top: 29px;
}
.site-footer
{
	position: relative;
    top: 29px;
}
#mc_embed_signup input.email{
	width: 100% !important; border-radius: 0 !important; background-color: transparent !important; height: 50px !important; border: 1px solid #535a5b; padding-left: 15px !important; padding-right: 70px !important; color: #fff !important; outline: none !important;
}
#mc_embed_signup input.email:focus{
	border-radius: 0 !important;
}
#mc_embed_signup::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #babbbb !important;
  }
#mc_embed_signup::-moz-placeholder { /* Firefox 19+ */
	color: #babbbb !important;
  }
#mc_embed_signup:-ms-input-placeholder { /* IE 10+ */
	color: #babbbb !important;
}
#mc_embed_signup:-moz-placeholder { /* Firefox 18- */
	color: #babbbb !important;
}
#mc_embed_signup{
	position: relative !important;
} 
#mc_embed_signup .button{
	position: absolute !important; right: 0; top: 24px; background-color: #4d8890 !important; height: 50px !important; line-height: 55px !important;
} 
.site-footer-inner .footer-widget .widget p {
    margin-bottom: 0;
}
.covid-info-block{
	padding-top: 40px !important;
}
.covid-info-block h6 a
{
	color: #babbbb !important; text-decoration: underline !important;
}
#block-3.widget_block
{
	display: none;
}
#block-2.widget_block, #block-2.widget_block .wp-block-columns 
{
	margin-bottom: 0 !important;
}
.widget_block h2{
	font-size: 22px;
    font-weight: 700;	
}
.site-footer a:hover{
	color: #fff !important;
}
.sub-menu li a{
	font-size: 14px !important;
}
.sub-menu li a:before{
	display: none !important;
}


.page-title-container .page-header {
    display:flex;
}
.page-title-container .page-header .page-title{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700!important;
    text-transform: uppercase;
    padding: 8% 1.5rem!important;
    background: rgba(0,0,0, 0.5);
    width: auto!important;
    margin: 5% auto!important;
    color: #fff!important;
    padding: 1rem 1.5rem!important;
    font-size: 2rem!important;
}
.fl-callout-text p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.fl-callout-text h1,
.fl-callout-text h2,
.fl-callout-text h3,
.fl-callout-text h4,
.fl-callout-text h5,
.fl-callout-text h6,
body h1.fl-callout-title, 
body h2.fl-callout-title, 
body h3.fl-callout-title, 
body h4.fl-callout-title, 
body h5.fl-callout-title, 
body h6.fl-callout-title{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}
.fl-builder-content ul {
    margin-left: 0;
    padding-left: 20px;
}
.fl-builder-content ul li {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
}
.pagination{
	background: #f7f7f7;
    padding: 15px 30px;
    color: #d9d7d7;
    text-shadow: none;
    font-size: 21px;
}
.pagination a {
    padding: 0 5px;
}

body.blog article.post{
	display: inline-block; width: 30%; vertical-align: top; padding: 1.5rem; 
}

body.blog article.post h2.entry-title, body.category article.post h2.entry-title{
	font-weight: 700; font-size: 24px;
}
body.blog article.post .entry-summary p, body.category article.post .entry-summary p{
	font-size: 14px; line-height: 1.3;
}
body.category .site-content{
	margin-top: 30px;
}
body.home .brandlist{ 
	position: relative; top: 58px;
}
.map-about {
    position: relative;
    top: 72px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 700 !important; color: #000 !important;
}
.bnr-cnt h2, .footer-widget-area.columns-3 .footer-widget .widget_nav_menu h4.widget-title, .site-footer .widget-title, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6{
    color: #fff !important;
}
.portfolio-glr-top .fl-photo-img, .press-portfolio .fl-photo-img{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
.portfolio-glr-top .fl-photo-content, .press-portfolio .fl-photo-content{
    width: 100%;
}

.location-top select option{
    color: #000 !important;
}


.top-hg-col{
	position: relative;
}
.top-hg-col .fl-col-content::before{
	position: absolute; content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); left: 0; top: 0; right: 0; bottom: 0;
}

.bgBox{
	z-index: 1;
}
@media only screen and (max-width: 1100px) {
	.search-block-main{
		margin-top: 15px;
	}
	.site-title-wrapper-container{
		padding-left: 15px; padding-right: 15px;
	}
	.prodcut-img{
		height: 290px;
	}
	.prodcut-img h3{
		font-size: 20px;
	}
	.map-desc-hm{
		width: 67%;
	}
	.news-hm-outer .col-md-3{
		width: 30%;
	}
	.fl-node-61976fb8adc42 .fl-heading{
		font-size: 14px !important;
	}
	.site-footer{
		padding-left: 15px; padding-right: 15px;
	}
}
@media only screen and (max-width: 800px) {
	.top-heading-right-part{
		display: inline-block !important; padding-left: 9rem;
	}
	.top-heading-right-part .search-block-main
	{
		padding-left: 0 !important;
	}
	.top-heading-right-part .search-block-main form input.search-block-main-text{
		min-width:auto !important;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content{
		padding: 7px ​15px 0px 15px !important; 
	}
	.fl-col-small:not(.fl-col-small-full-width){
		max-width: 100%;
	}
	#expect .fl-col{
		margin-top: 15px; margin-bottom: 15px;
	}
	.product-hm .fl-col-small{
		width: 49% !important; display: inline-block; vertical-align: top; padding-left: 1.5%; margin-bottom: 2%;
	}
	.news-hm-outer .col-md-3 {
		width: 29%;
	}
	.brandlist .fl-module{
		width: 48% !important; float: left; vertical-align: top; padding-left: 1.5%; 
	}
	.brandlist .fl-module-heading{
		display: none;
	}
	.brandlist .border-btn{
		width: 100% !important;
	}
	.brandlist .fb-title{
		display: block !important; width: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	.top-heading-right-part{
		padding-left: 0; display: block !important; flex: none !important; width: 100%;
	}
	.home-gallery-tab .wpsm_nav-tabs li::after{
		display: none;
	}
	.home-gallery-tab #tab_container_19026 .wpsm_nav-tabs>li>a{
		font-size: 18px !important;
	}
	.prodcut-img {
		height: 175px;
	}
	.home-gallery-tab li {
		width: 100% !important;
	}
	.map-desc-hm{
		position: relative; right: auto; top: auto; width: 100%;
	}
	.news-hm-outer .col-md-3{
		width: 100%; margin-right: 0; margin-left: 0; margin-top: 0;
	}
	.testimonial-hm .slick-list{
		background-image: none;
	}
	.brandlist .fl-module{
		width: 45% !important;
	}
	.footer-widget-area .footer-widget:last-child{
		border-left: 0;
   	 padding-left: 0;
	}
	.footer-widget-area.columns-3 .footer-widget .widget_nav_menu h4.widget-title{
		font-size: 16px;
	}
	.footer-widget-area.columns-3 .footer-widget .widget_nav_menu ul li a{
		font-size: 14px;
	}
	.site-footer-inner .footer-widget .widget{
		margin-bottom: 0 !important;
	}
	.img-map-lt img.fl-photo-img{
		object-fit: cover; height: 400px !important;
	}
	.title-test-hm img{
		display: none;
	}
	.brandlist .fb-title, .brandlist .border-btn{
		width: 100% !important;
	}
	.top-heading-right-part .search-block-main form input.search-block-main-text{
		width: 100% !important;
	}
	.top-heading-right-part .search-block-main form input.search-button{
		margin-top: 15px; margin-bottom: 15px;
	}
	#menu-primary-menu{
		display: block !important;
	}
	.main-navigation .expand{
		position: absolute !important; right: 15px; top: 0; border-left: 0 !important; background: #FFF !important;
	}
	.main-navigation ul li.menu-item-has-children a:before{
		display: none !important;
	}
	.main-navigation ul li.menu-item-has-children a.expand:before{
		display: block !important;
	}
	.main-navigation{
		top: -215px;
	}
	.page-title-container .page-header .page-title {
        margin: 15% auto!important;
        font-size: 1.15rem!important;
     }
	.fl-node-5977912d4095e .fl-callout-title{
        font-size: 26px;
    }
	.fl-callout-text p{
		font-size:15px;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content{
		padding: 7px ​15px 0px 15px !important;
	}
}
@media (max-width: 767px) {
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
		padding: 7px ​15px 0px 15px !important;
	}
	.fl-node-5757135338174 .fl-callout-title, .fl-node-6195004089a65.fl-module-heading .fl-heading{
		font-size: 32px !important;
	}
	.home-gallery-tab ul {
		padding: 0 !important;
	}
	.map-desc-hm h3{
		font-size: 24px;
	}
	.testimonial-hm .tfree-client-testimonial {
		padding-left: 0;
		padding-right: 0;
	}
	.title-insta{
		font-size: 28px;
	}
	.footer-widget-area.columns-3 .footer-widget .widget_nav_menu h4.widget-title{
		font-size: 18px !important;
	}
	.footer-widget-area.columns-3 .footer-widget .widget_nav_menu ul li a{
		font-size: 14px !important;
	}
	.top-heading-right-part .search-block-main form, .top-heading-right-part .search-block-main form input.search-button{
		display: block; width: 100%;
	}
}

body .main-navigation:not(.open) ul.menu>li.current-menu-ancestor>a
border-color: #4d8890;
}