/*
Theme Name: World Politics Review
Theme URI: https://thecode.co/
Author: The Code Company
Author URI: https://thecode.co
Description: A custom WordPress theme for World Politics Review using the Tailwind CSS framework.
Version: 1.0.0
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpr
*/

.remixd-audio-player {
  display: none;
}

/*search styles updates*/
section.search-bar {
  background: #000044;
}

section.search-bar .wpr-search-form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
}

@media (max-width: 1079px) {
  section.search-bar .wpr-search-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

section.search-bar .wpr-search-form .relative {
  display: flex;
}

@media (max-width: 767px) {
  section.search-bar .wpr-search-form .relative {
    gap: 10px;
    flex-direction: column;
  }
}

section.search-bar .wpr-search-form input#search-field::placeholder {
  color: rgba(16, 44, 79, .55);
  opacity: .55;
}

section.search-bar .wpr-search-form input#search-field {
  border: none;
  color: rgba(16, 44, 79, 1);
  opacity: 1;
  font-weight: 600;
  border-radius: 4px;
}

section.search-bar .wpr-search-form button#searchsubmit {
  background: rgba(7, 128, 212, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  min-width: 140px;
  justify-content: center;
  border: 1px solid rgba(7, 128, 212, 1);
}

@media (max-width: 767px) {
  section.search-bar .wpr-search-form button#searchsubmit {
    margin: 0;
    padding: 15px;
  }
}

.search-form-block {
  background: rgb(0, 0, 68);
  padding: 40px !important;
  
}
/*
@media (max-width: 1340px) {
  .search-form-block {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}
*/

@media (max-width: 767px) {
  .search-form-block {
    padding: 20px !important;
  }
}

h2.search-form-block-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.search-form-block input#search-field::placeholder {
  color: rgba(16, 44, 79, .55);
  opacity: .55;
}

.search-form-block .relative {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 10px !important;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .search-form-block .relative {
    gap: 10px;
    flex-direction: column;
  }
}

.search-form-block input#search-field {
  border: none;
  color: rgba(16, 44, 79, 1);
  opacity: 1;
  font-weight: 600;
  border-radius: 4px;
}

.search-form-block button#searchsubmit {
  background: rgba(7, 128, 212, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  min-width: 140px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(7, 128, 212, 1);
}

@media (max-width: 767px) {
  .search-form-block button#searchsubmit {
    margin: 0;
    padding: 15px;
  }
}

.sample-search-con h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #B1B1B1;
  margin-bottom: 5px;
}

.sample-search {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sample-search span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #B1B1B1;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 10px 15px;
  border-radius: 50px;
}

.sample-search span svg {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, .5);
}

.wp-block-group-border {
border: 2px solid rgb(0,6,41);
}
@media (max-width: 1080px) {
.wp-block-group-border {
   border: none;
}
}