/* 
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.2
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;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  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
/////////////////////////////////////////////////////////////////////*/

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

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