.dropdown-menu .small-c-titel {
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: #00000038;
  color: #fff;
  font-family: "Nunito";
}

.subscription-sec .emaillist {
  width: 80%;
  margin: 0 auto;
}

.subscription-sec .emaillist .es-field-wrap {
  margin-bottom: 0.6em;
  width: 70%;
  float: left;
}

.subscription-sec .emaillist .es-field-wrap label {
  width: 100% !important;
}

.subscription-sec .emaillist .es-field-wrap input[type="email"] {
  height: 54px;
  background-color: #fff;
  border: none;
  padding: 15px;
  width: 100%;
}

.subscription-sec .emaillist input[type="submit"] {
  height: 54px;
  background-color: #afa589;
  border: none;
  width: 30%;
}

.search-form button {
  width: 10vmin !important;
}

.cat-pagi {
  text-align: center;
  width: 100%;
}

.cat-pagi h2 {
  display: none;
}

.cat-pagi .page-numbers.current {
  background: #afa589;
  padding: 10px;
}

.cat-pagi a.page-numbers {
  border: 1px solid #afa589;
  padding: 10px;
}

.cat-pagi .nav-links {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px !important;
}

.cat-pagi .nav-links a.prev.page-numbers {
  margin-right: 5px;
}

.blog .artical-content .setbackground {
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  background-color: #f5f8fa;
  border-color: #fdfefe;
  font-size: calc(10px + 1.1vmin);
  color: #5e5e5e;
}

.blog .artical-content img {
  width: 100%;
}

.blog .artical-content h3 {
  text-align: left;
}

.blog .artical-content ul {
  margin-left: 25px;
}

.blog .socil-media-section .emaillist .es-field-wrap label {
  width: 100%;
}

.blog .socil-media-section .emaillist .es-field-wrap label input {
  width: 100%;
  height: 6vmin;
  padding: 5px;
}

.blog .socil-media-section .emaillist input.es_submit_button {
  width: 100%;
  background: #007bff;
  border: none;
  height: 6vmin;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.blog .archive-banner {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
          box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
  background-color: #fff;
  padding: 3vmin;
  font-family: "Roboto";
  color: #2d2d2d;
  font-size: calc(10px + 1vmin);
}

.blog .archive-banner h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.blog .archive-banner .taxonomy-description {
  font-size: 14px;
}

.blog .archive-banner .archive-sec {
  width: 100%;
}

.blog .archive-banner .archive-sec img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog .also-read-sec .socil-taitel {
  margin-bottom: 10px;
}

.blog .not-found-sec {
  padding: 20px;
}

.blog .not-found-sec h2 {
  font-size: 22px;
}

.page-template-blog .small-card-sec {
  max-width: calc(223px + 3vw);
  max-height: 140px;
}

.error404 .main-content {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
          box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
  background-color: #fff;
  padding: 3vmin;
  font-family: "Roboto";
  color: #2d2d2d;
  font-size: calc(10px + 1vmin);
  margin: 70px 0;
  text-align: center;
}

.error404 .main-content p {
  line-height: 6vmin;
}

.error404 .main-content a.btn.btn-rect {
  font-size: 17px;
  width: 10%;
  padding: 17.5px 10px;
  border: none;
  background-color: #ffbf00;
}

.header-sec .emaillist .es-field-wrap {
  width: 69%;
  float: left;
}

.header-sec .emaillist .es-field-wrap input.es_required_field.es_txt_email {
  font-size: 17px;
  width: 100%;
  padding: 17.5px 15px;
  border: none;
  background: #bfbdb840;
}

.header-sec .emaillist input.es_subscription_form_submit.es_submit_button.es_textbox_button {
  font-size: 17px;
  width: 31%;
  padding: 17.5px 10px;
  border: none;
  float: right;
  background-color: #ffbf00;
}

.contact-page {
  margin-bottom: 30px;
  margin-top: 30px;
}

.contact-page h1 {
  text-align: center;
}

.contact-page .contact-form {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
          box-shadow: 0 2px 4px 0 rgba(45, 45, 45, 0.3);
  background-color: #fff;
  padding: 32px;
}

.contact-page .contact-form .wpcf7-form textarea {
  height: 120px;
}

.contact-page .contact-form .wpcf7-form input.wpcf7-submit {
  margin-top: 20px;
  background: #ffbf00;
  border: 1px solid #ffbf00;
  padding: 10px;
  width: 100%;
  transition: -3s;
}

.contact-page .contact-form .wpcf7-form input.wpcf7-submit:hover {
  background: transparent !important;
}

.page-template-default .inner-pages {
  margin-top: 25px;
}

.page-template-default .inner-pages h1 {
  text-align: center;
}

.page-template-default .inner-pages p {
  font-size: calc(10px + 1.1vmin);
  color: #5e5e5e;
  margin-bottom: 1.5rem;
  line-height: 2;
}
/*# sourceMappingURL=common-style.css.map */