/*
Theme Name: AIHub Child
Theme URI: https://liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: aihub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: aihub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Global Elements */
header a.lqd-logo {
    max-width: 180px;
}	
.elementor-kit-9 .lqd-btn, a.elementor-button, .hover-scale, input.wpcf7-form-control.wpcf7-submit, .elementor-kit-9 input[type="submit"]  {
	transform: scale(1);
    box-shadow: none !important;
	transition: ease .3s;
	cursor: pointer;
}
.elementor-kit-9 .lqd-btn:hover, a.elementor-button:hover, .hover-scale:hover, input.wpcf7-form-control.wpcf7-submit:hover, .elementor-kit-9 input[type="submit"]:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 25%) !important;
}
.elementor-kit-9 .no-hover-scale .lqd-btn:hover, .alt-button .lqd-btn:hover, .lqd-post-btn .lqd-btn:hover {
    transform: scale(1);
    box-shadow: none !important;
}
.sparks svg path {
    fill: coral;
}
header .lqd-menu-li-top > .lqd-menu-dropdown {
    left: 50%;
    transform: translate(-50%, 0);
}
.grey * {
	filter: grayscale(1);
}
.alt-button a {
    left: 0;
}
.alt-button a:hover {
    left: -10px;
    transition: ease .3s;
}
.alt-button a:after {
    content: ">";
    position: absolute;
	width: 30px;
    right: -.75em;
    font-size: 1.25em;
	text-align: right;
    opacity: 0;
    transition: ease .3s;
}
.alt-button a:hover:after {
    opacity: 1;
}
.single-post main ol li, .single-post main ul li, .policy-content main ol li, .policy-content main ul li.policy-content ol li, .policy-content ul li {
    line-height: 1.5em;
    list-style-position: outside;
    padding-left: .5em;
    margin-left: 1em;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    margin-bottom: 30px;
}
/* Header */
button.lqd-trigger, button.lqd-trigger:hover, button.lqd-trigger:focus {
    background: transparent;
}
.mobile-menu {
	display: none;
}
.policy-content h1 {
    font-size: 32px;
}
ul.lqd-menu-dropdown li {
    white-space: nowrap;
}
ul.lqd-menu-dropdown {
    left: 0;
    right: 0;
    margin-left: 50%;
	transform: translateY(0) !important;
}
.lqd-menu-dropdown-trigger:hover>.lqd-menu-dropdown {
    transform: translate(-50%, 0) !important;
}
.lqd-dropdown-trigger {
    width: 16px;
    height: 16px;
}
/* Pricing Table */
.lqd-price-table-price-sup, .lqd-price-table-price-value {
    font-feature-settings: unset;
}
/* Archive */
.archive-subtitle p {
	margin-bottom: 0;
}
.elementor-widget-lqd-posts-list .lqd-post-media img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
/* Single Post */
.single-post header {
    position: relative;
    padding-top: 0 !important;
}
.lqd-post-cover {
    max-width: 1140px;
    flex-direction: row !important;
	padding-top: 50px;
}
.lqd-blog-post-style-7 .lqd-site-header-overlay~#lqd-page-content-wrap .lqd-post-header {
    padding: 0px 0px 0px 50px !important;
    width: 80%;
}
.lqd-blog-post-style-7 .lqd-post-media {
    width: 20%;
    padding: 0;
}
.lqd-blog-post-style-6 .lqd-post-media img, .lqd-blog-post-style-7 .lqd-post-media img {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}
/* Contact Form */
.wpcf7 p {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.wpcf7 .heading {
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
}
.wpcf7 label, span.wpcf7-form-control-wrap, .wpcf7-list-item {
    width: 100%;
}
.wpcf7 .wpcf7-form-control {
    width: 100%;
	padding: .25em .5em;
}
input.wpcf7-form-control.wpcf7-submit {
    width: fit-content;
    color: white;
	line-height: 1;
	transition: ease .3s;
}
.wpcf7 br {
    display: none;
}
span.wpcf7-form-control.wpcf7-radio, span.wpcf7-form-control.wpcf7-checkbox {
	display: block;
    border: solid 1px rgb(0 0 0 / 13%);
    padding: 10px 15px 10px 0px;
    border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
    border-color: transparent !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,  .wpcf7 form.spam .wpcf7-response-output {
    border-color: transparent;
    background: yellow;
    color: var(--e-global-color-primary);
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid transparent;
    background: var(--e-global-color-primary);
    color: white;
}
.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before, .wpcf7 form.payment-required .wpcf7-response-output:before, .wpcf7 form.spam .wpcf7-response-output:before {
    content: "\f165";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}
/* Media Queries */
@media only screen and (max-width: 1024px) {
.mobile-menu {
	display: block;
}
.lqd-menu-li-top > .lqd-menu-dropdown {
    align-items: center;
}
span.lqd-dropdown-trigger {
    position: absolute;
    width: 100%;
    height: 36px;
    left: 0;
    right: 0;
    margin: 0;
}
svg.max-w-1em.max-h-1em {
    left: 60px;
}
}
@media only screen and (max-width: 480px) {
.lqd-post-cover {
    flex-direction: column !important;
}
.lqd-blog-post-style-7 .lqd-post-media {
    width: 33.34%;
    margin: 0 auto 30px auto;
}
}