/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - CF7
04 - Mobile
*/

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

.sticky-header {
  background: transparent;
  transition: 0.3s background;
}

.sticky-header.stick,
.blurred-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,255)!important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.06);
  transition: 0.3s background;
}

.hfe-menu-toggle i::before {
  display: none;
}

.hfe-menu-toggle i::after {
  content: '▼';
  font-style: normal;
  line-height: 0;
  font-size: 0.8em;
  position: relative;
  top: -1px;
  left: -5px;
  opacity: 0.7;
}

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

body {
  overflow-x: hidden;
}

main,
footer {
  transition: transform 0.6s;
}

main.push-content,
footer.push-content {
  transform: translateX(540px);
  transition: transform 0.6s;
}

main::before,
footer::before {
  content: '';
  background: #282828;
  position: absolute;
  width: 540px;
  top: 0;
  bottom: 0;
  left: -540px;
  right: 0;
}

main::before, footer::before {
	background: var(--e-global-color-8d4ed92) !important;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.1);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(25,25,25)'><polygon points='0,0 60,0 30,50'/></svg>") no-repeat;
  background-color: #fff;
  background-size: 16px;
  background-position: calc(100% - 20px) 17px;
  background-repeat: no-repeat;
}

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

.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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  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;
}

.title-comments, .comment-reply-title {
	font-size: 24px !important;
}

.comment-reply-title {
	padding-top: 20px;
}

.pagination {
	display: block;
}

#share-button {
	width: 1000px;
    max-width: 45%;
    margin: 0 auto;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - CF7
/////////////////////////////////////////////////////////////////////*/

.wpcf7-spinner {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////
//  04 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 768px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .column:last-child {
    padding-right: 0;
  }
  
}

@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;
  }
	
   .title-comments, .comment-reply-title {
	font-size: 18px !important;
	}
	
	#share-button {
	width: 1000px;
    max-width: 80%;
    margin: 0 auto;
  }
}

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