select {
    border: 2px solid #d4d0ba;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    height: 2.4em;    
}

.required:after {
    content:" *";
    color: red;
  }
  
.w3of_warning {
    color: red;
}  

.offering_content {
    display: block;
    float: left;   
    max-width: 54%;
}

.offering_image {
    display: block;
    float: left;   
    padding-right: 20px;    
}

.offering_tile {
    clear: both;  
    padding-top: 50px;
    padding-bottom: 10px;    
}
.offering_search {
    margin: 5px;
}

.w30f_nav-previous {
    float: left;
}
.w30f_nav-next {
    float: right;
}
.w30f_all_pages {
    clear: both;
}
.paging-navigation {
    clear: both;
}

.offering_image img {
    max-height: 300px;
    max-width: 300px; 
    object-fit: cover;    
}

.w3of_status_Approved {
    background: green;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}

.w3of_status_Pending {
    background: yellow;
    border-radius: 5px;
    padding: 5px;
    color: #000;
}
    
.w3of_compact {
    margin: 0px;
}

.icon_217 {
    background: red;
}

.w3of_dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 250px;   
}

/* Dropdown button on hover & focus */
.w3of_dropbtn:hover, .w3of_dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.w3of_dropdown {
  position: relative;
  display: inline-block;
 
}

/* Dropdown Content (Hidden by Default) */
.w3of_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.w3of_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.w3of_dropdown-content a:hover {
    background-color: #ddd;
    text-decoration: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}    

@media only screen and (max-width: 600px) {
.offering_content {
    max-width: 100%;
}
}


/*** FULL_WIDTH PAGE ***/
body.offering-template-default #content .entry-header,
body.offering-template-default #content .entry-content {
    padding: 0; /* No sidebar */
}