/*
Theme Name: Laveria
Theme URI: http://themesvila.com/themes-wp/laveria
Author: Themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: This is Tour and Travel WordPress Theme
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laveria
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.

laveria is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/

*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 0;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
.wp-calendar-nav-prev a,
.wp-calendar-nav-next a{
	font-weight: 700;
	color: #fc5b62;
}
caption,
th,
td {
	
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 15px;
}

del {
    color: #333;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
}
img{
	display: block;
	height: auto;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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%;
}
.widget-area img{
	height: auto;
}
.widget_tag_cloud a{
	font-size: 14px!important;
}
.widget-area ul ul,
.widget-area ul ol{
	padding-left: 15px;
}
.widget-area select{
	width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
#blog-section,
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.404_content{
	margin-top: 0px;
}
.404_content p{
	font-size: 18px;
}
.single_blog.blog-details {
	
}
.single_blog.blog-details select{
	width: auto;
}
article.sticky.hentry{
	border-top: 5px solid #fc5b62;
}
.post_description{
	overflow: hidden;
}
.single_blog.blog-details .post_description ul,
.single_blog.blog-details .post_description ol
{
	padding-left: 15px;
}
.single_blog.blog-details .post_description {
	
}
.post_tags{
	font-weight: 700;
	margin-top: 15px;
	
}
.post_tags a,
.post_tags a:hover,
.post_tags a:focus{
	color: #fff!important;
	transition: .5s;	
	background-color: #211E3B;
	padding: 5px 10px;
	margin-right: 3px;
}
.post_tags a:hover,
.post_tags a:focus{
	color: #fc5b62;
}
.wp-block-group__inner-container{
	padding: 15px;
	margin-bottom: 15px;
}
.single_blog.blog-details .post_description div{
	margin-bottom: 15px;
}
iframe{
	border: inherit;
}
.blog_embed_code {
	
}
caption{
	caption-side: inherit;
}
.wp-block-calendar table {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area{
	margin-top: 10px;
}
.comment-title, 
.comment-form h3 {
	font-size: 24px;
	margin-bottom: 27px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
li.comment{
	list-style-type: none;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 4px;
	background-color: #F1F8FF;
}
.comments-area ul.children{
	padding-left: 15px;
}
.comment-description{
	font-weight: 600;
}
.com-author-name{
	text-transform: capitalize;
}
#cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	padding-left: 10px;
}

.comment-reply-link {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# 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 {
	max-width: 100%;
}

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

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

.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;
}

/* Extra Css */

.marp-0{
	padding: 0!important;
	margin: 0!important;
}
.customize-support #navigation {
	margin-top: 20px;
}
.pagination-nav a:hover,
.pagination-nav a:focus{
	color: #fff!important;
}
.wp-block-button__link{
	color: #fff!important;
}
.post-list .blog-text {
	padding: 26px 30px 22px;
}
.post-list .blog_image{
	margin-bottom: 0;
}

.grid-item{
	margin-bottom: 30px;
}