/*
Theme Name: Siimple
Theme URI: http://imrohan.com/siimple/
Author: Rohan khandeparkar
Author URI: http://imrohan.com/
Description: A simple theme with minimal layout based on Bootstrap 4 and Underscore framework. It has one widget area with full width backgrounds for the posts. 
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siimple
Tags: one-column, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, news, featured-image-header, featured-images, blog, holiday, photography, portfolio, food-and-drink


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

siimple is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

figure.featured-image {
    margin: 1em 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	border: 1px solid #000;
    padding: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {

	color: #404040;
	font-family: sans-serif;
	font-family: 'Noticia Text', serif;
	font-weight:400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	clear: both;

}
@media(max-width: 767px){
h1{
	font-size: 26px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
	border-left: 2px solid;
    padding-left: 20px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.single article.comment-body{
		background: #fff;
		padding-bottom: 3em;
}

.single article{
	background: #eee;
	padding-bottom: 3em;
	padding-top: 3em;
}

.single article.has-post-thumbnail{
	padding-top: 0px;
}

.single .container{
	background: #fff;
}

@media (min-width: 1024px){
.single article .container{
	max-width: 970px;
  margin-bottom: 0px;
	padding: 50px 150px;
}

.single figure.featured-image{
	margin-bottom: 3em;
	text-align: center;
}

.single figure.featured-image img{
		width: 100%;
	}
	
.single article.has-post-thumbnail .container{
	margin-top: -9em;
	position: relative;
	}
}

@media(max-width: 1023px){
	.single article .container{
		max-width: 970px;
		margin: 0px 50px;
    margin-bottom: 0px;
		padding: 50px 50px;
	}

	.single figure.featured-image{
		margin-bottom: 2em;
		text-align: center;
	}
	
	.single figure.featured-image img{
		width: 100%;
	}
	
	.single article.has-post-thumbnail .container{
	margin-top: -6em;
	position: relative;
	}
}

@media(max-width: 767px){
	.single article .container{
		margin: 20px 20px;
    margin-bottom: 0px;
		padding: 30px 30px;
	}

	.single figure.featured-image{
		margin-bottom: 0em;
		text-align: center;
	}
	
	.single figure.featured-image img{
		width: 100%;
	}
	
	.single article.has-post-thumbnail .container{
	margin-top: -3em;
	position: relative;
	}
}

/*page*/
.page article{
	background: #eee;
	padding-bottom: 3em;
	padding-top: 3em;
}

.page .comments-area article{
	background: #fff;
}

.page article.has-post-thumbnail{
	padding-top: 0px;
}

.page .container{
	background: #fff;
}

@media (min-width: 1024px){
.page article .container{
	max-width: 970px;
	padding: 50px 150px;
}

.page figure.featured-image{
	margin-bottom: 3em;
}
}

@media(max-width: 1023px){
	.page article .container{
		max-width: 970px;
		margin: 0px 50px;
		padding: 50px 50px;
	}

	.page figure.featured-image{
		margin-bottom: 2em;
	}
}

@media(max-width: 767px){
	.page article .container{
		margin: 0px 20px;
		padding: 30px 30px;
	}

	.page figure.featured-image{
		margin-bottom: 0em;
	}
}

.sep{
	width: 50px;
	border-bottom: 1px solid #000;
	margin: 0 auto;
}

h1.entry-title{
	text-align: center;
}

.single header.entry-header {
    margin-bottom: 1.5em;
}

.single .entry-meta {
    text-align: center;
}

.entry-meta {
    font-size: 14px;
}

.entry-meta a:after {
    content: ".";
    font-size: 32px;
    line-height: 14px;
    vertical-align: baseline;
		padding: 0px 5px;
}

.entry-meta a:hover, .entry-title a:hover, .entry-footer a:hover{
	color: #676060;
	text-decoration: none;
}

.cat-links a:after{
	content: "";
	display:none;
}

.single footer.entry-footer {
    text-align: center;
    margin-top: 1.5em;
    font-size: 14px;
}

span.edit-link{
	float:right;
}

.blog .entry-meta, .search .entry-meta{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.search .page .entry-title{
	margin-bottom: 1em;
}

.archive .entry-meta{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

header.entry-header {
    text-align: center;
}

.blog footer.entry-footer {
    font-size: 14px;
}

.blog span.edit-link {
    float: left;
}


span.read-more a{
    padding: 10px 20px;
    border: 1px solid #000;
    width: 121px;
    display: block;
    margin: 0 auto;
    margin-top: 1.5em;
		transition: background .5s ease;
			background: #000;
			color: #fff;
}

span.read-more a:hover{
	text-decoration: none;
	background: #fff;
	color: #000;
}

.pbox:hover .read-more a{
	background: #fff;
	color: #000;
	text-decoration: none;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration:underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*new*/
@media (min-width: 768px){
	nav.navbar {
    margin-top: 20px;
}

.collapse.navbar-collapse{
	float: right;
	padding-right: 0px;
}
}

.navbar-nav a:hover, .navbar-nav > li > a:hover{
	border-bottom: 0px solid #fff;
	background-color: #eee;
}

@media(max-width:767px){
	.site-branding{
		text-align:center;
	}
	.navbar-header button{
		background: #607D8B;
		box-shadow: 0px 0px 0px 0px;
	}
	.navbar-toggle .icon-bar{
		border: 1px solid #fff;
	}
	.navbar-toggle{
		float: none;
	}
	.navbar-header{
		text-align: center;
	}
	.navbar-nav > li > a{
		border-bottom: 1px dotted;
	}
	.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    margin-left: 10px;
		border-bottom: 1px solid;
}
}

ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block
}

/*ul.dropdown-menu .menu-item-has-children a:after{
	font-family: 'Glyphicons Halflings';
	content: "\e072";
	padding-left: 10px;
    font-size: 7px;
    vertical-align: middle;
}*/

ul.dropdown-menu li > ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu li:hover> ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu li:focus> ul.dropdown-menu{
display: block
}

@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{
		display: block;
	}
}

.dropdown-menu .menu-item{
	min-width:160px;
}

header#masthead{
	background: #f7f7f9;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3);
    padding: 0px 20px;
}

.dropdown-menu{
	border-radius: 0px;
}

@media(min-width: 768px){
	.navbar-light.bg-faded.collapse{
		display: block;
		float: right;
		background: transparent;
	}

	.navbar-nav a:hover, .navbar-nav > li > a:hover {
    background-color: transparent;
}

}

.navbar{
	padding-left: 0px;
	padding-right: 0px;
}

#masthead .col-md-9{
	padding-right:0px;
}

#primary .featured-image{
	margin-top: 0px;
}

header#masthead .container{
	background: #f7f7f9;
}

.navbar-nav li:last-child a {
    padding-right: 0px !important;
}

h1.site-title{
	margin: 0.4em 0;
}

p.site-title{
	font-size: 2em;
margin: 0.4em 0;
font-weight: 700;
    font-family: 'Playfair Display', serif;
    clear: both;
		line-height: 1.1;
}

img.custom-logo {
    margin: 10px 0px;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
}

@media (max-width: 767px){
.hidden-sm-up {
    display: inline-block !important;
		text-align: center;
    border-radius: 0px;
    border: 2px solid #000;
    background: transparent;
}
#masthead .col-md-9 {
    padding-right: .9375rem;
    text-align: center;
}
header#masthead{
	padding-bottom: 10px;
}
.navbar-nav .nav-item {
    float: none;
    text-align: left;
}
ul.navbar-nav{
	margin-left: 0px;
}
.navbar-nav > li > a{
	border-bottom: 1px solid;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
		padding: 10px 0px 10px 0px;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 15px;
}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */

.widget {
    margin: 0 0 4em;
    font-size: 14px;
}

.widget-title {
    margin-bottom: 1em;
		padding-bottom: 5px;
    font-size: 21px;
    border-bottom: 2px solid #000;
}

.widget a {
    color: #000;
}

.widget a:hover {
    color: #676060;
}

.widget ul,
.widget ol {
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

.widget li {
	padding: 1em 0 0;
	padding-top: 0px;
  padding-bottom: 1em;
}

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title {
    color: #fff;
    color: hsl(0, 0%, 100%);
    border-color: #fff;
    border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
    float: left;
    width: 320px;
    margin: 0 4rem 8rem 4rem;
}


.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

@media (min-width:768px){
	.widget-area section {
	    width: 33%;
	    display: inline-block;
	    vertical-align: top;
	    padding: 10px 1.6%;
	}
}

.widget-area section:nth-child(1), .widget-area section:nth-child(4), .widget-area section:nth-child(7) {
    padding-left: 0px;
}

.widget-area section:nth-child(3), .widget-area section:nth-child(6), .widget-area section:nth-child(9) {
    padding-right: 0px;
}

@media (max-width:767px){
	.widget-area section {
	    padding: 10px 20px !important;
	}
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
    word-break: break-word;
}

h2.entry-title {
    word-break: break-word;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0;
}

@media screen and (min-width: 40em) {
	.comments-area {
		margin: 0;
	}
}

@media(max-width: 767px){
	.comments-area{
		margin-left: 20px;
		margin-right: 20px;
	}
}

.comments-title {
	margin-bottom: 2em;
	font-size: 1.5em;
	padding-top: 2em;
    border-top: 1px solid;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list,
.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #000;
	margin-bottom: 3em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Noticia Text", sans-serif;
	font-style: italic;
	font-size: 80%;
}

.comment .avatar {
	position: absolute;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

.comment .avatar {
	top: -5px;
}

@media screen and (min-width: 30em) {

	.children {
		margin-left: 2em;
	}

	.comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}

	.comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}

	.comment-content {
		margin-left: 80px;
	}

}
@media screen and (min-width: 50em) {

	.children {
		margin-left: 3em;
	}

	.comments-area {
		margin: 0;
	}

	.comment-meta {
		margin-left: 90px;
	}

	.comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}

	.comment-content {
		margin-left: 90px;
	}
}

.comment-meta a {
	text-decoration: none;
	font-style: initial;
}

.comment-meta a:hover,
.comment-meta a:focus {
	border-bottom: 2px solid #000;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-author {
	font-size: 1.4em;
	line-height: 1.3em;
}

.says {
	font-size: 80%;
}

.comment-metadata {
    margin-top: .2em;
	padding-bottom: .5em;
	font-size: .8em;
	line-height: 1em;
}

.comment-metadata a {
	color: #808080;
}

.reply {
	margin-bottom: 1.5em;
	text-align: right;
}

.reply a {
	display: inline-block;
	padding: .5em 1.4em;
	font-family: "Noticia Text", sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.reply a:hover,
.reply a:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.comment-content ol {
	list-style-type: decimal;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #c3c3c3;
	margin-top: -5px;
	margin-left: -5px;
}

/* Comment Form */

.comment-respond::after {
	display: block;
	margin: 2em auto 4em;
	content: "";
	width: 5em;
	border-bottom: 1px solid #000;
}

.comment-reply-title {
	margin-bottom: 1em;
	text-align: center;
}

.comment-list .comment-reply-title {
	text-align: left;
}

.comment-form {
	font-family: "Noticia Text", sans-serif;
	line-height: 1.3em;
}

.comment-form a {
	font-weight: 500;
}

.comment-form .form-submit {
	margin-top: 3em;
}

.comment-form .form-submit input {
	padding: .5em 1.4em;
	font-size: 85%;
    color: #333;
    line-height: 1.3em;
    text-decoration: none;
    border: 1px solid #c3c3c3;
}

.comment-form .form-submit input{
	display: inline-block;
	padding: .5em 1.4em;
	font-family: "Noticia Text", sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.comment-form label {
	width: 33%;
}
.comment-form .required {
	color: #D54E21;
}

.comment-form label {
	display: block;
	font-style: italic;
	padding-bottom: .4em;
}

.comment-reply-title{
	text-align: left;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
	}

	.comment-form .form-submit input{
    padding: .5em 1.4em;
    font-family: "Noticia Text", sans-serif;
    font-size: 85%;
    color: #333;
    line-height: 1.3em;
    text-decoration: none;
    border: 1px solid #c3c3c3;
		background: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 20px;
		transition: background 1s ease;
		text-shadow: none;
		}

		.comment-form .form-submit input:hover{
			background: #000;
			color: #fff;

		}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	background: #eee;
    padding: 7px 0px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	background: #eee;
font-size: 10px;
padding: 5px;
margin: 0px 5px;
}

/*
#Blog
*/
.blog article, .search article{
	background-size: cover;
	min-height: 650px;
	margin: 0px;
	border-bottom: 2px solid #fff;
}

.search .page .container{
	background-color: transparent;
}

.pbox{
	width: 400px;
	padding: 10px;
	background: rgba(255,255,255,0.9);
	margin-top: 125px;
}

article .pbox{
	float: left;
	margin-top: 125px;
}

article:nth-of-type(2n+1) .pbox {
  float: right;
}

.pposition{
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #9c9c9c;
}

.sticky .pposition{
	border-style: dashed;
}


@media (max-width: 600px){
	.pbox{
	width: 300px;
	padding: 5px;
	 }

	 article .pbox {
    float: left;
    margin-top: 50px;
		margin-left: 10px;
}

	 article:nth-of-type(2n+1) .pbox {
		 float:left;
}
.blog article, .archive article, .search article{
    min-height: 600px;
		background-position: center;
}
}

input.search-field {
    border: 1px solid #000;
    border-radius: 0px;
    min-width: 100%;
    padding: 5px 10px;
}

.archive article, .search article{
	background-size: cover;
	min-height: 650px;
	margin: 0px;
	border-bottom: 2px solid #fff;
}

.archive aside#secondary {
    margin-top: 1.5em;
}

.site-info {
    text-align: center;
    padding: 1.5em 0;
    border-top: 2px solid #000;
		font-size: 14px;
}

.site-info .sep{
	border-bottom: 0px solid #fff;
}

@media(max-width:767px){
	.site-info {
	    text-align: left;
	    padding: 1.5em 0;
			font-size: 14px;
			margin: 0px 20px;
	}
}

.gallery-item{
	margin: 1em 0;
}

nav.navigation.posts-navigation, .site-main .post-navigation, .site-main .comment-navigation {
    margin: 2em 0em;
		overflow: visible;
}

.nav-previous, .nav-next{
	margin-bottom: 3em;
}

.nav-previous a, .nav-next a {
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 1.5em;
		background: #000;
		color: #fff;
		font-size: 14px;
		transition: background .5s ease;
}

.nav-previous a:hover, .nav-next a:hover {
		text-decoration:none;
		background: #fff;
		color: #000;
		transition: background .5s ease;
}

@media(max-width:767px){
	.nav-previous a, .nav-next a{
		line-height: 3;
	}

	.nav-previous {
    float: none !important;
    width: 100% !important;
		text-align:center !important;
}
.nav-next {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
}

.nav-previous a:before {
    content: "<";
    padding-right: 10px;
}

.nav-next a:after{
    content: ">";
    padding-left: 10px;
}

section.error-404.not-found{
	padding: 100px 0px;
}

.error-404 input.search-submit{
	display: none;
}

.error404 #primary .container {
    max-width: 970px;
    padding: 50px 150px;
}

.error404 .content-area{
	background: #eee;
	padding-bottom: 1.5em;
}

.error404 #primary .container{
	background: #fff;
}

@media (min-width: 1024px){
.error404 #primary .container{
	max-width: 970px;
	padding: 50px 150px;
}
}

@media(max-width: 1023px){
	.error404 #primary .container{
		max-width: 970px;
		margin: 0px 50px;
		padding: 50px 50px;
	}
}

@media(max-width: 767px){
	.error404 #primary .container{
		margin: 20px 20px;
		padding: 30px 30px;
	}
}

.error404 aside#secondary{
	padding-top: 2em;
}

/*no-content*/
section.no-results.not-found{
	padding: 100px 0px;
}

.search-no-results input.search-submit{
	display: none;
}

.search-no-results #primary .container {
    max-width: 970px;
    padding: 50px 150px;
}

.search-no-results .content-area{
	background: #eee;
	padding-bottom: 1.5em;
}

.search-no-results #primary .container{
	background: #fff;
}

@media (min-width: 1024px){
.search-no-results #primary .container{
	max-width: 970px;
	padding: 50px 150px;
}
}

@media(max-width: 1023px){
	.search-no-results #primary .container{
		max-width: 970px;
		margin: 0px 50px;
		padding: 50px 50px;
	}
}

@media(max-width: 767px){
	.search-no-results #primary .container{
		margin: 20px 20px;
		padding: 30px 30px;
	}
}

.search-no-results aside#secondary{
	padding-top: 2em;
}

nav#comment-nav-above{
	display: none;

}
