/*
Theme Name: Organic Web Shop Themedemo selection
Theme URI: http://www.colibri-interactive.com/themes/organicwebshop
Author: Colibri Interactive
Author URI: http://www.colibri-interactive.com/
Description: Organic Web Shop WordPress Theme by Colibri Interactive
Version: 1.0
License:
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

body {
	font-family: 'Open Sans', sans-serif;
	background: #f1eee8 url('https://colibri-interactive.com/themes/organicwebshop/wp-content/themes/themeselection/images/page_bg_jute.jpeg') center center repeat;
}
img.ci-divider {
	display: block;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
header {
	margin: 70px 0;
	text-align: center;
}
.ci-logo {
	width: 500px;
	height: auto;
}
.ci-theme-desc {
	margin: 25px 0;
	font-size: 14px;
	color: #3f3225;
}
a.ci-purchase-btn,
a:hover.ci-purchase-btn {
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	display: block;
	font-weight: 800;
	color: #fff;
	background: #648925;
	text-transform: uppercase;
}
a:hover.ci-purchase-btn {
	text-decoration: none;
	background: #729e27;
}
a.ci-purchase-btn h3 {
	margin: 10px 0 2px;
	font-size: 20px;
}
.ci-purchase-btn small {
	font-weight: 300;
	text-transform: none;
}
#ci-themedemo-slides {
	background: #ebe4dd;
}
h4 {
	color: #222;
}
.owl-nav > * {
	color: #717171;
	border-color: #717171;
}
.demo-item {
	padding: 60px 60px 100px;
}
.demo-item a {
/* 	border: 8px solid rgba(255,255,255,.65); */
	box-shadow: 0 22px 44px rgba(0,0,0,.35);
}
.demo-item a:hover {
/* 	border: 8px solid #648925; */
}

.demo-item a {
	cursor: pointer;
	position: relative;
}
.ci-open-themedemo,
.ci-img-1,
.ci-img-2 {
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	transition: all .5s;
}
.ci-img-1,
.ci-img-2 {
	top: 0;
}
.ci-open-themedemo {
	width: 100%;
	display: block;
	bottom: 0;
	text-align: center;
	z-index: 2;
	opacity: 1;
}
.ci-starter-container {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	background: rgba(114, 158, 39,1);

}
.ci-img-1 {
	opacity: 1 !important;
}
.ci-img-2 {
	opacity: 0 !important;
}
.demo-item a:hover .ci-img-1 {
	opacity: 0 !important;
}
.demo-item a:hover .ci-img-2 {
	opacity: 1 !important;
}

.ci-img-responsive-design {
	max-width: 1200px;
	height: auto;
}


#ci-theme-benefits,
#ci-theme-benefits a {
	text-align: center;
	font-weight: 400;
	color: #4a4542;
}
#ci-theme-benefits a {
	text-decoration: underline;
}
h2.ci-section-hl {
	margin: 80px 0 50px;
	font-size: 30px;
	color: #222;
}
.ci-clear {
	clear: both;
}
.ci-benefit-container {
	width: 33%;
/* 	height: 230px; */
	padding: 20px 60px;
	float: left;
}

.ci-benefit-container i.fa {
	font-size: 30px;
	color: #66872d;
	margin-bottom: 8px;
}
.ci-benefit-container h4 {
	font-size: 24px;
	color: #222;
	margin-bottom: 20px;
}

.ci-five-star-rating {
	color: #ffb21e;
}
#ci-testimonial-slides {
	background: url('http://colibri-interactive.com/themes/organicwebshop/wp-content/themes/themeselection/images/bg4.jpg') center center repeat;
}
quote {
	display: block;
	margin: 10px 0;
	font-size: 18px;
	font-weight: 800;
	color: #4d4d4d;
}
.ci-quote-author {
	font-size: 14px;
	color: #787878;
}
@media only screen and (min-width: 1024px) {
	.ci-content-container>.ci-benefit-container:nth-of-type(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1023px) {
	.ci-img-responsive-design {
		max-width: 100%;
	}
	.ci-benefit-container {
		width: 50%;
	}
	.ci-content-container>.ci-benefit-container:nth-of-type(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 640px) {
	.ci-benefit-container {
		width: 100%;
	}
	.ci-content-container>.ci-benefit-container:nth-of-type(1n+1) {
		clear: both;
	}
}