/*
  Theme Name: Child Theme for Denali
  Theme URI: https://usabilitydynamics.com/products/wp-property/the-denali-premium-theme/
  Description: Example  child theme for the Denali
  Version: 0.1
  Template: denali-3-0-1
  Author: Exile Marketing, LLC
 */
 
 /*
	Child theme for customizing the Denali parent. Prepared for The Fitz Geraldgroup
	If this breaks on update, check the "TEMPLATE:" field above nd the "@import url" below. They must both identify the parent by its directory name, and if the update re-named the parent directory, this won't work anymore. When this child was written, that directory was "denali-3-0-1". 
	Learn more about child themes here: http://codex.wordpress.org/Child_Themes
 */

@import url("../denali-3-0-1/style.css");

/* ==================================================  Fonts Begin { */


  div.wpp_feps_loc_not_found,
  div.wpp_feps_loc_found,
  span.images_limit,  
  .wpp_feps_form label.wpp_feps_input_error,
  .wpp_feps_form ul.feps_property_input_fields .qq-upload-button,
  .wpp_feps_form .attribute_description_text,
  .wpp_feps_form .the_title,
  .wpp_feps_form label {
    font-family: Arial, Helvetica, sans-serif;  
  }

  #container h1, 
  body.home.blog .entry-title,
  .denali_widget_area_tabs  ul.ui-tabs-nav li a,
  .entry-content h1,
  .entry-content .features_list h2,
  .wpp_stats_group,
  .main-nav li a {
    font-family: Arial, Helvetica, sans-serif;
  }

  .header_business_card {
     font-family: Arial, Helvetica, sans-serif;	
  }

  #body_container.container ul.wpp_agent_info_list li.wpp_agent_stats_display_name,
  #nocolumns.container ul.wpp_agent_info_list li.wpp_agent_stats_display_name,
  #body_container.container .wpp_no_widget_title ul.wpp_agent_info_list li.wpp_agent_stats_display_name,
  #nocolumns.container .wpp_no_widget_title ul.wpp_agent_info_list li.wpp_agent_stats_display_name,
  .wpp_google_maps_attribute_row_property_title,
  .header_dropdown_div ul.wpp_search_elements li label.wpp_search_label,
  .sidebar h3, 
  .foot_explore h5, 
  .widget-title,
  .widgettitle {
    font-family: Arial, Helvetica, sans-serif;
  }

  .entry-content h1, 
  .entry-content h2, 
  .entry-content h3, 
  .entry-title, 
  .property_title, 
  .footer-nav li a,
  ul.log_menu li a {
    font-family: Arial, Helvetica, sans-serif;
  }

/* Fonts End } */



/* 170526 - LinkedIn icon looks smaller than the others */
.footer_right_elements li a:nth-child(3) img {
    height: 33px;
    margin-bottom: -1px;
}



/* 200210 - hide issues */
.property_map_wrapper {
	display: none;
}

/* 200211 - hide GLOBAL SLIDER since is not working */
.sld-flexible-wrapper {
	display: none;
}
.elementor-element.elementor-element-a3f513e.elementor-arrows-position-inside.elementor-pagination-position-outside.elementor-invisible.elementor-widget.elementor-widget-image-carousel {
	visibility: visible;
}