/*
Theme Name: gibsonclothing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gibsonclothing
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.

gibsonclothing is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
html {
	font-family: 'Work Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
/* 	min-height: 100%; */
	position: relative;
}

body {
	margin: 0 0 19px;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #231F20;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500
}

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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

abbr,
acronym {
	border-bottom: 1px 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 http://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. */
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #231F20;
}

a:visited {
	color: #231F20;
}

a:hover,
a:focus,
a:active {
	color: #231F20;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: 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%;
}

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

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

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Tobstar CSS
--------------------------------------------------------------*/
.row {
	max-width: 1100px;
	margin: auto;
}
.main-navigation {
	display: block;
	float: left;
	margin-top: 10px;
	width: 50%;
}
.main-navigation li {
	padding: 0 15px;
}
.site-branding {
	width: 30%;
	float: left;
	text-align: center;
}
.site-branding img {
	display: block;
	margin: auto;
}
.social-section {
	width: 20%;
	float: left;
	margin-top: 10px;
	text-align: center;
}
.social-section p {
	vertical-align: middle;	
	font-size: 13px;
	margin: 0;	
}
.social-section img {
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -3px;
}
.site-header {
	padding: 20px 0;
	background-color: #E6E7E8;
}
.main-navigation a {
	font-size: 13px;
	color: #221E1F;
	font-weight: 300;
}
.site-footer {
	padding: 10px 30px 5px 30px;
	background-color: #221E1F;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.site-footer .site-info, .site-footer  .footer-social {
	width: 50%;
	float: left;
}
.site-footer .site-info p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.site-footer  .footer-social {
	text-align: right;
}
.home .entry-content {
	margin: 0;
}
.hover-area {
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .25s ease;
    color: #231F20;
}
.hover-area:hover .overlay {
    opacity: 1;
}
.hover-area img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay .text {  
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    background-color: rgba(230,231,233,0.8);
    padding: 20px 50px;
    width: 100%;
    text-align: center;
	font-size: 16px;
    color: #231F20;
	font-weight: 500;
}
.overlay .text.bottom {
	top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
}
.overlay .text a, .overlay .text p {
	font-size: 16px;
	line-height: 23px;
	color: #221E1F;
	text-decoration: none;
	font-weight: 500;
	margin: 0;
}
.overlay .text p.open-form-btn {
	cursor: pointer;
}
p.join-btn {
	display: block;
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 15px;
    background-color: #221E1F;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.overlay-sign-up {
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
    background-color: rgba(64,64,64,0.8);
    margin: 0 !important;
    display: none;
}
.sign-up-form {
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px !important;
    height: auto;
    z-index: 1000;
}
.sign-up .overlay {
	opacity: 1 !important;
}
.sign-up .overlay .text {
	width: 100%;
	background-color: rgba(35,31,33,0.8);
}
.sign-up .overlay .text p {
	color: #fff;
}
.close-form-btn {
	cursor: pointer;
}
.form-section {
	padding: 30px 50px 40px;
}
.hide-label label.gfield_label {
	display: none !important;
}
.gform_wrapper .top_label .gfield_label {
	width: 20%;
}
body .gform_wrapper .top_label div.ginput_container_text, body .gform_wrapper .top_label div.ginput_container_email, body .gform_wrapper .top_label div.ginput_container {
	display: inline-block;
    width: 80%;
}
body .gform_wrapper .top_label div.ginput_container_text input, body .gform_wrapper .top_label div.ginput_container_email input, .gform_wrapper textarea {
	width: 100%;
	border: solid 1px #231F20;
	border-radius: 0;
	outline: none;
}
#gform_2 #field_2_3 .gfield_label, #gform_2 #field_2_4 .gfield_label {
	vertical-align: top;
	margin-top: 15px;
}
.gform_wrapper label.gfield_label {
	font-weight: 500 !important;
	font-size: 13px !important;
}
.gform_wrapper .gform_footer {
	clear: none !important;
    width: auto !important;
    float: right;
}
p.remind-me-later {
	margin-top: 40px;
	margin-left: 20%;
	font-size: 	15px;
	font-weight: 500;
}
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 15px;
    background-color: #221E1F;
    color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 25px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
}
.about-us-text p {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}
.about-us-text {
    padding: 40px 210px;
}
.about-content {
	padding: 0px 190px;
}
.about-content p {
	font-size: 14px;
	font-weight: 300;
}
.main-navigation .current-menu-item > a {
	border-bottom: solid 1px #221E1F;
	font-weight: 500;
}
.vc_tta.vc_general .vc_tta-panel {
	margin-bottom: 20px;
}
.vc_tta-panel-heading, .vc_tta-panel-body {
	border: 0 !important;
	border-radius: 0 !important;
}
.page-template-template-collection .entry-content {
	margin-bottom: 40px;
	margin-top: 0;
}
.open-collection {
	cursor: pointer;
}
.overlay-collection {
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
    background-color: rgba(64,64,64,0.8);
    margin: 0 !important;
    display: none;
    z-index: 999;
}
.collection-lightbox {
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 1000;
	width: 75%;
}
.collection-lightbox .vc_col-sm-8 .vc_column-inner, .collection-lightbox .vc_col-sm-4 .vc_column-inner {
	padding: 0;
}
.collection-lightbox .row {
	display: flex;
	background: #fff;
	max-width: 800px;
}
.horizontal .collection-lightbox .row {
	display: block;
}
.horizontal .collection-lightbox .row .vc_col-sm-12.image .vc_column-inner {
	padding: 0;
}
.collection-lightbox img {
	display: block;
	margin-left: -1px;
}
.bottom-align {
	position: absolute;
	bottom: 20px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: #221E1F;
}
.share-icon {
	text-align: center;
	margin-top: 40px;
}
.share-icon img {
	display: inline-block;
	width: auto;
    height: 18px;
}
.collection-logo {
	text-align: center;
	margin-top: 100px;
}
.collection-logo img {
	display: inline-block;
}
p.collection-title {
	text-transform: uppercase;
	margin-top: 0;
}
.horizontal-logo {
	float: left;
}
.horizontal-content {
	width: 30%;
	float: right;
	font-size: 13px;
    font-weight: 300;
    color: #221E1F;
}
.owl-prev, .owl-next {
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.owl-nav {
	position: absolute;
    top: 30px;
    right: 20px;
    z-index: 9999;
}
.owl-prev {
	height: 33px;
	width: 18px;
	background-image: url(owlcarousel/previous-black.png);
}
.owl-next {
	height: 33px;
	width: 18px;
	background-image: url(owlcarousel/next-black.png);
}
.horizontal .owl-prev {
	background-image: url(owlcarousel/previous-white.png);
}
.horizontal .owl-next {
	background-image: url(owlcarousel/next-white.png);
}
.collection-lightbox .vc_col-sm-8 .owl-carousel .owl-stage-outer, .collection-lightbox .vc_col-sm-8 .owl-carousel, .collection-lightbox .vc_col-sm-8 .owl-carousel .owl-stage-outer, .collection-lightbox .vc_col-sm-8 {
	position: inherit;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	font-weight: 300;
	font-size: 14px;
	color: #221E1F;
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	font-weight: 500;
}
.vc_tta .vc_tta-controls-icon {
	width: 10px !important;
	height: 10px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #221E1F !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border: 0;
	background-color: #E6E7E8;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-width: 1px 0 0 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-width: 0 0 0 1px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff !important;
}
.mobile-menu-btn {
	display: none;
}
.single-collection .vertical .row {
	display: flex;
}
.single-collection .site-content {
	padding: 20px 0 40px;
}
.site {
	overflow-x: hidden;
    width: 100%;
}
.ea-item-body div {
    float: left;
    width: 31%;
    padding-right: 2%;
    position: relative;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.ea-item-body div strong {
	font-weight: 500;
}
div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: solid 1px #221E1F;
}
div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head:before {
	background: #fff;
    color: #231F20;
}
.open-form-btn {
	cursor: pointer;
}
h2.entry-title a {
	text-decoration: none;
	color: #231F20;
	font-size: 22px;
}
.blog h2, .single h2 {
	font-size: 17px;
}
.blog h3, .single h3 {
	font-size: 14px;
}
.blog img.wp-post-image, .single-post img.wp-post-image {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
}
.hide-label .gfield_label {
	display: none;
}
body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
	padding-left: 20%;
}

@media (max-width: 1024px) {
	.row {
	    padding: 0 20px;
	}
	.collection-lightbox .row {
		padding: 0;
	}
	.bottom-align {
		padding: 0 15px;
	}
	.site-branding {
		width: 20%
	}
	.main-navigation {
		width: 55%;
	}
	.social-section {
		width: 25%;
	}
}
@media (max-width: 768px) {
	.social-section {
		display: none;
	}
	.mobile-menu-btn {
		display: block;
		float: right;
		margin-right: 20px;
	}
	.mobile-menu-btn img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}
	.menu-btn {
		display: inline-block;
	    right: 10px;
	    top: 10px;
	    cursor: pointer;
	    z-index: 999;
	    vertical-align: middle;
	}
	.menu-btn div {
	    position: relative;
	    margin-top: 0;
	    line-height: 1.2;
	    font-size: 18px;
	    font-weight: 200;
	    vertical-align: middle;
	    z-index: 99;
	}
	.menu-btn span {
	    display: block;
	    width: 25px;
	    height: 3px;
	    margin: 4px 0;
	    background-color: #221E1F;
	    z-index: 99;
	}
	.site-header {
		background-color: #E6E7E8;
	}
	.site-branding {
		width: 30%;
		padding-left: 20px;
		text-align: left;
	}
	.site-branding img {
		margin-top: 2px;
		margin: 0;
	}
	.row {
	    padding: 0 20px;
	}
	.about-us-text {
	    padding: 20px 20px;
	}
	.about-content {
		padding: 0px 15px;
	}
	.horizontal-logo {
		width: 100%;
		text-align: center;
	}
	.horizontal-logo img {
		display: inline-block;
	}
	.horizontal-content {
		width: 100%;
		margin-top: 20px;
	}
	.collection-lightbox {
		width: 96%;
	}
	.collection-lightbox .row {
	    display: block;
	}
	.bottom-align {
		position: inherit;
		margin-top: 20px;
	}
	.main-navigation {
		width: 100%;
		display: none;
		margin-top: 15px;
	}
	.main-navigation li {
		width: 100%;
		text-align: center;
		padding: 5px 15px;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .current-menu-item > a {
		border-bottom: 0;
	}
	.single-collection .vertical .row {
		display: block;
	}
	.collection-logo {
		margin-top: 20px;
	}
	.ea-item-body div {
		width: 98%;
	}
	.sign-up-form {
		width: 95% !important;
	}
	.overlay {
		opacity: 1;
	}
	.overlay .text {
		padding: 20px;
	}
	p.join-btn {
		margin-bottom: 20px !important;
	}
	.gform_wrapper .top_label .gfield_label {
		width: 100%;
	}
	body .gform_wrapper .top_label div.ginput_container_text, body .gform_wrapper .top_label div.ginput_container_email, body .gform_wrapper .top_label div.ginput_container {
	    width: 100%;
	}
	body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
		padding-left: 0%;
	}
	.blogarticle {
	width: 100% !important;
}

.singlemeta {
	width: 100% !important; display: block !important;
}
article .entry-content {
 display: block !important; width: 100% !important;
}
.singlemeta .share-icon img {
	display: inline-block !important;
}
.singlemeta .share-icon {
	padding: 0 !important;
}
.singlemeta .vc_col-sm-12 {
	width: 50% !important;
			display: inline !important;
			float: left;

}
.blogarticle:nth-child(odd) > .vc_col-sm-12 {
	
	padding-right: 0px !important;
	
}
.blogarticle:nth-child(even) > .vc_col-sm-12 {
	
	padding-left: 0px !important;
	
}
}
@media (max-width: 425px) {
	.site-branding {
		width: 50%;
	}
}


.single-post p.share-icon {
	text-align: right;
border-top: 1px rgb(209, 209, 209) solid;
padding: 30px 0;
}
.nextprev {
	text-align: right;
	padding: 10px 0;
border-top: 1px rgb(209, 209, 209) solid;
border-bottom: 1px rgb(209, 209, 209) solid;
margin-top: 30px;
}
.nextprev a {
	font-size: 14px;
color: rgba(129, 129, 129, 0.54);
font-weight: 500;
text-decoration: none;
}
.post-navigation {
	display: none;
}
#instafeed a {
	display: block;
    width: 48%;
    padding-top: 48%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}
#instafeed a:first-child {
	margin-right: 2%;
	margin-bottom: 2%;
}
#instafeed a:nth-child(2) {
	margin-left: 2%;
	margin-bottom: 2%;
}
#instafeed a:nth-child(3) {
	margin-right: 2%;
	margin-top: 2%;
}
#instafeed a:last-child {
	margin-left: 2%;
	margin-top: 2%;
}

.blog .site-content {
	padding: 20px 0 40px;
}
.blog-excerpt, .blog-image {
	margin-bottom: 0 !important;
}
.blog-excerpt p {
	margin-bottom: 7px;
    margin-top: 0;
}
.blog-title {
	margin-bottom: 15px !important;
}
.blog-title h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.blog-title h2 a {
	text-decoration: none;
}
.blog-title hr {
	background-color: #BFBFBF;
    border: 0;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.post-date {
	font-size: 11px;
	font-weight: 500;
	margin: 0;
}
.read-more {
	margin-bottom: 40px !important;
}
.read-more p {
	font-size: 16px;
	font-weight: 500;
}
.read-more p:hover a {
	background-color: #000;
	color: #fff;
	transition: 0.25s;
	-webkit-transition: 0.5s;
}
.read-more p a {
	text-decoration: none;
	padding: 7px 10px;
	border: solid 1px #231F20;
	transition: 0.25s;
	-webkit-transition: 0.25s;
}
.read-more hr {
	background-color: #BFBFBF;
    border: 0;
    height: 1px;
}
h1.edit-gibson {
	font-weight: 500;
	font-size: 22px;
	border-bottom: solid 1px;
	margin-bottom: 40px;
}
.single-blog-image {
	margin-bottom: 0 !important;
}
.single-blog-image img {
	max-height: 480px;
    width: 100% !important;
    object-fit: cover;
}
.single-post h1.entry-title {
	text-transform: uppercase;
	font-size: 22px;
}
img.instraH {
	margin-left: 0px !important;
}
.metaslider {
	max-width: 100% !important;
}
.vc_custom_1505455628267 {
	overflow: auto;
}
.blogarticle {
	width: 49.75%;
	display: inline-block;
	margin-left: 0px !important;
margin-right:0px !important;
min-height: 630px;
}
.blog .vc_row {
	margin-left: 0px !important;
margin-right:0px !important;
}
.blogarticle .wpb_content_element {
	font-size: 11px;
}
.metatext {
	text-transform: uppercase;
	font-size: 11px;
}
.metatext p {
	margin-top: 0 !important;
}

.blogarticle .vc_column-inner {
-webkit-box-pack: end !important;
-webkit-justify-content: end !important;
-ms-flex-pack: end !important;
justify-content: end !important;
}
.blog-image {
	margin-bottom: 20px !important;
}
.blogarticle .blog-image img {
	max-height: 240px !important;
}
.singlemeta .share-icon img {
	display: block;
	margin-bottom: 14px;
}
p.share-icon {
	border-top: none !important;
}
.singlemeta {
	width: 15%; float: left; display: inline-block;
	margin-top: 40px;
}
.single .entry-content {
	float: left; display: inline-block; width: 85%;
	margin-bottom: 40px;
}
.singlemeta .vc_column-inner {
	padding-left: 0 !important;
}
.single .metatext {
	font-size: 12px;
}
.blog .vc_column_container>.vc_column-inner {
	padding: 0 !important;
}
.blogarticle:nth-child(odd) > .vc_col-sm-12 {
	
	padding-right: 15px;
	
}
.blogarticle:nth-child(even) > .vc_col-sm-12 {
	
	padding-left: 15px;
	
}
body.page-id-67  {
	min-height: 760px;
}