/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/*  ###  PROJECT PAGES  #########################################################################################################################################  */

/* Icon Boxes */
.aux-ico-box img {
	height: 280px;
}


/*  ###  JOBS  ##################################################################################################################################################  */

/* Render list style for ACF Jobs offers */ 
.elementor-widget-text-editor ul,
.acf-wysiwyg ul {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 1em;
}

/* Color segregtion of Job Loop elements in Loop grid on Jobsite */
.job-list .e-loop-item {
  background-color: #ffffff;
}

.job-list .e-loop-item:nth-of-type(even) {
  background-color: #f7f7f7;
}



/*  ###  CONTACT  ##################################################################################################################################################  */

/* Contact form */
.wpcf7 textarea {
	min-height: 120px;
}

.wpcf7-submit:hover {
	color: #ffffff !important;
	border-color: #F39200;
}

.wpcf7-not-valid {
	margin-bottom: 10px !important;
}

.wpcf7-not-valid-tip {
	margin-left: 25px;
}

/* Hide map marker tooltip images on Contact page */
.bdt-map-image {
	display:none;
}

.gm-style-iw-ch {
	display:none;
}

.gm-style-iw-chr {
	position: absolute;
	right: 0px;
}



/*  ###  MOBILE  ##################################################################################################################################################  */

@media only screen and (max-width: 1920px) {
	.elementor-23 .elementor-element.elementor-element-a4033fb {
		--min-height: 65vh !important;
	}
	
	.elementor-23 .elementor-element.elementor-element-a7102db {
    	--min-height: 40vh !important;
  }
}