/**
 * Theme Name: SEOWP
 * Styles used to provide basic content styling
 * when no required LiveComposer plugin installed.
 *
 * These styles are not used on normal theme work.
 */

.home .site-main {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 60px;
}

.blog-description {
	text-align: center;
	margin-bottom: 60px;
}

/*.dslc-module-heading:before, .dslc-module-heading:after, .dslc-clearfix:before, .dslc-clearfix:after {
    content: " ";
    display: table;
}*/

.site-content,
.comments-section-inner,
.site-footer-inner {
	width: 1200px;
	max-width: 100%;
   margin: 0 auto;
}

/**
 * ----------------------------------------------------------------------
 * Blogroll styling
 */

.home .post {
	background: #fff;
	margin-bottom: 20px;

	min-height: 300px;
	overflow: hidden;
}

.home .post .post-thumb {
	float: left;
	width: 40%;
	height: 300px;
	margin-right: 0;
	overflow: hidden;
}

.home .post .post-thumb img {
	width: auto;
	min-height: 300px;
	display: block;
}

.home .post .entry-title {
	overflow: hidden;
	padding: 40px 50px 0;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;
}

.home .post .entry-title a {
	color: rgb(77, 77, 77);
}

.home .post .blog-post-meta-date {
	overflow: hidden;
	color: rgb(168, 168, 168);
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;

	padding: 6px 50px 20px;
}

.home .post .entry-content {
	overflow: hidden;
	padding: 0 50px;

	color: rgb(130, 134, 138);
	font-size: 17px;
	font-weight: 300;
}

/**
 * ----------------------------------------------------------------------
 * Pagination
 */

.pagination {
	padding: 20px 0;
}

.pagination:after {
	content: '';
	display: table;
	clear: both;
}

.nav-previous {
  float: left;
  width: 30%;
}

.nav-next {
  float: right;
  width: 30%;
  text-align: right;
}

.nav-previous a,
.nav-next a {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	border-radius: 3px;
}

/**
 * ----------------------------------------------------------------------
 * Single post styling
 */

.single .entry-title {
	padding-top: 50px;
	margin-bottom: 0;
}

.single .blog-post-meta-date {
	margin-bottom: 50px;
	opacity: .5;
}

.single .site-content{
	padding-bottom: 60px;
}

.single .post-tags a:first-child {
	margin-left: 0;
}

.single .post-tags a {
	margin-left: 8px;
}

/**
 * ----------------------------------------------------------------------
 * Comments
 */

.comments-section {
	background: #F1F1F1;
}

.comments-section-inner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.comments-section:before,
.comments-section:after,
.comments-section-inner:after {
	content: '';
	display: table;
	clear: both;
}


.comments {
	width: 60%;
	float: left;
}

.comment {
	background: #fff;
	border-bottom: 2px solid rgba(0,0,0,.1);
	padding: 30px;
	margin-bottom: 20px;
}

.comments > .comment > .comment .comment {
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: none;
	background: transparent;
}

.comments > .comment > .comment {
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
	padding-left: 60px;
	background: rgba(0,0,0,.01);
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: none;
}

.comment-author, .comment-meta {
	display: inline-block;
}

.comment-author {
	margin-bottom: 20px;
	vertical-align: middle;
}

.comment-author * {
	vertical-align: middle;
}

.comment-author .avatar {
	margin-right: 10px;
}

.comment-meta {
	float: right;
   font-size: 15px;
	font-weight: 300;
}

.comment-meta *,
.comment-author .says {
	color: rgb(179, 179, 179);
}

.comment-form-block {
	width: 35%;
	margin-left: 5%;
	float: left;
}

/**
 * ----------------------------------------------------------------------
 * Footer
 */

.site-footer {
   background-color: rgb(40, 45, 48);
   padding-top: 40px;
   padding-bottom: 60px;
}

.site-footer:after {
	display: table;
	content: '';
	clear: both;
}

.site-footer .nomegamenu-logo {
	float: left;
	width: 20%;
	margin-top: 20px;
}


.site-footer .nomegamenu-logo img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.footer-menu {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-menu > ul {
	text-align: right;
}
.footer-menu > ul > li {
	display: inline-block;
}

.footer-menu > ul > li > a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.footer-menu > ul > li > a:hover {
	color: rgba(255, 255, 255, 1);
}
