/*!
Theme Name: Wheelify
Theme URI: 
Author: vibhorp
Author URI: http://infigosoftware.in
Description: Wheelify is a flexible, powerful and responsive WordPress theme designed for businesses that specializes in transport, shipping, logistics, warehousing, movers and packers. This is user friendly, easy to use and fully responsive free transport WordPress theme. also, this theme is compatible with WordPress latest version and most papular plugins.
Version: 1.40
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wheelify
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, e-commerce

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

wheelify is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	word-wrap: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.comment-reply-link{
	color: #828282;
	float: right;
}
.pull_left_comment img{
	height: auto;
}
.blog-detail-page .media.comment_box .comment_box{
	border:none;
	margin-left: 15px;
    padding-left: 0;
}
.blog-detail-page .media.comment_box .comment_box .pull_left_comment{
	margin-top: 0;
}
.comment_detail_title a{
	color: #000;
	text-decoration: none !important;
}
.search-submit{
	background: var(--h-color);
    border: 0;
    padding: 13px 25px;
    margin: 0px -8px;
    color: #fff;
    border-radius: 9px 9px 9px 9px;
}
.sidebar .search-field{
	height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px 0px 0px 10px;
}   
a.tag-cloud-link {
    font-size: 13px !important;
}
h1.entry-title{
	display:none !important;
}
#page.boxed {
    width: 1270px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 30px auto;
    background: #fff;
}
.site-title a,.site-description{
	color: #fff;
	text-decoration: none !important;
}
.search-container .search-field{
	background-color: transparent;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 5px 5px 5px 29px;
    color: #fff;
}
.search-container .search-submit {
    background: transparent;
    border: 0;
    margin: 0px -70px;
} 
.page-numbers{
	position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
    color: #fff;
    border-radius: 0 19px 0 0;
    margin: 0 3px;
    text-decoration: none !important;
} 
.page-numbers.current{
	z-index: 1;
    color: #000;
    background-color: var(--main-color);
    border: 0;
}
.page-numbers.next,.page-numbers.prev{
	color: #000;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
}
.ser-details-img img{
	height: 400px;
}
.sub-dropdown{
	list-style: none;
	padding: 0;
	left: -999em;
    top: 0;
    background: #fff;
    color: #000;
    padding: 10px 0;
    text-align: left;
    z-index: 200;
    min-width: 200px;
    border-radius: 0 0 2px 2px;
    position: absolute;
    display: block;
}
.dropdown-menu li:hover .sub-dropdown,
.dropdown-menu li:focus .sub-dropdown,
.dropdown-menu li:focus-within .sub-dropdown{
	opacity: 1;
	visibility: visible;
	display: block !important;
	left: 105%;
	border: 1px solid #00000026;
	border-top: 2px solid var(--main-color);
}
.first-menu .navbar .dropdown-menu .dropdown-toggle::after{
	content: "\f054";
	font-size: 11px;
    display: initial;
    padding-left: 5px !important;
}
.sidebar .blog-sidebar-widgets .social-share li {
    display:inline-block;
}
.widgets-col a.tag-cloud-link {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #cccccc8a;
    margin: 3px;
}
.section-branch .col-lg-4 {
    padding: 10px;
}
.blog-page .blog-deatils ul li a{
	color:#212529;
	text-decoration: none;
}
.wp-block-button__link,.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff !important;
}
.wp-image-968,.wp-image-904{
    width: 150px;
}
blockquote {
    padding: 0;
    position: relative;
    margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
blockquote:before {
    content: "“";
    font-size: var(--quote--font-size);
    line-height: var(--quote--line-height);
    position: absolute;
    left: calc(-0.5 * var(--global--spacing-horizontal));
}
blockquote p {
    padding-left: 10px;
}
table,tr,td,th{
    border: 1px solid #000;
    padding: 10px;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: underline;
}
.wp-image-905{
	width:300px;
}
.wp-image-906{
	width: 580px;
}
.sidebar footer{
	background-color: transparent;
}
/*--------------------------# Slick-Nav ---------------------*/

.slicknav_menu {
    display: none;
}

@media (max-width:768px) {
    .slicknav_menu {
        display: block;
        background-color: #101214 !important;
        position: relative;
        z-index: 999;
    }
    .slicknav_brand img{
    	width: 150px;
    }
    .header-one .navbar {
        display: none;
    }
    .slicknav_nav {
        background: #101214;
        position: relative;
        top: 0px;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.23);
    }
    .slicknav_btn {
        background: transparent;
    }
    .slicknav_nav a {
        font-size: 15px;
        text-decoration: none;
    }
    .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:focus, .slicknav_nav a:focus {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 0;
        background: transparent;
        color: #ffc80a;
    }
    .slicknav_nav .slicknav_arrow {
        float: right;
    }
    .slicknav_brand {
        height: 70px;
    }
    .slicknav_brand a {
        color: #fff;
        text-decoration: none;
    }
    .slicknav_btn {
        padding: 22px 0;
    }
}
a.page-numbers:hover {
    color: #f4c202;
}
.navigation.pagination{
	margin-bottom: 50px;
}
.blog-detail-page .comment-section .pull_left_comment {
    margin-top: 30px;
}
@media(max-width:467px){
	.blog-detail-page .comment-section .comment_detail {
    
	    margin-left: 0;
	}
}
footer .wp-block-search__label {
	color: #fff;
}
.first-menu.navbar-dark.bg-dark.mobileoff {
    display: block;
}
.tag-sticky-2,.sticky { 
	background-color:#ededed !important;
}
.post-img{
	position: relative;
}
.sidebar h2{
	margin-bottom: 40px;
}
.single-blog .wp-block-latest-comments__comment-meta{
	background-color: #fff;
}
.single-blog .wp-block-latest-comments__comment-meta a{
	color: #000;
}
.wp-block-archives-dropdown select,#wp-block-categories-1{
	padding: 10px;
	margin-bottom: 20px;
}
.wp-block-search .wp-block-search__label {
    font-weight: 500;
    font-size: 32px;
}




.navbar-nav .page_item a {
 	padding: 20px 16px;
	text-decoration: none;
	color: #fff;
    text-transform: uppercase;
}

.navbar-nav .page_item a:hover {
 	padding: 20px 16px;
	text-decoration: none;
	color: var(--main-color);
    text-transform: uppercase;
}












