/*
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.1
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
*/
header.page-header {
  display: none;
}

.social-top-wrap {
  position: relative;
  top: -3px;
}

.social-top-wrap .elementor-widget-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0px;
  width: auto;
}

.elementor--h-position-left .swiper-slide-inner {
  max-width: 1384px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-banner .elementor-swiper-button-prev {
  left: 80%;
  top: 84%;
}

.home-banner .elementor-swiper-button-next {
  right: 15%;
  top: 84%;
}

.home-banner .elementor-swiper-button-prev .eicon-chevron-left::before {
  content: "";
  background: url("../../uploads/2021/02/Arrow.svg");
  width: 38px;
  height: 38px;
  display: inline-block;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.home-banner .elementor-swiper-button-next .eicon-chevron-right::before {
  content: "";
  background: url("../../uploads/2021/02/Arrow.svg");
  width: 38px;
  height: 38px;
  display: inline-block;
  background-size: cover;
}

.home-banner .elementor-swiper-button-prev .eicon-chevron-left:hover,
.home-banner .elementor-swiper-button-next .eicon-chevron-right:hover {
  opacity: 1;
  transition-duration: .25s;
}

.home-banner .elementor-swiper-button-prev .eicon-chevron-left:hover,
.home-banner .elementor-swiper-button-next .eicon-chevron-right:hover {
  opacity: .7;
}

a.elementor-size-md {
  background: transparent !important;
  /*border-bottom: 2px solid #e0b746;*/
  border-radius: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
}

/*a.elementor-size-md:hover {
  border-bottom: 2px solid #000;
}*/
.elementor-post__read-more,
.elementor-widget-call-to-action .elementor-cta__button {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}

.elementor-widget-call-to-action .elementor-cta__button {
  padding: 16px 0px;
}

.elementor-cta--skin-classic .elementor-cta__content {
  background: #fff;
}

.elementor-widget-call-to-action .elementor-cta__bg-overlay {
  display: none;
}

.elementor-button-wrapper a.elementor-size-md:after,
.elementor-post__read-more:after,
.elementor-widget-call-to-action .elementor-cta__button:after {
  content: "";
  position: absolute;
  bottom: .4em;
  left: 0;
  height: 3px;
  width: 100%;
  background: #e0b746;
  transition: width .25s;
  pointer-events: none;
}

.elementor-button-wrapper a.elementor-size-md:hover:after,
.elementor-post__read-more:hover:after,
.elementor-widget-call-to-action:hover .elementor-cta__button:after {
  width: 0px;
}

.playBtn .elementor-button-icon {
  transform: translateX(4px);
}

.marg-bottom-0 p {
  margin-bottom: 0px;
}

.shop-by-effect-wrap .elementor-widget-image,
.shop-by-effect-wrap-es .elementor-widget-image {
  display: none;
}

.shop-by-effect-wrap .elementor-widget-image:first-child,
.shop-by-effect-wrap-es .elementor-widget-image:first-child {
  display: block;
}

.footer-social-wrap .elementor-widget-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: auto;
}

.elementor-element-2bb8fae .elementor-nav-menu li:first-child a, .elementor-element-cd5dcc9 .elementor-nav-menu li:first-child a,
.elementor-element-26601f2 .elementor-nav-menu li:first-child a {
  padding-top: 0px !important;
}

.elementor-form-fields-wrapper input.elementor-field {
  padding-left: 0px !important
}

.elementor-form .elementor-button>span {
  justify-content: flex-end !important;
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 40px !important;
}

.elementor-12 .elementor-element.elementor-element-dddc669 {
  margin-bottom: 0px !important;
}

.elementor-element-3568546 a.elementor-size-md::after {
  background: #FFF;
  width: 0;
}

.elementor-element-3568546 a.elementor-size-md:hover::after {
  background: #e0b746;
  width: 100%;
}

.elementor-element-fe28760 p a {
  color: #000 !important;
}

.elementor-element-fe28760 p a:hover {
  color: #E0B746 !important;
}

.social-star .elementor-widget-image {
  margin-bottom: 5px !important;
}

.marginB-20 {
  margin-bottom: 20px !important;
}

.marginB-10 p {
  margin-bottom: 10px !important;
}

.marginB-0, .marginB-0 p {
  margin-bottom: 0px !important;
}

.feedzy-lazy .title {
  margin-bottom: 12px;
  display: block;
}

.feedzy-lazy a {
  font-size: 20px;
}

.feedzy-lazy .rss_content p {
  font-size: 15px !important;
}

.elementor-field-textual.elementor-size-md {
  padding: 6px 0px;
}

.fadeInUp {
  -webkit-animation-name: fadeInUpNew !important;
  animation-name: fadeInUpNew !important;
}

@-webkit-keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.3vw);
    transform: translateY(1.3vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.3vw);
    transform: translateY(1.3vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.elementor-location-footer .menu-item a:hover {
  color: #DFB745 !important;
}

.elementor-button.elementor-size-sm {
  position: relative;
}

.elementor-button.elementor-size-sm .elementor-align-icon-right {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: transform .25s, opacity 0.25s;
}

.elementor-button.elementor-size-sm:hover .elementor-align-icon-right {
  transform: translateX(10px);
  opacity: 1;
}

.elementor-button.elementor-size-sm .elementor-button-text {
  transition: transform .25s;
}

.elementor-button.elementor-size-sm:hover .elementor-button-text {
  transform: translateX(-10px);
}

.elementor-location-header .wpml-ls-legacy-dropdown a {
  background-color: #000;
  padding: 0;
  color: #fff !important;
  border: none !important;
}

.elementor-location-header .wpml-ls-legacy-dropdown a:hover,
.elementor-location-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  background-color: #000;
  padding: 0;
  color: #E0B746 !important;
  border: none !important;
}

.elementor-location-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
  background: black;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}

.elementor-location-header .wpml-ls-sub-menu img {
  display: none;
}

.elementor-location-header .elementor-widget-sidebar {
  width: 80px !important;
}

.elementor-location-header .elementor-widget-sidebar .wpml-ls {
  transform: translateY(-82%);
}

.widget_icl_lang_sel_widget::marker,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none !important;
  height: 0px !important;
  margin: 0 !important;
  padding: 0px !important;
  font-size: 0px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 18px;
  height: 18px;
}

.single-post .post h2,
.single-post .post h3{
	margin-top:40px;
}

/*Media Queries*/
@media only screen and (min-width: 1454px) {
  h2, .small h1 {
    font-size: 28px !important;
  }

  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 50px !important;
  }

  .xtra-small h1, h3 {
    font-size: 27px !important;
  }

  h4, .elementor-toggle-title {
    font-size: 26px !important;
  }

  h5 {
    font-size: 22px !important;
  }

  p, .elementor-text-editor, .elementor-tab-content {
    font-size: 22px !important;
  }

  h6 {
    font-size: 19px !important;
  }

  .dispensary_cta a, .elementor-button-text, .menu-item, .product-car .swiper-slide .repeater-item:last-child a, #catPlacards .dynamic-content-for-elementor-acf a .tx-before,
  .elementor-slide-button {
    font-size: 18px !important;
  }

  .medium p {
    font-size: 17px !important;
  }

  .small p {
    font-size: 14px !important;
  }

  .xtra-small p {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 1453px) and (max-width: 1700px) {
  .home-banner .elementor-swiper-button-prev {
    left: 79%;
  }

  .home-banner .elementor-swiper-button-next {
    right: 14%;
  }
}

@media only screen and (max-width: 1453px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .elementor--h-position-left .swiper-slide-inner {
    max-width: 1170px !important;
  }

  h2, .small h1 {
    font-size: 27px !important;
  }

  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 48px !important;
  }

  .xtra-small h1, h3 {
    font-size: 26px !important;
  }

  h4, .elementor-toggle-title {
    font-size: 25px !important;
  }

  h5 {
    font-size: 21px !important;
  }

  .elementor-slide-description, .dce-meta-textarea, .dce-meta-button .dce-link {
    font-size: 21px !important;
  }

  p, .elementor-text-editor, .elementor-tab-content, h6 {
    font-size: 21px !important;
  }

  h6 {
    font-size: 19px !important;
  }

  .small p {
    font-size: 16px !important;
  }

  .xtra-small p {
    font-size: 11px !important;
  }

  .elementor-7 .elementor-element.elementor-element-3c8435e>.elementor-element-populated {
    padding: 9% 10% 8% 10%;
  }

  .home-banner .elementor-swiper-button-prev {
    left: 78%;
  }

  .home-banner .elementor-swiper-button-next {
    right: 13%;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide {
    height: 650px;
  }

  .medium p {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1199px) {
  h2, .small h1 {
    font-size: 26px !important;
  }

  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 46px !important;
  }

  .xtra-small h1, h3 {
    font-size: 25px !important;
  }

  h4, .elementor-toggle-title {
    font-size: 24px !important;
  }

  h5 {
    font-size: 20px !important;
  }

  .elementor-slide-description, .dce-meta-textarea, .dce-meta-button .dce-link {
    font-size: 20px !important;
  }

  p, .elementor-text-editor, .elementor-tab-content, h6 {
    font-size: 20px !important;
  }

  .elementor-section.elementor-section-boxed>.elementor-container, .elementor--h-position-left .swiper-slide-inner {
    max-width: 990px !important;
  }

  .dispensary_cta a, .elementor-button-text, .menu-item, .product-car .swiper-slide .repeater-item:last-child a, #catPlacards .dynamic-content-for-elementor-acf a .tx-before,
  .product-carousel .dce-acf-repeater-item a, .elementor-nav-menu--main .elementor-nav-menu a, .elementor-slide-button {
    font-size: 17px !important;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide {
    height: 600px;
  }

  .elementor-7 .elementor-element.elementor-element-3c8435e>.elementor-element-populated {
    padding: 9% 5% 8% 5%;
  }

  .footer-social-wrap .elementor-widget-icon {
    margin-right: 15px;
  }

  .medium p {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-element-687398f {
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .elementor-element-860d061 {
    position: absolute;
    right: 70px;
    top: 12px;
  }
}

@media only screen and (max-width: 991px) {
  h2, .small h1 {
    font-size: 22px !important;
  }

  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 42px !important;
  }

  .xtra-small h1, h3 {
    font-size: 24px !important;
  }

  h4, .elementor-toggle-title {
    font-size: 23px !important;
  }

  h5 {
    font-size: 19px !important;
  }

  .elementor-slide-description, .dce-meta-textarea, .dce-meta-button .dce-link {
    font-size: 18x !important;
  }

  p, .elementor-text-editor, .elementor-tab-content, h6, .single-post .post ul {
    font-size: 18px !important;
  }
	
  .dispensary_cta a, .elementor-button-text, .product-car .swiper-slide .repeater-item:last-child a, #catPlacards .dynamic-content-for-elementor-acf a .tx-before,
  .product-carousel .dce-acf-repeater-item a, .elementor-slide-button {
    font-size: 16px !important;
  }

  .menu-item, .elementor-nav-menu--main .elementor-nav-menu a {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }

  .elementor-section.elementor-section-boxed>.elementor-container, .elementor--h-position-left .swiper-slide-inner {
    max-width: 740px !important;
  }

  .social-top-wrap .elementor-widget-icon {
    margin-right: 15px;
  }

  .home-banner .elementor-swiper-button-prev {
    left: 80%;
  }

  .home-banner .elementor-swiper-button-next {
    right: 8%;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide {
    height: 550px;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide-inner {
    padding: 0% 0% 9% 0%;
  }

  .elementor-widget:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .social-top-wrap .elementor-widget-icon {
    margin-bottom: 0px !important;
  }

  .footer-social-wrap .elementor-widget-icon {
    margin-right: 7px;
  }

  .elementor-12 .elementor-element.elementor-element-2bb8fae .elementor-nav-menu--main .elementor-item, .elementor-12 .elementor-element.elementor-element-cd5dcc9 .elementor-nav-menu--main .elementor-item, .elementor-12 .elementor-element.elementor-element-26601f2 .elementor-nav-menu--main .elementor-item {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .elementor--h-position-left .swiper-slide-inner {
    max-width: 95vw !important;
  }

  .elementor-location-footer .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 95vw !important;
  }

  h2, .small h1 {
    font-size: 22px !important;
  }

  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 36px !important;
  }

  .xtra-small h1, h3 {
    font-size: 21px !important;
  }

  h4, .elementor-toggle-title {
    font-size: 20px !important;
  }

  h5 {
    font-size: 18px !important;
  }

  .elementor-slide-description {
    font-size: 16px !important;
  }

  p, .elementor-text-editor, .elementor-tab-content, h6 {
    font-size: 16px !important;
  }

  .dispensary_cta a, .elementor-button-text, .menu-item, .product-car .swiper-slide .repeater-item:last-child a, #catPlacards .dynamic-content-for-elementor-acf a .tx-before,
  .product-carousel .dce-acf-repeater-item a, .elementor-nav-menu--main .elementor-nav-menu a, .elementor-slide-button {
    font-size: 14px !important;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide {
    height: 500px;
  }

  .home-banner .elementor-swiper-button-prev {
    left: 77%;
  }

  .home-banner .elementor-swiper-button-next {
    right: 5%;
  }

  .elementor-element-eca9031 {
    min-height: 500px;
  }

  .footer-social-wrap .elementor-widget-icon {
    margin-right: 15px;
  }

  .elementor-field-type-submit {
    width: 25%;
  }

  .elementor-location-footer .elementor-field-type-email {
    width: 75%;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide-inner {
    padding: 0% 0% 12% 0%;
  }
}

@media only screen and (max-width: 639px) {
  h1, .elementor-slide-heading, .elementor-element-ad8ba00 .elementor-heading-title {
    font-size: 32px !important;
  }

  .elementor-element-eca9031 {
    min-height: 400px;
  }

  .elementor-7 .elementor-element.elementor-element-b9f063d .swiper-slide {
    height: 400px;
  }

  .home-banner .elementor-swiper-button-prev {
    left: 72%;
  }

  .home-banner .elementor-swiper-button-next {
    right: 3%;
  }
}

@media only screen and (max-width: 479px) {
  p, .elementor-text-editor, .elementor-tab-content, h6, .single-post .post ul {
    font-size: 15px !important;
  }

  .dispensary_cta a, .elementor-button-text, .menu-item, .product-car .swiper-slide .repeater-item:last-child a, #catPlacards .dynamic-content-for-elementor-acf a .tx-before,
  .product-carousel .dce-acf-repeater-item a, .elementor-nav-menu--main .elementor-nav-menu a {
    font-size: 15px !important;
  }

  .small p {
    font-size: 13px !important;
  }

  .elementor-element-eca9031 {
    min-height: 300px;
  }

  .elementor-element-860d061 {
    right: 50px;
  }

  .elementor-element-687398f {
    right: 0px;
  }

  .elementor-element-9d3ff4e .elementor-image img {
    max-width: 140px;
  }

  .social-top-wrap .elementor-widget-icon:last-child {
    margin-right: 0px !important;
  }

  .elementor-button.elementor-size-sm .elementor-align-icon-right {
    font-size: 15px;
  }

  .elementor-element-687398f {
    top: 4px;
  }
}