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

voyagex 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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: #f05942;
}
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%;
}
.widget_title{
	font-size: 23px;
}

/*Post Css*/
.pagination-nav{
	padding-top: 20px;
}
.pagination-nav a,
.page-numbers.current{
	color: #727272;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 15px;
}
.pagination-nav a:hover,
.pagination-nav a:focus,
.pagination-nav .page-numbers.current{
	background: #f9461d;
	border-color: #f9461d;
	color: #fff;
}
.widget{
	padding: 30px;
	background-color: #f1f6f9;
	border-radius: 4px;
	margin-bottom: 30px;
}

.widget:last-child{
	margin-bottom: 0;
}
.widget li{
	list-style-type: none;
	padding-bottom: 10px;
}
.widget li a:hover,
.widget li a:focus{
	color: #f05942;
}
.widget li:last-child{
	padding-bottom: 0px;
}
.widget_title,
#reply-title{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 0px;
}
#reply-title{
	margin-bottom: 0;
}
.widget_title a{
	display: inline-block;
}

.widget_categories li a{
	text-transform: capitalize;
	font-weight: 700;
}
.search_form{
	
}
.search_form form{
	position: relative;
}
.search_form .form-control{
	height: 50px;
	line-height: 50px;
	padding: 10px 15px;
	font-size: 14px;
}
.search_form .form-control:focus{
	box-shadow: inherit;
	border-color: #f9461d;
}
.search_form button{
	position: absolute;
	right: 0;
	top: 0;
	background: #f9461d;
	color: #fff;
	border: 1px solid transparent;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 0 4px 4px 0;
}
.widget_categories i{
	padding-right: 5px;
}
.widget_categories .badge{
	font-size: 13px;
}
.widget_tag_cloud a{
	display: inline-block;
	border: 1px solid #666;
	padding: 2px 13px;
	margin-right: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	transition: .5s;
	border-radius: 4px;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus{
	color: #fff;
	background: #f9461d;
	border-color: #f9461d;
}
.widget_instagram ul{
	margin-left: -5px;
	margin-right: -5px;
}
.widget_instagram li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 30%;
	float: left;
	position: relative;
	padding-bottom: 0;
	transition: .5s;
}
.widget_instagram li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
}
.widget_instagram li:before{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.widget_instagram li a:after {
	position: absolute;
	content: '';
	font-family: IcoFont;
	width: 100%;
	height: 100%;
	top: 35%;
	left: 0;
	color: #fff;
	text-align: center;
	display: inline;
	z-index: 11;
	opacity: 0;
	transition: .5s;
}
.widget_instagram li a:hover::after,
.widget_instagram li:hover::before{
	opacity: 1;
}

/*--------------------------------------------------------------
# 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_page .404_content{
	margin-top: 0px;
	text-align: center;
	padding: 30px ;
}
.404_content.text-center{
	margin-top: 20px;
}
.404_content p{
	font-size: 18px;
}
.single_blog.blog-details {
	
}
.single_blog.blog-details select{
	width: auto;
}
article.sticky.hentry{
	border-top: 5px solid #f05942;
}
.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 {
	line-height: normal;
}
.post_tags{
	font-weight: 700;
	margin-top: 15px;
	
}
.post_tags a{
	color: #666;
	transition: .5s;	
}
.post_tags a:hover,
.post_tags a:focus{
	color: #f05942;
}
.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
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
li.comment{
	list-style-type: none;
	margin-bottom: 20px;
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 4px;
}
.comments-area ul.children{
	padding-left: 15px;
}
#cancel-comment-reply-link{
	font-size: 15px;
	font-weight: 700;
	color: #f05942;
}
/*--------------------------------------------------------------
# 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 */

.customize-support #navigation {
	margin-top: 30px;
}
.pagination-nav a:hover,
.pagination-nav a:focus{
	color: #fff!important;
}


/* Comment Style */
.comment-area{
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-list{
	list-style-type: none;
	padding-left: 0;
}
.comment-area li{
	list-style-type: none;
	margin-bottom: 25px;
}
.comment-area li ul{
	padding-left: 30px;
	margin-top: 25px;
}
.comment-title,
.comment-form h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.com-author-name{
	font-size: 16px;
}
.com-author-name a{
	color: #333;
}
.author_pic{
	float: left;
	margin-right: 25px;
}
.author_pic img{
	border-radius: 50%;
	width: 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	height: auto;
}
.comment_text .date{
	font-weight: 400;
	font-size: 13px;
}
.comment-description{
	overflow: hidden;
}

.comment_text .date .comment-reply-link {
	float: right;
	font-weight: 700;
	color: #f05942;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
.comment-form {
	padding-top: 10px;
}
.comment-form .form-control{
	margin-bottom: 20px;
}
.comment-form .form-control:focus{
	box-shadow: inherit;
}
#commentform #submit,
#commentform #submit:hover,
#commentform #submit:focus
 {
	background-color: #f05942;
	border: 1px solid #f05942;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
}
#commentform .form-control:focus{
	border-color: #f05942;
}
#commentform label{
	color: #333;
}
.comment-respond{
	margin-bottom: 25px;
}
.page_banner,
.single_blog.blog-details,
.single_blog{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#contact-form .form-control:focus{
	box-shadow: inherit;
}
#contact-form textarea.form-control{
	height: 180px;
}

.sl-small-text{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}