/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
	color: #F48120;
}

a:hover {
	color: #7A7A7A;
}

div + ul { margin-top: 15px; }
ul + div { margin-top: 15px; }
p + ul { margin-top: 15px; }
ul + p { margin-top: 15px; }

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}

.elementor-post__title a {
	display: block;
	margin: 10px 0;
}

.elementor-post__text {
	margin-bottom: 20px;
}

.wpcf7-submit {
	width: 100% !important;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
    margin-top: 0.9rem !important;
}

.wpcf7-form > div > p {
	margin-bottom: 0 !important;
}

iframe {
	display: block;
}

[type=button]:focus, [type=submit]:focus, button:focus {
	outline: none !important;
}

table {
	margin-block-end: 5px !important;
    overflow-x: auto;
    white-space: nowrap;
}

table td, table th {
	padding: 10px !important;
}

.table-caption {
    text-align:center;
	display:inline-block;
	width:100%;
	font-size:24px;
	color:#777;
	font-weight:500;
	margin-bottom: 15px;
}

textarea {
    vertical-align: middle;
}

.grecaptcha-badge {
    visibility: hidden;
}

small {
    font-size: 65% !important;
	line-height: 1em !important;
}

@media (width <= 800px) {
.elementor-shortcode {
  overflow-x: scroll;
}

.table-caption {
	font-size: 20px;
	margin-bottom: 10px;
}

table td, table th {
	padding: 5px !important;
}

table tfoot th, table thead th {
	font-size: 14px;	
}
}

.cky-consent-container {
	font-family: Poppins, sans-serif !important;
}

.page-numbers {
	border: 1px solid #f4f4f4;
	padding: 5px 10px;
	margin: 0 !important;
}

.page-numbers:hover {
	background-color: #f4f4f4;
}

.elementor-accordion-icon span svg {
	width: 16px !important;
	height: 16px !important;
}

.cky-modal {
	font-family: 'Poppins', sans-serif !important;
}

.cky-notice-btn-wrapper .cky-btn, .cky-prefrence-btn-wrapper button {
	border-style: solid !important;
}

.cky-modal button:hover {
	background-color: transparent !important;
}

.cky-switch input[type="checkbox"] {
	border: none !important;
	border-radius: 15px !important;
}

.cky-switch input[type="checkbox"]:checked {
	background-color: #F48120 !important;
}

.cky-show-desc-btn:hover, .cky-footer-wrapper .cky-btn-accept:hover, .cky-show-desc-btn {
	color: #F48120 !important;
}

.wpcf7-form {
	font-family: 'Poppins', sans-serif !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

table {
	font-family: 'Poppins', sans-serif !important;
}

#products .elementor-widget-image-box .elementor-image-box-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.ae-element-post-title {
	color: #333333;
}

/* Sticky product image */
.elementor-element-5dd95c3 {
	position: sticky;
	top: 90px;
	align-self: flex-start;
}

.admin-bar .elementor-element-5dd95c3 {
	top: 142px;
}

@media (max-width: 767px) {
	.elementor-element-5dd95c3 {
		position: static;
	}
}

/* Fix FAQ shortcode horizontal scroll on mobile */
.elementor-widget-shortcode .elementor-shortcode {
	overflow-x: hidden;
}
