/**
* Theme Name: Erdunt Child
* Description: This is a child theme of Erdunt, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: erdunt
* Version: 2.0
*/



.sidebar-title { margin-top: 20px;margin-bottom: 20px;}
.blog-page-two {    padding: 210px 0 110px; !important}
.blog-style1-area {padding:60px 0 40px;}
.search_submit input[type="submit"] , #submit-job-form input.button , #submit-job-form input.button.secondary.save_draft{ background:#D71C24;padding: 10px;color: #fff;}
.job_filters .search_jobs div.search_submit {width: 200px;  margin: 0 auto;}
.search_jobs input#search_keywords , .search_jobs input#search_location{    height: 50px; padding: 5px;}
.job-manager-form fieldset input.input-date, .job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea {    border: 1px solid #eee;  padding: 5px;}


.dropbtn {
  background-color: #2739a7;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.dropbtn:focus,
.dropbtn:hover {
  background-color: #2739a7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0 0 4px 4px;
  z-index: 1;
  top: 100%;
}

.dropdown-content a {
  color: #222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #2739a7;
}


.show {
  display: block;
}