/* 

Theme Name: SUVAD
Theme URI:  http://themeforest.net/user/themeton/portfolio
Author: CodePassenger and Themeton
Author URI: http://CodePassenger.com
Description:  SUVAD - Personal Blog WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suvad
Tags: sticky-post, post-formats, featured-images

*/

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

1 - Alignment

2 - 404 page

3 - Table

4 - Blockquote

5 - Comment

6 - Widget

7 - Post Markup

8 - Page Markup

	
*/


body {
	word-wrap: break-word;
	word-break: break-word;
}

/*-------------------------
	1 - Alignment
-------------------------*/

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
 .wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
 .wp-caption img {
    max-width: 98%;
    height: auto;
}
blockquote {
	border-left: none !important;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.gallery-caption{
	
}
.screen-reader-text{
	
}
.sticky{
	
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}

/*-------------------------
	2 - 404 page
-------------------------*/

.error_404 {
	text-align:center;
	
}
.error_404 .error_code{
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 80px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text{
	font-size: 24px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.error_404 a{
	margin-top: 20px;
	color: #fb0d29;
}
.error_404 a:hover{
	color: #0ec7ef;
}
.comment-metadata, .comment-content {
	min-height: 26px;
}

/*-------------------------
	3 - Table
-------------------------*/

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%;
}
.post-navigation .nav-links{
	margin-bottom: 20px;
}
.post-navigation .nav-links a{
    font-size: 16px;
    color: rgba(251, 13, 41, 0.9);
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous{
	display: inline-block;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.post-navigation .nav-next{
	float:right;
}
.navbar-brand img{
	margin:0px;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	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;
}

/*-------------------------
	4 - Blockquote
-------------------------*/

blockquote {
  margin: 40px 110px 40px 60px;
  border: none;
  padding: 0;
}

blockquote p {
  color: rgba(18, 18, 18, 0.9);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  padding: 15px 15px 20px;
  position: relative;
}

blockquote p::before {
  font-family: 'Playfair Display SC', serif;
  content: "“";
  position: absolute;
  left: -25px;
  top: 15px;
  color: rgba(255, 158, 1, 0.9);
  font-size: 65px;
}

blockquote p::after {
  font-family: 'Playfair Display SC', serif;
  content: "”";
  position: absolute;
  right: auto;
  bottom: -3px;
  color: rgba(255, 158, 1, 0.9);
  font-size: 65px;
  margin-left: 8px;
}

blockquote span {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
  display: block;
}

/*-------------------------
	5 - Comment
-------------------------*/

.comment-info img{
	max-width:100%;
}
.comment-list .children{
	margin-left:20px !important;
	padding-left:20px !important;
}
.comment-form  .comment-reply-title{
	display:none;
}
select{
    max-width:100%;
}
.single-page-post .page-links{
	margin-bottom:30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
.comment-info dt,
.comment-info dd {
	margin-bottom: 10px;
}

/*-------------------------
	6 - Widget
-------------------------*/

.widget ul li,
.footer-widget ul li{
 margin-bottom: 10px;
}
.widget ul ul,
.footer-widget ul ul {
 padding-left: 25px;
 margin-top: 10px;
}
.widget ul ul  ul,
.footer-widget ul ul ul {
 padding-left: 10px;
}
.widget .rsswidget,
.footer-widget .rsswidget {
 margin-bottom: 10px;
}
.widget .rss-date,
.footer-widget .rss-date {
 margin-bottom: 15px;
}
.widget .rssSummary,
.footer-widget .rssSummary {
 line-height: 24px;
}
.textwidget p strong {
	margin-bottom: 15px;
	display: inline-block;
}
.textwidget p img {
	margin-bottom: 15px;
}
.widget_archive label,
.widget_categories label {
	display: none;
}
.widget_tag_cloud .tagcloud a {
	font-size: 14px !important;
}
.footer-widget .textwidget p strong {
	color: rgba(1, 1, 1, 0.6);
	line-height:22px;
	font-weight: 400;
}
.footer-widget {
	color: rgba(0,0,0,0.6);
	margin-bottom: 40px;
}
.footer-widget.widget_nav_menu {
	margin-bottom: 0;
}
.footer-widget.widget_tag_cloud .tagcloud a {
	color: rgba(1, 1, 1, 0.6) !important;
	font-size: 12px !important;
	letter-spacing: 0.1em;
}
.footer-widget.widget_tag_cloud .tagcloud a:hover {
	color: #fb0d29 !important;
}

/*-------------------------
	7 - Post Markup
-------------------------*/

.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-meta-data {
	margin-bottom: 20px;
}
.post-entry > ul,
.post-entry > ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.post-entry ul li {
	margin-bottom: 10px;
}
.related-post .wp-post-image {
	height: 200px;
}
.single .widget.widget_search .widget-title + form,
.single .widget.widget_search .widget-title {
	padding-left: 0;
}
.tagcloud a {
	padding: 5px 10px 5px 0;
}
.single-post-category {
	margin-top: 15px;
}
.single-post-category span a {
	padding: 7px 0;
	color: rgba(0, 0, 0, 0.7);
}
.post-tags {
	margin-bottom: 20px;
}
.wp-caption img,
.gallery-item img {
	margin-top: 0 !important;
}
.wp-caption-text {
	margin: 0;
	padding: 10px 0;
}
.textwidget p {
	margin-bottom: 0;
}
.type-post .post-entry ul li,
.type-post .post-entry ol li {
	margin: 10px 0;
}
.post-entry p iframe,
.post-entry p embed {
	width: 100%;
	height: 350px;
}
.format-image .post-entry img {
	margin-top: 0 !important;
}
dl.wp-caption {
	background: none;
	margin: 0;
	border: none;
}
.post-password-form input[type='password'] {
	padding: 0 15px;
	border: 1px solid rgba(251, 13, 41, 0.9);
}
.post-password-form input[type='submit'] {
	background: rgba(251, 13, 41, 0.9);
	outline: none;
	border: none;
	color: #fff;
	padding: 1px 15px;
}
.single .comment-info h1, 
.single .comment-info h2, 
.single .comment-info h3, 
.single .comment-info h4, 
.single .comment-info h5, 
.single .comment-info h6,
.single .comment-info ul,
.single .comment-info ol {
	margin-bottom: 20px;
}
.single .comment-info .author-name {
	margin-bottom: 0;
}
.single .comment-info ul {
	list-style: disc;
	padding-left: 20px;
}
.single .comment-info ol {
	list-style: decimal;
	padding-left: 20px;
}
.single .comment-info ul li,
.single .comment-info ol li {
	margin: 10px 0;
}
.single .post-entry dt,
.single .post-entry dd {
	margin-bottom: 10px;
}

/*-------------------------
	8 - Page Markup
-------------------------*/

.page-content-markup h1,
.page-content-markup h2,
.page-content-markup h3,
.page-content-markup h4,
.page-content-markup h5,
.page-content-markup h6,
.page-content-markup ul,
.page-content-markup ol {
	margin-bottom: 20px;
}
.page-content-markup ul {
	list-style: disc;
	padding-left: 20px;
}
.page-content-markup ol {
	list-style: decimal;
	padding-left: 20px;
}
.page-content-markup ul li,
.page-content-markup ol li {
	margin: 10px 0;
}
.page-content-markup dt,
.page-content-markup dd {
	margin-bottom: 10px;
}
.footer-widget.widget_search .search-form .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
}
.footer-widget.widget_search .search-form button {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 8px 25px;
	margin-top: 10px;
	background: #ccc;
}
.navigation.post-navigation {
	margin-top: 20px;
}
.single-post-category a {
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
}
.single-post-category a:hover {
	color: #fb0d29;;
}
.search-no-title {
	line-height: 40px;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.search_404 input {
    height: auto;
    border: 1px solid #fb0d29;
    border-radius: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
	outline: none;
    background: transparent;
    padding: 12px 30px;
	margin-top: 50px;
}
.search_404 input:focus {
	outline: 0;
	box-shadow: none;
	border-color: #fb0d29
}
.search_404 {
	padding: 0 50px;
}
.breadcrumb {
	padding-right: 50px !important;
}
.widget {
	color: rgba(0,0,0,0.6);
}
.single-page-post .navigation.post-navigation {
	padding-left: 70px;
}
.single-blog-post .sticky-post-style {
	display: block;
	margin-top: 18px;
	color: #0ec7ef;
	font-weight: 500;
}
.single-page-post .sticky-post-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-previous + .nav-next {
	float: right;
}
.comment-navigation .screen-reader-text {
	margin-bottom: 50px;
}