/* 
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.5
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
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - Custom CSS
04 - CF7
05 - Mobile
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

main,
footer {
  transition: transform 0.6s;
}

button,
button:hover,
*:focus {
  outline: 0 !important;
  -webkit-box-shadow:
  0 0 0 0rem #fff,
  0 0 0 0rem #fff !important;
      box-shadow:
  0 0 0 0rem #fff,
  0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
}

ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

.comments-area a,
.page-content a {
  text-decoration: none;
}

address {
  font-style: normal !important;
}

table td,
table th {
  border: 0;
  vertical-align: inherit;
}

.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none;
}

.pagination {
  display: block;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container,
.absolute-image,
.absolute-image .elementor-widget-container {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100% !important;
  height: 100% !important;
  filter: blur(4px);
  transform: scale(1.1);
}

.absolute-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.hover-effect .post-wrapper,
.hover-effect .tax-wrapper {
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.hover-effect .post-wrapper:hover,
.hover-effect .tax-wrapper:hover {
  -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.elementor-icon-wrapper {
  display: flex;
}

.elementor-icon svg,
.elementor-icon-list-icon svg {
  stroke-width: 1.5;
}

.inner-scroll::-webkit-scrollbar,
.cmb-repeat-group-wrap::-webkit-scrollbar {
  width: 10px;
}

.inner-scroll::-webkit-scrollbar-track,
.cmb-repeat-group-wrap::-webkit-scrollbar-track {
  background: #efefef;
}

.inner-scroll::-webkit-scrollbar-thumb,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb {
  background: #dfdfdf;
}

.inner-scroll::-webkit-scrollbar-thumb:hover,
.cmb-repeat-group-wrap::-webkit-scrollbar-thumb:hover  {
  background: #dfdfdf;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Custom CSS
/////////////////////////////////////////////////////////////////////*/

.animated-wrapper::after {
	content: '';
	display: block;
	inset: 0;
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
}

.animated-wrapper .inner-wrapper .animated-text,
.animated-wrapper .inner-wrapper .animated-button {
    opacity: 0;
	transition: all 0.3s;
}

.animated-wrapper .inner-wrapper {
    transform: translateY(10%);
    transition: all 0.3s;
}

.animated-wrapper:hover .inner-wrapper .animated-text,
.animated-wrapper:hover .inner-wrapper .animated-button {
    opacity: 1;
	transition: all 0.3s;
}

.animated-wrapper:hover .inner-wrapper {
    transform: translateY(0);
    transition: all 0.3s;
}

.videos .post-image a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/wp-content/uploads/2024/12/Play-Icon.svg);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  transition: background 0.3s ease;
}

.videos .post-image a:hover::before {
  background: url(/wp-content/uploads/2024/12/Logo.svg);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

ul.post-taxonomy li {
  border-radius: 3px !important;
}

.post-wrapper:hover .post-title a {
  color: var( --e-global-color-accent ) !important;
}

body {
  counter-reset: fraction-number;
}

.numbered {
  counter-increment: fraction-number;
}

.numbered:after {
  content: counter(fraction-number);
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  display: inline-flex;
  background: #fff;
  color: #ffb600;
  position: absolute;
  top: 50%;
  left: -50px;
  border: 2px solid #ffb600;
  transform: translate(0%, -50%);
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.elementor-grid .post-wrapper:nth-child(-n + 2) .numbered:before {
  background: #ffb600;
}

.elementor-grid .post-wrapper:nth-child(1) .numbered:after {
  background: #ffb600;
  color: #fff;
  border: 0;
}

.elementor-grid .post-wrapper:nth-child(2) .numbered:after {
  background: #bc9115 !important;
  color: #fff;
  border: 0;
}

.heading-text h1,
.heading-text h2,
.heading-text h3,
.heading-text h4,
.heading-text h5,
.heading-text h6 {
  font-size: var(--e-global-typography-3dc2ef4-font-size) !important;
  color: var(--e-global-color-primary);
  font-weight: 400;
}

.heading-text strong {
  font-weight: 400 !important;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - CF7
/////////////////////////////////////////////////////////////////////*/

.wpcf7-spinner {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 768px) {

}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 880px) {

}

@media all and (max-width: 767px) {
  .mobile-hidden .elementor-icon-box-content {
    display: none;
  }
  
  .row-span-expand  {
	grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

@media all and (max-width: 550px) {
  .elementor-widget-taxonomy-widget .elementor-grid  {
    grid-template-columns: repeat(1,1fr) !important;
  }
}
