.container__debate {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 45px 15px; }

.debates__wrap {
  display: grid;
  max-width: 850px;
  margin: 0 auto;
  grid-gap: 20px; }
  @media (min-width: 992px) {
    .debates__wrap {
      grid-template-columns: 8fr 4fr; } }

.debates__wrap-left {
  position: relative; }
  .debates__wrap-left .spinner__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 75px; }
    .debates__wrap-left .spinner__loader img {
      width: 80px;
      height: 80px; }
    .debates__wrap-left .spinner__loader.hidden {
      display: none; }

.debates__aside-component {
  margin-bottom: 20px; }

.debates__aside-debate-rules h3 {
  margin-top: 0;
  margin-bottom: 0; }
  .debates__aside-debate-rules h3 a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600; }
    .debates__aside-debate-rules h3 a:hover {
      color: #b0976d; }

h3.debates__aside-title {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222255;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px; }

.debate__participants {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style: none;
  line-height: 1.5;
  padding-left: 0; }
  .debate__participants li {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff; }

.debates__item {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .debates__item {
      grid-template-columns: 4fr 6fr; } }

.debates__item-content {
  display: flex;
  flex-direction: column; }
  .debates__item-content h3.debate__title {
    line-height: 1.2 !important;
    margin-top: 0;
    margin-bottom: 5px;
    display: flex; }
    .debates__item-content h3.debate__title a {
      font-family: Lato, sans-serif;
      font-weight: 600;
      font-size: 21px;
      line-height: 1.2 !important;
      color: #fff;
      transition: all 0.3s ease-in-out; }
      .debates__item-content h3.debate__title a:hover {
        color: #B0976D; }
  .debates__item-content .debate__cta {
    order: 3;
    margin-top: 20px; }
    .debates__item-content .debate__cta .btn {
      background-color: #b0976d;
      color: #fff;
      padding: 10px 40px;
      border-radius: 40px;
      font-family: "Lato", Sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.9em; }
      .debates__item-content .debate__cta .btn:first-of-type {
        margin-right: 10px; }

.debates__aside-search form {
  display: flex;
  justify-content: space-between; }
  .debates__aside-search form input {
    flex: 0 1 92%;
    margin-right: 2px;
    height: 20px; }
  .debates__aside-search form button {
    flex: 0 1 6%;
    border: none;
    background-color: #b0976d;
    padding: 12px; }

.debates__aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0; }
  .debates__aside-list li {
    margin-bottom: 10px;
    color: #B0976D;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    padding-left: 0; }
    .debates__aside-list li a {
      line-height: 1; }
    .debates__aside-list li.active, .debates__aside-list li:hover {
      color: #fff;
      cursor: pointer; }
      .debates__aside-list li.active a, .debates__aside-list li:hover a {
        color: #fff; }

.debatee__video {
  margin-bottom: 20px; }

.registration__form-wrapper .registration__form input {
  text-transform: none !important; }
  .registration__form-wrapper .registration__form input[type="submit"] {
    text-transform: uppercase !important; }

#survey {
  margin-bottom: 30px; }

#survey__form .form__group,
#registration__form .form__group {
  margin-bottom: 25px; }
#survey__form label,
#registration__form label {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 15px; }
#survey__form .btn,
#registration__form .btn {
  background-color: #b0976d;
  color: #fff;
  padding: 10px 40px;
  border-radius: 40px;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9em;
  border: none;
  display: block;
  width: fit-content;
  margin: 0 auto; }
  #survey__form .btn:hover,
  #registration__form .btn:hover {
    border-radius: 40px; }

.survey__summary {
  padding: 40px 10px; }
  .survey__summary h3 {
    margin-bottom: 20px;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff; }
  .survey__summary-list {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    line-height: 1.5; }
    .survey__summary-list li {
      font-family: Lato, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #fff; }

.select2-container {
  max-width: 100% !important; }

.select2-container .select2-selection--multiple {
  min-height: 40px;
  padding: 10px;
  display: flex; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 7.5px;
  align-items: center;
  max-width: 150px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  display: inline-flex;
  align-items: center; }

.debates__join-login {
  background-color: #222255;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  padding: 15px 15px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF !important;
  font-family: "Roboto" !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 12px !important;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .debates__join-login:hover {
    background-color: #FFFFFF;
    color: #222255 !important; }

.grid__row {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 15px; }
  .grid__row-4-8 {
    grid-template-columns: 4fr 8fr; }
  .grid__row-inner {
    display: grid;
    grid-gap: 10px; }
    .grid__row-inner-2-8 {
      grid-template-columns: 2fr 8fr; }

.survery-table {
  margin-top: 30px; }

#survey-response .survey-title h4,
#survey-response-first .survey-title h4 {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 525px) {
    #survey-response .survey-title h4,
    #survey-response-first .survey-title h4 {
      font-size: 16px; } }
#survey-response .survery-data,
#survey-response-first .survery-data {
  color: #B0976D;
  margin-bottom: 5px; }
  @media (max-width: 525px) {
    #survey-response .survery-data,
    #survey-response-first .survery-data {
      font-size: 13px; } }

/*ABRAHAM CSS*/
.page-id-279 {
  background-color: #222255; }

.back-to-debates a {
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", Sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase; }

.back-to-debates {
  text-align: center; }

.single__debate .title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.single__debate .title span {
  color: #B0976D;
  font-family: "Lato", Sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

.single__debate .title h1 {
  color: #fff;
  margin-top: 0px; }

.posted-date i {
  padding-right: 5px; }

.posted-date {
  color: #B0976D;
  font-family: "Lato", Sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

.debate__participants_alt li {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px; }

.debate__participants_alt {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 20px; }

.debate__content {
  font-size: 18px;
  color: #fff;
  line-height: 24px; }

.btn-vote {
  background-color: #b0976d;
  color: #fff !important;
  padding: 10px 40px;
  border-radius: 40px;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9em; }

#vote h3 {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px; }

.debates__item-img {
  position: relative; }

.debates__item-img span i {
  font-size: 40px; }

.debates__item-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.debates__aside {
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  padding: 20px;
  border-radius: 0.25rem !important; }

.debates__aside-list li {
  padding-left: 10px; }

.debates__aside-list li,
.debates__aside-list li a {
  color: #414141; }

.debates__aside-list li.active, .debates__aside-list li:hover,
.debate__category:hover,
.debate__category:active,
.debate__category:focus,
.debates__aside-list li a:hover,
.debates__aside-list li a:active,
.debates__aside-list li a:focus {
  color: #b0976d !important; }

.debates__aside-search form input {
  height: 20px; }

.page-title {
  text-align: center; }

.page-title h1 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 53px; }

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before,
.swp_count,
.swp_label {
  color: #fff !important; }

#survey-response,
#survey-response-first {
  padding-top: 40px; }

#survey-response h3,
#survey-response-first h3 {
  text-align: center;
  color: #fff; }

.progress {
  margin: 20px;
  height: 8px;
  position: relative;
  margin-bottom: 60px; }

.survey-title h4 {
  color: #fff; }

.progress span {
  color: #fff;
  font-size: 18px; }

@media (max-width: 767px) {
  .debate__content {
    margin-top: 40px; } }
.divide20 {
  margin-top: 20px; }

.divide40 {
  margin-top: 40px; }

.divide60 {
  margin-top: 60px; }

.divide80 {
  margin-top: 80px; }

/*# sourceMappingURL=style.css.map */
