/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, section, figure, hgroup { display: block; }  

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
   img,object,embed {max-width: 100%;}

   /* force a vertical scrollbar to prevent a jumpy page */
   html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, a:focus {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* Micro Clearfix Hack */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.cf:after { clear: both; }  
.cf { zoom: 1; }  

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* Start Basic CSS
--------------------------------------------------------------------------------------------------*/
body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 24px;
	font-weight: 400;
	color: #898c95;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.green-bordered-btn {
	min-width: 170px;
	height: 40px;
	padding: 0;
	line-height: 36px;
	font-weight: 700;
	padding: 0px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	color: #3a3f4f;
	background: #fff;
	border: 2px solid #7f9169;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	display: inline-block;
}

.green-bordered-btn:hover {
	text-decoration: none;
	color: #fff;
	background: #7f9169;
	border: 2px solid #7f9169;
}

.normal-btn:hover {
	color: #fff;
	background: #7f9169;
}

.normal-btn {
	display: block;
	margin: 30px auto 0px;
	height: 40px;
	padding: 0px;
	width: 180px;
	box-shadow: none;
	border: 0px;
	line-height: 40px;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #7f9169;
	background: #f5f6f7;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* End Basic CSS
--------------------------------------------------------------------------------------------------*/

/* Start header
--------------------------------------------------------------------------------------------------*/
#header {
	padding: 30px 0px 50px;
}

.logo-container {
	float: left;
	width: 120px;
	margin-right: 30px;
}

.logo-img {
	font-size: 0px;
	line-height: 0px;
}

.header-right {
	float: right;
	width: calc(100% - 150px);
	padding: 40px 0px 20px;
	border-bottom: 1px solid #d8d9dc;
}

#nav-icon1 {
	float: right;
	display: none;
	width: 36px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #3a3f4f;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 11px;
}

#nav-icon1 span:nth-child(3) {
	top: 22px;
}

#nav-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -30px;
}

#nav-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


.header-right img {
	float: left;
}

.header-right .main-nav {
	float: right;
	padding-top: 20px;
}

.header-right .main-nav li {
	float: left;
	margin-left: 40px;
}

.header-right .main-nav li:first-child {
	margin-left: 0px;
}

.header-right .main-nav li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	color: #898c95;
	line-height: 14px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header-right .main-nav li a:hover {
	color: #3a3f4f;
}
/* End header
--------------------------------------------------------------------------------------------------*/

/* Start footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 50px 0px 35px;
	background: #f5f6f7;
	text-align: center;
}

#footer figure {
	position: relative;
	padding-bottom: 10px;
}

#footer figure:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background: #7f9169;
}

.footer-social {
	margin: 30px 0px;
}

.footer-social li {
	display: inline-block;
	margin: 0px 20px;
}

.footer-social li a {
	display: block;
	color: #3a3f4f;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footer-social li a:hover {
	color: #898c95;
}

.copy p {
	font-size: 11px;
	color: #8b8e97;
}

#menu-footer-menu li {
	display: inline-block;
	padding: 0px 10px;
	line-height: 11px;
	border-right: 1px solid #8b8e97;
}

#menu-footer-menu li a {
	display: block;
	font-size: 11px;
	color: #8b8e97;
	line-height: 11px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

#menu-footer-menu li:last-child {
	border: 0px;
}

#menu-footer-menu li a:hover {
	color: #3a3f4f;
}
/* End footer
--------------------------------------------------------------------------------------------------*/

/* Start home
--------------------------------------------------------------------------------------------------*/
.blog-container {
	float: left;
	width: 640px;
}

.aside {
	float: right;
	width: 360px;
}

.blog-post {
	margin-bottom: 80px;	
}

.blog-cat {
	display: inline-block;
	min-width: 130px;
	padding: 0px 10px;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-date {
	display: inline-block;
	margin: 0px 10px;
	color: #898c95;
	line-height: 25px;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
}

.blog-title {
	margin: 15px 0px;
}

.blog-title a {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: -.25px;
	text-decoration: none;
	color: #3a3f4f;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-title a:hover {
	color: #7f9169;
}

.featured-image img {
	display: block;
}

.blog-social {
	margin: 10px 0px;
}

.blog-social li {
	float: left;
	margin-right: 15px;
}

.blog-social li a {
	display: block;
	color: #898c95;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-social li a:hover {
	color: #3a3f4f;
}

.blog-content .excerpt {
	text-align: justify;
}

.blog-btn-container {
	margin-top: 30px;
}

.diana-pagination {
	text-align: left;
	margin-bottom: 80px;
}

.diana-pagination li {
	display: inline-block;
}

.diana-pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0px;
	color: #898c95;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	line-height: 40px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.diana-pagination li a:hover {
	color: #3a3f4f;
	background: #f5f6f7;
}

.diana-pagination li span.current {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0px;
	color: #3a3f4f;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	background: transparent;
}

.diana-pagination li span.current:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	background: #7f9169;
}

.sidebar-content {
	margin-bottom: 20px;
	padding: 0px 30px 30px;
	border: 1px solid #d8d9dc;
	border-radius: 5px;
}

.screen-reader-text {
	display: none;
}

#searchform {
	position: relative;
}

.search-content {
	margin-bottom: 20px;
}

#searchform input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 30px 0px 20px;
	border: 1px solid #d8d9dc;
	border-radius: 5px;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#searchform input[type="text"]:focus {
	border-color: #3a3f4f;
}

#searchform input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	font-size: 0px;
	border: 0px;
	outline: none;
	line-height: 0px;
	opacity: .5;
	background: url('../img/bgi/search-navy.svg') no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#searchform input[type="submit"]:hover {
	opacity: 1;
}

.sidebar-content h3 {
	padding: 10px 0px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
	color: #7f9169;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d9dc;
}

.sidebar-content li a {
	display: block;
	text-decoration: none;
	color: #898c95;
	line-height: 36px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidebar-content li.current-cat a {
	color: #3a3f4f;
}

.sidebar-content li a:hover {
	color: #3a3f4f;
}

.sidebar-content figure {
	text-align: center;
}

.sidebar-content figure img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sidebar-content p {
	text-align: justify;
}
/* End home
--------------------------------------------------------------------------------------------------*/

/* Start blog inner
--------------------------------------------------------------------------------------------------*/
.blog-inner .blog-post {
	float: left;
	width: 640px;
}

.blog-inner .blog-post h1 {
	display: block;
	margin: 15px 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: -.25px;
	text-decoration: none;
	color: #3a3f4f;
	font-size: 20px;
}

.blog-inner .blog-post p {
	margin: 20px 0px;
	text-align: justify;
}

.blog-inner .blog-post p a {
	color: #7f9169;
}

.blog-inner .blog-post h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3a3f4f;
}

.blog-inner .blog-post h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3a3f4f;
}

.blog-inner .blog-post h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3a3f4f;
}

.blog-inner .blog-post ul {
	margin: 20px 0px;
}

.blog-inner .blog-post blockquote {
	display: block;
	position: relative;
	margin: 60px 0px;
	padding: 60px 0px 0px;
}

.blog-inner .blog-post blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 24px;
	background: url('../img/bgi/quote-green.svg') no-repeat;
}
.blog-inner .blog-post blockquote p {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px;
}

.blog-inner .blog-post .blog-content ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #898c95;
}

.blog-inner .blog-post .blog-content ol li {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #898c95;
}

.blog-inner .blog-post .blog-content ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #898c95;
}

#tags-list {
	margin-top: 40px;
	padding: 20px 0px;
	border-top: 1px solid #d8d9dc;
}

#tags-list li {
	float: left;
	margin-right: 20px;
}

#tags-list li a {
	display: block;
	color: #3a3f4f;
	font-weight: 700;
	font-size: 11px;
	background: #f5f6f7;
	padding: 2px 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#tags-list li a:hover {
	color: #7f9169;
}
/* End blog inner
--------------------------------------------------------------------------------------------------*/
