/*
Theme Name: ! DO NOT UPDATE! AllSmiles (1.1)
Theme URI: https://allsmiles.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: allsmiles
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 9.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* header */
.qodef-header-wrapper .qodef-widget-holder .phone-icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: 0.5s;
  border-radius: 5px;
  padding: 5px;
  background-color: #FAEBEA;
}
.qodef-header-wrapper .qodef-widget-holder .phone-icon a:hover {
  opacity: 0.75;
}
.qodef-page-title.qodef-alignment--center .qodef-m-content .qodef-m-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 5px 25px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.qodef-page-title .qodef-m-content .qodef-m-title {
  font-size: 60px;
}

/* testimonials */
.qodef-testimonials-list .qodef-e-media-image .qodef-mark {
  display: none;
  visibility: hidden;
}

/* footer */
#qodef-page-footer .qodef-grid>.qodef-grid-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#qodef-page-footer .qodef-grid>.qodef-grid-inner .qodef-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#qodef-page-footer .widget.widget_allsmiles_core_social_icons_group {
  margin-top: auto;
  margin-bottom: 10px!important;
}
#qodef-page-footer .widget .qodef-widget-title {
  font-weight: 400;
  color: #828D97;
  margin-bottom: 15px;
}
#qodef-page-footer .widget.widget_nav_menu li {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
#qodef-page-footer .widget {
  margin-bottom: 10px;
}
#qodef-page-footer .qodef-grid-item .widget_allsmiles_core_icon_list_item:last-child .qodef-icon-list-item {
  margin-bottom: 0px!important;
}
#qodef-page-footer .work-time {
  font-weight: 600;
  white-space: nowrap;
}

/* pricelist */
.qodef-qi-pricing-list .qodef-m-item {

}
.qodef-qi-pricing-list .qodef-e-heading-line {
  margin: 0px 32px;
  border-bottom: 1px solid #C5DAEE;
}
.qodef-qi-pricing-list .qodef-e-heading-discount-price, .qodef-qi-pricing-list .qodef-e-heading-price {
  font-size: 21px;
  font-weight: 700;
}
.qodef-qi-pricing-list .qodef-e-description {
  max-width: 680px;
}

/* video-grid */
.video-grid:last-child {
  margin-bottom: 100px!important;
}
.video-grid .elementor-widget-allsmiles_core_video_button {
  margin-bottom: 15px!important;
  border-radius: 5px;
  overflow: hidden;
}

/* contacts */
.contacts-column .elementor-widget-wrap>.elementor-element.elementor-widget-allsmiles_core_icon_with_text {
  margin-bottom: 0px;
}
.contacts-column .elementor-widget-wrap>.elementor-element.elementor-widget-allsmiles_core_icon_with_text .location-item {
  margin-bottom: 32px;
}
.contacts-column .elementor-widget-wrap>.elementor-element.elementor-widget-google_maps {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* ADAPTATION */
@media only screen and (max-width: 1199px) {
  .qodef-page-title .qodef-m-content .qodef-m-title {
    font-size: 42px;
  }
  .qodef-header-navigation>ul>li>a {
    padding: 0px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-page-title .qodef-m-content .qodef-m-title {
    font-size: 36px;
  }

}
@media only screen and (max-width: 768px) {
  .qodef-page-title .qodef-m-content .qodef-m-title {
    font-size: 32px;
  }
  section.qodef-elementor-content-grid>.elementor-container,
  .qodef-content-grid,
  section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
    width: 100%!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .qodef-mobile-header-navigation {
    padding: 0px 15px;
  }
  .qodef-h2, h2 {
    font-size: 32px;
  }
  .qodef-section-title div.qodef-m-text {
    font-size: 16px;
  }
  #qodef-page-footer .qodef-grid>.qodef-grid-inner .qodef-grid-item:last-child .widget_allsmiles_core_separator {
    display: none;
    visibility: hidden;
  }
}
