/*
Theme Name: Pervlens Media (Wordpress)
Theme URI: 
Description: Pervlens Media official site theme based on Bootstrap.
Version: 1.0
Author: Ben Yates
Author URI: http://pervlens.com
*/

img .post-thumb {
  width:100px;
  height:100px;
  background: url(http://goo.gl/vyAs27) no-repeat scroll 0 0;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

.line-vertical {
  width: 1.7px;
  height: 34px;
  float: left;
  background-color: grey;
  margin: 10px;
}

@media screen and (max-width: 600px) {
  .mobilehide {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}


/* Responsive Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  padding-bottom:30px;
  padding-top:10px;
}

/* Image Wrapping */
.align_left {
    float: left; 
    margin-right: 1em;
    margin-bottom: 1em;
}
 
.align_right {
    float: right; 
    margin-left: 1em;
    margin-bottom: 1em;
}
 
.align_center {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.gform_wrapper ul {
  .list-unstyled();
}
.gform_wrapper li {
  .form-group();
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: @state-danger-text;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  .form-control();
}
.ginput_container textarea {
  height: auto;
}
.gform_button {
  .btn();
  .btn-primary();
}
.gform_wrapper .gfield_error {
  .gfield_label {
    color: @state-danger-text;
  }
  input,
  select,
  textarea {
    border-color: @alert-danger-border;
    background-color: @alert-danger-bg;
    color: @alert-danger-text;
    .form-control-focus(@alert-danger-text);
  }
}
.validation_error {
  .alert();
  .alert-danger();
}
#gforms_confirmation_message {
  .alert();
  .alert-success();
}



/* New Styles 2022 */


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

header {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header-home-video {
  position: relative;
  background-color: black;
  height: 65vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.header-home-video .container {
  position: relative;
  z-index: 2;
  margin-top: 160px;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }

  .h-casting .container {
    margin-top: 10px;
  }
}

.h-casting .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

.h-casting {
  height: 20vh;
}

.h-casting .container {
  margin-top: 50px;
}


.h-casting .container {
    margin-top: 10px;
  }
}

.h-scenes .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

.h-scenes {
  height: 76vh;
  border-bottom: 5px solid white; /* Adjust the color and width as needed */
}

.h-scenes .container {
  margin-top: 48px;
}

.h-scenes h1 {
	text-align: left;
	bottom: 5px;
}

.h-scenes-listing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

.h-scenes-listing {
  height: 20vh;
}

.h-scenes-listing .container {
  margin-top: 50px;
}

.h-scenes-listing h1 {
	text-align: center;
}

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.scenes-video {
	width:100%;
	margin-top:300px;
}

.btn-scenebuy {
	width:100%;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

.vjs-poster {
  background-position: 0px 0px !important;
  object-fit: fill !important;
}

.post-content {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
    top:110px;
    left:0;
    margin-left: 15px;
    position: absolute;
    padding: 8px;
    width: 100%;
    color: #FFF;
    font-weight: bold;
}

.channel-thumbnail .post-content {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
    top:110px;
    left:0;
    margin-left: 0px;
    position: absolute;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 0px;
    width: 100%;
    color: #FFF;
    text-align: center;
}

.model-thumbnail .post-content {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
    top:300px;
    left:0;
    margin-left: 0px;
    position: absolute;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 0px;
    width: 100%;
    color: #FFF;
    text-align: center;
}

.post-content a {
    width: 100%;
    color: #FFF;
}

.thumbnail{
    position:relative;
    
}



.card-footer:last-child {
    border-radius: 0!important;
}

.card-footer {
    padding: 0!important;
    background-color: unset!important;
    border-top: unset!important;
}

.text-center {
    color: #fff;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;   
}




.btn {
    border-radius: 0;
    border: 0;
    border-bottom: 4px solid #CCCCCC;
    margin:0;
    -webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
       -moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
            box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
}
.btn .btn-block:active, .btn .btn-lg:active {
    -webkit-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
       -moz-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
            box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
}
.btn-default {
    color: #555;
    background-color: #f9f9f9;
    border-color: #cacaca;
    text-shadow: 1px 1px 0 #f5f5f5;
}
.btn-default:hover, .btn-default:focus {
    background-color: #f4f4f4;
    border-color: #bebebe;
}
.btn-success {
    background-color: #80d752;
    border-color: #61be26;
    text-shadow: 1px 1px 0 #5fdb34;
}
.btn-success:hover, .btn-success:focus {
    background-color: #75cd53;
    border-color: #53aa27;
}
.btn-info {
    background-color: #39b3d7;
    border-color: #348fd2;
    text-shadow: 1px 1px 0 #238ed5;
}
.btn-info:hover, .btn-info:focus {
    background-color: #45abcd;
    border-color: #347abe;
}
.btn-warning {
    background-color: #FEAF20;
    border-color: #d79a34;
    text-shadow: 1px 1px 0 #db9e34;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #f5a620;
    border-color: #cd9034;
}
.btn-danger {
    background-color: #d73814;
    border-color: #be0000;
    text-shadow: 1px 1px 0 #ac2925;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #cd3714;
    border-color: #aa0000;
}
.btn-primary {
    background-color: #4274d7;
    border-color: #4d5bbe;
    text-shadow: 1px 1px 0 #232bd5;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #426acd;
    border-color: #4f56aa;
}
.btn-magick {
    color: #fff;
    background-color: #bb39d7;
    border-color: #9a00cd;
    text-shadow: 1px 1px 0 #9823d5;
}
.btn-magick:hover, .btn-magick:focus {
    color: #fff;
    background-color: #b13acd;
    border-color: #8600b9;
}
.btn-pressure {
    position: relative;
    margin-bottom: 0;
}
.btn-pressure:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn-pressure:active, .btn-pressure.active {
    top: 4px;
    border: 0;
    position: relative;
}
.btn-sensitive:active, .btn-sensitive.active {
    top: 1px;
    margin-top: 4px;
}



/*
.navbar-default .navbar-nav li a:hover{text-decoration:underline}
.navbar-default .navbar-nav > li.dropdown > a{position:relative;}
.navbar-default .navbar-nav > li.dropdown:hover > a:after{
	background: #333;
    content: " ";
    display: block;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 100%;
	margin-top:-10px;
    transform: rotate(45deg);
    width: 15px;
	z-index:10001;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > li > a:hover{background:#333;color:#fff;text-decoration:underline;}
.nav > li{
	position:inherit;
} 
.dropdown-menu{
	left: 0;
    min-width: 100% !important;
    position: absolute !important;
    right: 0;
	background:#363636;
	padding:13px 0px;
}

.dropdown-menu > li{
	display:inline-block;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
  background:#1d1d1d;
}  */
 

.custom-post-type-tags {
    display: inline-block;
}

.tag-box {
    display: inline-block;
    margin-right: 5px; /* Add spacing between tags if desired */
    padding: 5px 10px; /* Adjust padding as needed */
    background-color: #f2f2f2; /* Set background color */
    border: 1px solid #ddd; /* Set border styles */
    border-radius: 5px; /* Add rounded corners */
    margin-bottom: 10px;
    color: #000;
}

.tag-box a {
    color: #000;
    text-decoration: none; /* Remove default underline */
}

.tag-box a:hover {
    text-decoration: none; /* Add underline on hover */
}


.as-seen-row {
      background-color: #8B0000; /* Dark Red background for the full-width container */
      color: #fff; /* Set text color to white for better visibility on dark background */
      padding: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional: Add a subtle box shadow */
    }

.as-seen-logos {
	margin:15px;
}

.as-seen-logos img {
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional: Add a subtle box shadow */
}

.featured-heading {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
  }

  .featured-heading h2 {
    display: inline-block;
    background-color: #8B0000;
    padding: 0 20px;
    color: #fff; /* Set text color to white for better visibility on dark background */
    position: relative;
    z-index: 2;
  }

  .featured-heading::before,
  .featured-heading::after {
    content: "";
    position: absolute;
    top: 60%;
    width: calc(50% - 20px);
    height: 1px;
    background-color: #fff;
    z-index: 1;
  }

  .featured-heading::before {
    right: 0;
  }

  .featured-heading::after {
    left: 0;
  }