/*
Theme Name: NES-Core

*/


@charset "UTF-8";
@import url(css/style.css);

.general-row .wpb_column {
	padding: 0;
	position: relative;
}

.parallax {
	position: absolute;
	height: 100%;
	width: 100%;
}

.default-color {
	color: rgba(0, 0, 0, 0.5);
}



.page > .detail table,
.post > .detail table,
.comment-box .detail table {
	width: 100%;
}

.comment-box .detail table > thead > tr > th,
.post > .detail table > thead > tr > th,
.page > .detail table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.post > .detail table > thead > tr > th, 
.post > .detail table > tbody > tr > th, 
.post > .detail table > tfoot > tr > th, 
.post > .detail table > thead > tr > td, 
.post > .detail table > tbody > tr > td, 
.post > .detail table > tfoot > tr > td,
.page > .detail table > thead > tr > th, 
.page > .detail table > tbody > tr > th, 
.page > .detail table > tfoot > tr > th, 
.page > .detail table > thead > tr > td, 
.page > .detail table > tbody > tr > td, 
.page > .detail table > tfoot > tr > td,
.comment-box .detail table > thead > tr > th, 
.comment-box .detail table > tbody > tr > th, 
.comment-box .detail table > tfoot > tr > th, 
.comment-box .detail table > thead > tr > td, 
.comment-box .detail table > tbody > tr > td, 
.comment-box .detail table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.comment-box .detail ul,
.post > .detail ul {
	list-style: inherit;
	list-style-position: inside;
	margin-left: auto !important;
}

.comment-box .detail ol,
.post > .detail ol {
	list-style-type:decimal;
	list-style-position: inside;
}

.comment-box .detail ol li, .comment-box .detail ul li,
.post > .detail ol li, .post > .detail ul li {
	padding-left: 20px;
}

.paginate-links {
	display: block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}


.paginate-links > span, .paginate-links > a {
	position: relative;

	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;

	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}


.sticky {
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:55px;
	border-top:3px double #BFC9D4;
	border-bottom:1px solid #BFC9D4;

}



/*** Calender  ***/
#calendar_wrap {
	padding-top:15px;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	width:100%;
	color:#121212;
	font-size:1.3em;
	padding:6px 0px 5px 0px;
}
#wp-calendar thead {
	color:#ffffff;
	background:#3E3E3E;
}
#wp-calendar thead th {
	padding:3px 0px;
	text-align:center;
}
#wp-calendar tbody {
	width:100%;
	text-align:center;
	background:#e6e6e6;
}
#wp-calendar tbody td {
	padding:0px 0px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
}
#wp-calendar tbody td a {
	width:100%;
	height:100%;
	display:block;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#wp-calendar tfoot {
	width:100%;
}
#wp-calendar tfoot a {
	display:inline-block;
	color:#ccc;
	float:left;
	font-size:12px;
	padding:3px 5px 3px 5px;
	margin:10px 0px 0px 0px;
}
#wp-calendar tfoot a:hover {
	background-color:#1f1f1f;
}
#wp-calendar tfoot #next a {
	float:right;
}

.gallery-caption {}
.commentlist .bypostauthor {}
.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 0px;
	margin: 0px;
	border-radius: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	padding-right: 0px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .80em;
	line-height: 17px;
	padding: 0 5px;
	margin: 0;
}

.hidden { display: none; }
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

select {
	display:block;
	width: 100%;
	height: 40px;
}


.col-sm-4 .blog-box .detail h5 > a {
    display: block;
    height: 35px;
    overflow: hidden;
}

#content .share-box > p {
    float: left;
}

#content .share-box .social-links {
    margin-top: 15px;
}

.options > li {
	padding-left: 0 !important;
}

