/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/
/* =Child-Theme customization starts here
------------------------------------------------------------ */
.sc_icons_light .sc_icons_item_title {
  font-size: 16px;
}

.sc_icons_light .sc_icons_icon + .sc_icons_item_details {
  margin-top: 19px;
}

.sc_icons_light .sc_icons_icon {
  width: 3.2em;
  height: 3.2em;
}
.sc_icons_light .sc_icons_icon.icon-wifi:before {
  font-size: 2.55em;
}

.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not([class*=button]),
[class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not([class*=button]),
.sc_layouts_row_type_narrow .sc_layouts_item_icon, [class*=scheme_].sc_layouts_row_type_narrow .sc_layouts_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_testimonials_alter [class*=column] .sc_testimonials_item_author:before,
.sc_testimonials_alter .sc_testimonials_item_author:before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_alter [class*=column] .sc_testimonials_item_content,
.sc_testimonials_alter .sc_testimonials_item_content {
  font-family: var(--theme-font-h6_font-family);
}
.sc_testimonials_alter .sc_testimonials_item_author_title {
  text-transform: uppercase !important;
}

.elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 70px;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.elementor-element .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: transparent !important;
  opacity: 0.1;
  border: 2px solid #090807;
}
.elementor-element .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.button-font-family {
  font-family: var(--theme-font-h6_font-family);
}

.title-font-family {
  font-family: var(--theme-font-h6_font-family);
}
.title-font-family a {
  position: relative;
  padding-bottom: 2px;
}
.title-font-family a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--theme-color-text_link);
  transition: all 0.3s;
}
.title-font-family a:hover:after {
  width: 0;
}

.elementor-accordion .elementor-tab-title {
  font-family: var(--theme-font-h6_font-family);
}

.bordered .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-color: #C8C6B9 !important;
}
.bordered .elementor-accordion .elementor-tab-content {
  margin-top: -9px;
}

blockquote {
  font-family: var(--theme-font-h6_font-family);
}
blockquote.trx_addons_blockquote_style_1 {
  border-color: var(--theme-color-alter_link2);
}
blockquote.trx_addons_blockquote_style_1:before {
  color: var(--theme-color-alter_link2);
}

.octobook {
	overflow: hidden !important;
}

.octobook form {
	padding: 0 !important;
	margin-bottom: -10px;
	overflow: hidden !important;
}

.octobook .octobooksubmit > div > input {
  font-size: 18px;
  height: 64px;
  width: 100%;
  border-color: var(--theme-color-text_link2);
  background-color: var(--theme-color-text_link2);
  justify-content: center;
}
.octobook .octobooksubmit > div > input:hover {
	opacity: 1;
  border-color: var(--theme-color-text_hover2);
  background-color: var(--theme-color-text_hover2);
}
.octobook select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
  visibility: visible;
}
.octobook .octobookpax,
.octobook .octobook-date {
  width: 28%;
}
.octobook .octobooksubmit {
  width: 16%;
}
.octobook label {
  display: none !important;
}

.octobook .textdate > div {
	display: block;
}


.octobook .textdate {
	max-width: none;
	padding: 0 !important;
}
.octobook .textdate table {
  width: 100%;
  border: 2px solid var(--theme-color-inverse_bd_color);
  background-color: var(--theme-color-extra_dark);
  min-height: 64px;
}
.octobook .textdate table td {
  color: var(--theme-color-extra_bg_color) !important;
  background-color: transparent !important;
}
.octobook .textdate table td:not(.day) {
  padding-left: 23px;
}
.octobook .textdate table td.weekday, .octobook .textdate table td.day,
.octobook .textdate table td span.year,
.octobook .textdate table td span.month {
  color: var(--theme-color-extra_bg_color);
  font-style: normal;
  font-weight: 700;
}
.octobook .textdate table td.day {
  width: 53px;
  border-right: 2px solid var(--theme-color-inverse_bd_color);
}
.octobook .textdate table td.day .fa-calendar:before {
  content: "\ea6e";
  font-family: "fontello";
  font-size: 20px;
}
.octobook .textdate > div {
  width: 100%;
}
.octobook .octobookpax.Large > div {
  position: relative;
}
.octobook .octobookpax.Large > div:before {
  content: "\ea6d";
  font-family: "fontello";
  font-size: 23px;
  line-height: 62px;
  color: var(--theme-color-extra_bg_color);
  text-align: center;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 53px;
  border-right: 2px solid var(--theme-color-inverse_bd_color);
  pointer-events: none;
}
.octobook .octobookpax.Large > div > select {
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color-extra_bg_color);
  border-radius: 0;
  background-color: var(--theme-color-extra_dark);
  border: 2px solid var(--theme-color-inverse_bd_color);
  padding: 15px 23px 15px 60px;
}

.sc_testimonials_alter .sc_testimonials_item_top,
.elementor-lightbox .elementor-slideshow__footer {
	display: none;
}

body #ui-datepicker-div-octorate .ui-datepicker-title {
    text-shadow: none;
    font-family: var(--theme-font-h6_font-family);
    color: var(--theme-color-text_dark);
}


body #ui-datepicker-div-octorate .ui-datepicker-today a {
	border-radius: 0;
}

body .ui-datepicker th {
    padding: .3em;
}

body #ui-datepicker-div-octorate th {
    font-size: 14px;
    font-weight: 700;
}

body #ui-datepicker-div-octorate .ui-datepicker-header {
    padding: 7px 0 1px 0;
}

body #ui-datepicker-div-octorate .ui-datepicker-prev, body #ui-datepicker-div-octorate .ui-datepicker-next {
    top: 7px;
}

.sc_layouts_row_type_narrow .icon-lay-big .sc_layouts_item_icon {
    font-size: 18px;
}