/*!
Theme Name: Wheelify Premium
Theme URI: https://weblizar.com/themes/wheelify-premium-wordpress-theme/
Author : weblizar
Author URI:  https://weblizar.com/
Description: Wheelify is a Full Responsive Multi-Purpose Theme suitable for Business , corporate office and others .Cool Blog Layout and full width page also present 
Version: 1.5
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: wheelify-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns,  right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options,   flexible-header, responsive-layout
Text Domain: weblizar

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

/**
 * 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: 115px;
    padding-left: 0;
}
.blog-detail-page .media.comment_box .comment_box .pull_left_comment{
	margin-top: 0;
}
.comment_detail_title a{
	color: #000;
}
.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;
}
.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;
    background-color: var(--h-color);
    color: #fff;
    border-radius: 0 19px 0 0;
    margin: 0 3px;
}
.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: 100%;
    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;
    visibility: hidden;
    opacity: 0;
}
.dropdown-menu li:hover .sub-dropdown{
	opacity: 1;
	visibility: visible;
}
.first-menu .navbar .dropdown-menu .dropdown-toggle::after{
	content: "\f054";
	font-size: 14px;
    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;
}

footer.wp-block-latest-comments__comment-meta {
    background-color: #f7f7f7 !important;
}

.footer-widgets.container.animate.fadeInDownLarge div div div ol li article footer.wp-block-latest-comments__comment-meta {
    background-color: #192538 !important;
}

