/*
 * Custom CSS
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */

/**** Lee's Stuff****/

body .content {
    width: 100%;
}

.newsletter-signup {
    float: left;
    width: 100%;
    text-align: right;
}

@media only screen and (min-width: 700px) {
	
.masonry-page .site-inner {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
	
.site-inner {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
.related-list > li {
    width: 50%;
	}
	
.newsletter-signup {
    float: left;
    width: 50%;
    text-align: right;
}
	
}

@media (min-width: 1020px) {
.related-list > li {
    width: 25%;
	}
}

.single .content {
    max-width: 833px;
}

.masonry-page {
    background-color: #fff;
}

.content {
	padding-left: 15px;
  padding-right: 15px;
	width: 100%;
}

.single .entry-header img {
    margin-bottom: 32px;
}

.masonry-page .content .entry-content {
    padding: 20px 0
}

.masonry-page .content .entry-content a.more-link {
    font-size: 18px;
    display: block;
    margin-top: 14px;
    color: #333;
    text-decoration: none;
}

.nav-primary {
    margin-right: 30px;
}

.site-header {
    -webkit-box-shadow: none;
    box-shadow: none;
	border-bottom: solid 1px #ccc;
}

/*search toggle */
.site-header > .wrap {
    position: relative;
}

.menu-toggle {
    margin: 10px 30px 0 auto;
}

.header-search-wrap {
    display: none;
}

.js .header-search-wrap {
    position: absolute;
    z-index: 1001; /* Show above the menu toggle button */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
    height: 100%;
}

.search-visible .header-search-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-search-wrap:target {
    display: block;
    clear: both;
    position: relative;
}

.header-search-wrap input[type="search"] {
    padding: 0;
    border: 0;
}

.header-search-wrap input[type="submit"]:focus {
    right: 50px;
    margin-top: 1px;
    padding: 20px;
    border-radius: 3px;
}

.js .toggle-header-search.close:focus {
    outline: 0;
}

.toggle-header-search.close {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding: 0;
    color: #000;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translate3d(-6px,0,0);
    transform: translate3d(-6px,0,0);
}

.header-search-wrap:target .toggle-header-search.close {
    -webkit-transform: none;
    transform: none;
}

.toggle-header-search .ionicons {
    font-size: 12px;
    font-size: .7rem;
    -webkit-transform: scale(2);
    transform: scale(2);
	  color: #000;
}

.toggle-header-search.close .ionicons {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.toggle-header-search {
    position: absolute;
    right: 5px;
    top: 17px;
}

/* end search toggle */

@font-face {
    font-family: 'Suisse Light';  
    src: url(fonts/SuisseIntl-Light-WebXL.woff2);  
    font-weight: normal;  
}

@font-face {
    font-family: 'Portrait Light';  
    src: url(fonts/Portrait-Light-Web.woff2);  
    font-weight: normal;  
}

body {
    font-family: 'Suisse Light';
		font-size: 15px/1.5;
}

h1, .entry-title, .masonry-page .content .entry-title {
	font-family: 'Suisse Light';
	font-size: 28px;
	letter-spacing: 0.005em;
	line-height: 1.15;
}

.site-title {
    font-size: 2.5rem;
    font-weight: 400;
	  font-family: 'Suisse Light';
}

.single_nav_title span {
    color: #aaa;
}

/*single post navigation*/



.single_post_nav a {
	text-decoration: none;
}

.single_nav_title span, span_.subtitle {
    display: block;
    font-size: 16px;
    line-height: 1.6;
}

.single_post_next {
    float: right;
    text-align: right;
	width:45%;
}

.single_post_prev {
    float: left;
	width:45%;
}

span.sub_title {
    color: #282828;
}

.related-list {
    content: " ";
    display: table;
}

.related-posts {
	  padding: 86px 5% 37px;
}

.related-list > li {
  /*  width: 25%; */
	  float: left;
	  padding: 0 12px 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #282828;
}

h2, h3, h4, h5, h6 {
    font-family: 'Suisse Light', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

.related-list p {
    font: 15px/1.5 "Suisse Light", Arial, Verdana, sans-serif;
}

.related-list a, .entry-categories a {
    text-decoration: none;
    color: #282828;
    text-transform: capitalize;
}

.entry-content-author, .entry-categories {
    position: relative;
    font-size: 14px;
    color: #a0a0a0;
    padding-left: 51px;
    line-height: 2;
    margin: 10px 0 18px;
}

.entry-content-author a, .entry-categories a {
    color: #a0a0a0;
}

.entry-content-author:before, .entry-categories:before {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    content: " ";
    width: 37px;
    height: 1px;
    background: #dadada;
}

.related-title {
    margin-left: 12px;
	  padding-bottom: 10px;
}

span.entry-tags {
    display: none;
}

.entry-content ul.wp-block-gallery {
    margin-left: 0px;
}

.newsletter-title {
    float: left;
    width: 50%;
}

/*.newsletter-signup {
    float: left;
    width: 100%;
    text-align: right;
}*/

.footer-widget-area {
    width: 100%;
}

.newsletter-signup input[type="email"] {
    width: calc(100% - 140px);
    color: #808184;
    font-family: inherit;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: #F4F4F3;
	  margin-right: -5px;
}

.newsletter-signup input[type="submit"] {
	  width: 135px;
    display: inline-block;
    font-size: 16px;
	  font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding: 15px 15px 13px;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: #282828;
}

.newsletter-title {
	  height: 40px;
    font: 26px/1.2 "Suisse Light", Arial, Verdana, sans-serif;
    line-height: 32px;
}

.footer-widgets, .site-footer a {
    color: #b2b2b2;
	  text-decoration: none;
}

.newsletter-title span {
	color: #000;
}

input::-webkit-input-placeholder {
color: #b2b2b2 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #b2b2b2 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #b2b2b2 !important;  
}
 
input:-ms-input-placeholder {  
color: #b2b2b2 !important;  
}

footer.site-footer {
    text-align: unset;
}

.mtd-info {
    float: left;
    width: 50%;
}

.unit.one-of-two {
    float: left;
    width: 50%;
    text-align: right;
}

.social-share-icons a {
    padding-left: 15px;
}

.social-share-icons {
    display: inline-block;
}

.social-share-icons i {
    color: #000;
}

.search img {
    margin-bottom: 14px;
}

.pagination a {
    text-decoration: none;
    color: #282828;
}

.pagination a:hover {
    color: #aaa;
}

.masonry-page .content .entry-content a.more-link:hover {
    color: #aaa;
}

.entry-content-author a:hover, .entry-categories a:hover {
    color: #333;
}

.sbi_photo_wrap a:after {
    -webkit-transition: 0.35s ease-in-out opacity;
    -transition: 0.35s ease-in-out opacity;
    transition: 0.35s ease-in-out opacity;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    content: '\f16d';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
}

.sbi_photo_wrap a:hover {
opacity: 0.75;
}

.sbi_photo_wrap a:hover:after {
    opacity: .75;
}

.before-footer .widget {
    margin-bottom: 0px;
}

.sbi_photo_wrap a:after {
    -webkit-transition: 0.35s ease-in-out opacity;
    -transition: 0.35s ease-in-out opacity;
    transition: 0.35s ease-in-out opacity;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    content: '\f16d';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
}

.sbi_photo_wrap a:hover {
opacity: 0.75;
}

.sbi_photo_wrap a:hover:after {
    opacity: .75;
}

.before-footer .widget {
    margin-bottom: 0px;
}

#sb_instagram {
	padding-bottom: 0 !Important;
}

.product-titles {
	position: relative;
}

.product-titles:after, .product-titles:before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    content: '';
    background: #dadada;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.product-titles:before {
    left: 0;
}

.product-titles:after {
    left: 0;
}

.product-titles_txt {
    padding-top: 3px;
    padding-bottom: 4px;
    position: relative;
    z-index: 5;
    background: #fff;
	font-size: 30px
}

.product-heading {
	text-align: center;
}

.product-heading .product-titles_txt {
    padding-left: 15px;
    padding-right: 15px;
}

.entry-content img, .featured-image-class img {
    width: 100%;
}

.button, .prodinfo {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
	background-color: transparent;
    /* width: 49%; 
    display: inline-block; */
	padding: 0px;
	margin-bottom: 30px;
	
}

.button a, .prodinfo a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    transition: all 0.35s;
    /* display: inline-block; */
    height: 60px;
    font-weight: 300;
    line-height: 60px;
    width: 100%;
    color: #161616;
    letter-spacing: 2px;
    border: 1px solid #161616;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: transparent;
	padding: 15px
}

.button a:hover, .prodinfo a:hover {
	background: #161616;
    color: #fff;
    }
.button:hover, .prodinfo:hover {
	background-color:transparent;
}

.before-header.widget-area {
    text-align: center;
    padding-top: 30px;
	background-color: #000
}

.wp-block-cover, .wp-block-cover-image {
    margin: 0 0 0;
}

.entry-content .alignwide {
        margin-left  : -80px !Important;
        margin-right : -80px !Important;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 ) !Important;
        margin-right : calc( -100vw / 2 + 100% / 2 ) !Important;
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw !Important;
    }

/*Buying Guide Align Left Padding Removal*/

.wp-block-image .alignleft {
    margin-right: 0em !Important;
}

.wp-block-image {
    margin-bottom: 0em !Important;
}

.adsense-post {
    float: right;
    max-width: 420px;
    width: 50%;
    height: auto;
    margin: 20px 0 0 0;
    padding-right: 20px;
    position: relative;
    top: 0;
    right: 0;
}
