/*!
Theme Name: Positive blog
Theme URI: https://franvipa.com/wordpress-themes/positive/
Author: franvipa
Author URI: https://profiles.wordpress.org/franvipa/
Description: Positive blog is a simple, elegant and clean Responsive WordPress Theme for Blogs. Demo: https://demo.franvipa.com/positive/
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: positive-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Positive blog 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.io/normalize.css/
*/




/*--------------------------------------------------------------
# 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;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content {
	margin: 1.5em 0 0;
	font-size: 1.05rem;
}

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

.entry-content h1 {
	margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.entry-content h2 {
	margin-top: 1.8rem;
  margin-bottom: 1.5rem;
}
.entry-content h3 {
	margin-top: 1.8rem;
  margin-bottom: 1.2rem;
}
.entry-content h4 {
	margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content h5 {
	margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content h6 {
	margin-top: 1.5rem;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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,
img {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	padding: 0.25rem;
	max-width: 100%;
	border: 1px solid #eaeaea;
	font-size: 0.85rem;
	font-style: italic;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.gallery-caption {
	font-size: 0.8rem;
	font-style: italic;
}

/*--------------------------------------------------------------
## 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;
}




body {
	background-color: #eaeaea;
  /*background-image: url('assets/vintage-concrete.png');*/
  color: #333;
}

.container {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
}

a, a:visited, a:hover {
	color: #14805E;
}

::-moz-selection { background: #1DE7A8; }
::selection { background: #1DE7A8; }

/*-----------------------------
    Additional Components
-----------------------------*/

.brick {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}

/*-----------------------------
    Header
-----------------------------*/
.header {
	background:#e5710b;
}

.header-top {
  font-style: italic;
}

.site-title {
  font-size: 2.5rem;
  color: #ffffff;
}
.site-title-img {
	width: auto;
	height: 44px;
}

.site-description {
	color: #e8e8e8;
}


/*-----------------------------
    Navigation
-----------------------------*/
.nav-link,
.dropdown-item {
  text-transform: uppercase;
  font-weight: 600;
  color: #e8e8e8 !important;
  font-size: 0.9rem;
}

.dropdown-menu .menu-item {
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

.dropdown-item:hover {
	background-color: transparent;
	color: #ffffff !important;
}

.nav-link:hover,
.active .nav-link {
  color: #ffffff !important;
}

.header-navigation {
	border-bottom: 1px solid #189670;
	border-top: 1px solid #189670;
}

.navbar {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.85);
	border-color: rgba(255,255,255,.85);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ul.navbar-nav > li {
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}

.dropdown-menu {
	background-color: #14805E;
	border: 0;
	border-bottom: 1px solid #189670;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*-----------------------------
    Sidebar
-----------------------------*/

.sidebar .widget {
	margin-top: 1rem;
	margin-bottom: 1rem;

}

.sidebar .widget-title {
  background-color: #40B38E;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
}

.sidebar .widget > p,
.sidebar .widget > ul,
.sidebar .widget > div,
.sidebar .widget > form {
  margin-left: 1rem;
	margin-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.sidebar .widget > ul {
	margin-left: 0;
}


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

.site-footer {
  background-color: #555;
  color: #eee;
	font-size: 0.9rem;
}

.credits {
	font-size: 0.8rem;
	color: #aaa;
}

/*-----------------------------
    Entries
-----------------------------*/

.entry-meta {
  font-size: 0.8rem;
  color: #666;
	border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}

.entry-footer {
	font-size: 0.9rem;
	border-top: 1px solid #bbb;
}

h2.entry-title {
  text-transform: uppercase;
  font-size: 1.5rem;
	line-height: 2rem;
}

h2.entry-title a {
	color: #364947;
}

h1.entry-title {
  text-transform: uppercase;
  font-size: 2rem;
	line-height: 2.8rem;
	color: #364947;
}

.bottom-divider-line {
	border-bottom: 1px solid #bbb;
}

.read-more-buttom {
	display: inline-block;
	width:100%;
	text-align: center;
	background: #fff;
	border: 1px solid #bbb;
}
.read-more-buttom:hover {
	background-color: #eaeaea;
	text-decoration: none;
}

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

.comments-area {
	font-size: 0.85rem;
}
.comments-title {
	background-color: #40B38E;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom:0;
}

.comments-area ol {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.comment-list .comment {
	padding: 1rem;
	border-bottom: 1px solid #bbb;
}

.comment-list .comment:first-child {
	/*border-top: 1px solid #bbb;*/
}

.comment-list .children {
	border-left: 1px solid #bbb;
}

.comment-meta {
	padding-bottom: 1.5rem;
}

.comment-metadata {
	padding-top:0.5rem;
}

.comment-respond {
	padding: 1rem;
}

.comment-reply-title {
	font-size: 1.3rem;
}

.pingback {
	padding: 0.2rem 1rem;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination-links a {
	padding: 0.7rem;
	margin: 0.7rem;
	font-size: 0.9rem;
	background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}
.pagination-links a:hover {
	text-decoration: none;
	background-color: #fafafa;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input:focus, .form-control:focus {
	border-color: #40B38E !important;
}


/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Blockquotes
--------------------------------------------------------------*/
blockquote {
	margin-left: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-left: 3px solid #eaeaea;
	font-style: italic;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table th{
	background-color: #eaeaea;
}
table th, table td{
	padding: 0.3rem 0.5rem;
}

/*--------------------------------------------------------------
# WP Calendar widget
--------------------------------------------------------------*/
.calendar_wrap {
	overflow-x:auto;
	font-size: 0.7rem;
	text-align: center;
}

.calendar_wrap th {
	background-color: #eaeaea;
	color: #333;
	text-align: center;
}

.calendar_wrap table {
	width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}

.calendar_wrap table th,
.calendar_wrap table td {
	padding: 0.3rem 0.3rem;
}


