/*
	Theme Name: Boxwood Ave 2019
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'Avenir Med';
	font-display:swap;
    src: url('../mtt_base_theme/fonts/Avenir-Medium.woff2') format('woff2'),
        url('../mtt_base_theme/fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
	font-display:swap;
    src: url('../mtt_base_theme/fonts/Avenir-Book.woff2') format('woff2'),
        url('../mtt_base_theme/fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
	color: #373737;
	font-family: adobe-caslon-pro, serif;
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

button {
    outline:none;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
    color: #373737;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

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

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    font-style: normal;
    margin: 40px auto 40px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.wp-pagenavi span.current {
    font-weight: 400!important;
}
/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* Image Classes
--------------------------------------------- */
.gallery-columns-2 {
column-count:2;
-ms-column-count:2;-webkit-column-count:2;}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow-x: hidden;
}

.site-inner {
    clear: both;
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    padding-top: 93px;
}

.content {
	width: 100%;
	float: none;
}


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

.site-header {
	padding: 0px auto 0px;
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
.the-header .top-bar {
	background: #51544C;
    width: 100%;
    height: 34px;
}
.the-header .top-bar .inner {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .top-bar .inner .left ul {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .top-bar .inner .right ul {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .top-bar .inner .right a{
    color: white;
    font-size: 13px;
}
.the-header .top-bar .inner .right {
    margin-right: -15px;
}
.the-header .top-bar .inner .right li {
margin: 4px 0 0 11px;
}
.the-header .top-bar .inner .left ul li{
margin: 3px 19px 0 0;
}
.the-header .top-bar .inner .left ul a {
    font-family: adobe-caslon-pro, serif;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.the-header .main {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    padding-bottom: 0px;
    background-color: white;
}
.the-header .main .inner {
    max-width: 1050px;
    margin: 0 auto;
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .main .left {
    width: 250px;
    margin: 5px 0 -6px;
}
.the-header .main .right {
        width: 660px;
    padding-top: 19px;
}
.ubermenu .ubermenu-target {
    display: block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase!important;
    font-size: 14px;
    color: #373737;
    letter-spacing: 0.1rem;
    padding-top: 5px!important;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 {
        margin-right: 20px;
}
.ubermenu .ubermenu-target em {
        text-transform: lowercase!important;
}
.ubermenu li a {
    padding: 0 10px!important;
}
.nav-primary {
	display: none;
}
.ubermenu .ubermenu-row {
    max-width: 1050px!important;
    margin: 0 auto!important;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
        background: white;
    margin-top: 17px;
}
.ubermenu .latest-post #hero-image {
        width: 175px;
    height: 175px;
    background-size: cover;
    background-position: center;
    margin: -31px 0 0 0;
}
.ubermenu .latest-post a.readmore {
        background: #EBEDEA;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 4px 0 0!important;
    display: block;
    text-align: center;
    width: 110px;
    margin: -42px auto 0;
}
.ubermenu .latest-post {
    width: 175px;
    margin-left: -18px;
}
.ubermenu-submenu-id-8060, .ubermenu-submenu-id-8061 {
    display: flex!important;
    display: -ms-flex!important;
    display: -webkit-flex!important;
    justify-content: space-between!important;
    -ms-justify-content: space-between!important;
    -webkit-justify-content: space-between!important;
}
.menu-highlight .left {
        width: 175px!important;
    height: 175px!important;
    background-size: cover;
    background-position: center;
    margin:0!important;
}
.menu-highlight {
        margin-top: 6px;
    display: flex!important;
    display: -ms-flex!important;
    display: -webkit-flex!important;
}
.menu-highlight .right {
    width: 175px!important;
    background: #EBEDEA;
    padding: 5px;
}
.menu-highlight .right h4 {
    color: #373737;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.13rem;
    text-align: center;
    margin: 10px 0 0;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    padding: 5px 0;
margin-top: 16px;
}
.menu-highlight .right .desc {
        color: #373737;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.03rem;
    padding: 8px 10px 10px;
}
.menu-highlight .right .desc:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: rgba(194, 196, 192, 0.38);
    margin: 12px auto 0;
}
.menu-highlight .right a {
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 13px;
    letter-spacing: 0.02rem;
}
#menu-categories a {
        font-style: italic;
    display: block;
    font-size: 14px;
    letter-spacing: 0.02rem;
}
#nav_menu-3 ul li a{
    color: #373737;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.13rem;
}
.ubermenu h3.ubermenu-widgettitle {
    color: #373737;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.13rem;
    margin-bottom: -10px!important;
    margin-top: 6px;
}

#menu-categories {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    border-right: 2px solid #e8e9e7;
    width: 276px;
    padding: 23px 0 5px;
    margin: -29px 0 0;
}
#menu-sub {
        text-align: left;
    width: 138px;
    margin: 15px 0 0 -29px;
}
#menu-sub li {
    margin-bottom:-2px;
}
#nav_menu-2 {
    margin: 22px 0 0 -69px;
}
.the-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
/* Headings
--------------------------------------------- */

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h6 {

}


/* Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0px auto;
	width: 100%;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.nav-primary .genesis-nav-menu a {
    display: block;
    margin: 0px 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .25em;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
}

.nav-primary .genesis-nav-menu a:hover {

}


/* Home Page
--------------------------------------------- */
.top-wrap {
	max-width: 1050px;
    margin: 10px auto;
}
.top-wrap .flex {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.top-wrap .flex .right {
	width: 345px;
	padding-top: 50px;
}
.top-wrap .flex .right .background {
	width: 100%;
    height: 416px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-wrap .flex .right .title-wrap {
    position: absolute;
    background: white;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    border: 2px solid #D3D6CF;
    padding: 4px;
}
.top-wrap .flex .right .title-wrap h4 {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-weight: 100;
    line-height: 2;
    margin: 20px 0 19px;
}
.top-wrap .flex .right .title-wrap a {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}
.top-wrap .flex .right .title-wrap span {
    width: 45px;
    height: 1px;
    background: #C2C4C0;
    display: block;
    margin: -13px auto 9px;
}
.top-wrap .flex .left {
	width: 680px;
	padding-top: 50px;
}
.top-wrap .flex .left .flex {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.top-wrap .flex .left .flex .lefty, .top-wrap .flex .left .flex .righty {
	width:50%;
}
.top-wrap .flex .left .flex .righty {
    background: #f7f4f0;
    padding: 22px 52px 10px;
}
.top-wrap .flex .left .flex .lefty a {
	display: block;
}
.top-wrap .flex .left .flex .lefty #hero-image {
    width: 100%;
    height: 416px;
	background-size: cover;
	background-position: center;
}
.top-wrap .flex .left .flex .righty p.date {
    font-family: 'Avenir';
    color: #6A7768;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin: 40px 0 0 0;
}
.top-wrap .flex .left .flex .righty h5 {
    color: #373737;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    margin: 10px 0 10px;
    letter-spacing: 0.02rem;
    border-bottom: 2px solid rgba(112, 112, 112, 0.21);
    padding: 0 0 14px 0;
    margin-bottom: 18px;
}
.top-wrap .flex .left .flex .righty .desc p {
font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}
.top-wrap .flex .left .flex .righty a.readmore {
    display: block;
    font-size: 11px;
    background: white;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0 0;
    width: 140px;
    letter-spacing: 0.06rem;
    color: #373737;
}
.top-wrap .flex .left .slick-prev {
    position: absolute;
    top: -31px;
    right: 66px;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.top-wrap .flex .left .slick-prev img {
    width: 15px;
    margin: -1px 9px 0 0;
}
.top-wrap .flex .left .slick-next {
	position: absolute;
    top: -31px;
    right: 0;
     color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.top-wrap .flex .left .slick-next:hover, .top-wrap .flex .left .slick-prev:hover {
    cursor: pointer;
}
.top-wrap .flex .left .slick-next img {
    width: 15px;
    margin: 0 0px 0 1px;
}
.newsletter #gform_wrapper_3 .validation_error {
    display: none!important;
}
#validation_message_3_1 {
    font-size: 12px;
}
#gform_confirmation_message_3 p {
        text-align: center;
    color: #373737;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-weight: 100;
    margin: 10px 0 0;
}
#gform_confirmation_message_2 {
        text-align: center;
    margin: 130px 0 0;
    padding: 0 100px;
    letter-spacing: 0.05rem;
}
.newsletter {
	    background: #EBEDEA;
    width: 100%;
    height: 85px;
    margin: 45px auto 0;
    position: relative;
}
.newsletter .icon {
    height: 143%;
    display: block;
    position: absolute;
    left: -14px;
    opacity: 0.5;
    top: -24px;
}
.newsletter .inner {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.home-links-wrap {
	background: #f7f4f0;
    padding: 5px;
    margin: 50px auto 27px;
}
.home-links-wrap .second-logo {
    width: 365px;
    margin: 37px auto 0;
    display: block;
}
.home-links-wrap ul {
    max-width: 1050px;
    margin: 37px auto 24px;
    display: flex;
    display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.home-links-wrap ul .image {
	    width: 100%;
    height: 362px;
    background-size: cover;
    background-position: center;
}
.home-links-wrap ul li {
	width:32%;
}
.newsletter:after {
    content: "";
    display: block;
    width: 100%;
    height: 27px;
    background: white;
    position: relative;
    margin: 12px 0 0;
}
.home-links-wrap ul li .text-wrap {
    border: 2px solid #D3D6CF;
    background: white;
    text-align: center;
    height: 46px;
    width: 55%;
    margin: -32px auto 0;
    padding-top: 9px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.1rem;
    font-size: 13px;
}
.form-wrap .left h3 {
    color: #373737;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-weight: 100;
    margin: 17px 0 -7px;
    text-align: right;
}
.form-wrap .left h4 {
    font-style: italic;
    font-size: 14px;
    font-weight: 100;
    text-align: right;
    margin: 0 3px 0 0;
    letter-spacing: 0.01rem;
}
#gform_3{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 0 0 0;
}
.form-wrap .left {
        width: 171px;
}
.form-wrap  .right {
    width: 352px;
    border-left: 2px solid rgba(112, 112, 112, 0.2);
    height: 48px;
    padding: 2px 25px 0 36px;
    margin: 20px 0 0;
}
#field_3_2 {
    display: none;
}
#gform_fields_3 #field_3_1 input {
    padding: 2px 0 0 11px;
    border: none;
    font-style: italic;
    font-size: 13px;
    width: 204px;
    height: 30px;
    margin: 7px 0 0;
    letter-spacing: 0.01rem;
}
#gform_fields_3 #field_3_1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C2C4C0;
  opacity: 1; /* Firefox */
}

#gform_fields_3 #field_3_1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C2C4C0;
}

#gform_fields_3 #field_3_1 input::-ms-input-placeholder { /* Microsoft Edge */
  color: #C2C4C0;
}
.form-wrap .right  #gform_submit_button_3{
    background: #6A7768;
    text-align: center;
    width: 75px;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    padding: 9px 0 8px;
    letter-spacing: 0.05rem;
    font-family: 'Avenir';
    margin-top: 7px;
}
.form-wrap {
    width: 545px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.highlight-section-wrap {
    max-width: 100%;
    margin: 0 auto;
    height: 694px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.highlight-section-wrap .inside {
    width: 515px;
    height: 340px;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 14px 50px;
    text-align: center;
}
.highlight-section-wrap .inside .icon {
	width: 100px;
    margin: 0 auto 0;
}
.highlight-section-wrap .inside h2 {
    margin: -2px auto 0;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.17rem;
    font-size: 15px;
}
.highlight-section-wrap .inside h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: rgba(194, 196, 192, 0.5);
    margin: 6px auto 20px;
}
.highlight-section-wrap .desc p {
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.02rem;
    padding: 0 50px;
    margin: 11px auto 0;
}
.highlight-section-wrap .extra {
    color: #969696;
    font-family: 'Avenir';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 10px auto 20px;
}
.highlight-section-wrap button {
    background: #6A7768;
    font-size: 12px;
    height: 27px;
    width: 155px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    padding-top: 0px;
}
.category-wrap {
    background: #ebedea;
    padding: 5px;
    margin: 30px 0 27px;
    background-image: url(https://boxwoodavenue.com/wp-content/uploads/2019/11/Guelder-Rose-copy.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 15%;
}
.category-wrap h2 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.1rem;
    font-size: 15px;
    margin: 0 0 23px;
    color: #373737;
    border-bottom: 2px solid rgba(194, 196, 192, 0.43);
    padding-bottom: 5px;
}
.category-wrap .inner {
    max-width: 1021px;
    margin: 83px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.category-wrap .inner .left {
    width: 224px;
}
.category-wrap .inner .left #hero-image {
        width: 102px;
    height: 92px;
    background-size: cover;
    background-position: center;
}
.category-wrap .inner .right ul li {
    display: none;
    transition: all 0.6s;
}
.category-wrap .inner .right ul li.shown {
    display: block;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.category-wrap .inner .right ul li .righty {
    width: 42.5%;
}
.category-wrap .inner .right ul li .righty h5 {
        text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.1rem;
    font-size: 15px;
    margin: 86px 0 23px;
    color: #373737;
    line-height: 1.6;
}
.category-wrap .inner .right ul li .desc p {
        color: #6A7768;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 0;
    padding-right: 30px;
}
.category-wrap .inner .right ul li .readmore {
        display: block;
    font-size: 10px;
    background: white;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0 7px;
    width: 131px;
    letter-spacing: 0.06rem;
    color: #6A7768;
    margin: 28px 0 0 0;
    line-height: 1;
}
.category-wrap .inner .left ul li.active {
    background: white;
}
.category-wrap .inner .left ul li.active h5 {
    border-bottom: 1px solid #dadcd8;
}
.category-wrap .inner .left ul li{
        display: flex;
        display: -ms-flex;
    display: -webkit-flex;
        margin-bottom: 16px;
        transition: all 0.6s;
}
.category-wrap .inner .left h5{
    color: #969696;
    font-family: 'Avenir';
    font-size: 9px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.075rem;
    line-height: 1;
    padding-bottom: 4px;
    margin: 44px 0 0 22px;
    transition: all 0.6s;
}
.category-wrap .see-all {
        border-bottom: 2px solid rgba(194, 196, 192, 0.43);
    border-top: 2px solid rgba(194, 196, 192, 0.43);
    padding: 8px 0 2px;
    margin: 21px 0 59px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.034rem;
    position: relative;
}
.category-wrap .see-all img {
        position: absolute;
    right: 0;
    top: 16px;
    width: 19px;
}
.category-wrap .inner .right {
    margin: 6px 0 0 0;
    width: 732px;
    transition: all 0.6s;
}
.category-wrap .inner .right #hero-image {
        width: 395px;
    height: 430px;
    background-size: cover;
    background-position: center;
}
.extras-wrap {
    max-width: 1353px;
    margin: 30px auto 15px;
    display: flex;
    display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.extras-wrap .left, .extras-wrap .right {
    width: 49%;
}
.extras-wrap .right .image {
	width: 100%;
    height: 375px;
    padding: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.extras-wrap .right .image .inner{
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 346px;
    height: 221px;
    padding: 5px;
    text-align: center;
}
.extras-wrap .right .image .inner h2 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.17rem;
    font-size: 15px;
    text-align: center;
    margin: 42px 0 0 0;
}
.extras-wrap .right .image .inner h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: rgba(194, 196, 192, 0.5);
    margin: 3px auto 13px;
}
.extras-wrap .right .image .inner .desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    padding: 0 50px;
    margin: 13px auto 0;
}
.extras-wrap .right .image .inner button {
    background: #6A7768;
    text-align: center;
    width: 135px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 0px 0 0;
    letter-spacing: 0.13rem;
    font-family: 'Avenir';
    margin-top: 17px;
    height: 27px;
    line-height: 1;
}
.extras-wrap .left iframe {
    width: 100%;
    height: 375px;
}
.home-shop-wrap .inner {
    /* background: white; */
    /* padding: 10px 10px 38px; */
    max-width: 1021px;
    margin: 25px auto 45px;
    text-align: center;
}
.home-shop-wrap .inner h2 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.1rem;
    font-size: 15px;
    text-align: center;
    margin: 17px 0 0 0;
    color: #373737;
}
.home-shop-wrap .inner h2:after {
    content: "";
    display: block;
    width: 69px;
    height: 2px;
    background: rgba(194, 196, 192, 0.5);
    margin: 7px auto 9px;
}
.home-shop-wrap .inner h4 {
        color: #373737;
    font-style: italic;
    font-weight: 100;
    font-size: 17px;
    margin: 0;
}
.custom-shop-one .image {
    width: 130px;
    height: 175px;
    background-size: cover;
    background-position: center;
}
.custom-shop-one {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 90%;
    margin: 40px auto 24px;
}
.custom-shop-one .slick-prev {
    position: absolute;
    bottom: 47px;
    left: -31px;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.custom-shop-one .slick-prev img {
    width: 8px;
    height: auto!important;
}
.custom-shop-one .single-shop {
        padding: 0 3px;
}
.custom-shop-one .slick-next {
    position: absolute;
    bottom: 47px;
    right: -26px;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.custom-shop-one .slick-next:hover, .custom-shop-one .slick-prev:hover {
    cursor: pointer;
}
.custom-shop-one .slick-next img {
    width: 8px;
    height: auto!important;
}
.shop-link-one a {
    color: #373737;
    font-style: italic;
    text-transform: inherit;
    letter-spacing: 0;
    display: block;
        border: 2px solid #D3D6CF;
    background: white;
    text-align: center;
    width: auto;
    max-width: 300px;
    margin: 45px auto 0;
    padding: 15px 5px 10px;
    text-transform: lowercase;
    letter-spacing: 0rem;
    font-size: 16px;
    line-height: 1.4;
}
.shop-link-one a img {
        width: 17px;
    margin: 0 0 0 23px;
}
.error404 .entry-title {
        font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #51544c;
}
.error404 .content {
	text-align: center;
    margin: 100px auto 50px;
        font-size: 19px;
    font-style: italic;
}
.general-page {
	max-width: 1050px;
    margin: 50px auto;
}
.general-page .featured-image {
	width:100%;
}
.home-shop-wrap {
    background: rgba(235, 237, 234, 0.7);
    padding: 25px;
    margin: 0 auto 0;
    background-image: url(https://boxwoodavenue.com/wp-content/uploads/2019/11/home-page-shop-graphic.png);
    background-repeat: no-repeat;
    background-position: bottom -73px right -25px;
    background-size: 15%;
}

/* Gallery
--------------------------------------------- */
.listing-text {
        text-align: center;
    color: black;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin: 80px auto 20px;
}
#one {
    max-width: 1050px;
    margin: 0 auto;
}
#one .flexy {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
#one .flexy .imagelinks {
    width: 32.7%;
}
#one .flexy .imagelinks .singleImage {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}
#one .flexy .imagelinks  .lower h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
    margin: 21px 0 20px 5px;
}
#slider img {
    height: 347px;
    margin: 0 3px;
}
.featured-gallery:before {
    content: "";
    display: block;
    width: 100%;
    height: 328px;
    background-color: #ebedea;
    margin: -5px 0 0;
}
.featured-gallery {
    padding: 5px 0;
}
.gallery-wrap {
    max-width: 1055px;
    margin: -314px auto 0;
    position: relative;
}
.gallery-wrap h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.15rem;
    margin: 24px 0 11px 0;
    color: black;
}
.gallery-wrap .desc {
        margin-bottom: 35px;
}
.gallery-wrap .slick-prev {
    position: absolute;
    bottom: -65px;
    right: 66px;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.gallery-wrap .slick-prev img {
    width: 15px;
    margin: -1px 9px 0 0!important;
        height: auto!important;
}
.gallery-wrap .slick-next {
    position: absolute;
    bottom: -65px;
    right: 0;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.gallery-wrap .slick-next:hover, .gallery-wrap .slick-prev:hover {
    cursor: pointer;
}
.gallery-wrap .slick-next img {
    width: 15px;
    margin: 0 0px 0 1px!important;
        height: auto!important;
}
.post-type-archive-gallery .shop-line {
    margin: 50px auto 5px;
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
/* 	border: 1px solid #eee; */
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
/* 	border: 1px solid #999; */
}
/* Category
--------------------------------------------- */
.ca-upper {
    background: rgba(235, 237, 234, 0.71);
    padding: 5px;
    margin: 0 auto 0;
    position: relative;
}
.ca-upper .large_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    width: 215px;
}
.ca-posts {
    max-width: 1050px;
    margin: 80px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ca-posts .right {
    width: 775px;
}
.ca-posts .left {
    width: 219px;
}
.search-filter-results {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.search-filter-results .single-post-item {
    width: 30%;
    margin-bottom: 25px;
}
.ca-posts .left label {
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: black;
    background: rgba(235, 237, 234, 0.66);
    width: 100%;
    padding: 6px 0 1px;
    margin-bottom: 0px;
    text-align: center;
}
.ca-posts .left .searchandfilter ul li li {
    position: relative;
    margin-bottom: 8px;
}
.ca-posts .left .searchandfilter ul li li input{
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
}
.ca-posts .left .searchandfilter ul li li input:hover {
    cursor: pointer;
}
.search-filter-results .pagination {
    width: 100%;
}
.page-template-page-custom-archive .shop-line {
    margin: 50px auto 5px;
}
.ca-posts .left .searchandfilter ul li .sf-input-text{
        background: rgb(242, 243, 241);
    padding: 1px 14px 8px;
    border: none;
    font-style: italic;
    font-size: 12px;
    color: #373737;
    margin: 0 auto 0;
}
.ca-posts .left .searchandfilter ul li .sf-input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.ca-posts .left .searchandfilter ul li .sf-input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.ca-posts .left .searchandfilter ul li .sf-input-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.search-filter-results .single-post-item #hero-image {
        width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}
.search-filter-results .single-post-item .title a {
        color: #373737;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.75;
    display: block;
    letter-spacing: 0.04rem;
    padding: 5px 8px;
}
.ca-posts .left h2 {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.15rem;
    margin: 0;
}
.ca-posts .left .desc {
        font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
}
.ca-upper h1.title {
    max-width: 1050px;
    margin: 34px auto 0;
    border-bottom: 2px solid #e8e9e7;
    color: #373737;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.13rem;
    padding-bottom: 16px;
}
.ca-upper .flex {
    max-width: 1050px;
    margin: 32px auto 55px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ca-upper .flex .left {
    width: 250px;
}
.ca-upper .flex .left img {
        width: 95px;
    margin: 13px 0 0;
}
.ca-upper .flex .left h2 {
        color: black;
    font-size: 18px;
    font-weight: 100;
    margin: 10px 0 0;
    border-bottom: 2px solid #e8e9e7;
    margin-bottom: 14px;
    padding-bottom: 6px;
}
.ca-upper .flex .right {
    width: 775px;
    position: relative;
}
.ca-upper .flex .right ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    z-index: 9;
}
.ca-upper .flex .right ul li a #hero-image {
        width: 100%;
    height: 309px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
	position:relative;
}
.ca-upper .flex .right ul li a #hero-image .hover{
	width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 11px;
	opacity:0;
	transition: all 0.5s;
}
.ca-upper .flex .right ul li a #hero-image .hover span {
	    color: #373737;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.75;
    display: block;
    letter-spacing: 0.04rem;
    padding: 5px 8px;
    text-align: center;
	line-height:1;
}
.ca-upper .flex .right ul li a #hero-image:hover .hover {
	opacity:1;
}
.ca-upper .flex .right ul li a #hero-image:hover {
    opacity: 0.8;
}
.ca-upper .flex .right ul li {
    width: 49.5%;
}
/* About
--------------------------------------------- */
.about-wrapper {
    max-width: 1050px;
    margin: 50px auto 50px;
}
.gallery-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
        margin: -2px 0 0 0;
}
.gallery-flex .image {
    width: 24.5%;
    height: 354px;
    background-size: cover;
    background-position: center;
}
.about-intro {
    color: #373737;
    text-align: center;
    margin: 64px auto 40px;
    font-size: 14px;
    letter-spacing: 0.15rem;
    max-width: 525px;
}
.about-youtube iframe {
    width: 100%;
}
.about-youtube a {
        text-align: center;
    display: block;
    font-style: italic;
    font-weight: 600;
    color: #373737;
    font-size: 18px;
    margin: -17px 0 0 0;
}
.about-text {
    max-width: 75%;
    margin: 33px auto 30px;
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 58px;
    -ms-column-gap: 58px;
    -webkit-column-gap: 58px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.58);
    height: 450px;
}
.about-text p {
    margin: 0 0 35px;
}
#gal2 {
        margin-bottom: 57px;
}
#about2 {
    height: 510px;
}
.team-title {
    border-top: 2px solid rgba(194, 196, 192, 0.38);
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    text-align: center;
    margin: 37px auto 39px;
}
.mvp-title {
    border-top: 2px solid rgba(194, 196, 192, 0.38);
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    text-align: center;
    margin: 51px auto 34px;
}
.team-title h2 {
    margin: 28px 0 19px;
    color: #373737;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.1rem;
}
.mvp-title h2 {
    margin: 28px 0 19px;
    color: #373737;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.1rem;
}
ul.team .member {
    background: #ebedea;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 30px;
    min-height: 488px;
}
ul.team .member .right {
    width: 403px;
    background-size: cover;
    background-position: center;
}
ul.team .member .left {
    width: 50%;
    padding: 42px 0px 20px 70px;
}
ul.team .member:nth-child(2) .left {
    padding: 78px 0px 20px 70px;
}
ul.team .member:nth-child(3) .left {
    padding: 75px 0px 20px 70px;
}
ul.team .member .left p{
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 22px;
}
ul.team .member .left h4 {
        margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: black;
}
ul.team .member .left p strong{
    font-family: 'Avenir';
    text-transform: uppercase;
    font-size: 11px;
    color: black;
    letter-spacing: 0.1rem;
    display: block;
    margin: 2px 0 27px 0;
}
.mvps {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 auto 0;
}
.mvps li {
    width: 22.7%;
    text-align: center;
}
.mvps li .image {
    width: 100%;
    height: 353px;
    background-size: cover;
    background-position: center;
}
.mvps li h3{
    color: #373737;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.13rem;
    margin: 15px 0 11px;
}
.mvps li .desc p {
    padding:0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: -0.01rem;
}
.photo-creds {
    border-top: 2px solid rgba(194, 196, 192, 0.38);
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    text-align: right;
    margin: 51px auto -32px;
}
.photo-creds .photo-title {
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.11rem;
    color: black;
    margin: 40px 0 0 0;
    padding: 0 28px 0;
}
.photogs li a {
        color: #6a7768;
    font-family: 'Avenir';
    font-size: 11px;
    letter-spacing: 0.125rem;
}
.photogs{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    color: #6a7768;
    font-family: 'Avenir';
    font-size: 11px;
    letter-spacing: 0.1rem;
    margin: 10px 32px 27px 0;
}
.photogs li:last-child span {
    display: none;
}
.photogs li span {
    margin: 0 6px 0 1px;
    font-size: 10px;
}

/* Contact
--------------------------------------------- */
.contact-area-flex {
    max-width: 1050px;
    margin: 0 auto 50px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-area-flex .right {
    width: 55.5%;
}
.contact-area-flex .left {
    width: 33%;
    text-align: center;
    padding-top: 125px;
}
.contact-area-flex .left img {
        width: 90px;
    margin: 0 0 18px;
}
.contact-area-flex .left .desc h2 {
        color: #373737;
    margin: 0;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 0.0rem;
}
.contact-area-flex .left .desc p{
        font-size: 15px;
    line-height: 1.3;
    font-style: italic;
    margin: 6px auto 0;
    padding: 0 50px;
}
.contact-area-flex .left ul:before {
    content: "";
    display: block;
    width: 125px;
    height: 2px;
    background-color: #ebedea;
    margin: 9px auto 0;
    position: absolute;
    top: -9px;
}
.contact-area-flex .left ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    margin: 27px 0 0;
}
.contact-area-flex .left ul li a {
        color: #6a7768;
    font-size: 13px;
}
.contact-area-flex .left ul li {
    margin: 17px 5px 0;
}
.contact-area-flex .right h2{
        color: #373737;
    margin: 98px 0 22px 0;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 0.0rem;
    text-align: center;
    border-bottom: 2px solid #ebedea;
    padding-bottom: 5px;
}
.contact-area-flex #field_2_4 {
    display: none;
}
#gform_fields_2 input, #gform_fields_2 textarea{
    background: #f7f4f0;
    border: none;
    padding: 5px 5px;
    font-size: 15px;
    margin-bottom: -5px;
}
#gform_fields_2 label {
    color: #6a7768;
    font-family: 'Avenir';
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 0 0 0;
}
#field_2_1 .ginput_container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
#field_2_2 label, #field_2_3 label {
    display: block;
}
#input_2_1_3_container {
    width: 34%;
}
#input_2_1_6_container {
    width: 63%;
}
#field_2_2 {
    margin: 7px 0 15px;
}
#gform_fields_2 textarea {
    height: 103px;
}
#gform_submit_button_2{
        background: #ebedea;
    text-align: center;
    padding: 7px 0 4px;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 485px;
    margin: 20px auto 0;
    letter-spacing: 0.15rem;
}
/* Blog
--------------------------------------------- */
.blog-index-wrap {
    max-width: 1050px;
    margin: 89px auto 0;
}
.blog-index-wrap .inside {
     display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.blog-index-wrap .inside .right {
        width: 300px;
}
.blog-index-wrap .inside .left{
    width: 670px;
}
.blog-index-wrap .inside .left h2 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.08rem;
    font-weight: 100;
    margin: 8px 0 16px;
    text-transform: uppercase;
}
.blog-index-wrap .inside .left .archive-wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.blog-index-wrap .inside .left .archive-wrap article {
    width: 48%;
}
.blog-index-wrap .inside .left .archive-wrap article #hero-image {
        width: 100%;
    height: 455px;
    background-size: cover;
    background-position: center;
}
.blog-index-wrap .inside .left .archive-wrap article .date {
        color: #5d5d5d;
    font-size: 9px;
    font-family: 'Avenir';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 5px 0 0;
}
.blog-index-wrap .inside .left .archive-wrap article .title a {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.08rem;
    font-weight: 100;
    margin: 0px 0 30px;
    text-transform: uppercase;
    display: block;
    line-height: 1.5;
}
#text-2 {
    border: 1px solid #c2c4c0;
    padding: 20px;
}
#text-2 p {
        font-size: 14px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0;
        margin-bottom: 15px;
}
#text-2 a {
        background: #d3d6cf;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding: 9px 0 4px;
    margin-bottom: -11px;
    color: black;
    margin-top: 20px;
}
.search-form .search-form-submit {
    display: none;
}
#search-2 .widget-title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 26px 0 15px;
    color: rgba(0, 0, 0, 0.65);
    position: relative;
    padding-right: 25px;
}
#search-2 .widget-title:after{
   content:"";
   display: inline-block;
   background-image: url('https://boxwoodavenue.com/wp-content/uploads/2019/11/chickens.jpg');
    width: 45px;
    height: 37px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    top: -7px;
}
.search-form input{
        background: rgba(235, 237, 234, 0.55);
    padding: 8px 14px 5px;
    border: none;
    font-style: italic;
    font-size: 12px;
    color: #373737;
}
.search-form  input[type="submit"] {
    display: none;
}
#search-2 {
    margin-bottom: 25px;
}
#text-3 a {
        display: block;
    background: #d3d6cf;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1rem;
    text-align: center;
    width: 165px;
    margin: -38px auto 0;
    position: relative;
    height: 45px;
    padding-top: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none!important;
    border: none!important;
    padding: 0!important;
    margin: 0 4px!important;
    color: #6a7768;
    font-size: 16px!important;
    letter-spacing: 0.1rem!important;
}
.wp-pagenavi {
    text-align: center;
    margin: 6px auto 18px;
}
.nextpostslink:after{
        content: "";
    display: inline-block;
    width: 30px;
    height: 10px;
    background-image: url(https://boxwoodavenue.com/wp-content/uploads/2019/11/rightarrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.previouspostslink:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 10px;
    background-image: url(https://boxwoodavenue.com/wp-content/uploads/2019/11/leftarrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.search-form .search-form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #373737;
  opacity: 1; /* Firefox */
}

.search-form .search-form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #373737;
}

.search-form .search-form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #373737;
}
.content {
    float: none;
    position: relative;
    margin: 0px auto;
}

/* Single Blog Post
--------------------------------------------- */
.single-post .blog-index-wrap .inside .left h2 {
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
    margin: 20px 0 0;
    padding: 0 70px;
}
.single-post .blog-index-wrap .inside .left .date {
    border-top: 2px solid #e8e9e7;
    font-family: 'Avenir';
    text-align: center;
    color: #c2c4c0;
    font-size: 10px;
    text-transform: uppercase;
    max-width: 200px;
    margin: 7px auto 24px;
    padding-top: 5px;
    letter-spacing: 0.1rem;
}
.full-post p {
    font-size: 16px;
    line-height: 1.8;
    color: black;
    letter-spacing: 0.01rem;
    padding: 0 20px;
}
.full-post .affiliate {
    background: #f7f4f0;
    padding: 23px 20px 2px;
    text-align: center;
    margin: 0 auto 13px;
}
.full-post .affiliate p{
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding: 0;
}
.full-post blockquote {
    background: #f7f4f0;
    padding: 23px 20px 2px;
    text-align: center;
    margin: -5px auto 20px;
}
.full-post blockquote p{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: -0.02rem;
    margin-bottom: 15px;
    text-transform: initial;
    padding: 0;
}
.full-post p em {
    display: inline-block;
    line-height: 1.3;
    font-size: 17px;
    letter-spacing: 0.04rem;
}
.full-post h1 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    padding: 0 50px;
    line-height: 1.5;
}
.full-post figcaption {
    color: #6a7768;
    text-align: left;
    font-style: italic;
    font-weight: 100;
    margin: 10px 0 20px;
    line-height: 1;
}
.full-post figure {
    margin: 0;
}
.full-post ul {
    list-style: disc;
    padding: 0 45px;
    margin-bottom: 15px;
	font-size: 16px;
}
.full-post ul ol {
	font-size: 16px;
}
.full-post ul li {
    list-style-type: disc;
}
.full-post ul li p {
    margin-bottom: 10px;
}
.single-post .blog-index-wrap .inside .left .full-post h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    line-height: 1.3;
}
.single-post .blog-index-wrap .inside .left .full-post h2 {
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    text-transform: inherit;
    letter-spacing: 0.1rem;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.single-post .blog-index-wrap .inside .left .full-post h3 {
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    text-transform: inherit;
    letter-spacing: 0.1rem;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 100;
}
.single-post .blog-index-wrap .inside .left .full-post h4 {
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 100;
}
.single-post .blog-index-wrap .inside .left .full-post h5 {
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    text-transform: inherit;
    letter-spacing: 0.1rem;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 100;
}
.single-post .blog-index-wrap .inside .left .full-post h6 {
    margin: 25px auto 15px;
    text-align: inherit;
    padding: 0 20px;
    text-transform: inherit;
    letter-spacing: 0.1rem;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 100;
}
.single-post .blog-index-wrap .inside .left .full-post p strong {
    font-weight: 600;
}
.full-post a {
    color: #6a7767;
}
.full-post ol {
    list-style: decimal;
    padding: 0 45px;
    margin-bottom: 15px;
}
.full-post ol li {
    list-style-type: decimal;
}
#respond {
    margin: 0px auto;
}
.single-post .favorites {
    background: #ebedea;
    padding: 22px 30px 28px;
    margin: 20px auto 30px;
}
.single-post .favorites .similar-title h4 {
    margin: 0 0 7px;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.15rem;
}
.single-fave .flex #hero-image {
        width: 175px;
    height: 175px;
    background-size: cover;
    background-position: center;
}
.single-fave .title a {
    color: #373737;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: block;
    line-height: 1.75;
    margin: 14px 0 0;
    padding: 0 27px 0 0px;
}

.single-post .favorites .slick-prev {
    position: absolute;
    top: -39px;
    right: 100px;
    color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.single-post .favorites .slick-prev img {
    width: 15px;
    margin: -1px 9px 0 0;
}
.single-post .favorites .slick-next {
    position: absolute;
    top: -39px;
    right: 39px;
     color: #51544c;
    font-family: 'Avenir';
    font-size: 8px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.single-post .favorites .slick-next:hover, .single-post .favorites .slick-prev:hover {
    cursor: pointer;
}
.single-post .favorites .slick-next img {
    width: 15px;
    margin: 0 0px 0 1px;
}
.the-nav {
    border-top: 2px solid rgba(211, 214, 207, 0.6);
    border-bottom: 2px solid rgba(211, 214, 207, 0.6);
    padding: 17px 0 10px;
    margin: 50px auto 0;
}
.the-nav .navigation-post {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-nav .navigation-post .navprev img{
    width: 17px;
    margin: 0 20px 0 0;
}
.the-nav .navigation-post .nav-next img{
    width: 17px;
    margin: 0 0px 0 20px;
}
.the-nav .navigation-post span {
        color: #6a7768;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
}
.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
	display: block;
    float: left;
}
.post-comments {
    margin: 50px 0 0;
}
.post-comments h2.pc-title {
    padding: 0!important;
    margin: 0!important;
    text-align: left!important;
    color: #6a7768!important;
    text-transform: uppercase!important;
    font-size: 15px!important;
    letter-spacing: 0.15rem!important;
}
#commentform .submit {
    background: #6a7768;
    padding: 8px 0 5px;
    font-size: 12px;
    text-align: center;
    color: white;
    letter-spacing: 0.15rem;
    width: 116px!important;
    margin: 0;
    position: absolute;
    right: 0;
}
#commentform .form-submit {
    text-align: right;
    position: relative;
    height: 50px;
}
p.logged-in-as {
    color: #6a7768;
    font-size: 13px;
    font-style: italic;
}
p.logged-in-as a {
    color: #6a7768;
}
.comment-form-comment textarea{
    background: #f7f4f0;
    border: none;
    height: 170px!important;
    font-family: 'Avenir';
    font-size: 11px;
    padding: 10px;
    letter-spacing: 0.15rem;
        margin-bottom: 4px!important;
}
#commentform input {
        margin-bottom: 19px!important;
    background: #f7f4f0;
    font-family: 'Avenir';
    font-size: 11px;
    padding: 14px 10px;
    letter-spacing: 0.15rem;
    border: none;
}
#commentform label, .comment-notes {
	display: none;
}
.commentlist li ul.children {
    margin-left: 75px;
}
.commentlist li article {
    background: rgba(235, 237, 234, 0.8);
    padding: 25px 45px;
    margin: 0 auto 20px;
}
.commentlist li article .comment-content {
    font-size: 15px;
    line-height: 1.5;
}
.commentlist li article .comment-content p {
    margin-bottom: 10px;
}
.commentlist li article .comment-author {
    color: #373737;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: -8px;
}
.commentlist li article .comment-metadata {
     font-size: 12px;
    font-style: italic;
    margin: 0 0 14px;
    color: #969696;
}
.commentlist li article .comment-metadata a {
    color: #969696;   
}
.commentlist li article .comment-reply-link{
        color: #373737;
    font-size: 15px;
    font-style: italic;
}
#commentform p {
	margin: 0;
}

#commentform input {
	margin-bottom: 30px;
}

#commentform textarea {
	height: 285px;
	margin-bottom: 20px;
}

#commentform .submit {
	width: 100%;
}

p.logged-in-as {
	font-size: 17px;
	line-height: 30px
}

p.logged-in-as a {
	color: #000;
}
/* Shop
------------------------------------------------------------ */
.shop-upper {
    background: rgba(235, 237, 234, 0.71);
    padding: 10px;
}
.shop-upper .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    max-width: 1050px;
    margin: 40px auto 58px;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.shop-upper .flex .left {
    width: 215px;
}
.shop-upper .flex .left h2 {
        font-size: 17px;
    font-weight: 100;
    color: #000000;
    margin: 57px 0 20px;
    border-bottom: 2px solid #e8e9e7;
    padding-bottom: 0px;
}
.shop-upper .flex .left .desc p {
        font-size: 13px;
    line-height: 1.5;
    padding: 0 27px 0 0;
    color: #000;
    margin-bottom: 10px;
}
.shop-upper .flex .left .desc p em {
        font-size: 14px;
    color: black;
}
.shop-upper .flex .right{
    width: 774px;
}
.shop-upper .flex .right .feat-prod {
     display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.shop-upper .flex .right .feat-prod li {
    width: 50%;
}
.shop-upper .flex .right .feat-prod li .image{
    width: 380px;
    height: 306px;
    background-size: cover;
    background-position: center;
}
.shop-items-wrap {
    max-width: 1050px;
    margin: 45px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.shop-items-wrap .left {
    width: 235px;
}
.shop-items-wrap .left h2 {
    margin: 0 0 11px;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: black;
}
.shop-items-wrap .left .desc {
    margin-bottom: 30px;
}
.shop-items-wrap .left ul li button {
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: black;
    background: rgba(235, 237, 234, 0.66);
    width: 100%;
    padding: 6px 0 1px;
    margin-bottom: 15px;
}
.desc p {
        font-size: 13px;
    line-height: 1.5;
    padding: 0 27px 0 0;
    color: #000;
    margin-bottom: 10px;
}
.shop-items-wrap .right{
    width: 773px;
    padding: 16px 38px 0 0;
}
.mix-container {
    display: none;
}
.shop-items-wrap .mix-container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.shop-items-wrap .mix-container .mix {
    width: 32%;
    margin-bottom: 15px;
}
.shop-items-wrap .mix-container .mix .image {
    width: 100%;
    height: 225px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.shop-items-wrap .mix-container .mix .caption h3 {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: black;
    margin: 16px 0 -2px 10px;
    line-height: 1.5;
}
.shop-items-wrap .mix-container .mix .caption p.brand {
        margin: 0 0 0 10px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
}
.shop-line {
        width: 100%;
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    margin: 150px auto 5px;
}

/* Site Footer 
------------------------------------------------------------ */
#site-general-content .inner-general h1.page-title {
        color: #373737;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0.15rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 50px;
}
#site-general-content .inner-general p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.58);
    margin-bottom: 20px;
}
#site-general-content .inner-general h2 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
    color: black;
}
#site-general-content .inner-general h3 {
        font-family: 'Avenir';
    text-transform: uppercase;
    font-size: 11px;
    color: black;
    letter-spacing: 0.1rem;
    margin: 5px 0;
    font-weight: 100;
}
.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px 0;
}
.the-footer .insta {
    max-width: 1066px;
    margin: 54px auto 0;
    display: flex;
    display: -ms-flex;
    display:-webkit-flex;
}
.the-footer .insta .instagram {
    width: 82%;
}
.the-footer .insta .instabox {
    width: 17%;
    background: #EBEDEA;
    padding: 5px;
    text-align: center;
    margin: 9px 0 0 0;
    background-image: url(https://boxwoodavenue.com/wp-content/uploads/2019/11/insta.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 164px;
    margin-left: 9px;
    background-size: 99%;
}
.the-footer .insta .instabox h3 {
    color: #373737;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.08rem;
    line-height: 1.85;
    margin: 32px auto 2px;
    padding: 0 15px;
}
.the-footer .insta .instabox a {
        color: #373737;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin: 0 0 0;
}
.footer-color {
	    background: #F7F4F0;
    padding: 5px;
    margin: 50px 0 0;
}
.footer-color .inner {
    max-width: 1160px;
    margin: 0 auto;
}
.footer-color .inner .flex {
	display: flex;
    display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer-color .inner .flex .left, .footer-color .inner .flex .right {
	width:50%;
}
.footer-color .inner .flex .left .desc {
    font-family: 'Avenir';
    color: #6A7768;
    text-align: right;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.02rem;
}
.footer-color .inner .flex .left{
    border-right: 2px solid white;
    padding: 9px 50px 5px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.footer-color .inner .flex .right {
    padding: 16px 50px 25px 50px;
    margin-bottom: 5px;
    margin-top: 19px;
}
.footer-color .inner .flex .left h3 {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin: 0 0 8px;
}
.footer-color .inner .flex .right {
	display: flex;
    display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer-color .inner .flex .right a {
	    font-family: 'Avenir';
    color: #6A7768;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
}
.footer-color .inner .flex .right ul li {
margin-bottom: -9px;
}
.footer-color .inner .flex .right ul li.title {
    margin-bottom:0;
}
.footer-color .inner .flex .right ul li.title a {
	font-family: adobe-caslon-pro, serif;
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    letter-spacing: 0.1rem;
}
.footer-color .inner .flex .right .one, .footer-color .inner .flex .right .two, .footer-color .inner .flex .right .three {
	width:30%;
}
.footer-color .inner .creds {
    border-top: 2px solid white;
    text-align: center;
    padding: 25px 0 0;
    font-family: 'Avenir';
    color: #5D5D5D;
    font-size: 11px;
    letter-spacing: 0.05rem;
}
.footer-color .inner .creds p {
    margin-bottom: 15px;
}
.footer-color .inner .creds span {
	margin: 0 5px;
}
/* Form Styling
------------------------------------------------------------ */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 20px;
	margin: 0px auto;
}

input:focus,
textarea:focus {
	outline: none;
	border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
	border-radius: 0;
	background: #000;
	border: 0px;
	float: none;
	clear: none;
	display: block;
	margin: 0px auto;
}
button {
    outline: none;
}
button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}


::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.search-icon img {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
}

img.social-1 {
    width: 13px !important;
    display: inline-block;
    vertical-align: middle;
}

img.social-2 {
    width: 12px !important;
    display: inline-block;
    vertical-align: middle;
}

img.social-3 {
    width: 7px !important;
    display: inline-block;
    vertical-align: middle;
}


/* Mobile Styles
--------------------------------------------- */

@media all and (max-width: 1240px) {
    .extras-wrap {
        max-width: 96%;
    }
}
@media all and (max-width: 1060px) {
    .general-page, #one, .gallery-wrap, .shop-upper .flex, .shop-items-wrap, .ca-upper h1.title, .ca-upper .flex, .ca-posts, .blog-index-wrap, .contact-area-flex, .about-wrapper, .the-footer .insta, .footer-color .inner, .category-wrap .inner, .the-header .top-bar .inner, .the-header .main .inner, .top-wrap, .home-links-wrap ul {
        max-width: 800px;
    }
    .general-page {
        width: 95%;
    }
    #one .flexy .imagelinks .singleImage {
        height: 235px;
    }
    .shop-upper .flex .right {
        width: 555px;
    }
    .shop-upper .flex .right .feat-prod li {
        width: 49%;
    }
    .shop-upper .flex .right .feat-prod li .image {
        width: 100%;
        height: 265px;
    }
    .shop-items-wrap .right {
        width: 535px;
        padding: 16px 0px 0 0;
    }
    .shop-items-wrap .mix-container .mix .image {
        height: 185px;
    }
    .ca-posts .right {
        width: 560px;
    }
    .search-filter-results .single-post-item {
        width: 32%;
    }
    .search-filter-results .single-post-item #hero-image {
        height: 190px;
    }
    .search-filter-results .single-post-item .title a {
        font-size: 12px;
        line-height: 1.5;
    }
    .ca-posts .left label {
        letter-spacing: 0.05rem;
    }
    .ca-posts .left {
        width: 200px;
    }
    .ca-posts .left label {
            padding: 6px 0 1px 0!important;
    }
    .blog-index-wrap .inside .right {
        width: 260px;
    }
    .blog-index-wrap .inside .left {
        width: 525px;
    }
    .blog-index-wrap .inside .left .archive-wrap article #hero-image {
        height: 340px;
    }
    .single-fave .flex #hero-image {
        width: 135px;
        height: 135px;
    }
    .single-fave .title a {
        color: #373737;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        display: block;
        line-height: 1.5;
        margin: 14px 0 0;
        padding: 0 27px 0 0px;
    }
    .contact-area-flex .left {
        width: 40%;
    }
    .contact-area-flex .left .desc p {
        padding: 0 59px;
    }
    .contact-area-flex .right {
        width: 58.5%;
    }
    #gform_submit_button_2 {
        max-width: 340px;
    }
    .gallery-flex .image {
        height: 275px;
    }
    .about-text {
        height: auto;
    }
    .about-youtube iframe {
        width: 100%;
        height: 430px;
    }
    .about-text {
        max-width: 95%;
    }
    ul.team .member .left {
        padding: 42px 30px 20px 30px;
    }
    ul.team .member:nth-child(2) .left {
        padding: 42px 30px 20px 30px;
    }
    ul.team .member:nth-child(3) .left {
         padding: 42px 30px 20px 30px;
    }
    .mvps li .image {
        height: 270px;
    }
    .the-footer .insta .instabox {
        height: 120px;
    }
    .the-footer .insta .instabox h3 {
        margin: 11px auto -6px;
    }
    .footer-color .inner .flex .left h3 {
        letter-spacing: 0.05rem;
        font-size: 11px;
    }
    .footer-color .inner .flex .left {
        padding: 9px 50px 5px 0;
    }
    .category-wrap .inner .right {
        width: 545px;
    }
    .category-wrap .inner .right #hero-image {
        width: 285px;
    }
    .extras-wrap .right .image {
        height: 295px;
    }
    .extras-wrap .left iframe {
        width: 100%;
        height: 295px;
    }
    .extras-wrap .right .image .inner {
        width: 300px;
        height: 185px;
    }
    .extras-wrap .right .image .inner h2 {
        margin: 18px 0 0 0;
    }
    .extras-wrap .right .image .inner .desc {
        padding: 0 23px;
    }
    .home-links-wrap ul .image {
        height: 315px;
    }
    .home-links-wrap ul li .text-wrap {
        width: 70%;
    }
    .top-wrap .flex .right {
        width: 280px;
    }
    .top-wrap .flex .right .title-wrap h4 {
        font-size: 12px;
    }
    .top-wrap .flex .left {
        width: 505px;
    }
    .top-wrap .flex .left .flex .righty {
        padding: 10px 25px 10px;
    }
    .top-wrap .flex .left .flex .righty p.date {
        margin: 15px 0 0 0;
    }
    .top-wrap .flex .left .flex .lefty #hero-image, .top-wrap .flex .right .background {
        height: 330px;
    }
    .the-header .main .right {
        width: 440px;
    }
    .ubermenu .ubermenu-row {
        max-width: 800px!important;
        margin: 0 auto!important;
    }
    .ubermenu .latest-post {
        width: 150px;
    }
    .ubermenu .latest-post #hero-image {
        width: 150px;
        height: 150px;
    }
    .menu-highlight .left {
        width: 120px!important;
        height: 148px!important;
        background-size: cover;
        background-position: center;
        margin: 0 0 0 -25px!important;
    }
    #menu-categories {
        column-count: 2;
        -ms-column-count: 2;
        -webkit-column-count: 2;
        border-right: 2px solid #e8e9e7;
        width: 203px;
        padding: 23px 23px 5px 0;
        margin: -36px 14px 0 10px;
    }
    #menu-sub {
        text-align: left;
        width: 133px;
        margin: 15px 0 0 -30px;
    }
    .menu-highlight .right {
        width: 160px!important;
        background: #EBEDEA;
        padding: 5px 0 8px;
    }
    .menu-highlight .right h4 {
        margin: -4px 0 0;
    }
    #menu-categories a {
        font-style: italic;
        display: block;
        letter-spacing: 0.0rem;
        font-size: 12px;
        line-height: 1.2;
    }
    #menu-categories li {
        margin-bottom: 10px;
    }
    .ubermenu h3.ubermenu-widgettitle {
        padding: 0 0 0 9px;
        margin: 0 0 18px 15px!important;
    }
}


@media all and (max-width: 810px) {
    .general-page, #one, .gallery-wrap, .shop-upper .flex, .shop-items-wrap, .ca-upper h1.title, .ca-upper .flex, .ca-posts, .blog-index-wrap, .contact-area-flex, .about-wrapper, .the-footer .insta, .footer-color .inner, .category-wrap .inner, .the-header .main .inner, .top-wrap, .home-links-wrap ul {
        max-width: 500px;
    }
    .the-header .top-bar .inner {
        width: 95%;
    }
    .the-header .main .left {
        width: 250px;
        margin: 5px auto -3px;
    }
    .the-header .top-bar .inner .left, .the-header .main .right {
        display: none;
    }
    .top-wrap .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .top-wrap .flex .left {
        width: 100%;
    }
    .top-wrap .flex .left .flex {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }
    .top-wrap .flex .left .flex .righty .desc p {
        padding: 0;
    }
    .top-wrap .flex .right {
        width: 100%;
        margin: 0 auto 0;
        padding: 10px 0 0;
    }
    .form-wrap {
        width: 400px;
    }
    .form-wrap .right {
        padding: 2px 5px 0 5px;
        width: 217px;
    }
    #gform_3 {
        margin: -9px 0 0 0;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    #gform_fields_3 #field_3_1 input {
        width: 203px;
        height: 25px;
    }
    .form-wrap .right #gform_submit_button_3 {
        background: #6A7768;
        text-align: center;
        width: 75px;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
        padding: 7px 0 5px;
        letter-spacing: 0.05rem;
        font-family: 'Avenir';
        margin-top: 0px;
    }
    .highlight-section-wrap {
        height: 500px;
    }
    .highlight-section-wrap .inside {
        width: 440px;
    }
    .highlight-section-wrap .desc p {
            padding: 0 30px;
    }
    .category-wrap .inner {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .category-wrap .inner .left {
        width: 100%;
    }
    .category-wrap .inner .left ul {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 0 50px 0;
        margin-bottom: -19px;
    }
    .category-wrap .inner .left ul li {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        width: 102px;
    }
    .category-wrap .inner .left h5 {
        margin: 25px auto 25px;
        width: 80%;
    }
    .category-wrap h2 {
        text-align: center;
    }
    .category-wrap .see-all {
            margin-bottom: 25px;
        text-align: center;
    }
    .category-wrap .see-all img {
    position: absolute;
    right: 32%;
    top: 17px;
    width: 19px;
    }
    .category-wrap .inner .right ul li .righty h5 {
            margin: 40px 0 23px;
    }
    .category-wrap .inner .right #hero-image {
    width: 258px;
    height: 310px;
    }
    .category-wrap .inner .right {
    width: 100%;
    margin-bottom: 60px;
    }
    .home-links-wrap .second-logo {
        width: 270px;
        margin: 25px auto 0;
        display: block;
    }
    .home-links-wrap ul .image {
        height: 225px;
    }
    .home-links-wrap ul li .text-wrap {
        width: 80%;
        font-size: 11px;
        letter-spacing: 0.05rem;
    }
    .form-wrap .left {
        width: 171px;
    }
    .extras-wrap {
    max-width: 500px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    }
    .extras-wrap .left, .extras-wrap .right {
        width: 100%;
    }
    .home-shop-wrap .inner {
        max-width: 500px;
    }
    .custom-shop-one {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .custom-shop-one .image {
        width: 140px;
        height: 190px;
        background-size: cover;
        background-position: center;
        margin: 0 auto 20px;
    }
    .custom-shop-one {
        max-width: 63%;
    }
    .home-shop-wrap {
        background-size: 32%;
    }
    .the-footer .insta {
        margin: 20px auto 0;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .the-footer .insta .instabox {
        height: 90px;
        width: 55%;
        background-size: 42%;
        padding-top: 5px;
        margin: 0 auto 0;
    }
    .the-footer .insta .instagram {
        width: 100%;
    }
    .footer-color {
        margin: 5px 0 0;
    }
    .footer-color .inner .flex .left {
        padding: 0 0 15px;
        border: none;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid white;
    }
    .footer-color .inner .flex .right {
        width: 100%;
        padding: 0;
        margin: -10px auto 20px;
        text-align: center;
    }
    .footer-color .inner .creds {
        border-top: 2px solid white;
        text-align: center;
        padding: 15px 0 0;
        font-family: 'Avenir';
        color: #5D5D5D;
        font-size: 9px;
        letter-spacing: 0.04rem;
    }
    .footer-color .inner .flex .left h3, .footer-color .inner .flex .left .desc {
        text-align: center;
    }
    .footer-color .inner .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .gallery-flex .image {
        height: 165px;
    }
    .about-intro {
    color: #373737;
    text-align: center;
    margin: 50px auto 45px;
    font-size: 12px;
    letter-spacing: 0.1rem;
    max-width: 90%;
    line-height: 2;
    }
    .about-text {
    max-width: 95%;
    column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
    }
    .about-text p {
        margin: 0 0 15px;
    }
    #about2 {
        height: auto;
    }
    ul.team .member {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    ul.team .member .left {
    padding: 30px 30px 20px 30px;
    width: 100%;
    }
    ul.team .member .right {
    width: 250px;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: 25px auto 0;
    }
    .mvps {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .mvps li {
    width: 47.7%;
    text-align: center;
    margin-bottom: 40px;
    }
    .photo-creds {
            margin: 5px auto -32px;
    }
    .photo-creds .photo-title {
        font-size: 13px;
    }
    .photogs li a {
    color: #6a7768;
    font-family: 'Avenir';
    font-size: 10px;
    letter-spacing: 0.05rem;
    }
    .photogs {
        line-height: 1.7;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .about-youtube iframe {
        width: 100%;
        height: 290px;
    }
    .contact-area-flex .left {
    width: 100%;
    padding-top: 50px;
    }
    .contact-area-flex .right {
    width: 100%;
    }
    .contact-area-flex .right h2 {
        margin: 40px 0 22px 0;
    }
    .contact-area-flex, .shop-upper .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .shop-upper .flex .left {
    width: 100%;
    margin: 0 auto 20px;
    }
    .shop-upper .flex .left h2 {
            margin: 5px 0 20px;
    }
    .shop-upper .flex .right {
        width: 100%;
    }
    .shop-upper .flex .right .feat-prod li .image {
        width: 100%;
        height: 210px;
    }
    .shop-items-wrap .mix-container .mix {
        width: 48%;
        margin-bottom: 15px;
    }
    .shop-items-wrap .right {
        width: 315px;
        padding: 16px 0px 0 0;
    }
    .shop-items-wrap .mix-container .mix .image {
        height: 155px;
    }
    .shop-items-wrap .left ul li button {
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    color: black;
    background: rgba(235, 237, 234, 0.66);
    width: 100%;
    padding: 12px 0 9px;
    margin-bottom: 15px;
    line-height: 1;
    }
    .shop-items-wrap .left h2 {
        font-size: 12px;
    }
    .shop-line {
    width: 100%;
    border-bottom: 2px solid rgba(194, 196, 192, 0.38);
    margin: 50px auto 5px;
    }
    .shop-items-wrap .left {
        width: 160px;
    }
    .blog-index-wrap .inside, .ca-upper .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .ca-upper h1.title {
        text-align: center;
    }
    .ca-upper .flex .left {
    width: 100%;
    margin: 0 auto 35px;
    }
    .ca-upper .flex .right {
    width: 100%;
    position: relative;
    }
    .ca-upper .flex .right ul li a #hero-image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    }
    .search-filter-results .single-post-item {
        width: 48%;
    }
    .ca-posts .right {
        width: 300px;
    }
    .ca-posts .left {
        width: 170px;
    }
    .ca-posts .left label {
    padding: 10px 0 4px 0!important;
    line-height: 1.5;
    }
    .search-filter-results .single-post-item #hero-image {
        height: 150px;
    }
    #slider img {
    height: 280px;
    margin: 0 3px;
    }
    #one .flexy .imagelinks {
    width: 48.7%;
    }
    .responsive-menu-pro-open .responsive-menu-pro-inner, .responsive-menu-pro-open .responsive-menu-pro-inner::before, .responsive-menu-pro-open .responsive-menu-pro-inner::after {
    background-color: rgb(17, 17, 16)!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        text-transform: uppercase!important;
        font-size: 13px!important;
        color: #373737;
        letter-spacing: 0.1rem;
    }
    .blog-index-wrap .inside .left {
        width: 100%;
    }
    .blog-index-wrap .inside .left .archive-wrap article #hero-image {
        height: 295px;
    }
    .blog-index-wrap .inside .right {
        width: 300px;
        margin: 0 auto;
    }
}

@media all and (max-width: 515px) {
    .ca-upper .flex .left img {
    width: 80px;
    margin: 0;
    display: block;
    }
    .ca-upper .flex .left {
    width: 100%;
    margin: 0 auto 10px;
    }
    .the-header .top-bar .inner .right li {
        margin: 4px 11px 0 0px;
    }
    .general-page, #one, .gallery-wrap, .shop-upper .flex, .shop-items-wrap, .ca-upper h1.title, .ca-upper .flex, .ca-posts, .blog-index-wrap, .contact-area-flex, .about-wrapper, .the-footer .insta, .footer-color .inner, .category-wrap .inner, .the-header .main .inner, .top-wrap, .home-links-wrap ul {
            max-width: 350px;
    }
    .top-wrap .flex .left .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .top-wrap .flex .left .flex .lefty, .top-wrap .flex .left .flex .righty {
        width: 100%;
    }
    .top-wrap .flex .left .flex .righty {
        padding: 10px 25px 30px;
    }
    .newsletter {
        height: 160px;
    }
    .newsletter .icon {
    height: 56%;
    display: block;
    position: absolute;
    left: -11px;
    opacity: 0.5;
    top: -7px;
    }
    .newsletter:after {
        display: none;
    }
    .form-wrap {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    width: 100%;
    }
    .form-wrap .left {
        width: 91%;
    }
    .form-wrap .right {
    padding: 2px 5px 0 5px;
    width: 100%;
    border: none;
    margin: 10px 0 10px;
    }
    .home-links-wrap ul {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .home-links-wrap ul li {
    width: 85%;
    margin: 0 auto 30px;
    }
    .home-links-wrap ul .image {
        height: 290px;
    }
    .highlight-section-wrap .inside {
    width: 350px;
    padding: 10px 0;
        height: 290px;
    }
    .highlight-section-wrap .inside .icon {
        width: 75px;
        margin: 0 auto 0;
    }
    .highlight-section-wrap .desc p {
        padding: 0 30px;
        font-size: 12px;
    }
    .highlight-section-wrap .extra {
    color: #969696;
    font-family: 'Avenir';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    margin: 6px auto 10px;
    }
    .highlight-section-wrap{
        max-width: 100%;
        height: 385px;
    }
    .category-wrap .inner {
            margin: 35px auto 0;
    }
    .category-wrap .inner .left ul {
            padding: 0 0px 0;
    }
    .category-wrap .see-all img {
            right: 21%;
    }
    .category-wrap .inner .right ul li.shown {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .category-wrap .inner .right #hero-image {
    width: 100%;
    height: 310px;
    }
    .category-wrap .inner .right ul li .righty {
    width: 100%;
    }
    .category-wrap {
        background-size: 32%;
    }
    .extras-wrap {
        max-width: 350px;
    }
    .extras-wrap .left iframe {
    width: 100%;
    height: 243px;
    }
    .extras-wrap .right .image .inner {
    width: 90%;
    height: 206px;
    }
    .home-shop-wrap .inner {
        max-width: 350px;
    }
    .custom-shop-one {
        max-width: 290px;
        margin: 20px auto 20px;
    }
    .custom-shop-one .image {
    width: 135px;
    height: 185px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px;
    }
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%!important;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item:last-child {
        display: none;
    }
    .the-footer .insta .instabox {
        width: 93%;
    }
    .footer-color .inner .flex .left h3 {
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 1.5;
    }
    .footer-color .inner .flex .right .one, .footer-color .inner .flex .right .two, .footer-color .inner .flex .right .three {
        width: 32%;
    }   
    .footer-color .inner .creds p {
    margin-bottom: 15px;
    line-height: 2;
    }
    .gallery-flex {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .gallery-flex .image {
        height: 215px;
        width: 49%;
        margin-bottom: 5px;
    }
    .mvps li .image {
        height: 200px;
    }
    .contact-area-flex .left .desc p {
        padding: 0 5px;
    }
    .blog-index-wrap {
        margin: 20px auto 0;
    }
    .blog-index-wrap .inside .left .archive-wrap article #hero-image {
        height: 210px;
    }
    .blog-index-wrap .inside .left .archive-wrap article .title a {
        font-size: 11px;
    }
    .blog-index-wrap .inside .right {
    width: 240px;
    margin: 0 auto;
    }
    #text-2 a {
        font-size: 10px;
    }
    #search-2 .widget-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 26px 0 15px;
    color: rgba(0, 0, 0, 0.65);
    position: relative;
    padding-right: 50px;
    }
    .full-post p em {
        line-height: 1;
    }
    .full-post h1 {
        padding: 0;
    }
    .single-post .favorites {
            padding: 22px 10px 28px;
    }
    .single-post .favorites .slick-next {
        right: 0;
    }
    .single-post .favorites .slick-prev {
        right: 65px;
    }
    .single-fave .flex #hero-image {
        width: 93%;
        height: 90px;
    }
    .single-fave .title a {
        color: #373737;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        display: block;
        line-height: 1.5;
        margin: 14px 0 0;
        padding: 0 10px 0 0;
    }
    .shop-upper .flex .right .feat-prod li .image {
        width: 100%;
        height: 155px;
    }
    .single-post .blog-index-wrap .inside .left h2 {
        padding: 0;
    }
    .about-youtube iframe {
        width: 100%;
        height: 245px;
    }
    .shop-items-wrap, .ca-posts {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .shop-items-wrap .left, .shop-items-wrap .right {
        width: 100%;
    }
    .ca-upper .flex .right ul li a #hero-image {
        height: 170px;
    }
    .ca-posts .left {
        width: 100%;
    } 
    .ca-posts .right {
        width: 100%;
        margin: 40px auto 0;
    }
    #one .flexy .imagelinks .singleImage {
        height: 160px;
    }
    #one .flexy .imagelinks .lower h3 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
    margin: 10px auto 20px;
    }
    .ca-posts .left .desc:after {
    content: "SHOW CATEGORIES";
    display: block;
    color: black;
    background: rgba(235, 237, 234, 0.66);
    text-align: center;
    padding: 10px 0 7px;
    font-size: 12px;
    letter-spacing: 0.1rem;
    margin: 10px auto 0;
    }
    .shop-items-wrap .left .desc p:after {
        content: "SHOW CATEGORIES";
        display: block;
        color: black;
        background: rgba(235, 237, 234, 0.66);
        text-align: center;
        padding: 10px 0 7px;
        font-size: 12px;
        letter-spacing: 0.1rem;
        margin: 10px auto 0;
    }
    .shop-items-wrap .left .desc p {
        padding: 0;
    }
    .shop-items-wrap .left ul{
        height: 0;
        overflow: hidden;
    }
    .shop-items-wrap .left ul.full {
        height: auto;
    }
    .ca-posts .left .searchandfilter {
        height: 0px;
        overflow: hidden;
    }
    .ca-posts .left .searchandfilter.full {
        height: auto;
    }
    .extras-wrap .right .image {
        height: 240px;
    }
    .extras-wrap .right .image .inner {
    width: 90%;
    height: 175px;
}
.extras-wrap .right .image .inner h2 {
    margin: 12px 0 0 0;
}
}

@media all and (max-width: 370px) {
.general-page, #one, .gallery-wrap, .shop-upper .flex, .shop-items-wrap, .ca-upper h1.title, .ca-upper .flex, .ca-posts, .blog-index-wrap, .contact-area-flex, .about-wrapper, .the-footer .insta, .footer-color .inner, .category-wrap .inner, .the-header .main .inner, .top-wrap, .home-links-wrap ul {
    max-width: 90%;
}
.highlight-section-wrap .inside {
    width: 87%; 
}
.extras-wrap {
    max-width: 97%;
}
}