/*
Theme Name: fixhouzApp
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
   .hbspt-form select {
        background:none\9;
        padding: 5px\9;
    } 
}

		
@media only screen and (max-width: 53em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h2.size39{
		font-size: 32px!important;
	}
}	

h1{
	color: #cfd3dd!important;
}

ul ul{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4{
	margin-top: 30px;
}

.single-job p, .single-job li{
	margin-bottom: 20px;
}

.single-job  .pods-form-front .pods-field-input input{
	display: none;
}

.single-job .pods-form-front .pods-field-label{
	float: none;
}

.single-job .pods-form-front ul.pods-dfv-list li.pods-dfv-list-icon img {
    width: 140px;
}

.single-job hr{
	margin-bottom: 30px;
}

.single-job p{
	line-height: 37px;
}

.single-job select{
	max-width: 50%;
}

.single-job strong{
	color: #5e84fb;
}

.single-job .padding-right-50{
	padding-right: 50px;
}

.single-job li span,
.single-job .pods-dfv-list-col.pods-dfv-list-name,
.single-job .pods-form-ui-label-pods-field-image-upload {
	display: none;
}

.single-job .fixhouz-lightbox{
	margin-right: 20px;
}

p.no-jobs{
	margin: 25px 0;
	padding-bottom: 25px;
}

.fixhouz-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.fixhouz-popup {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.fixhouz-popup img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}
.fixhouz-popup .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

/* Default: show table, hide cards */
.table-mode { display: block; }
.card-mode { display: none; }

/* On small screens: hide table, show cards */
@media screen and (max-width: 1024px) {
  .table-mode { display: none; }
  .card-mode { display: block; }
}

.job-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.job-card div {
  margin-bottom: 5px;
}


.b-a-images {
	display: inline-block;
	margin-bottom: 32px;
}