*{
  box-sizing: border-box;
}
#normal-sortables{
  padding-top: 20px;
}
#wpbrigade_infs_general_videobox h3{
  padding: 0px 10px 10px;
  border-bottom: 1px solid #eee;
}
.wpbrigade_videobox .column{
  width: 50%;
  float: left;
  padding-right: 2.5%;
  border-right: 1px solid #ebebeb;
  padding-bottom: 2em;
}
.wpbrigade_videobox .column h2{
  font-size: 16px;
  margin-bottom: 20px;
}
.wpbrigade_videobox .column.right{
  margin-right: 0;
  padding-right: 0;
  padding-left: 2.5%;
  border: 0;
  max-width: 49%;
}
.wpbrigade_videobox::after{
  content: '';
  display: table;
  clear: both;
}
.wpbrigade-video-link{
  width: 100%;
  max-width: 200px;
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.wpbrigade-video-link img{
  max-width: 100%;
  height: auto;
}
.wpbrigade-video-popup-overlay{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0, .9);
  display: none;
}
.wpbrigade-video-popup{
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 450px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px 20px 20px;
}
.wpbrigade-video-popup iframe{
  width: 100%;
  height: 380px;
}
.wpbrigade-close-popup{
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.wpbrigade-video-description-wrapper{
  overflow: hidden;
}
.wpbrigade-video-description-wrapper p{
  margin: 0;
}
.wpbrigade-video-description-wrapper p ~ p{
  margin-top: 10px;
}
.wpbrigade-heading {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 29px;
  display: block;
}
.loginpress-premium{
  float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #444;
    color: #fff;
    text-decoration: none;
}
.loginpress-premium:hover{
  color: #fff;
}
.dashicons-star-filled:before {
    color: #fff;
    font-size: 14px;
}
.loginpress-settings{
  width: 70%;
  float: left;
}
.loginpress-advertise {
    max-width: 30%;
    float: right;
    width: 355px;
}
.loginpress-advertise .inside iframe{
  height: 140px;
  display: block;
  margin: 0 auto;
}
.advertise-box .inside iframe{
  height: 136px;
  display: block;
  margin: 0 auto;;
}
.loginpress-support{
  background-color: #fff;
  padding: 13px;
  margin-top: 25px;
}
.loginpress-support h3{
  margin-bottom: 0;
}
.advertise-box{
  background-color:#fff;
  color:#000 !important;
  border-color:#734726 !important;
  margin-top: 25px;
}
.advertise-box h3{
  color: #fff !important;
  border-color: #23282d !important;
  background-color: #23282d;
  padding: 5px;
  text-align: center;
}
.dashicons{
  font-size: 14px;
}
.inside-advertise{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.loginpress-video{
  margin-top: 25px;
  background-color: #fff;
  padding: 13px;
}
.loginpress-video h3{
  margin-bottom: 0;
}
@media screen and (max-width: 1170px) {

}
@media screen and (max-width: 767px) {
  .wpbrigade-video-popup{
    max-width: 455px;
    width: 100%;
    height: auto;
    padding: 37px 20px 9px;
  }
  .wpbrigade-video-popup iframe{
    height: 200px;
  }
}
