/*!
Theme Name: Ajman
Theme URI: http://themesvila.com/themes-wp/ajman
Author: themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: This is a Portfolio WordPress Theme
Version: 1.3
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ajman
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.

Ajman 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
--------------------------------------------------------------*/

img{
	display: block;
	height: auto;
	max-width: 100%;
}
body.single img{
	max-width: 100%;
}
body.single .single_blog{
	overflow: hidden;
}

body.single .single_blog p,
body.page .single_blog p {
	margin-bottom: 15px;
}
/* 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;
}

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

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	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 Style */

.blog_head_title{
	margin-bottom: 30px;
}
.comment-list{
	padding-left: 0;
	margin-left: 0;
}
.comment-area{
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.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: 40px;
}
.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);
}
.comment_text{
	overflow: hidden;
	margin-bottom: 45px;
}
.com-title{
	font-size: 17px;
}
.com-title a{
	color: #333;
}
.comment_text .date{
	font-weight: 400;
}
.comment_text .date .com_reply{
	float: right;
	font-size: 13px;
}
.comment-form {
	padding-top: 10px;
}
.comment-form .form-control{
	height: 70px;
	line-height: 70px;
}
.comment-form .form-control,
.comment-form textarea{
	background: transparent;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 30px;
	font-family: oswald,sans-serif;	
}
.comment-form textarea{
	height: 150px;
}
.comment-form .form-control:focus{
	box-shadow: inherit;
	background-color: #fff;
	border-color: #fff;
}
.comment_text a{
	color: #404040;
}
.comment-description ul,
.comment-description ol{
	padding-left: 25px;
	margin-left: 0;
}

.comment-form textarea.form-control{
	height: 248px;
}
.comment-form #submit {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 14px 27px;
	display: inline-block;
	border-radius: 4px;
}
.logged-in-as{
	margin-bottom: 10px;
}
.logged-in-as a{
	color: #000;
}
.comment-list ul.children{
	padding-left: 25px;
} 
.post_meta a{
	color: #000;
}

.navigation.pagination .nav-links{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	background: #fff;
	color: #000;
	display: inline-block;
	margin: 0 5px;
}
.navigation.pagination .nav-links span{
	color: #fff;
	background-color: #000;
}
.blog_content.entry_content ul,
.blog_content.entry_content ol
{
	padding-left: 0;
}
.blog_content.entry_content li li{
	padding-left: 25px;
}
.comment-form-cookies-consent {
	margin-bottom: 20px;
}
.error-404.not-found{
	background-color: #fff;
	padding: 30px;
}
.error-404.not-found p{
	margin-top: 20px;
	margin-bottom: 30px;
}
.dis_social #main-menu ul{
	text-align: right;
}
.home_blog .single_blog img{
	margin-bottom: 0;
}

.mt_30{
	margin-top: 30px;
}
.wp-block-button{
	margin-bottom: 15px;
}

textarea.form-control{
	height: 218px!important;
}
.contact .contact_btn{
	background-color: #000;
	color: #fff;
}
.contact .contact_btn:hover,
.contact .contact_btn:focus{
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
body .home_blog .single_blog p{
	margin-bottom: 0;
}
.mb_30{
	margin-bottom: 30px!important;
}
.partner a{
	display: inline-block;
}

#testimonial-slider .owl-buttons{
	position: absolute;
	width: 100%;
	top: 50%;

}
#testimonial-slider .owl-buttons .owl-prev{
	left: 0;
	position: absolute;
}
#testimonial-slider .owl-buttons .owl-next{
	right: 0;
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 0.9;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-transform: capitalize;
	background-color: #222;
	transition: .5s;
}