/* Default header layouts
---------------------------------------------- */
/* Menu hovers */
.menu_hover_zoom_line .sc_layouts_menu_nav > li > a:hover,
.menu_hover_zoom_line .sc_layouts_menu_nav > li.sfHover > a,
.menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-item > a,
.menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-parent > a,
.menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: var(--theme-color-text_link2) !important; }
  .menu_hover_zoom_line .sc_layouts_menu_nav > li > a:hover:after,
  .menu_hover_zoom_line .sc_layouts_menu_nav > li.sfHover > a:after,
  .menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-item > a:after,
  .menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-parent > a:after,
  .menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-ancestor > a:after {
    background-color: var(--theme-color-text_link2); }

/* Custom layouts
---------------------------------------------- */
/* Header fixed positions */
.sc_layouts_row_fixed_on {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--theme-color-alter_bg_color) !important; }
  .sc_layouts_row_fixed_on .search_style_fullscreen.search_opened .search_close {
    top: 35px;
    right: -40px; }

/* User styles
---------------------------------------------- */
/* Dot & Success */
ul[class*="trx_addons_list_dot"],
ul[class*="trx_addons_list_success"] {
  color: var(--theme-color-text_dark); }

/* Blockquotes
---------------------------------------------- */
blockquote p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400; }

blockquote.trx_addons_blockquote_style_1 {
  border-left-color: var(--theme-color-alter_link); }

blockquote.trx_addons_blockquote_style_1:before {
  color: var(--theme-color-alter_link); }

/* Dropcap */
.trx_addons_dropcap_style_1 {
  background-color: var(--theme-color-text_link3); }

/* Tooltip */
[data-tooltip-text]:before {
  border-top-color: var(--theme-color-text_link3); }

[data-tooltip-text]:after {
  background-color: var(--theme-color-text_link3); }

/* Tables */
table td {
  font-size: 15px;
  letter-spacing: -0.15px; }

/* Skills */
.sc_skills_counter_modern .sc_skills_total {
  color: var(--theme-color-text_link);
  opacity: .1; }

/* Page 404
---------------------------------------------- */
.search-no-results .page_content_wrap,
.error404 .page_content_wrap {
  background-color: transparent; }

/* Buttons
---------------------------------------------- */
.sc_button.sc_button.sc_button_simple.sc_button_with_icon.button_bg_icon_color_2 .sc_button_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px; }
  .sc_button.sc_button.sc_button_simple.sc_button_with_icon.button_bg_icon_color_2 .sc_button_icon span {
    line-height: 31px; }

.button_bg_icon_color_2 .sc_button_icon {
  background-color: var(--theme-color-alter_bg_color);
  border: 4px solid rgba(234, 234, 234, 0.8) !important; }

/* Icons 
---------------------------------------------- */
/* Style 'Bordered' */
.sc_icons_bordered .sc_icons_icon,
.sc_icons_bordered .sc_icons_image {
  border: 1px solid var(--theme-color-bd_color_07);
  background-color: var(--theme-color-bg_color_07);
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.sc_icons_creative.color_style_dark .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-text_link); }

.sc_icons_creative.color_style_dark .sc_icons_item:hover .sc_icons_decoration_bg svg.decor-svg {
  fill: var(--theme-color-alter_bg_hover) !important; }

/* Booked Calendar
---------------------------------------------- */
/* Small style */
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col:not(.prev-date):hover span.date,
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col.active:not(.prev-date) span.date {
  background-color: var(--theme-color-alter_link) !important; }

body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week div.bc-col.today.prev-date .date,
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week div.bc-col.today .date {
  background-color: var(--theme-color-alter_link2) !important; }

body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week div.bc-col.today .date span {
  color: var(--theme-color-extra_dark) !important; }

body div.booked-calendar-wrap.small .booked-appt-list {
  max-height: 180px; }

body .booked-calendar-wrap.small table.booked-calendar tbody tr .today.prev-date .date,
body .booked-calendar-wrap.small table.booked-calendar tbody tr td.today .date {
  background-color: var(--theme-color-alter_link2) !important; }

body .booked-calendar-wrap.small table.booked-calendar tbody tr td:not(.prev-date):hover .date,
body .booked-calendar-wrap.small table.booked-calendar tbody tr td.active:not(.prev-date) .date {
  background-color: var(--theme-color-alter_link) !important; }

body .booked-calendar-wrap.small table.booked-calendar tbody tr td .date, body .booked-calendar-wrap.small table.booked-calendar tbody tr .date span {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

body .booked-calendar-wrap.small .booked-appt-list {
  max-height: 180px; }

/* Form
---------------------------------------------- */
.wpcf7 .wpcf7-submit-style .submit-style-in:before {
  display: none; }

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
  padding: 17px 35px !important; }

div.wpcf7 .form-style-3 .wpcf7-submit-style .submit-style-in {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link2); }
  div.wpcf7 .form-style-3 .wpcf7-submit-style .submit-style-in:hover {
    color: var(--theme-color-inverse_link);
    background-color: var(--theme-color-text_hover2); }

#style-8.mc4wp-form .trx_addons_message_box {
  bottom: 85px; }

.sc_layouts_row_type_compact.scheme_dark #style-9.mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-bottom: 1px solid var(--theme-color-bd_color); }

/* Testimonials
---------------------------------------------- */
.sc_testimonials .sc_testimonials_item:before,
.sc_testimonials .sc_testimonials_item_content:before {
  color: var(--theme-color-text_link); }

.sc_testimonials_alter [class*="column"] .sc_testimonials_item_author:before,
.sc_testimonials_alter .sc_testimonials_item_author:before {
  content: '\E9A1'; }

/* Slider Pagination
---------------------------------------------- */
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link); }

/* Portfolio
---------------------------------------------- */
.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_13 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-text_link); }
  .sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_13 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl .sc_blogger_item_title a,
  .sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_13 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl .post_meta .post_meta_item a {
    color: var(--theme-color-inverse_link) !important; }

/* Blogger
---------------------------------------------- */
.sc_blogger_default.sc_blogger_default_classic_time .sc_blogger_item_default.sc_blogger_item_on_plate.sc_blogger_item_image_position_top .post_meta.sc_blogger_item_meta.post_meta_date {
  z-index: 999; }

.sc_blogger_default.sc_blogger_default_classic_3 .sc_blogger_item_default.sc_blogger_item_on_plate.sc_blogger_item_image_position_top:hover .sc_blogger_item_header {
  border-color: var(--theme-color-alter_link); }

/* Tabs 
---------------------------------------------- */
/* Tabs Style 1 */
.tabs_style_1.elementor-widget-tabs .elementor-tab-desktop-title,
.tabs_style_1.elementor-widget-tabs .elementor-tab-mobile-title {
  color: var(--theme-color-text_light); }
  .tabs_style_1.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
  .tabs_style_1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    color: var(--theme-color-text_link3); }

.alter_clients .widget_slider .slider_container .slider-slide img {
  opacity: 0.5; }

@media (max-width: 1279px) {
  .menu_mobile .sc_layouts_logo img {
    max-height: 30px; }
  .search-no-results .body_wrap, .error404 .body_wrap {
    background-size: 37%; }
  /* CF 7 */
  .wpcf7 .wpcf7-submit-style .wpcf7-submit {
    padding: 13px 35px !important; } }

@media (max-width: 767px) {
  .menu_mobile .sc_layouts_logo img,
  .search_modern .search_header_wrap .logo_image,
  .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .custom-logo-link img,
  .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .sc_layouts_logo img {
    max-height: 25px; }
  blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400; }
  .post_item_404 .page_description {
    font-size: 16px; }
  .search-no-results .body_wrap, .error404 .body_wrap {
    background-size: 58%; }
  .sc_button.sc_button.sc_button_simple.sc_button_with_icon.button_bg_icon_color_2 .sc_button_icon {
    width: 51px;
    height: 51px;
    line-height: 51px; }
    .sc_button.sc_button.sc_button_simple.sc_button_with_icon.button_bg_icon_color_2 .sc_button_icon span {
      line-height: 25px; }
  body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list {
    max-height: 180px !important; }
  .wpcf7 .wpcf7-submit-style .wpcf7-submit {
    padding: 13px 30px !important; }
  .trx_addons_message_box {
    bottom: 90px !important; } }

.page_wrap.with_bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .page_wrap.with_bg.contain_size {
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain; }
  .page_wrap.with_bg .page_content_wrap {
    background-color: transparent; }
  .page_wrap.with_bg .top_panel,
  .page_wrap.with_bg [class*="scheme_"].top_panel,
  .page_wrap.with_bg [class*="scheme_"].footer_wrap {
    background-color: transparent; }

footer .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]),
footer [class*="scheme_"].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]) {
  color: var(--theme-color-extra_text); }
