/* WP2XCQ Radio Station */
.w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 33, 71, 0.8), rgba(0, 33, 71, 0.8)), url("../../assets/images/connection.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600; }

.w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px; }

.w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: var(--primary-color); }

.w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg p a:hover {
  text-decoration: underline;
  color: #fff; }

.py-sm-5 {
  padding-top: 3rem !important; }

.py-sm-5 {
  padding-bottom: 3rem !important; }

.py-4 {
  padding-top: 1.5rem !important; }

.py-4 {
  padding-bottom: 1.5rem !important; }

.container {
  min-width: 100% !important; }

 .py-lg-3 {
  padding-top: 1rem !important; }

 .py-lg-3 {
  padding-bottom: 1rem !important; }

@media (max-width: 736px) {
  .w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg h2 {
    font-size: 40px; } }

@media (max-width: 600px) {
  .w3l-wp2xcq-radio-station-breadcrum .breadcrum-bg h2 {
    font-size: 35px; } }
    
.radios_editor_results {
   display: none;
}    
    
.input_field {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

/* The checkbox wrapper */
.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;  
}

/* On mouse-over, add a dark blue background color */
/*.checkbox-wrapper:hover input ~ .checkmark {
/*  background-color: #183583;
/*}

/* When the checkbox is checked, add a dark blue background */
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: #183583;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select_field {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 175px;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  margin-top: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;  
}

.select_field:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(0, 33, 71, 0.25); }
  
.select_field:focus::-ms-value {
  color: #222;
  background-color: #fff; }
  
.select_field[multiple], .select_field[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }
  
.select_field:disabled {
  color: #222;
  background-color: #fff; }
  
.select_field::-ms-expand {
  display: none; }
  
.select_field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222; }

.select_field:valid, .select_field.is-valid {
  padding-right: calc(0.75em + 2.3125rem);
  color: #222!important;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; }
 
@media (prefers-reduced-motion: reduce) {
  .select_field {
    transition: none; } } 

textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  height: 200px;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  resize: none;
  -webkit-appearance: none; 
     -moz-appearance: none;
          appearance: none;  
}

.button {
  background-color: #eee; /* Gray */
  border: none;
  color: #444; /* White */
  width: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.button:hover {
  background-color: #ccc; /* Dark Gray */
  cursor: pointer; 
  font-weight: bold;
}

.button-white {
  background-color: #ffffff; /* White */
  border: none;
  color: #183982;
  width: 310px;  
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}  

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 10px;
  width: 94%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The WP2XCQ Radio Station Modal Close Button */
.wp2xcqRadioStationModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.wp2xcqRadioStationModalClose:hover,
.wp2xcqRadioStationModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 12px;
  color: black;
  font-weight: bold;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  color: black;
  text-align: left!important;
}

/* When the screen is greater than 500, set the modal */
@media screen and (min-width: 500px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 600, set the modal */
@media screen and (min-width: 600px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 800, set the modal */
@media screen and (min-width: 800px) {
   .modal-content {
	width: 50%;
   }
}

/* When the screen is greater than 1024, set the modal */
@media screen and (min-width: 1024px) {
   .modal-content {
	width: 40%;
   }
}
/* When the screen is greater than 1280, set the modal */
@media screen and (min-width: 1280px) {
   .modal-content {
	width: 30%;
   }
}
/* When the screen is greater than 1600, set the modal */
@media screen and (min-width: 1600px) {
   .modal-content {
	width: 30%;
   }
}
