/*
Theme Name: CFI Main Theme
Author: Marc Kreidler and Alex Nicaise
Author URI: https://centerforinquiry.org
Template: bootstrap-basic4
Text Domain: cfi-main
Domain Path: /languages/
*/

a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #084d93 !important;
}

/* User Bar */

.user-admin a{
  color: #333 !important;
}

@media screen and (max-width: 767px){
  .user-admin{
    width: 100%;
    text-align: center;
    border-radius: 0px;
  }

  a.home-button{
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .home-button img{
    max-height: 75px;
    width: auto;
    padding-bottom: 10px;
  }

  .header-right{
    padding-top: 7px;
  }
}

@media screen and (max-width: 576px){
  .user-admin img{
    display: inline !important;
  }

  .user-admin ul{
    margin: 0px;
    padding-left: 0px;
  }
}

/* End User Bar */

/* AJAX filtering for All Blogs */

#genre-search input {
  background-color: #eee;
  border: none;
  padding: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: calc(100% - 82px);
} 

#genre-search.input-group{
  width: 100%;
  margin-bottom: 10px;
}

#genre-search .btn{
  background-color: #333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto !important;
} 

#genre-filter select {
  background-color: #eee;
  border: none;
  padding: 5px;
  width: 100%;
}

#genre-filter ul {
  list-style-type: none;
  margin-left: 0px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 00px;
}

#blog-filter div{
  display: block;
}

#blog-filter button {
  background-color: #084d93;
  border-radius: 100px;
  margin: 2px;
  color: white;
  padding: 5px 20px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

#blog-filter button:hover {
  background-color: white;
  color: #084d93;
  border: 3px solid #084d93;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#blog-filter button:focus {
  outline: none;
}

#blog-filter button.selected {
  background-color: white;
  color: #084d93;
  border: 3px solid #084d93;
}

#blog-filter button input {
  display: none;
}

#tag-filter ul {  
  list-style-type: none;
  margin-left: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 00px;
}

#tag-filter {
  margin-top: 20px;
}

#tag-filter li {
  display: inline-block;
  background-color: #ea5312;
  border-radius: 100px;
  margin: 2px;
  color: white;
  padding: 5px 20px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

#tag-filter li:hover {
  background-color: white;
  color: #ea5312;
  border: 3px solid #ea5312;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}


#tag-filter li.selected {
  background-color: white;
  color: #ea5312;
  border: 3px solid #ea5312;
}

#tag-filter li input {
  display: none;
}

/* Conferences Page Start */

.conference-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.conference-list .row{
  width: 100%;
}

.conference-list .col-lg-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          -webkit-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.conference-list .row .card:nth-child(7){
  margin: 0px auto !important;
}

.conference-list .card-img-top {
  height: 250px;
}

.conference-list .card {
  padding: 0px;
  border: none;
  margin-right: 15px;
  margin-bottom: 30px;
}

.conference-list .card p {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 767px){
  .conference-list .col-lg-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 15px);
          -webkit-flex: 0 0 calc(100% - 15px);
          flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
}
.conference-list .card {
  margin-right: 0px !important;
  margin-left: 7.5px;
}
}

@media screen and (max-width: 1199px){
.page-template-conferences-page .program-list .row button{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
}

/* Conferences Page End */

/* Programs Page Start */

.program-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.program-list img{
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  margin: auto;
  text-align: center;
}

.program-list .col-xl-6{
  padding: 0px 30px !important;
}

.program-list .row {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.25);
          box-shadow: 0px 10px 15px rgba(0,0,0,.25);
  padding: 50px 25px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  min-width: 100%;
}

.program-image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      -webkit-align-content: center;
          align-content: center;
  text-align: center;
}

.program-image-column h2 {
  color: white;
  font-size: 2.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px){
  .program-image-column {
    border-right: none !important;
  }
}

@media screen and (max-width: 575px){
  .program-list .row {
  padding: 40px 20px !important;
}
.program-list .col-xl-6{
  padding: 0px !important;
}
}

/* Programs Page End */

/* Our Issues Page */

.issue-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.issue-list .card{
  border: none;
  padding: 50px;
}

.issue-list .card:nth-child(n+2) {
  margin-top: 30px;
}

.issue-list h3, .issue-list h4 {
  font-weight: bold;
}

.issue-list .blue-button-ghost{
  margin: 50px auto;
}

a.see-issues:hover{
  text-decoration: none !important;
}

.action-alert-list .row{
  margin-left: 0px;
  margin-right: 0px;
}

.action-alert-list h3{
  margin-bottom: 50px;
  font-weight: bold;
}

.action-alert-list p {
  color: #666
}

.action-alert-list .img-fit{
  height: 150px;
  margin-bottom: 15px;
}

.action-alert-list hr:last-child{
  display: none;
}

@media screen and (max-width: 767px){
  .action-alert-list .row .col-md-8{
    text-align: center;
  }
}

/* Our Issues End */

/* Action Alerts Single Start */

.luminate-embed {
  background-color: #eee;
}

#luminate-embed-0 {
  margin: 100px -30px 0px;
}  

@media screen and (min-width:576px) {
#luminate-embed-0 {
  margin: 100px -55px 0px;
}  
}

.luminate-embed-label-text, .luminate-embed-textarea, button, .luminate-embed-body-block {
  font-family: Lato !important;
}

.luminate-embed-text-inconferencet {
  border-bottom: none;
}

.luminate-embed-textarea {
  border-bottom: none;
}

input {
  border-radius: 10px;
  border-bottom: 0px;
}

@media screen and (max-width: 1199px){
.luminate-embed-fields-block {
  display: block;
  border-right: none;
  float: none;
  width: 100%;
  max-width: 500px;
  min-width: none;
  margin: auto;
}

.luminate-embed-input-block label {
  width: 100%;
}

.luminate-embed-body-block {
  display: block;
  float: none;
  width: 100%;
  border-left: none;
  max-width: 500px;
  margin: auto;
}
}


@media screen and (min-width: 1200px){
.luminate-embed {
  padding: 20px 30px;
}

.luminate-embed-fields-block {
  display: inline;
  float: left;
  width: 40%;
  border-right: 3px solid #e0e0e0;
}

.luminate-embed-input-block label {
  width: 100%;
}

.luminate-embed-body-block {
  display: inline;
  border-left: none;
  float: left;
  width: 60%;
}
}

.luminate-embed-form {
  display: block;
  width: auto;
  max-width: 900px;
  margin: auto;
}

@media screen and (min-width: 1800px){
.luminate-embed-form {
  display: block;
  width: auto;
  max-width: 50vw;
  margin: auto;
}
}


.luminate-embed-wrapper {
  display: block;
  width: 100% !important;
}

button.luminate-embed-submit {
  background-color: #EA5213;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25); 
  float: none;
  display: block;
  margin: 0px auto;
  
}

button.luminate-embed-submit:hover {
  background-color: #c64417;
  color: white;
  cursor: pointer;
}


/* Action Alerts Single End */

/* Find a Group Page */

.find-group-inner{
  padding: 0px;
}

@media screen and (max-width: 578px){
  .row.find-group-row{
  padding: 0px;
}
}

.wpgmza_basic_row{
  -webkit-box-shadow: 0px 5px 7px rgba(0,0,0,.16);
          box-shadow: 0px 5px 7px rgba(0,0,0,.16);
  background-color: #FAFAFA;
  border: 3px transparent !important;
  border-radius: 10px;
  margin: 30px 0px !important;
}

div.wpgmza_marker_list_class{
  padding: 0px 15px !important;
}

div.wpgmza-basic-listing-image-holder{
  display: none;
}

.wpgmza_sl_main_div input[value="Search"] {
  background-color: #084d93;
  border-radius: 5px;
  border: 3px solid transparent !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  color: white;
  padding: 10px 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.wpgmza_sl_main_div input[value="Search"]:hover {
   background-color: #0c497a;
   color: white;
}

.wpgmza_sl_main_div input[value="Reset"] {
  background-color: #ea5213;
  border-radius: 5px;
  border: 3px solid transparent !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  color: white;
  padding: 10px 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.wpgmza_sl_main_div input[value="Reset"]:hover {
    background-color: #c64417;
    color: white;
}

.wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div {
  width: 49%;
}

.wpgmza_sl_query_div input, .wpgmza_sl_radius_div select, .wpgmza_sl_category_div select {
  border: 1px solid #333333;
}

div.wpgmza_marker_list_class {
  padding: 0px !important;
}

.wpgmza-content-address-holder p, .wpgmza-content-address-holder a, .wpgmza-content-address-holder div {
  color: #333 !important;
}

.wpgmza-content-address-holder {
  width: 100% !important;
  word-wrap: break-word !important;
}  

.wpgmza-content-address-holder>p a, .wpgmza-content-address-holder>div a {
  max-width: 100%;
}

.wpgmza-desc a {
  text-decoration: underline;
}

.wpgmza-desc a:hover {
  text-decoration: none;
}

.addressInput, .wpgmza_sl_radius_select, .wpgmza_filter_select_1 {
  background-color: #eee;
  border: 0px !important;
  border-radius: 5px;
  padding: 6px;
  height: 36px;
}

.sl_use_loc {
  border: 0px;
  background-color: #eee;
  height: 36px;
  width: 36px;
}  

.sl_use_loc:hover {
  background-color: #DCDCDC;
}

@media screen and (min-width:768px){
  .group-affiliate-btn {
    float: right;
  }
  
  .wpgmza_sl_main_div {
    width: 50% !important;
    float: right;
    position: relative;
    top: -190px;
  }

  .wpgmza_map {
    position: relative;
    top: -150px;
    border-radius: 10px;
  }

  .wpgmza_marker_list_class {
    position: relative;
    top: -80px;
  }
}

.wpgmza_sl_query_innerdiv1, .wpgmza_sl_radius_innerdiv1, .wpgmza_sl_category_innerdiv1 {
  height: 36px;
  position: relative;
  top: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .wpgmza_sl_query_innerdiv1, .wpgmza_sl_category_innerdiv1, .wpgmza_sl_radius_innerdiv1, .wpgmza_sl_category_innerdiv2, .wpgmza_sl_radius_innerdiv2  {
    width: 100% !important;
  }   

  .wpgmza_filter_select_1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wpgmza_sl_query_innerdiv2 {
    width: 100% !important;
  }

  .wpgmza_sl_main_div .addressInput {
    width: calc(100% - 40px) !important;
  }
}

.wpgmza-content-address-holder img {
  display: none !important;
}

.wpgmza-content-address-holder {
  padding: 20px;
}

.wpgmza-content-address-holder p {
  padding: 0px 10px;
  margin-bottom: 0px;
}

.wpgmza-desc p {
  display: none;
}

.wpgmza-desc p:nth-child(2) {
  display: block;
}

.wpgmza-content-address-holder p:first-child, .wpgmza-address, .wpgmza-desc {
  padding: 0px 10px;
  text-align: center;
}

.wpgmza-content-address-holder p:first-child {
  font-size: 1.2em;
}

.wpgmza-address {
  margin-bottom: 20px;
}


@media screen and (min-width:992px) {
  .wpgmza-content-address-holder p:first-child, .wpgmza-address, .wpgmza-desc {
    text-align: left;
  }

  .wpgmza-content-address-holder {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .wpgmza-desc {
    border-left: 2px solid #333;
    margin-top: 10px;
    margin-left: 30px;
  }

  .wpgmza-content-address-holder p:first-child {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
  }

  .wpgmza-address {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    text-align: right;
  }

  .wpgmza-desc {
    margin-top: 10px;
    margin-left: 30px;
  }
}

@media screen and (min-width:1200px) {
  .wpgmza-content-address-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wpgmza-desc {
    margin-top: 0px;
    margin-left: 0px;
  }

  .wpgmza-content-address-holder p:first-child {
    width: calc(.20 * 1200px);
    min-width: calc(.20 * 1200px);
    max-width: calc(.20 * 1200px);
  }

  .wpgmza-address {
    text-align: left;
    width: calc(.15 * 1200px);
    min-width: calc(.15 * 1200px);
    max-width: calc(.15 * 1200px);
  }
}

@media screen and (min-width:1400px) {
  .wpgmza-content-address-holder p:first-child {
    width: calc(.20 * 1400px);
    min-width: calc(.20 * 1400px);
    max-width: calc(.20 * 1400px);
  }

  .wpgmza-address {
    width: calc(.20 * 1400px);
    min-width: calc(.20 * 1400px);
    max-width: calc(.20 * 1400px);
  }
}


.affiliation-toggle {
  width: 100%;
}  

.affiliation-menu {
  background-color: #eee;
  width: 100% !important;
}


@media screen and (min-width: 576px) {
  .affiliation-toggle {
    width: 51%;
  }  

  .affiliation-menu {
    width: 51% !important;
  }
}

@media screen and (min-width: 768px) {
  .affiliation-menu {
    width: 275px !important;
    float: right;
  }

  .affiliation-toggle {
    width: 275px;
  }
}

@media screen and (min-width: 1400px) {
  .affiliation-menu {
    width: 51% !important;
    float: right;
  }

  .affiliation-toggle {
    width: 51%;
  } 
}

.affiliation-menu a:hover {
  color: #ea5213;
}

/* End Find a Group Page */

/* Start Locations Page */

.page-template-locations-page .wpgmza_map {
  position: static;
  top: 0px;
  bottom: 0px;
  margin-bottom: 100px;
}

#branches-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

#branches-list .card{
  width: 100% !important;
}

/* End Locations Page */

/* Start Staff */

.staff-block {
  margin-bottom: 25px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.staff-block h4 {
  color: #084d93 !important;
  text-transform: uppercase;
}

.staff-block .col-7.col-sm-4.col-md-3.col-lg-7.col-xl-3 {
  text-align: right;
}

#staff-list hr:last-child{
  display: none;
}

.staff-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

div.staff-info {
  text-align: center;
}

@media screen and (min-width:576px) {
  div.staff-info {
    text-align: left;
  }

  .staff-block {
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             -webkit-justify-content: flex-start;
             justify-content: flex-start;
  }
}

@media screen and (min-width:992px) {
  .staff-block {
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             -webkit-justify-content: center;
             justify-content: center;
  }

  div.staff-info {
      text-align: center;
  }
}

@media screen and (min-width:1200px) {
  .staff-block {
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             -webkit-justify-content: flex-start;
             justify-content: flex-start;
  }

  div.staff-info {
    padding-left: 25px;
    text-align: left;
  }
}

/* End Staff */

/* Celebrants Styles */

.celebrants-hr{
  margin: 25px auto;
}

.celebrants-hr:last-child{
  display: none;
}

/* End Celebrants Styles */

/* Speaker Styles */

#post-4412{
  padding-left: 15px;
  padding-right: 15px;
}

input.sf-input-text{
  max-width: 650px;
}
 #single-speaker-image-container{
  width: auto;
 }

.single-speaker-image{
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-right: 30px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media screen and (max-width: 576px){
  #single-speaker-image-container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
  }
}

/* End Speaker Styles */

/* Freethought Blogs Styles */

.blog-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

.blog-listing{
  margin-top: 50px;
}

.blog-listing h3{
  margin-bottom: 50px;
}

.blog-listing .row {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.25);
          box-shadow: 0px 10px 15px rgba(0,0,0,.25);
  padding: 50px 25px;
  margin-left: 0px;
  margin-right: 0px;
}

.blog-listing .row:last-child{
  margin-bottom: 0px;
}

.blog-listing img{
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  margin: auto;
  text-align: center;
}

.blog-listing .col-xl-6{
  padding: 0px 30px !important;
}

.blog-listing .col-xl-6 h3{
  margin-bottom: 15px;
  margin-top: 25px;
}

.blog-button{
  padding: 10px 30px;
  border-radius: 5px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow 110ms ease-out;
  transition: -webkit-box-shadow 110ms ease-out;
  -o-transition: box-shadow 110ms ease-out;
  transition: box-shadow 110ms ease-out;
  transition: box-shadow 110ms ease-out, -webkit-box-shadow 110ms ease-out;
}

.blog-button:hover{
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,.25);
}

.blog-button:focus{
  outline: none;
}

@media screen and (max-width: 767px){
  .blog-listing .row {
  padding: 30px 15px;
}

.blog-button{
  width: 100%;
}
}

/* End Freethought Blogs Styles *

/* Posts */

@media screen and (max-width:992px){
  .article-featured-image {
    height: 56vw;
  }
}

.entry-meta-category-tag{
  padding-top: 50px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}

.author-bio{
  background-color: #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  padding: 50px 25px;
  margin-top: 25px
}

.author-bio a.see-more:hover {
  color: white;
  text-decoration: none !important;
}

.author-bio .speaker-event-image{
  float: left;  
  height: 200px;
  width: 200px;
  border-radius: 1000px;
}

.author-bio p {
  margin-bottom: 40px;
}

blockquote{
  background-color: #eee;
  padding: 30px 20px 10px 20px !important;
  border-left: 5px solid #084d83 !important;
  margin-bottom: 15px !important;
}

.entry-meta{
  font-size: 1em !important;
}

.tags-icon{
  display: none;
}

.categories-icon{
  display: none;
}

.cat-links a {
  background-color: #084d93;
  color: white !important;
  padding: 5px 20px;
  border-radius: 100px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  text-decoration: none;
}

.cat-links a:hover{
  background-color: white;
  color: #084d93 !important;
  border: 3px solid #084d93;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cat-links p:first-child{
  margin-top: 15px;
  margin-bottom: 25px;
}

.tags-links a {
  background-color: #EA5213;
  color: white !important;
  display: inline-block;
  padding: 5px 15px;
  margin: 2px 0px;
  border-radius: 100px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tags-links a:hover{
  background-color: white;
  color: #EA5213 !important;
  border: 3px solid #EA5213;
  cursor: pointer;
}

.tags-links p:first-child{
  margin-top: 15px;
}

footer.entry-meta .cat-links {
  line-height: 75px;
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .author-bio .speaker-event-image{
  float: none;  
  margin: 0px auto 20px !important;  
  height: 200px;
  width: 200px;
  border-radius: 1000px;
}
}

@media screen and (max-width: 576px){
  .author-bio .speaker-event-image{
  float: none;  
  margin: 0px auto 20px !important;  
  height: 200px;
  width: 200px;
  border-radius: 1000px;
}
  .author-bio button{
    width: 100%;
  }
}

/* End Posts */

/* Authors */

.contributions h2{
  margin-bottom:30px;
}

.contributions h2::after { 
    content: "after";
    color: transparent;
    background-color:     
    transparent;
    border-bottom: 3px solid #333;
    position: relative;
    right: 192px;
}

@media screen and (max-width: 576px){
.contributions h2::after{
  position: relative;
  right: 145px;
}
}

.blog-meta a{
  color: #666 !important;
}

.blog-latest p {
  display: block !important;
}

/* End Authors */

/* Blogs Area */

.entry-content p a {
  word-wrap: break-word;
}

.blog-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

.mags-listing{
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

h3.mags-h3{
  margin-bottom: 50px;
}

.mags-listing .row {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.25);
          box-shadow: 0px 10px 15px rgba(0,0,0,.25);
  padding: 50px 25px;
  width: 100%;
}

.mags-listing .row:last-child{
  margin-bottom: 100px;
}

.mags-listing img{
  width: 100%;
  max-height: 350px;
  max-width: 350px;
  min-width: 200px;
  display: block;
  margin: auto;
}

.mags-listing .col-xl-6{
  padding: 0px 30px !important;
}

.mags-listing .col-xl-6:first-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

.mags-listing .col-xl-6 h3{
  margin-bottom: 15px;
  margin-top: 25px;
}

.blog-button{
  padding: 10px 30px;
  border-radius: 5px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow 110ms ease-out;
  transition: -webkit-box-shadow 110ms ease-out;
  -o-transition: box-shadow 110ms ease-out;
  transition: box-shadow 110ms ease-out;
  transition: box-shadow 110ms ease-out, -webkit-box-shadow 110ms ease-out;
}

.blog-button:hover{
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,.25);
}

.blog-button:focus{
  outline: none;
}

@media screen and (max-width: 1199px){
  .mags-listing img{
  margin: 25px auto;
}
}

@media screen and (max-width: 767px){
  .mags-listing .row {
  padding: 30px 15px;
}

.blog-button{
  width: 100%;
}
}

/* End Blogs Area *

/* Start Slider Styles */

.home .featured-image {
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media screen and (max-width: 566px){

.home .featured-image{
height: 100vw !important;
  width: 200vw !important;
}
}

.slider-container{
  width: 100vw;
  height: calc(56vw - 350px);
  min-height: 450px;
  overflow-y: hidden;
  overflow-x: hidden
}

.slider-container img{
  height: 56vw !important;  
  width: 100vw !important;
  margin-top: -100px !important;
}

.flexslider{
  margin-bottom: 0px !important;
}

.flexslider .caption {
  color: white;
  padding: 0px !important;
  background: transparent;
  font-size: 2em;
  font-weight: bold;
  text-align: left !important;
  line-height: 125%;
}

.flex-control-nav{
  display: none;
}

.metaslider .flexslider .caption-wrap{
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.6)), to(transparent)) !important;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6), transparent) !important;
  background: -o-linear-gradient(left, rgba(0,0,0,0.6), transparent) !important;
  background: linear-gradient(to right, rgba(0,0,0,0.6), transparent) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          -webkit-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  padding: 50px;
  opacity: 1.0 !important;
  width: 100%;
  height: calc(56vw - 350px) !important;
  min-height: 450px;
  position: relative;
  top: 0 !important;  
}

.metaslider .caption{
  max-width: 400px;
  font-size: 2.25em;
}

a.flex-next{
  left: 50px !important;
  top: calc(56vw - 400px) !important;
  width: 50px !important;
  height: 50px !important;
}

a.flex-prev{
  left: 0 !important;
  top: calc(56vw - 400px) !important;
  width: 50px !important;
  height: 50px !important;
}

@media screen and (max-width: 1426px){
a.flex-next{
  top: 400px !important;
}

a.flex-prev{
  top: 400px !important;
}
}

@media screen and (max-width: 981px){
.slider-container img{
  height: 650px !important;  
  width: 1155px !important;
  margin-left: -100px !important;
}
}

@media screen and (max-width: 477px){
.slider-container{
  min-height: 300px;
}
.slider-container img{
  margin-left: -250px !important;
}  
.metaslider .flexslider .caption-wrap{
  background: rgba(0,0,0,0.45) !important;
  padding: 50px 25px !important;
  min-height: 300px;
}
.metaslider .caption{
  max-width: 100% !important;
  font-size: 1.5em;
  text-align: center !important;
}
a.flex-next, a.flex-prev{
  display: none;
}
}

/* End Slider Styles */

/* Mission Styles Large Screens */

@media screen and (min-width:1200px) {
  .mission-container .col-xl-2 {
    max-width: 250px !important;
  }

  .mission-container .col-xl-6 {
    max-width: 630px !important;
  }

  .mission-container img {
    max-width: 200px;
    float:right;
  }

  .mission-container h2, .mission-container p, .mission-container a {
    max-width: 600px;
  }  
}

/* End Mission Styles */

/* Contact */

.page-template-contact-page .entry-content{
  margin-bottom: 100px;
}

/* End Contact */

/* Congressional Scorecard */

p.small {
  margin-bottom: 0px;
}

#congress-accordion .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  border-radius: 15px;
  background-color: #eee !important;
}

#congress-accordion {
  margin: 25px 0px;
}

.congress-picture {
  width: 100%;
}

.congress-info {
  text-align: left;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-congress-info{
  margin-left: 15px;
}

.score {
  width: 100%;
  height: 100px;
  color: white;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  border: 0px;
  margin: 0px 1px;
}

.score.grey {
  background-color: #7f7f7f;
}

.score.red {
  background-color: red;
}

.score.green {
  background-color: green;
}

.percent {
  display: block;
  font-size: 1.5em;
}  

.col-md-2.score-row{
  padding: 0px;
}

.col-md-3.score-row {
  padding: 0px;
}

.col-md-4.score-row{
  padding: 0px;
}

table.scorecard {
  margin-top: 10px;
  margin-left: calc(8.3vw - 15px) ;
}  

table.scorecard td {
  padding: 0px 5px;
}

.vote {
  text-align: center;
}

.score-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          -webkit-justify-content: stretch;
          justify-content: stretch;
}

.score.science {
  border-bottom-left-radius: 15px;
}

.score.total {
  border-bottom-right-radius: 15px;
}

.congress-more-info {
  margin: 10px 0px;
  text-align: center;
  font-size: 0.75em !important;
}

.congress-picture {
  height: 35vw;
  border-top-left-radius: 15px;
}

table.scorecard {
  margin-left: 0px;
}

table.scorecard td:nth-child(2),  table.scorecard td:nth-child(3){
  text-align: center;
}

table.scorecard tr {
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 576px) {
  .congress-more-info {
    display: none;
  }

  .congress-picture {
    height: 225px;
  }

  table.scorecard {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .congress-more-info {
    display: block;
    text-align: left;
  }

  .congress-picture {
    height: 100px;
    border-bottom-left-radius: 15px;
  }

  .score.science {
    border-bottom-left-radius: 0px;
  }

  .score.total {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  table.scorecard {
    margin-left: calc(8.3vw - 15px) ;
  } 

  .score-row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }  

  .score {
    width: 100px;
  }

}

.single-scorecard .staff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.no-link-style {
  color: inherit;
}

.no-link-style:hover {
  text-decoration: none;
  color: inherit;
}

.score img {
  max-height: 50px;
}

.single-scorecard .score {
  font-size: .8em;
  line-height: 1em;
  word-wrap: break-word
}

.single-scorecard .score.cfi {
  font-size: 1.25em;
}

.flip-img {
  -webkit-transform: scaleY(-1) !important;
  -ms-transform: scaleY(-1) !important;
      transform: scaleY(-1) !important;
  -webkit-filter: FlipV !important;
          filter: FlipV !important;
  -ms-filter: "FlipV" !important;
}

img.stance {
  height: 100px;
  border-radius: 100%;
  padding: 20px;
  display: inline;
  float: right;
}

.support .score {
  background-color: green;
}

.oppose .score {
  background-color: red;
  -webkit-transform: scaleY(-1) !important;
  -ms-transform: scaleY(-1) !important;
      transform: scaleY(-1) !important;
  -webkit-filter: FlipV !important;
          filter: FlipV !important;
  -ms-filter: "FlipV" !important;
}

img.stance.for {
  background-color: green;
}

img.stance.against {
  background-color: red;
}

.page-template-bills-page article.page input#cons_email {
  background-color: #eee; 
}  

.page-template-bills-page article.page input#ACTION_SUBMIT_SURVEY_RESPONSE {
  display: block;
  margin: 20px auto;
  padding: 8px;
  border-radius: 10px;
  color: white;
}

@media screen and (min-width:576px) {
  .page-template-bills-page article.page #email { 
    width: 500px;
    margin: auto;
  } 
  
  .page-template-bills-page article.page input#cons_email {
    width: 300px;
    float: left; 
  } 

  .page-template-bills-page article.page input#ACTION_SUBMIT_SURVEY_RESPONSE {
    display: inline;
    float: left;
    margin: 10px
  }
}

/* End Scorecard */

/* News */

.news-image img{
  margin-bottom: 25px;
}

/* End News */

/* Social Media Share Button Removal */
.page-template-conferences-page .swp_social_panel {
  display: none;
}

/* End Social Media Share Button Removal */

/* Membership A/B testing adjustments */

.buttons h3 {
  padding: 0 0 10px;
}

/* End Membership A/B testing adjustments */

/* Support Router Page Styles */

/* TEMPORARY */
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: black;
}

#chart-column{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}

#chart-column img{
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#piechart-1, #piechart-2{
  width: 100%;
  height: auto;
  min-height: 300px;
}

.sub-header {
  padding-top: 50px;
}

.sub-header hr{
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 25px;
  width: 80px;
  border-width: 2px;
  border-color: #333;
  float: left;
}

#support-programs .card{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  padding: 50px 25px;
  border: none;
}

div.support-program-images{
  width: 150px;
  height: 150px;
  border: none;
  border-radius: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}

#support-logos, #support-transparency {
  background: #FAFAFA;
  padding: 0px 25px 50px 25px;
  margin: 50px 0px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

#support-logos .row{
  display: flex;
  justify-content: center;
}

#support-logos .row div{
  margin: 0px 12.5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 112.5px;
  width: 225px;
}

svg > g > g:last-child { 
  pointer-events: none 
}

.support-action-row{
  background: white;
  padding: 50px;
}

.support-action-row:nth-child(1), .support-action-row:nth-child(2), .support-action-row:nth-child(3){
  margin-bottom: 25px;
}

.support-action-row img {
  max-width: 150px;
}

@media screen and (max-width: 767px){
  .support-action-row{
  padding: 50px 25px !important;
}
}

@media screen and (max-width: 575px){
  .support-action-row .col-12.col-sm-4, .support-action-row .col-12.col-sm-8 {
    text-align: center;
  }
  .support-action-row img {
  margin-bottom: 25px;
}
}

#support-testimonials, #support-more-text {
  max-width: 800px;
  margin: 75px auto;
}


#support-programs {
  margin-bottom: 100px;
}

#support-transparency h5 {
  text-align: center;
}

#chart-column, #support-transparency p {
max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}


/* End Support Router Page Styles */

/* About Page */

#carouselPrograms {
  border-radius: 10px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

#carouselPrograms .carousel-item {
  border-radius: 10px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  padding: 10px;
}

#carouselPrograms #slide {
  display: flex;
  align-items: center;
}  

.slide-image {
  width: 50%;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.slide-image img {
  border-radius: 100%;
}

.slide-text {
  text-align: center;
}

@media screen and (min-width:576px){
  .slide-image {
    width: 100%;
    max-width: 100%;
  }

  .slide-text {
    text-align: left;
    padding: 30px;
  }
}

.carousel-indicators .active {
  background-color: black;
}

.carousel-indicators li {
  background-color: grey;
}

#carouselPrograms .carousel-item {
  padding-bottom: 40px;
}

@media screen and (min-width:576px){
  #carouselPrograms .carousel-item {
    padding-bottom: 0px;
  }
}

#carouselPrograms .carousel-item {
  min-height: 530px;
}

#carouselPrograms .carousel-item-next, #carouselPrograms .carousel-item-prev, #carouselPrograms .carousel-item.active {
  display: flex;
}  

@media screen and (min-width: 576px) {
  #carouselPrograms .carousel-item {
    min-height: 450px;
  }
}

@media screen and (min-width: 768px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }
}

@media screen and (min-width: 992px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }

  #carouselPrograms .carousel-item h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1200px) {
  #carouselPrograms .carousel-item h3 {
    font-size: 1.75em;
  }
}

/* End About Page */

/* Donation Circles */

.dono-outer-1{
  display: inline-block;
}

.dono-outer-2{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dono-circle-row{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
}

.dono-circle-1{
  margin-right: 5px;
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  color: white !important;
  background-color: #EA5213;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dono-circle-2{
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  color: white !important;
  background-color: #6D2919;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dono-circle-3{
  margin-bottom: 5px;
  width: 70px;
  height: 70px;
  border-radius: 1000px;
  color: white !important;
  background-color: #B24E2B;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dono-circle-4{
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  color: white !important;
  background-color: #EF8160;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 435px){
  .dono-circle-1{
    margin: 0px auto 5px auto;
  }
}

/* Start Affiliation Forms */

.email-form-container .wpcf7 {
  font-family: Lato;
}

.email-form-container .wpcf7 p {
  font-size: 1.125em;
}  

.email-form-container .wpcf7 h3 {
  margin-top: 40px;
}

.email-form-container .wpcf7 input, .email-form-container .wpcf7 textarea {
  border: 0px;
  padding: 6px;
  margin-top: 10px;
  border-radius: 10px;
}

.email-form-container .wpcf7 textarea {
  height: 150px;
}

.email-form-container .wpcf7 input[type="checkbox"], .email-form-container  .wpcf7 input[type="radio"] {
  width: auto !important;
}

.email-form-container .wpcf7-submit {
  display: block;
  width: 100%;
  background-color: #333;
  color: white;
  border: 3px solid transparent !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
}

.email-form-container .wpcf7-submit:hover {
  background-color: transparent;
  color: #333;
  border: 3px solid #333 !important;
  cursor: pointer;
}

.wpcf7 p {
  text-align: left;
}

.wpcf7 label {
  margin-top: 25px;
}  

/* End Affiliation Forms */

/* Comments */

#mass_messaging_in_buddypress_checkboxes {
  display: none;
}

.mass_messaging_in_buddypress #send {
  margin-top: 20px;
  border: 3px solid #084d93 !important;
  border-radius: 5px !important;
  background-color: #084d93 !important;
  padding: 6px 15px !important;
  color: white !important;
  text-decoration: none !important;
  box-shadow: 0px 3px 5px   rgba(0,0,0,.25) !important;
}

.mass_messaging_in_buddypress #send:hover {
  background-color: #0c497a !important;
}

#comments {
  display: none;
}

.single-post #comments {
  display: block !important;
}

.entry-meta-comment-tools {
  border-top: #ccc solid 1px;
  margin-top: 70px;
}

h2.comments-title {
  display: none;
}
#comments {
  margin-top: 0px;
}

#comments .comment-content.media-body{
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

#comments ul li{
  word-break: break-word;
}

#comments .avatar.avatar-64.photo{
  margin-right: 15px;
}

#comments .comment-metadata a{
  color: #084d93;
}

#comments cite.fn a, #comments span.says{
  font-size: 1.5em;
  font-weight: 500;
}

#comments .comment-author{
  margin-bottom: 25px !important;
}

#comments .form-submit{
  margin-top: 15px;
}

.commentnumber {
  font-size: 1.3em;
  float:right;
  color:#999999;
  margin:0;
  padding:0 .5em .5em 0;
  clear:right;
}

.zeno-comments-report-link {
  display: block;
  margin-top: 10px !important;
  font-size: 14px;
}

.zeno-comments-report-link a {
  color: grey;
}

.zeno-comments-report-link a:hover {
  color: #ea5312;
}

/* End Comments */

/* Custom Sidebar Stuff */

#sidebar-right .nc_tweetContainer.total_shares.total_sharesalt, #sidebar-right .swp_count, #sidebar-right .swp_label {
  color: white !important;
}

/* End Custom Sidebar */

/* Video Styling */

.video-thumbs {
  height: calc((100vw - 60px) * 9 / 16);
}

@media screen and (min-width:768px) {
  .video-thumbs {
    height: calc((50vw - 54px) * 9 / 16);
  }
}

@media screen and (min-width:992px) {
  .video-thumbs {
    height: calc((50vw - 54px) * 9 / 16);
  }
}

@media screen and (min-width:1200px) {
  .video-thumbs {
    height: calc((33vwx) * 9 / 16);
    max-height: 350px;
  }
}

.video-readability {
  max-width: 935px;
  margin: auto;
}

.post-type-archive-videos form.searchandfilter {
  width: 100%;
}

.post-type-archive-videos input.sf-input-text {
    max-width: none;
}

/* End Video Styling */