
.cbdencyclopedia-page .row .col-6-12:nth-child(2n) {
	margin-right: 0;
}
.cbdencyclopedia-page .row .col-6-12:nth-child(2n - 1) {
	margin-left: 0;
}
.cbdencyclopedia-page .row .column {
	margin-bottom: 0;
}
.cbdencyclopedia-page h1 {
	margin-top: 20px;
	font-weight: 600;
}
.cbdencyclopedia-page .page-sub-title {
	margin-bottom: 30px;
}
.cbdencyclopedia-page .list-item {
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	padding: 8px 8px;
	margin-bottom: 14px;
}
.cbdencyclopedia-page a.column{
	outline: 0;
}
.cbdencyclopedia-page .column:nth-child(odd){
	clear:both;
}
.cbdencyclopedia-page .list-item .wpicon {
	font-size: 10px;
	margin-left: 10px;
}
.cbdencyclopedia-page .search-form-container {
	margin-bottom: 30px;
}
.cbdencyclopedia-page .search-form {
	position: relative;
	width: 50%;
	margin: auto;
}
.cbdencyclopedia-page .search-form input {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.cbdencyclopedia-page .search-form .search-icon {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 18px;
	background: none;
	cursor: pointer;
}

.items-list .list-item {
	font-size: 16px;
	line-height: 1.6em;
	padding: 4px 8px;
}
.items-list .list-item >div:first-child {
	display: flex;
	align-items: center;
}
.items-list .list-item .difficulty-circle {
	height: 20px;
	width: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.items-list .list-item .difficulty-circle.beginner {
	background-color: #d4e6bf;
}
.items-list .list-item .difficulty-circle.intermediate {
	background-color: #fff6ca;
}
.items-list .list-item .difficulty-circle.expert {
	background-color: #f4cccc;
}

.items-list .list-item .difficulty {
	font-weight: normal;
	font-size: 13px;
}
#cbdencyclopedia-main .list-item {
	padding: 10px 8px;
	height: 58px;
	text-align: center;
}
#cbdencyclopedia-main .list-item h3 {
	font-size: 20px;
	width: 100%;
	text-align: left;
}
#cbdencyclopedia-category .categories-desktop {
	border-bottom: 1px solid #d7dce2;
	margin-bottom: 30px;
	text-align: center;
}
#cbdencyclopedia-category .categories-desktop .category-item {
	display: inline-block;
	margin-right: 40px;
}
#cbdencyclopedia-category .categories-desktop .category-item:last-child {
	margin-right: 0;
}
#cbdencyclopedia-category .categories-desktop .category-item a {
	outline: none;
}
#cbdencyclopedia-category .categories-desktop .category-item a:hover {
	color: #d12229;
}
#cbdencyclopedia-category .categories-desktop .category-item h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
#cbdencyclopedia-category .categories-mobile {
	margin-bottom: 30px;
}
#cbdencyclopedia-category .categories-dropdown {
	border-bottom: 1px solid #d7dce2;
	border-top: 1px solid #d7dce2;
	position: relative;
	font-weight: 600;
}
#cbdencyclopedia-category .categories-dropdown .selected-option>div {
	padding: 8px 8px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list {
	position: absolute;
	/*top: 0;*/
	background-color: white;
	margin-top: -0px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #d7dce2;
	background-clip: padding-box;
	left: 0;
	width: 100%;
	max-height: 440px;
	overflow-y: auto;
	z-index: 10000;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list li {
	cursor: pointer;
	padding: 8px 8px;
}
#cbdencyclopedia-category .categories-dropdown .dropdown-list li:hover {
	background-color: #d7dce2;
}
#cbdencyclopedia-category .categories-dropdown.open .wpicon-chevron-up {
	display: inline;
}
#cbdencyclopedia-category .categories-dropdown.open .wpicon-chevron-down {
	display: none;
}
#cbdencyclopedia-category .categories-dropdown.open .dropdown-list {
	display: block;
}
#cbdencyclopedia-search .search-title {
	margin-bottom: 10px;
}

.cbd-encyclopedia-main-page #columns {
	background-image: url(../images/preset/background.png);
	background-repeat: no-repeat;
	background-position: 0 -398px;
}
.cbd-encyclopedia-main-page #breadcrumb {
	display: none!important;
}
#cbdencyclopedia-main > div > img {
	max-width: 31%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	right: -50px;
}
#cbdencyclopedia-main  h1 {
	text-transform: uppercase;
	color: #00a79d;
	font-size: 30px;
	font-weight: 700;
}
#cbdencyclopedia-main .page-sub-title {
	font-size: 50px;
	max-width: 50%;
	line-height: 50px;
	font-weight: 600;
}
#cbdencyclopedia-main .page-text {
	font-size: 18px;
	max-width: 50%;
}
#cbdencyclopedia-main .related-articles a {
	font-size: 16px;
}
#cbdencyclopedia-main .page-text-bottom {
	margin: 20px 0 40px 0;
}
#cbdencyclopedia-main .item-btn {
	background-color: #d1232a;
	padding: 20px;
	width: 30%;
	margin: 30px 0 60px 0;
	border-radius: 10px!important;
	font-size: 35px;
	font-weight: 600;
	font-family: Raleway,Arial,Helvetica,sans-serif;
}
#cbdencyclopedia-main .cbd-cat-wrap {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	margin: 20px 0 20px 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fafafa;
}
#cbdencyclopedia-main .cbd-cat-wrap.cat-0 {
	background-color: white;
}
#cbdencyclopedia-main .cbd-cat-wrap img {
	border-radius: 10px;
}
#cbdencyclopedia-main .cbd-cat-wrap > div {
	width: 30%;
}
#cbdencyclopedia-main .cbd-cat-wrap h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	color: #00a79d;
	padding: 5px 0 30px 0;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > a {
	position: relative;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > a:not(.cbd-cat-img-wrap) {
	display: block;
	padding: 5px 0 5px 0;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span, .cbd-cat-wrap > div > span > a {
	font-weight: 700;
	color: #70848b;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span > a {
	text-decoration: underline;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > a > span, #cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
	position: absolute!important;
	top: 9px!important;
	left: -16px;
	color: #d12229;
}
#cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
	display: none;
}
#cbdencyclopedia-main input[name=search_query] {
	border: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 50px;
	box-shadow: none;
}
#cbdencyclopedia-main .search-form {
	display: flex;
	margin-right: 0;
}

#cbdencyclopedia-main .selectric-wrapper {
	min-width: 150px;
	max-width: 150px;
}

#cbdencyclopedia-main .selectric {
	border: none;
	height: 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #00a79d;
}
#cbdencyclopedia-main .selectric .wpicon-chevron-right {
	position: absolute;
	left: 122px;
	top: 18px;
	transform: rotate(90deg);
	color: #fff;
}
#cbdencyclopedia-main .selectric .label {
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: 7px 0;
}
#cbdencyclopedia-main.cbdencyclopedia-page .search-form .search-icon {
	top: 14px;
}
#cbdencyclopedia-main .cbd-cat-wrap > div:not(:first-child) {
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	#cbdencyclopedia-category .categories-desktop .category-item.active h2 {
		color: #d12229;
	}
}
@media (max-width: 1199px) {
	#cbdencyclopedia-main > div > img {
		right: 0;
	}
	#cbdencyclopedia-main .cbd-cat-wrap {
		font-size: 16px;
	}
	#cbdencyclopedia-main .cbd-cat-wrap h3 {
		font-size: 2em;
		line-height: 1em;
	}
}
@media only screen and (max-width: 767px) {
	#cbdencyclopedia-main h1 {
		text-align: center;
	}
	#cbdencyclopedia-main .page-sub-title {
		display: none;
	}
	#cbdencyclopedia-main .page-text {
		max-width: 100%;
		text-align: center;
	}
	.cbdencyclopedia-page .search-form {
		width: 100%;
	}
	#cbdencyclopedia-main .item-btn {
		width: 50%;
	}
	#cbdencyclopedia-main > div > img {
		position: relative;
		max-width: 300px;
	}
	#cbdencyclopedia-main .item-btn {
		margin: 20px auto 20px auto;
		font-size: 20px;
		padding: 10px;
	}
}
@media (max-width: 479px) {
	#cbdencyclopedia-main .cbd-cat-wrap > div > span > a > span {
		display: block;
	}
	#cbdencyclopedia-main .cbd-cat-wrap {
		flex-direction: column;
	}
	#cbdencyclopedia-main .cbd-cat-wrap > div {
		width: 100%;
	}
	#cbdencyclopedia-main .cbd-cat-wrap > div > a > img {
		width: 100%;
	}
	#cbdencyclopedia-main .cbd-cat-wrap > div:nth-child(2) {
		display: none;
	}
	#cbdencyclopedia-main .cbd-cat-wrap > div:nth-child(3) {
		padding: 20px 10px 20px 35px;
	}

	#cbdencyclopedia-main .selectric-wrapper {
		min-width: 90px;
		max-width: 90px;
	}
	#cbdencyclopedia-main .selectric .wpicon-chevron-right {
		left: 65px;
	}
	#cbdencyclopedia-main .search-form {
		margin: auto;
	}
}