/*
Theme Name: Organic MC
Theme URI: http://www.420webpros.com
Author: 420 Web Pros
Author URI: http://www.420webpros.com
Description: Organic MC CMS Theme virtual collective theme by 420 Web Pros
Version: 2
Tags: 420, Organic MC, Organic MC CMS Theme, white, green, collective, virtual, delivery, vc, collective
Text Domain: omc2
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700);

html, body, #wrapper { height: 100%; min-width: 1010px; }
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #f7f7f7;
	color: #58595b;
	font: 16px/30px 'Roboto', sans-serif;
}
.inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
h1 {
	margin: 30px 0 63px;
	font-size: 61px;
	line-height: 69px;
	color: #83c341;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 a:link, h1 a:visited,
h1 a:active, h1 a:hover {
	color: #3f3e40;
}
h2 {
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 12px;
	color: #000;
}
h2 a {
	color: #8cc63f;	
}
h3 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	margin: 0;
}
a:link, a:active, a:visited {
	color: #58595b;
}
a:hover {
	color: #58595b;
	text-decoration: none;
}
.nospace {
	margin: 0 !important;
	padding: 0 !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright, img[align=right] {
	margin: 0 0 22px 30px;
	display: inline;
}
img.alignleft, div.alignleft, img[align=left] {
	margin: 0 30px 22px 0;
	display: inline;
}
a img {
	border: none;
}

/*BEGIN HEADER*/
.header {
	background: url('img/header-bg.jpg') bottom left repeat-x #f7f7f7;
	height: 165px;
	position: relative;
}
.header h1 {
	margin: 42px 0 0;
}
.header h1 a {
	display: block;
	width: 298px;
	height: 116px;
	background-image: url('img/logo.jpg');
}
.header .request-app {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background-color: #1e1916;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font: bold 14px/20px 'Roboto', sans-serif;
	text-decoration: none;
	padding: 7px 15px;
	transition: background-color .1s ease;
}
.header .request-app:hover {
	background-color: #83c341;
	transition: background-color .1s ease;
}
.header .header-notice {
	position: absolute;
	bottom: 0;
	left: 440px;
	height: 33px;
	font: 14px/33px 'Roboto', sans-serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
}
/*END HEADER*/

/*BEGIN MAIN NAV*/
.main-nav {
	float: right;
	border-top: 1px solid #d0d0d0;
	margin-top: 58px;
	font-family: 'Josefin Sans', sans-serif;
}
.main-nav ul,
.main-nav > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav > ul > li {
	position: relative;
	float: left;
	display: block; 
	height: 66px;
	line-height: 66px;
	z-index: 2;
}
.main-nav > ul > li > a {
	border-top: 2px solid transparent;
	text-decoration: none;
	display: block;
	padding: 0 13.5px;
	text-transform: uppercase;
	color: #120b07;
	font-size: 17px;
	height: 64px;
	line-height: 55px;
	transition: border-top-color .2s ease, background-color .2s ease;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li:first-child.current-menu-item > a:hover {
	border-top-color: #8ac64c;
	background-color: #efefef;
	transition: border-top-color .2s ease, background-color .2s ease;
}
.main-nav > ul > li:first-child.current-menu-item > a {
	border-top-color: transparent;
	background-color: transparent;
}
.main-nav > ul > li > ul {
	position: absolute;
	top: 66px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	background: #EFEFEF;
	text-align: left;
	width: auto;
	display: none;
	z-index: 3;
}
.main-nav > ul > li:hover > ul {
	display: block;
}
.main-nav > ul > li > ul li {
	float: none;
	width: 100%;
	white-space: nowrap;
	border-top: 1px solid #8AC64C;
}
.main-nav > ul > li > ul li:first-child {
	border-top-width: 3px;
}
.main-nav > ul > li > ul a {
	display: block;
	padding: 0 15px;
}
/*END MAIN NAV*/

/*BEGIN FOOTER*/
.footer {
	background-image: url('img/footer-bg.jpg');
	height: 176px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.footer a:link,
.footer a:active,
.footer a:visited,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .alignleft {
	text-align: left;
	margin-right: 0;
}
.footer .alignright {
	text-align: right;
}
.footer-nav {
	margin-top: 46px;
}
.footer-nav ul,
.footer-nav > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav > ul > li {
	float: left;
	display: block;
}
.footer-nav > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.footer-nav > ul > li a:before {
	content: '-';
	display: inline-block;
	color: #fff;
	padding-right: 5px;
}
.footer-nav > ul > li:first-child a:before {
	display: none;
}
.social {
	padding-top: 60px;
}
.social a {
	position: relative;
	top: -13px;
	padding: 4px;
	background: #acc774;
	border: 1px solid #9bbd5c;
	display: inline-block;
	margin-right: 13px;
}
.social a.icon {
	position: static;
	top: auto;
	border: 0;
	padding: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("img/social-icons.png");
	margin-left: 9px;
	margin-right: 0;
}
.social a#facebook {
	background-position: -45px 0;
}
.social a#weedmaps {
	background-position: -91px 0;
}
/*END FOOTER*/

/*BEGIN CONTENT*/
.page-header {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 25px;
	padding-top: 0;
}
#main {
	margin-bottom: 50px;
}
#content {
	text-align: left;
}
.sidebar + #content {
	width: 670px;
	float: left;
}
.spinner {
	display: none;
}
.half-cont {
	position: relative;
	width: 49.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 350px;
}
.half-cont:nth-child(odd) {
	border-left: 1px solid #d0d0d0;
}
.half-cont h2 {
	margin-top: 0;
}
.service-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.half-cont:nth-child(odd) .service-icon {
	left: 45px;
}
form {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7ebb3e;
	padding: 34px 43px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}
form h2 {
	color: #fff;
	margin: 0 0 15px;
}
select,
form input[type=text],
form input[type=email],
form input[type=password] {
	width: 100%;
	height: 51px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 10px;
	color: #939393;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
}
textarea {
	width: 100%;
	height: 153px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	color: #939393;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
}
#verification_button {
	width: 50px;
	height: 50px;
	background: url('img/verification-button.png');
	border: 0;
}
#verification_button:hover {
	opacity: .75;
}
#verification_ID {
	width: 358px;
	height: 51px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 10px;
	color: #939393;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	border: 0;
	float: left;
}
#verification p.field-row {
	display: block;
	border: 2px solid #868686;
	color: #939393;
	height: 51px; 
	line-height: 51px; 
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 17.5px;
	margin-right: 40px;
	clear: both;
}
#verification p.field-row label {
	line-height: 45px;
	display: inline-block;
}
#verification p.small {
	width: 44%;
	float: left;
	margin-right: 0;
	margin-top: 0;
	clear: none;
}
#request_appointment select {
	width: 47.5%;
	float: left;
	margin-right: 0;
	clear: none;
}
select#date + select#time,
#verification p.small + .small {
	margin-left: 20px;
}
/*END CONTENT*/

/*BEING SIDEBAR*/
.sidebar {
	width: 315px;
	min-height: 358px;
	background: #7ebc3e;
	float: right;
	text-align: left;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 23px;
}
.sidebar > ul,
.sidebar > ul > li,
.sidebar > ul > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar > ul > li ul {
	margin-left: 30px;
}
.sidebar > ul > li li {
	width: 50%;
	list-style: disc;
	float: left;
	font-size: 16px;
	line-height: 32px;
}
/*END SIDEBAR*/

/*BEGIN SLIDER*/
.slider {
	height: 491px;
	margin-bottom: 48px;
	position: relative;
}
.slider-body {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	left: 0;
	height: 153px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 55px;
}
.slider-body h2 {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 38px;
	line-height: 42px;
	margin: 0;
}
.slider #prev {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 52px;
	height: 124px;
	background-image: url('img/prev-arrow.png');
	z-index: 10;
	text-indent: -999999px;
	cursor: pointer;
	opacity: .8;
	transition: opacity .2s ease;
}
.slider #next {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 52px;
	height: 124px;
	background-image: url('img/next-arrow.png');
	z-index: 10;
	text-indent: -999999px;
	cursor: pointer;
	opacity: .8;
	transition: opacity .2s ease;
}
.slider #prev:hover,
.slider #next:hover {
	opacity: 1;
	transition: opacity .2s ease;
}
/*END SLIDER*/

/*BEGIN CTA*/
.call-to-action {
	padding-bottom: 37px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 55px;
}
.call-to-action .section {
	width: 33.33%;
	display: block;
	float: left;
	text-align: left;
	min-height: 141px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 122px;
	font-family: 'Josefin Sans', sans-serif;
}
.section.our-services {
	padding-right: 20px;
	background: url("img/cta-services.png") top left no-repeat;	
}
.section.benefits {
	padding-left: 166px; 
	background: url("http://organicmc.com/wp-content/uploads/2016/10/cta-charlottes-web.png") 45px 0 no-repeat;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}
.section.verify {
	padding-left: 169px;
	background: url("img/cta-verify.png") 45px 0 no-repeat;	
}
a.cta-button {
	display: inline-block;
	border: 2px solid #434441;
	width: 139px;
	height: 27px;
	padding: 0 6px;
	color: #656763;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 500 14px/23px 'Roboto', sans-serif;
	text-decoration: none;
	background: url("img/bullet.png") 96% center no-repeat;
	transition: background-color .2s ease, color .2s ease;
}
a.cta-button:hover {
	background-color: #656763;
	color: #fff;
	transition: background-color .2s ease, color .2s ease;
}
/*END CTA*/

/*BEING UTILITY*/
button,
a.button,
input[type=submit] {
	background: #1f1a17;
	height: 51px;
	line-height: 51px;
	padding: 0 22px;
	border: 0;
	color: #f7f7f7;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	transition: background-color .1s ease;
}
button.big-button,
a.big-button,
h1 a.big-button,
input[type=submit].big-button {
	font-size: 18px;
	background: #1f1a17;
	height: 51px;
	line-height: 51px;
	padding: 0 33px;
	border: 0;
	color: #f7f7f7;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	transition: background-color .1s ease;
}
button:hover,
a.button:hover,
a.big-button:hover,
h1 a.big-button:hover,
input[type=submit]:hover {
	background-color: #83c341;
	transition: background-color .1s ease;
}
/*END UTILITY*/