/*
Theme Name: Safeer Boostrap Theme
Theme URI: https://www.safeer.com/
Author: Usama Sulaiman
Author URI: https://www.safeer.com
Description: A bootstrap Wordpress theme.
Version: 1.0
Text Domain: Safeer_bootstrap
*/
html {
  scroll-behavior: smooth;
}
body{ padding-top: 2.875rem !important;
}
.fix_header_login{height: 1.275rem;}
.skew_bg_header {
    background: #000000;
    color: #0993e6;
    margin-top: 1px;
  }
  .bg-info {background-color: #46b2ef !important;}
  .text-info {color: #46b2ef !important;}
  
  .skew_bg_h1 h5 {
    color: #ffffff;
  }
  
  .skew_bg_h1 {
    width: 100%;
    padding: 50px 0;
  }
  
  #home_div {
    background: #ffffff;
/*    margin-top: -1rem !important; */
    
  }
  
  /* Featurettes
  ------------------------- */
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  .featurette img {
    border: 1px lightgray solid; /* Space out the Bootstrap <hr> more */
  }
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    font-size: 3rem;
  }

  footer p { margin-bottom: 0; }

  /* End Featurettes */
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  .round3_imgs{width:150px; height: 150px}
  /* End MARKETING */



  
  /* custom */
  #site_logo_head{ height: 40px !important;}

  .subsc_smaller{ font-size: 30px;}
  
  .fix_navbar_loggedin{margin-top:32px;}
  
  .head_title_login{padding-top:5rem; margin-top:-3rem}
  .head_title_logout{padding-top:4rem; margin-top:-2rem}

.video_bg {
  position: relative;
  z-index: 2;
}  

.video_div {
  position: absolute;
  top: 6.5%;
  left: 33.5%;
  max-width: 35%;
}

.carousel-item{height: 275px;}
.carousel-item img{ max-width:75px;}

.entry-content {
  overflow: auto;
}

.footer_border {
  border-top: 1px solid;
  width: 10%;
}  


/*************/
.dv_img_cvr {
  width: 100%;
  height: 225px;
}

img.img_cvr {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.popular_debates .pb-5, .popular_debates .py-5 {
  padding-bottom: 2rem !important;
}

/*************/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 60px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}