/*
Theme Name: cbdblog
Theme URI: https://blog.cobocbd.com/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for CBD Blog
Version: 1.0.0
Text Domain: cbdblog
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

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

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

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(74, 74, 74);
	font-smoothing: antialiased;
}

a {
	color: #79ad6f;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 600;
	color: #0D2522;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select {
	background-color: #fff;
	color: rgb(74, 74, 74);
	font-family: 'Open Sans', sans-serif;
	padding: 15px;
	width: 100%;
	font-weight: 400;
	border: 2px solid #e8e8e8;
	border-radius: 4px;
	-webkit-appearance: none;
}

input[type="submit"],
.site-search button {
	background-color: #eedb75;
	color: #212934;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 18px 40px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


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

.top {
	background-color: #ffe889;
	padding: 10px 0;
	text-align: center;
	display: none;
}

.page-template-topical .top,
.page-template-topical2 .top,
.page-template-topical3 .top {
	display: block;
}

.top p {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}

.top p a {
	color: #2e3846;
}

.site-header {
	padding: 12px 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 300;
	box-shadow: 0 7px 20px rgba(0,0,0,.24);
}

.header-inner {
	position: relative;
}

.site-search {
	position: absolute;
	bottom: -75px;
	right: 0;
	width: 100%;
	max-width: 320px;
	display: none;
}

.site-branding {
	float: left;
}

.desktop-logo {
	max-width: 180px;
}

.site-right,
.site-icons {
	float: right;
}

.site-menu {
	float: right;
	padding-top: 6px;
}

.site-right {
	width: calc(100% - 360px);
}

.site-menu ul li {
	float: left;
	margin-left: 20px;
	position: relative;
}

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

.site-menu ul li a {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #2e3846;
	padding: 18px 20px;
	font-size: 14px;
}

.site-menu ul li:last-child a {
	background-color: #79ad6f;
	color: #fff;
}

.site-menu ul li.menu-item-has-children a {
	background: url('images/menu-arrow.png') no-repeat right 25px;
	background-size: 10px;
	padding-right: 25px;
}

.site-menu ul li ul {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	min-width: 220px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 10px 0;
}

.site-menu ul li:hover ul {
	display: block;
}

.site-menu ul li ul li {
	float: none;
	display: block;
	margin: 0;
}

.site-menu ul li ul li a {
	padding: 12px 20px;
	white-space: nowrap;
	display: block;
}

.site-menu ul li.menu-item-has-children ul li a {
	background: none;
	padding-right: 20px;
}

.site-icons {
	margin-left: 25px;
	padding-top: 18px;
}

.site-icons a {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}

.site-icons svg {
	width: 24px;
}

.cart-count {
	background-color: #79ad6f;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	bottom: -4px;
	right: -9px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

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

.mobile-slide {
	position: relative;
	height: 54px;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
	padding: 20px 0;
	width: 30px;
}

.mobile-slide span {
	background-color: #0d2522;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: #0d2522;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: transparent;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	background: #0d2522;
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Mobile Menu Styles
--------------------------------------------------------------*/

.mobile-menu {
	position: fixed;
	top: 121px;
	left: 0;
	width: 100%;
	height: calc(100% - 121px);
	z-index: 9999;
	background-color: #fff;
	border-top: 1px solid #eee;
	overflow-x: auto;
	display: none;
}

.mobile-menu ul {
	padding: 30px 0 20px;
}

.mobile-menu ul li {
	text-align: center;
}

.mobile-menu ul li a {
	display: inline-block;
	font-size: 18px;
	color: #2e3846;
	font-weight: 700;
	padding: 14px 0;
}

.mobile-menu ul li ul {
	display: none;
}

.mobile-menu ul li.menu-item-has-children a {
	position: relative;
}

.mobile-menu ul li.menu-item-has-children a::before {
	position: absolute;
	top: 17px;
	right: -25px;
	width: 10px;
	height: 10px;
	background: url('images/menu-arrow.png') no-repeat center;
	background-size: 10px;
	content: "";
}

.mobile-menu ul li.menu-item-has-children ul {
	padding: 10px 0;
}

.mobile-menu ul li.menu-item-has-children ul li a {
	color: #657774;
	padding: 10px 0;
}

.mobile-menu ul li.menu-item-has-children ul li a::before {
	display: none;
}

.mobile-menu .button {
	max-width: 200px;
	margin: 0 auto;
	font-size: 16px;
}

.mobile-menu .button.mobile-login,
.mobile-menu .button.mobile-shop {
	max-width: 220px;
	margin: 0 auto;
}

.mobile-menu .button.mobile-shop {
	background-color: #79ad6f;
	margin-top: 15px;
	color: #fff;
}

.mobile-menu p {
	text-align: center;
	color: rgba(34,34,34,.6);
	font-size: 12px;
	padding: 20px 0 50px;
}

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

.site-content {
	padding-top: 88px;
}

.cwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.col {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 25px;
}

.col3 {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding: 0 25px;
}

.col5 {
	flex: 1 1 20%;
	max-width: 20%;
	padding: 0 25px;
}

.page-header {
	background: url('images/ad-lander-hero-1-scaled.jpg') no-repeat center / cover;
	padding: 150px 0;
	text-align: center;
}

.button {
	background-color: #79ad6f;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	position: relative;
}

.page-header h1 {
	margin-bottom: 30px;
}

.blog-content {
	padding: 70px 0;
	position: relative;
}

.blog-bar {
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	height: 6px;
}

.blog-bar-inner {
	position: relative;
	height: 100%;
}

.blog-progress {
	width: 0;
	height: 100%;
	background-color: #79ad6f;
	content: "";
	position: absolute;
	transition: all 1s ease-in-out 0s;
}

.post-meta {
	overflow: hidden;
	padding-top: 10px;
}

.meta-image {
	max-width: 80px;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.meta-image img {
	display: block;
}

.meta-info {
	font-size: 14px;
	padding-top: 10px;
}

.meta-info p {
	font-weight: 600;
	margin-bottom: 4px;
}

.meta-info span {
	display: block;
	color: #777;
	font-size: 13px;
}

.sidebar {
	width: 23%;
	float: left;
}

.sidebar h3 {
	margin-bottom: 20px;
}

.cat-list a {
	display: block;
	color: #0D2522;
	border: 2px solid #0D2522;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 18px;
}

.cat-list a.active {
	color: #79ad6f;
	border: 2px solid #79ad6f;
}

.content-area {
	width: 72%;
	float: right;
}

.blog-list {
	text-align: center;
}

.blog-list .col {
	margin-bottom: 40px;
}

.post-inner {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	position: relative;
	height: 100%;
}

.post-inner:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.post-content-inner {
	padding: 30px 25px;
}

.post-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 250px;
	position: relative;
}

.post-img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-list h2 {
	font-size: 20px;
}

.blog-list h2 a {
	color: #0D2522;
}

.blog-list .button {
	padding: 10px 30px;
}

.nav-links {
	text-align: center;
	padding-top: 30px;
}

.nav-links a,
.nav-links span {
	font-size: 20px;
	display: inline-block;
	padding: 14px;
}

.single .content-area {
	float: none;
	text-align: left;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.single-thumbnail {
	padding: 20px 0;
}

.post-content ul,
.post-content ol {
	padding: 0 0 25px 20px;
}

.post-content ul li,
.post-content ol li {
	list-style: disc outside none;
	line-height: 1.6;
	margin-bottom: 8px;
}

.post-content ol li {
	list-style: decimal outside none;
}

.post-content ul li:last-child,
.post-content ol li:last-child {
	margin-bottom: 0;
}

.single .sidebar {
	float: right;
}

.cta {
	text-align: center;
}

.promo {
	display: none;
}

.promo-new {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

.ptext,
.pbuttons,
.ptimer {
	display: table-cell;
	vertical-align: middle;
}

.pbuttons {
	padding: 0 30px;
}

.ptext p {
	font-size: 26px;
	font-weight: 600;
	color: #0D2522;
}

.pbuttons a {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	font-size: 14px;
	background-color: #fff;
	border: 2px solid #79ad6f;
	margin-left: 10px;
	position: relative;
}

.pbuttons a.code {
	background-color: #79ad6f;
	color: #fff;
	padding-right: 40px;
}

.pbuttons a.code::after {
	background: url('images/copy.png') no-repeat center / contain;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	content: "";
	right: 12px;
}

.ptimer {
	text-align: right;
}

.home2-marquee {
	position: relative;
	overflow: hidden;
}

.home21 .home22-wrap {
	padding: 50px 0 30px;
	overflow: hidden;
	position: relative;
	border-bottom: 0;
	display: block;
}

.home2-marquee.animated .home22-wrap {
	animation: scroll2 15s linear infinite;
}

.home2-scroll {
	width: 400px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.06) 0px 0.25rem 1rem;
	margin-right: 25px;
	float: left;
	border-radius: 16px;
}

.home2-inner {
	padding: 22px;
}

.home2-inner p {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
}

.home2-img {
	display: table-cell;
	vertical-align: middle;
	width: 78px;
	text-align: center;
}

.home2-inner img {
	max-width: 200px;
	max-height: 54px;
}

@keyframes scroll2 {
	0% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(calc(-150px * 5));
	}
}

.home21 h2 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.home11-wrap, .category-slider {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}

.category-item, .home11-scroll {
	width: 480px;
	height: 300px;
	background-color: #f6f6f6;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 0.25rem 1rem;
	margin-right: 25px;
	float: left;
	border-radius: 16px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.category-item {
	height: auto;
	width: 400px;
}

.category-item-inner {
	background-color: #fffcef;
	border-radius: 24px;
	padding: 30px 40px;
}

.home3 h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	padding-top: 0 !important;
	margin-bottom: 15px !important;
}

.category-item img {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.home3 .buttons {
	overflow: hidden;
}

.benefit-content {
	height: 100%;
	max-width: none;
}

.benefit-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	max-width: 280px;
}

.benefit-content span {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
	position: absolute;
	bottom: 20px;
	left: 22px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.page-template-landing2 .home3,
.page-template-landing2 .home4,
.page-template-landing2 .home11,
.page-template-landing2 .home91 {
	padding-top: 0;
}

.page-template-landing2 .button {
	background-color: #ffe889;
	color: #0D2522;
	border-radius: 10px;
}

.page-template-landing2 .home8-cta {
	border-radius: 20px;
}

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

.site-footer {
	background-color: #0d2522;
	padding: 20px 0 30px;
	color: rgba(255, 255, 255, 0.6);
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	padding-top: 22px;
}

.footer-right a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 15px;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1400px) {
	.inner {
		padding: 0 25px;
	}

	.page-header {
		padding: 80px 0;
	}

	.blog-content {
		padding: 40px 0;
	}

	.button {
		padding: 10px 30px;
	}

	.page-header h1 {
		margin-bottom: 15px;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.cat-list a {
		font-size: 16px;
	}

	body {
		font-size: 14px;
	}
}

@media screen and (max-width : 1140px) {
	.site-header {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mobile-slide {
		display: block;
	}

	.site-menu {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 258px);
		max-width: 300px;
		background-color: #fff;
		z-index: 10;
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s;
	}

	.menu-opened .site-menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.menu-main-menu-container {
		position: relative;
		height: 100%;
	}

	.site-menu ul {
		position: absolute;
		top: 30px;
		right: 16px;
		text-align: right;
	}

	.site-menu ul li {
		float: none;
		margin-left: 0;
	}

	.site-menu ul li:last-child a {
		background: none;
		color: #79ad6f;
	}
}

@media screen and (max-width : 1000px) {
	.content-area,
	.sidebar {
		width: 100%;
		float: none;
	}

	.sidebar h3 {
		position: relative;
		border: 2px solid #0D2522;
		padding: 12px 15px 7px;
		color: #79ad6f;
	}

	.sidebar h3::before {
		position: absolute;
		top: 8px;
		right: 12px;
		content: "+";
		color: #79ad6f;
		font-size: 32px;
		line-height: 1;
	}

	.sidebar h3.opened::before {
		content: "-";
	}

	.cat-list {
		overflow: hidden;
		display: none;
	}

	.cat-list a {
		float: left;
		width: 48%;
		display: inline-block;
	}

	.cat-list a:nth-child(2n+2) {
		float: right;
	}

	.cwrap {
		margin: 0 -12px;
	}

	.col {
		padding: 0 12px;
	}

	.blog-list .col {
		margin-bottom: 20px;
	}
}

@media screen and (max-width : 767px) {
	.site-header {
		position: static;
	}

	.footer-left {
		display: none;
	}

	.site-content {
		padding-top: 0;
	}

	.col {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.site-footer {
		padding: 15px 0;
	}

	.footer-right {
		padding-top: 0;
		float: none;
		text-align: center;
	}

	.footer-right a {
		padding: 12px;
	}
}