/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Page Heading

2 - Sidebar Widget

3 - Footer Widget

4 - Comment Navigation

5 - Table Style

6 - Comment List

7 - Page Styles

8 - Post Styles

*/

/*------------------------------
	1 - Page Heading
------------------------------*/

.page-custom-heading {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.archive .page-custom-heading,
.search .page-custom-heading,
.blog .page-custom-heading {
	margin-bottom: 0;
}
.error404 .page-custom-heading {
	margin-top: 0;
}
.single .page-links a{
	color: #fff !important;
}
/*------------------------------
	2 - Sidebar Widget
------------------------------*/

.sidebar .widget {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #757575;
	display: block;
	text-align: left;
}
.sidebar .widget > ul {
	padding-left: 0;
}
.sidebar .widget ul li {
	margin: 18px 0;
	width: 100%;
}
.sidebar .widget ul li a {
	display: inline-block;
	color: inherit;
	line-height: 18px;
}
.sidebar .widget ul li a:hover {
	color: #000;
}
.sidebar .widget ul ul {
	padding-left: 25px;
}
.sidebar .widget ul ul ul ul {
	padding-left: 10px;
}
.widget_archive label.screen-reader-text,
.widget_categories label.screen-reader-text {
	display: none;
}
.calendar_wrap caption {
	text-align: center;
	margin-bottom: 20px;
}
.widget_rss cite {
	margin-top: 15px;
	display: inline-block;
}
.widget_rss li {
	margin-bottom: 25px !important;
}
.widget_rss ul li .rss-date {
	margin-bottom: 15px;
}
.widget_rss ul li .rsswidget {
	line-height: 24px !important;
	color: #000;
	margin-bottom: 15px;
}
.widget_rss .rssSummary {
	line-height: 20px;
}
.widget_text p {
	margin-bottom: 0;
}
.widget_text p img {
	margin-bottom: 20px;
}
.widget_text p strong {
	margin-bottom: 10px;
	display: inline-block;
}
.sidebar .widget_nav_menu .sub-menu a {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #757575;
}

/*------------------------------
	3 - Footer Widget
------------------------------*/

.footer-widget {
	font-family: "SF-UI", serif;
	font-size: 13px;
	color: #757575;
	font-weight: 300;
	margin-bottom: 30px;
}
.footer-widget > ul {
	padding-left: 0;
}
.footer-widget ul li {
	margin: 18px 0;
}
.footer-widget ul li a {
	display: inline;
	color: inherit;
	line-height: 18px;
}
.footer-widget .widget_archive ul li a {
	display: inline;
}
.footer-widget ul li a:hover {
	color: #000;
}
.footer-widget ul ul {
	padding-left: 25px;
}
.footer-widget ul ul ul ul {
	padding-left: 10px;
}
.footer-widget .calendar_wrap caption {
	text-align: left;
}
.footer-widget .calendar_wrap tfoot a {
	display: block;
}
.footer-widget .widget_recent_comments li span {
	display: inline;
}
.footer-widget .rss-date {
	display: block;
}
.footer-widget .widget_nav_menu .sub-menu a {
	font-family: "SF-UI", serif;
	font-size: 13px;
	color: #757575;
}

/*-----------------------------
	4 - Comment Navigation
-----------------------------*/

.comment-navigation {
	margin-top: 15px;
}
.comment-navigation .nav-links {
	margin-top: 15px;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	display: table;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-previous + .nav-next {
	float: right;
	padding-right: 25px;
}
.comment-navigation h1 {
	margin-bottom: 20px;
}
/*----------------------------
	5 - Table Style
----------------------------*/
table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 0;
    margin: 20px 0;
    width: 100%;
}
table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
	table-layout: fixed;
}
table td ,table th{
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
	text-align: center;
	vertical-align: middle;
}
table tbody {
	color: #757575;
}
table a {
	display: block;
}

/*---------------------------
	6 - Comment List
----------------------------*/

.comment-reply-title {
	margin-bottom: 20px;
}
.comment-info p iframe {
	max-width: 100%;
}

.comment-list .comment-info h1,
.comment-list .comment-info h2,
.comment-list .comment-info h3,
.comment-list .comment-info h4,
.comment-list .comment-info h5,
.comment-list .comment-info h6 {
	margin-bottom: 20px;
}
.comment-list .comment-info > ul,
.comment-list .comment-info > ol {
	margin-bottom: 20px;
}
.comment-info ul {
	list-style: disc;
}
.comment-info ol {
	list-style: decimal;
}
.comment-info ul,
.comment-info ol{
	margin-left: 15px;
	padding-left: 0;
}
.comment-list .comment-info > ul li,
.comment-list .comment-info > ol li {
	margin: 10px 0;
	line-height: 18px;
}
.comment-info img {
	max-width: 100%;
}
.comment-info blockquote p {
	line-height: 28px !important;
}
.comment-info address {
	line-height: 22px;
}
.page-content > dl dt,
.page-content > dl dd,
.post-entry > dl dt,
.post-entry > dl dd,
.comment-info > dl dt,
.comment-info > dl dd {
	margin-bottom: 10px;
}
.post-entry img {
	max-width: 100%;
}

/*--------------------------------
	7 - Page Styles
---------------------------------*/

.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5,
.page-content > h6,
.page-content > ul,
.page-content > ol {
	margin-bottom: 20px;
}
.page-content address {
	line-height: 22px;
}
.page-content ul {
	list-style: disc;
}
.page-content ol {
	list-style: decimal;
}
.page-content ul,
.page-content ol{
	margin-left: 15px;
	padding-left: 0;
}
.page-content .comment-list > ul {
	list-style: none;
	margin-left: 0;
}
.page-content .comment-list ul.children {
	list-style: none;
}
.page-content > ul li,
.page-content > ol li {
	margin: 10px 0;
	line-height: 18px;
}
.page-content .wp-caption-text {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
}
.page-content ol li a {
	display: inline;
}
.single .page-links {
	margin-bottom: 20px;
	color: #000;
}
.single .page-links a {
	color: rgba(0,0,0,0.6);
}

/*------------------------
	8 - Post Styles
-------------------------*/

.sticky-title {
	color: #006cff;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	font-weight: 400;
}
.single .sticky-title {
	margin-top: 40px;
	margin-bottom: 0;
}
.single .post-entry > h1,
.single .post-entry > h2,
.single .post-entry > h3,
.single .post-entry > h4,
.single .post-entry > h5,
.single .post-entry > h6,
.single .post-entry > ol,
.single .post-entry > ul {
	margin-bottom: 20px;
}
.post-entry ul {
	list-style: disc;
}
.post-entry ol {
	list-style: decimal;
}
.post-entry ul,
.post-entry ol{
	margin-left: 15px;
	padding-left: 0;
}
.post-entry > ul li,
.post-entry > ol li {
	margin: 10px 0;
	line-height: 18px;
}
.post-entry address {
	line-height: 22px;
}
.post-entry dl.wp-caption {
	display: none;
}
.single .post-entry {
	padding-right: 50px;
}
.single .post-title {
	padding-right: 50px;
}
.post-title h3,
.post-title h3 a {
	line-height: 26px;
}
.post-password-form label {
    color: #757575;
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.post-password-form input[type="password"] {
	background: #fff;
    border: 1px solid #006cff;
    border-radius: 0;
    color: #757575;
    width: 70%;
	padding: 8px 20px;
	margin-top: 20px;
}
.post-password-form input[type="password"]:focus {
	outline: 0;
}
.post-password-form input[type="submit"] {
	background-color: #006cff;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 36px;
    text-transform: uppercase;
}
.related-post .post-single .blog-thumb img {
	width: 100%;
	height: 115px;
}
.post-entry embed, 
.post-entry iframe {
	width: 100%;
	max-width: 100%;
} 
.blog .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 10px;
}