/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) Form Elements
 2.0.4) List styles
 2.0.5) General Text Formatting
 2.0.6) Link elements
 2.0.7) Table Elements
 2.0.8) Button Styles
 2.0.9) Sprite Icons
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: 'montserratregular';
}
/*
 2.0.1) Font Face
 -----------------------------*/
@font-face {
	font-family: 'cormorant_garamondbold';
	src: url('../fonts/cormorantgaramond-bold-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondbold_italic';
	src: url('../fonts/cormorantgaramond-bolditalic-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamonditalic';
	src: url('../fonts/cormorantgaramond-italic-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondlight';
	src: url('../fonts/cormorantgaramond-light-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondLtIt';
	src: url('../fonts/cormorantgaramond-lightitalic-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondmedium';
	src: url('../fonts/cormorantgaramond-medium-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondMdIt';
	src: url('../fonts/cormorantgaramond-mediumitalic-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-mediumitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondregular';
	src: url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondsemibold';
	src: url('../fonts/cormorantgaramond-semibold-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cormorant_garamondSBdIt';
	src: url('../fonts/cormorantgaramond-semibolditalic-webfont.woff') format('woff2'), url('../fonts/cormorantgaramond-semibolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold-webfont.woff') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.woff') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratlight';
	src: url('../fonts/montserrat-light-webfont.woff') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratmedium';
	src: url('../fonts/montserrat-medium-webfont.woff') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratsemibold';
	src: url('../fonts/montserrat-semibold-webfont.woff') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratthin';
	src: url('../fonts/montserrat-thin-webfont.woff') format('woff2'), url('../fonts/montserrat-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
}
h1 {
	font-size: 6.0em;
	color: #ffffff;
	margin-bottom: 30px;
	font-family: 'cormorant_garamondregular';
}
h2 {
	font-size: 4.4em;
	color: #4d4a50;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Lora', serif;
}
h3 {
	color: #45995e;
	font-family: "montserratregular";
	font-size: 1.8em;
	line-height: 25px;
	text-align: center;
}
h4 {
	font-size: 2em;
	color: #45995e;
	font-family: "montserratregular";
	margin-bottom: 30px;
}
h5 {
	font-size: 1.6em;
	color: #64737a;
	font-family: "montserratregular";
	margin-bottom: 15px;
}
h6 {
	color: #1aabbf;
	font-weight: 600;
	line-height: 16px;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}
input,textarea {
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: normal;
	margin-bottom: 15px;
	padding: 0 10px;
	width: 100%;
	font-family: 'montserratlight';
	
}
input:focus, select:focus, textarea:focus, button:focus {

	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.globe-btn,.submit-btn {
	background: #459a5f;
	color: hsl(0, 0%, 100%);
	display: block;
	font-size: 1.2em;
	margin: 0 auto;
	max-width: 180px;
	padding: 14px 0;
	text-transform: uppercase;
	font-family: 'montserratregular';
	text-align: center;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.globe-btn:hover {
	border: 2px solid #459a5f;
	background: none;
	color: #459a5f;
}
.white-btn {
	background: none;
	border: 2px solid #fff;
}
.white-btn:hover {
	background: #fff;
	color: #459a5f;
}
.submit-btn {
	width: 180px;
}

/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: none;
	margin: 0;
}
ol {
	list-style-type: none;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 1.8em;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	font-family: 'montserratlight';
	margin-bottom: 34px;
}

.sm-para {
	color: #555259;
	font-size: 1.2em;
}
.sm-para14,
.sm-para14 p {
	color: #555259;
	font-size: 14px;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {

	font-size: 85.71429%;
	line-height: 1.75;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	color: #1aabbf;
	text-decoration: none;
}
a:hover, a:focus {
	color: #1aabbf;
	text-decoration: none;
}
a:active {
	outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
	display: inline-block;
	font-size: 1.6em;
	color: #ffffff;
	line-height: normal;
	vertical-align: middle;
	padding: 10px 13px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #1aabbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn:hover, .btn:focus, input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus {
	color: #ffffff;
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(https://www.3ccannabis.com/wp-content/themes/3c/images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 22px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 20px;
}

/* Containers
 ----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.border-bn {
	border-bottom: none !important;
}

.border-b {
	border-bottom: 1px solid #dedede;
}
/*
 3.) Site Wide Content
 ------------------------------*/
header {
	width: 100%;
	padding: 10px 0;
	position: fixed;
	z-index: 10;
}
.home header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 20px 0 0 0;
	background-color: transparent;
	transition: background-color 0.5s ease;
}
.content {
	padding-top: 68px;
}
.home .content{
	padding-top: 0;
} 
.fix-header header {
	position: fixed;
	background-color: #fff;
	padding-bottom: 10px;
}

#menu-header {
	margin-top: 5px;
}
.header.static {
	position: static;
	background: #459a5f;
	padding: 10px 0;
}
.header.static .main-navigation {
	padding-top: 16px;
}

.logo {
	width: 30%;
	float: left;
	position: relative;
	padding: 0 0 0 81px;
}
.logo small {
	display: block;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.4;
	font-family: 'montserratregular';
}
.logo a img {
	position: absolute;
	top: 0;
	left: 0;
}
.main-navigation {
	float: right;
	width: 67%;
	text-align: right;
}
.secondary-footer li {
	display: inline-block;
	font-size: 1.2em;
	font-family: 'montserratregular';
	text-transform: uppercase;
}

.main-navigation li {
	display: inline-block;
	font-family: montserratregular;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.91;
	letter-spacing: 0.3px;
	text-align: center;
	color: #00924c;
	text-transform: uppercase;
}
	


.main-navigation li a, .secondary-footer li a {
	color: #00924c;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.secondary-footer li a {
	margin-right: 25px;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	background-color: transparent;
	color: rgba(0, 146, 76, 0.5);
}

.footer {
	border-top: 1px solid #dddddd;
}
.primary-footer {
	padding: 49px 0 32px;
	background: #f8f8f8;
}
.primary-footer h2 {
	color: #459a5f;
}
.primary-footer li {
	display: inline-block;
	margin: 15px 12px;
}
.secondary-footer {
	padding: 45px 0 27px;
	background: #016950;
}
.secondary-footer ul {
	margin-bottom: 21px;
}
.copy-right {
	font-family: 'montserratregular';
	font-size: 1.2em;
	color: #7db2a2;
}

.cntct-frm-wrp input[type="text"],
.cntct-frm-wrp input[type="email"],
.cntct-frm-wrp textarea {
	color: #000;
}

.cntct-frm-wrp .submit-btn {
	padding: 6px 0;
}

.box-br {
	min-height: 350px!important;
}