/******************************************************************************************************************* 

	Theme Name: GeenLand
	Author: Silver Lane Studio
	Author URI: http://silverlanstudio.com/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	Purpose-1.0.8
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks		
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	RSS Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WooCommerce
	27. Grid
	  
*******************************************************************************************************************/

body {
	background-color: #ffffff;
	background-size:cover;
	color: #000000;
	font-size: 1.1em;
	font-family: 'PT Serif', serif;
	font-weight: 100;
	line-height:normal;
	letter-spacing:normal;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	0.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: bold;
	}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul{
	margin:0px;
	padding:10px 0px 10px 20px;
}
ul li {
	line-height:normal;
	padding:6px 0px;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	font-family: 'PT Serif', serif;
	font-weight: 300;
	margin: 20px 0px;
	padding: 20px;
	border-top: 1px solid #DDDDDD;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #DDDDDD;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.text-hide,
.container .headline.text-hide {
	font-size: 0;
	line-height: 0;
	margin-left: -999em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.align-center {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a, a:link {
	color: #67A416;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #67A416;
	text-decoration: underline;
	}
	
/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Rajdhani', sans-serif;
	font-style:normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform:none;
	letter-spacing:normal
	}
h1 {
	font-size:4em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h2 {
	font-size: 3.4em;
	margin: 4px 0px ;
	padding: 4px 0px;
	}
h3 {
	font-size: 2.8em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h4 {
	font-size: 2.2em;
	margin: 10px 0px;
	padding: 4px 0px;
	}
h5 {
	font-size: 1.6em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h6 {
	font-size: 1.2em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #67A416;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #67A416;
	text-decoratio:underline;
	border: none;
	}
.headline {
	font-size: 3.4em;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	}
.headline.img-headline {
	color: #fff;
	position: absolute;
	top: 50%;
	width: 88%;
	font-size: 4em;
	text-align: center;
	letter-spacing: -2px;
	padding: 0px 6%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:9;
	}
.headline.small {
	font-size: 2.4em;
	font-weight: 400;
	}
.title {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 0px;
	}

/************************************************
*	3.	Header  								*
************************************************/

#header {
	width: 100%;
	line-height: 0;
	margin: 0px;
	background-color:#fff;
	z-index:999;
	}
#header .logo,
#header .navmenu{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	padding:15px;
}

#header .logo{
	float:left;
	width:20%;
	padding:15px 0px;
	max-width:184px;
}
#header .logo a{
	display:block;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#header .logo img{
	margin:0px;
	display:block;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#header .navmenu{
	width:65%;
	text-align:center;
	
}
#header .header_right{
	float:right;
	width:15%;
	padding:15px;
	margin-top:35px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#header .header_social{
	float:right;
}
#header .header_cart{
	float:right;
}
#header .header_cart a{
	font-size:1.6em;
	color:#fff;
	text-decoration:none;
	position:relative;
	padding:0px 5px;
}
#header .header_cart a .cartcount{
	position:absolute;
	right:0px;
	top:0;
	font-size:14px;
}
/************************************************
*	4.	Navigation 								*
************************************************/

#navigation {
	display: block;
	position: relative;
	margin: 35px 0px 0px;
	padding: 0px;
	z-index: 99;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 220px; /* left offset of submenus need to match (see below) */
	}
ul.menu ul, ul.sub-menu {
	left: 50%;
	margin-left: -90px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline-block;
	position: relative;
	}
.menu li li {
	display: block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	top: 40px; /* match top ul list item height */
	margin-top: 0px;
	z-index: 99;
	}
.header-large .menu li:hover ul,
.header-large .menu li.sfHover ul {
	/*margin-top: -40px;*/
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
.menu {
	margin-bottom: 0;
	}
.menu ul.sub-menu, 
.menu ul.children {
	background-color: #67A416;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .12);
	}
.menu a {
	background: none;
	line-height: 40px;
	text-decoration: none;
	letter-spacing:1px;
	font-size:1em;
	margin: 0px 1px;
	padding: 0px 5px;
	color:#000 !important;
	font-weight: 700;
	text-transform:none;
	font-family: 'Rajdhani', sans-serif;
	}
	

.current-page-ancestor > a {
    color: #67a416 !important;
}
.menu a:focus, 
.menu a:hover, 
.menu a:active{
	outline: 0;
}
.menu a:hover, 
.current-menu-item a,
.menu-item:hover > a{
	background:none;
	color:#67a416 !important;
}
.current-menu-item a{
	font-weight: 600;
	color:#67a416 !important;
}
.menu li li a {
	display: block;
	background: none;
	text-transform: none;
	line-height:normal;
	margin: 0px;
	padding: 14px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
.menu li li:nth-child(2) a {
	border-top: none !important;
	}
#wrap .menu li li a,
#wrap .menu li li a:link,
#wrap .menu li li a:visited {
	color: #fff !important;
	} 
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	background: rgba(0, 0, 0, 0.04);
	outline: 0;
	} 
#wrap .menu li li a:focus,
#wrap .menu li li a:hover,
#wrap .menu li li a:active {
	color: #fff !important;
	}
.menu li li a:hover {
	color: #fff;
	}
.menu li.sfHover:hover {
	outline: 0;
	} 
.menu li {
	margin: 0px;
	}
.menu li li {
	background: none;
	text-align: center;
	margin: 0px;
	}
.menu .nav-arrow {
	position: absolute