body {
	background: #f7f7f7;
}

body.dslc-page {
	background: transparent;
}

ul, 
ol { 
	margin-bottom: 20px;
}

ul { 
	list-style: disc outside;
	margin-left: 30px;
}

ol { 
	list-style: decimal outside; 
	margin-left: 30px;
}

ul ul, 
ul ol,
ol ol, 
ol ul { 
	margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li { 
	margin-bottom: 6px;
}

li { 
	margin-bottom: 12px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

blockquote {
	background-color: rgb(26, 188, 156);
	border-bottom: 6px solid rgb(23, 158, 131);
	border-radius: 4px;
	padding: 35px 41px;
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-weight: 400;
	line-height: 41px;
	margin-bottom: 30px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

#header {
	background: #fff;	
	z-index: 1;
	position: relative;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

	#header-top {
		background-color: #222;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	body.admin-bar #header-top {
		top: 32px;
	}

	#header-main {
		padding: 40px 0;
		padding-top: 85px;
		text-align: center;
	}

		#navigation {
			float: left;
			z-index: 99998;
			position: relative;
		}

			#navigation ul,
			#navigation li {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

			#navigation-inner {
				display: inline-block;
			}

			#navigation .menu {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#navigation .menu > li {
					display: inline-block;
					position: relative;
					z-index: 99998;
					margin-left: 22px;
				}

				#navigation .menu > li:first-child {
					margin-left: 0 !important;
				}

					#navigation .menu > li > a {
						display: inline-block;
						text-decoration: none;
						vertical-align: middle;
						color: rgb(145,  145,  145) ;
						font-size: 11px;
						font-weight: 500;
						font-family: Montserrat;
						line-height: 24px;
						padding-top: 12px;
						padding-bottom: 12px;
						text-transform: uppercase;
					}

					#navigation .menu > li > a:hover {
						color: rgb(221,  221,  221) ;
					}

					#navigation .menu > li.current-menu-item > a {
						color: rgb(26,  188,  156) ;
					}

			#navigation .menu ul {		
				border-style: solid;
				display: none;
				list-style-type: none;
				margin: 0;
				opacity: 0;
				position: absolute;
				top: 100%;
				left: -28px;
				text-align: left;
				background-color: rgb(25,  25,  25) ;
				padding: 15px 25px;
			}

				#navigation .menu ul li {
					display: block;
					white-space: nowrap;
					margin: 0;
				}

					#navigation .menu ul li a {				
						display: block;
						line-height: 1;
						text-decoration: none;
						border-bottom: 1px solid rgba(255,  255,  255,  0.1);
						color: rgb(145,  145,  145) ;
						font-size: 11px;
						font-weight: 500;
						font-family: Montserrat ;
						line-height: 13px;
						padding-top: 10px;
						padding-bottom: 10px;
						text-transform: uppercase ;
					}

					#navigation .menu ul li:last-child a {
						border-bottom: 0 !important;
					}

					#navigation .menu ul li a:hover {
						 color: rgb(221,  221,  221) ;
					}

					#navigation .menu ul li.current-menu-item > a {
						color: rgb(26,  188,  156) ;
					}

				#navigation .menu ul ul {
					left: 100%;
					margin-left: -10px;
					top: -1px;
				}

				#navigation .menu li:hover > ul {
					display: block;
					opacity: 1;
				}

		#header-search {
			float: right;
			margin-top: 11px;
		}

			#header-search .search-form-wrapper  {
				border-left-color: rgba( 255,  255,  255,  0.1 ) ;
			}

				#header-search .search-form-wrapper input[type=text]  {
					color: rgb(145,  145,  145) ;
					font-size: 11px;
					font-weight: 400;
					font-family: Montserrat ;
					line-height: 22px;
					text-transform: none ;
				}

#main {
	padding: 35px 0;
}

#page-title {
	margin-bottom: 35px;
	text-align: center;
}

#content {
	float: left;
	width: 65.95744%;
}

	.white-wrap {
		background: #fff;
		padding: 60px;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	}

	.blog-post {
		margin-bottom: 28px;
	}

		.blog-post-thumb {

		}

			.blog-post-thumb-inner {
				 
			}

		.blog-post-main {
			background-color: #fff ;
		}

			.blog-post-author {
				color: #999;
				font-size: 12px;
				font-weight: 500;
				font-family: Lora;
				padding: 60px;
				width: 30%;
			}

				.blog-post-author-name a  {
					color: #3f3f3f;
					font-size: 13px;
					font-weight: 700;
					font-family: Montserrat;
					font-style: normal;
					line-height: 18px;
				}

				.blog-post-tags a {
					background-color: #1abc9c;
					border-radius: 2px;
					color: #fff;
					font-size: 11px;
					font-weight: 700;
					font-family: Montserrat;
					padding: 5px 7px;					
					margin-bottom: 4px;
					margin-right: 2px;
					text-transform: uppercase;
				}

			.blog-post-info {
				background-color: transparent;
				border-left: 1px solid #f2f2f2;
				padding: 49px 60px;
			}

				.blog-post-title {
					margin-bottom :  29px;
				}

					.blog-post-title h2, 
					.blog-post-title h2 a  {
						color :  #3f3f3f ;
						font-size :  34px;
						font-weight :  700;
						font-family :  Lora ;
						line-height :  47px;
					}

					.blog-post-title h2 {
						padding-right: 70px;
					}

					.blog-listing-share {
						top :  17px;
					}

						.blog-post-share, 
						.blog-post-like {
							color :  #d5d5d5 ;
						}

						.blog-post-liked {
							color :  #FD707A ;
						}

					.blog-post-meta  {
						color :  #999 ;
						font-size :  14px;
						font-weight :  500;
						font-family :  Lora ;
						font-style :  italic ;
						margin-bottom :  30px;
					}

						.blog-post-meta a {
							color :  #1abc9c ;
							font-size :  13px;
							font-weight :  700;
							font-family :  Montserrat ;
							font-style :  normal ;
						}

					.blog-post-excerpt {
						color :  rgb(154,  154,  154) ;
						font-size :  16px;
						font-weight :  400;
						font-family :  Roboto ;
						line-height :  29px;
						margin-bottom :  30px;
					}

					.blog-post-read-more {

					}

						.blog-post-read-more a {
							background-color :  rgb(253,  112,  122) ;
							border-radius :  54px;
							color :  #fff ;
							font-size :  13px;
							font-weight :  700;
							font-family :  Montserrat ;
							padding :  11px 17px;
							text-transform: uppercase;
						}

	.blog-post-single {
		background: #fff;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	}

		.blog-single-thumb {

		}

		.blog-single-main {
			padding: 50px 60px;
		}

			.blog-single-title h1 {
				color: rgb(63, 63, 63);
				font-size: 34px;
				font-weight: 700;
				font-family: Lora;
				line-height: 47px;
				margin-bottom: 12px;
			}

			.blog-single-meta {
				color: #999999;
				font-size: 16px;
				font-weight: 500;
				font-family: Lora;
				text-transform: none;
				margin-bottom: 30px;
			}

				.blog-single-meta a {
					color: #1abc9c;
					font-size: 14px;
					font-weight: 700;
					font-family: Montserrat;
					text-transform: uppercase;
				}


	.pagination {
		line-height: 1;
		overflow: hidden;
		margin-top: 30px;
	}

		#content .pagination ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		#content .pagination li {
			float: left;
			margin: 0;
			padding: 0;
			margin-right: 10px;
		}

			.pagination li a {
				display: inline-block;
				border-radius: 50%;
				font-size :  13px;
				font-weight :  700;
				font-family :  Montserrat ;
				padding :  12px 16px;			
				background-color :  #ffffff ;
				color :  #979797 ;
				-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
				-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
			}

			.pagination li.active a {
				background-color :  rgb(26,  188,  156) ;
				color :  #ffffff ;
			}

	 #comments {
	 	margin-top: 40px;
	 }

	 	#comments h3 {
	 		margin-bottom: 25px;
	 	}

	 	.comments ul,
	 	.comments li,
	 	.comments ol {
	 		margin: 0; 
	 		padding: 0;
	 	}

		.comments {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			.comment {
				
			}

				.comment-inner {
					background: #fff;
					margin: 0 0 30px 0;
					padding: 50px 60px;
					-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
					-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
				}

					.comment-info {
						border-bottom: 1px solid #eee;
						line-height: 34px;
						margin-bottom: 20px;
						padding-bottom: 20px;
					}

						.comment-meta {
							float: left;
							list-style-type: none;
							margin: 0;
							padding: 0;
						}

							.comment-meta li {
								display: block;
								float: left;
								margin: 0;
								margin-right: 20px;
								padding: 0;
							}

							.comment-author {

							}

								.comment-author-avatar {
									margin-right: 10px;
								}

									.comment-author-avatar img {
										vertical-align: middle;
										border-radius: 50%;
									}

							li.comment-date {
								
								display: block;
							}

						.comment-reply {
							display: block;
							float: right;
						}

					.comment-main {

					}

					.comments .children {
						list-style-type: none;
						margin: 0;
						padding: 0 0 0 90px;
					}

						.comments-children .comment {

						}

			.bypostauthor {

			}

	 #respond {
		margin: 0 0 30px 0;
		background: #fff;
		padding: 50px 60px;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	 }

		#reply-title {
			font-size: 20px;
			font-family: "Montserrat";
			text-transform: uppercase;
			line-height: 1;
			margin: 0 0 28px 0;
		}

		#commentform {

		}

			.comment-form-name,
			.comment-form-email,
			.comment-form-website {
				float: left;
				width: 31%;
				margin: 0 20px 20px 0;
			}

			.comment-form-website {
				margin-right: 0;
			}

			.comment-form-comment {
				margin-bottom: 10px;
			}

				#commentform input[type=text],
				#commentform textarea {
					background-color: rgb(239, 239, 239);
					border-radius: 3px;
					border: 0;
					color: #b2b2b2;
					font-size: 16px;
					font-weight: 400;
					font-family: Roboto;
					margin-bottom: 20px;
					padding: 18px 23px;
				}

				#commentform textarea {
					height: 140px;
					width: 100%;
				}

				#commentform #submit {
					background-color: #1abc9c;
					border-width: 0px;
					border-radius: 3px;
					color: #ffffff;
					font-size: 16px;
					font-weight: 700;
					cursor: pointer;
					font-family: Montserrat;
					padding-top: 20px;
					padding-bottom: 20px;
					padding-left: 65px;
					padding-right: 65px;
				}

#sidebar {
	float: right;
	width: 31.91489%;
}

	#sidebar .widget {
		background: #fff;
		border-color: #ececec;
		padding: 50px 55px;
		margin-bottom: 30px;
		color: #9a9a9a;
		font-size: 14px;
		font-weight: 400;
		font-family: Roboto;
		line-height: 25px;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
	}

		#sidebar h1.widget-title {
			position: relative;
			margin: 0;
			padding: 0;			
			color: rgb(63, 63, 63);
			font-size: 14px;
			font-weight: 700;
			font-family: Montserrat;
			line-height: 15px;
			margin-bottom: 31px;
			text-align: center;
			text-transform: uppercase;
		}

#footer {
	background: rgb(71, 71, 71);
	padding: 40px 0;
	text-align: center;
	color: rgb(158, 158, 158);
	font-size: 14px;
	font-weight: 700;
	font-family: Montserrat;
	font-style: normal;
	line-height: 17px;
}