/*
Theme Name: PLTV is Shameless
Theme URI: 
Description: Custom Theme for PinkLabel.tv 
Version: 2024
Author: Kriss Lowrance
Author URI:
Tags:
*/

/**
 * Primary styles
 *
 * Author: Kriss Lowrance
 *
 * Built over Bootstrap.css
 */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --pw-pink: #da8271;
  --pw-pink-light: #ffa695;
  --pw-pink-dark: #d16550;
  --boxslide-fragment: 12.5%;
}
/*
body{
  background: radial-gradient(circle, rgba(69,41,36,1) 0%, rgba(33,41,37,1) 73%, rgba(33,41,37,1) 100%);
  background-attachment: fixed;
}
*/
/*Pink & White Pink Button*/
.btn-pl-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--pw-pink);
  --bs-btn-border-color: var(--pw-pink-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--pw-pink-light);
  --bs-btn-hover-border-color: var(--pw-pink-dark);
  --bs-btn-focus-shadow-rgb: var(--pw-pink-dark);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--pw-pink-light);
  --bs-btn-active-border-color: var(--pw-pink-dark);
}

.btn-black {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-bg: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.simcal-event-details{
  color: #000;
}

a{
  color:var(--pw-pink);
}

.link-pl-primary{
  color:var(--pw-pink) !important;
}

.link-pl-light{
  color:var(--pw-pink-light) !important;
}

.link-pl-dark{
  color:var(--pw-pink-dark) !important;
}

.toast{
  background: var(--pw-pink) !important;
}

.shadow{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.shadow-lg{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}

.glow{
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.1) !important;
}

.border-dashed{
  border-style: dashed; 
}

 .nav-pills a:hover {
      /*font-weight: 900;*/
  }
  .nav-pills a:link {
    color: #ffffff !important;
  }
  
  .nav-pills a.active {
      background-color: #323232 !important;
      text-decoration: none;
  }

/*
.navbar-brand{
  position: relative;
  width:80px;
  top:-30px
}
*/
.navbar-brand img{
  width: 70px;
  height: auto;
  background: rgb(33, 37, 41);
  border-radius: 50px;
  border: 5px solid rgb(33, 37, 41);
  overflow: visible;
}
.logospacer{
  width: 70px;
}
/* Logo on >MD devices */

@media (min-width: 1200px) {
 /* .navbar-brand{
    position: relative;
    width:90px;
    top:-30px
  }*/
  .navbar-brand img{
    width: 90px;
      border-radius: 50px;
      border: 10px solid rgb(33, 37, 41);
      overflow: visible;
  }
  .logospacer{
  width: 70px;
}
}

/* Film Cards */

.shameless-film-card{
  background: #000;
}


.carousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%; 
    margin-bottom: 1rem; 
    margin-left: margin-right: 15%; 
}
.carousel .carousel-indicators button {
   background-color:var(--pw-pink-light) !important;
 }
 
 /* Homepage-only Styles */
.home-header{
    padding-left:9.3%;
  }
  
/* Netflix-style Sliders */

.flickity-viewport{
  overflow: visible;
}
/* no circle */
.flickity-button {
  background: transparent;
}
/* previous & next buttons */
.flickity-prev-next-button {
  height:100%;
  width:8.3%
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
  opacity: 1;
  background: transparent;
}

.boxcover-carousel .carousel-cell img{
  width:100%;
  transition: all 0.25s ease;
}
.boxcover-carousel{
  padding-left:8.3%;
}

.boxcover-carousel .carousel-cell {
  width:44%;
  padding: 1%;
  opacity: .5;
}
.boxcover-carousel .carousel-cell.is-selected {
  opacity: 1;
}

.boxcover-carousel .carousel-cell.is-selected img:hover, .boxcover-carousel .carousel-cell.is-selected img:focus {
  transform: scale(1.025);
  outline:outset 3px var(--pw-pink);
  transition: all 0.25s ease;
}

.boxcover-carousel .carousel-cell a{
  pointer-events:none;
}
.boxcover-carousel .carousel-cell.is-selected a{
  pointer-events:auto;
}

/*Card Carousel*/
.card-carousel{
  padding-left:8.3%;
}

.card-carousel .carousel-cell {
  width:91.75%;
  padding: 1%;
  opacity: .5;
}
.card-carousel .carousel-cell .card{
  width:100%;
  transition: all 0.25s ease;
}

.card-carousel .carousel-cell.is-selected {
  opacity: 1;
}

.card-carousel .carousel-cell.is-selected .shameless-film-card:hover, .card-carousel .carousel-cell.is-selected .shameless-film-card:focus {
  transform: scale(1.025);
  outline:outset 3px var(--pw-pink);
  transition: all 0.25s ease;
}

.card-carousel .carousel-cell a{
  pointer-events:none;
}
.card-carousel .carousel-cell.is-selected a{
  pointer-events:auto;
}

/* Studios */

.studio-carousel .carousel-cell img{
  width:100%;
  transition: all 0.25s ease;
}
.studio-carousel{
  padding-left:8.25%;
}

.studio-carousel .carousel-cell {
  width:30.55%;
  padding: 1%;
  outline:none;
}
.studio-carousel .carousel-cell.is-selected {
  opacity: 1;
}
.studio-carousel .carousel-cell.is-selected img:hover, .studio-carousel .carousel-cell.is-selected img:focus {
  transform: scale(1.025);
  outline:outset 3px var(--pw-pink);
  transition: all 0.25s ease;
}

.studio-carousel .carousel-cell a{
  pointer-events:none;
}
.studio-carousel .carousel-cell.is-selected a{
  pointer-events:auto;
}

.trending-carousel .carousel-cell img{
  transition: all 0.25s ease;
}
.trending-carousel{
  padding-left:8.25%;
}

.trending-carousel .carousel-cell {
  padding: .5%;
}
.trending-carousel .carousel-cell.is-selected {
}

.playlist-carousel .carousel-cell img{
  width: auto;
  height: 100%;
  transition: all 0.25s ease;
}
.playlist-carousel{
  padding-left:8.3%;
  height:150px;
}
.playlist-carousel .playlist-title-cell {
  width: auto;
  height: 100%;
}
.playlist-carousel .carousel-cell {
  /*width:44%;*/
  height: 100%;
  padding: 1%;
  opacity: .5;
}
.playlist-carousel .carousel-cell.is-selected {
  opacity: 1;
}

.playlist-carousel .carousel-cell.is-selected img:hover, .playlist-carousel .carousel-cell.is-selected img:focus {
  transform: scale(1.025);
  outline:outset 3px var(--pw-pink);
  transition: all 0.25s ease;
}

.playlist-carousel .carousel-cell a{
  pointer-events:none;
}
.playlist-carousel .carousel-cell.is-selected a{
  pointer-events:auto;
}

/* Theater Slider */
.theater-carousel .carousel-cell img{
  width:auto;
  height: 100%;
  transition: all 0.25s ease;
}
.theater-carousel{
  padding-left:8.3%;
  height:200px;
}
.theater-carousel .playlist-title-cell {
    height: 100%;
}
.theater-carousel .carousel-cell {
  /*width:44%;*/
  height: 100%;
  /*padding: 1%;*/
  opacity: .5;
}
.theater-carousel .carousel-cell.is-selected {
  opacity: 1;
}

.theater-carousel .carousel-cell.is-selected img, .theater-carousel .carousel-cell img:hover, .theater-carousel .carousel-cell img:focus {
  transform: scale(1.025);
  outline:outset 3px var(--pw-pink);
  transition: all 0.25s ease;
}

/* Box Covers on >MD devices */
@media (min-width: 768px) {
  .flickity-prev-next-button {
    opacity: 0;
    width:6.25%
  }
  .home-header{
    padding-left:7.25%;
  }
  .boxcover-carousel{
    padding-left:6.25%;
  }
  .boxcover-carousel .carousel-cell {
    width:23.4%;
    padding: 1%;
  }
  .card-carousel{
    padding-left:6.25%;
  }
  .card-carousel .carousel-cell {
    width:46%;
    padding: 1%;
  }
  .studio-carousel{
    padding-left:6.25%;
  }
  .studio-carousel .carousel-cell {
    width:23.4%;
    padding: 1%;
  }
  .trending-carousel{
    padding-left:6.25%;
  }
  .playlist-carousel{
    padding-left:6.25%;
    height:250px;
  }
  .playlist-carousel .playlist-title-cell {
    height: 100%;
    width:auto;
    padding: 1%;
  }
  .playlist-carousel .carousel-cell {
    /*width:23.4%;*/
    padding: 1%;
    height: 100%;
  }
  .playlist-carousel .carousel-cell img {
    width:auto;
    height: 100%;
  }
}
/* Box Covers on >XL devices */
@media (min-width: 1200px) {
  .home-header{
    padding-left:6%;
  }
  .flickity-prev-next-button {
    width:5%
  }
  .boxcover-carousel{
    padding-left:5%;
  }
  .boxcover-carousel .carousel-cell {
    width:19%;
    padding: 1%;
  }
  .card-carousel{
    padding-left:5%;
  }
  .card-carousel .carousel-cell {
    width:23.75%;
    padding: 1%;
  }
  .studio-carousel{
    padding-left:5%;
  }
  .studio-carousel .carousel-cell {
    width:19%;
    padding: 1%;
   }
  .trending-carousel{
    padding-left:5%;
  }
  .playlist-carousel{
    padding-left:5%;
    height: 250px;
  }
  .playlist-carousel .playlist-title-cell {
    height: 100%;
    padding: 1%;
  }
  .playlist-carousel .carousel-cell {
    /*width:19%;*/
    height: 100%;
    padding: 1%;
  }
  .playlist-carousel .carousel-cell img {
    width:auto;
    height: 100%;
  }
  
  .theater-carousel{
    padding-left:5%;
    height: 225px;
  }
  .theater-carousel .carousel-cell {
    /*width:19%;*/
    height: 100%;
    padding: 1%;
  }
  .theater-carousel .carousel-cell img {
    width:auto;
    height: 100%;
  }
}

/* hide disabled button */
.flickity-button:disabled {
  display: none;
}

/* Film Pages */

.filmpage-wrap{
    background: #000;
    /*
    z-index: -1;
    position: relative;
    top: 40px; 
    left: 0;
    */
    width:100%;
    height: auto;
  }
  
  .shameless-bg-image{
    width: 100%;
    max-width:1300px;
    height: auto;
    mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,1) 15%);
  }

.gallery-item img {
    width: 100%;
    height: auto;
    border:none !important;
    padding: .5vi !important;
    border-radius: 10%;
}

/* >MD devices */
@media (min-width: 992px) {
  .filmpage-wrap{
    background: #000;
    z-index: -1;
    position: fixed;
    top: 0; 
    left: 0;
    width:100%;
    height: 100%;
  }
  
  .shameless-bg-image{
    position: absolute; 
    top: 40px; 
    right: 0px; 
    width: 80%;
    height: auto;
    mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%), linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 45%);
    mask-composite: intersect;
  }
}
/* Absolute Center Spinner */
.streamium-loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.streamium-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
}

/* :not(:required) hides these rules from IE9 and below */
.streamium-loading:not(:required) {
  /* hide "streamium-loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.streamium-loading:not(:required):after {
  content: '';
  display: block;
  font-size: 22px;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(204, 204, 204, 0.75) 1.5em 0 0 0, rgba(204, 204, 204, 0.75) 1.1em 1.1em 0 0, rgba(204, 204, 204, 0.75) 0 1.5em 0 0, rgba(204, 204, 204, 0.75) -1.1em 1.1em 0 0, rgba(204, 204, 204, 0.5) -1.5em 0 0 0, rgba(204, 204, 204, 0.5) -1.1em -1.1em 0 0, rgba(204, 204, 204, 0.75) 0 -1.5em 0 0, rgba(204, 204, 204, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(204, 204, 204, 0.75) 1.5em 0 0 0, rgba(204, 204, 204, 0.75) 1.1em 1.1em 0 0, rgba(204, 204, 204, 0.75) 0 1.5em 0 0, rgba(204, 204, 204, 0.75) -1.1em 1.1em 0 0, rgba(204, 204, 204, 0.75) -1.5em 0 0 0, rgba(204, 204, 204, 0.75) -1.1em -1.1em 0 0, rgba(204, 204, 204, 0.75) 0 -1.5em 0 0, rgba(204, 204, 204, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
 
/* Blog */

.label a{
  color: #fff;
}

.home-blog-thumb img{
  margin-right:auto;
   margin-left:auto;
}

.two-col{
  -webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

.blog-post{
  margin-bottom:20px;
}

.blog-body img{
  padding:15px;
}

.blog-post img, .wp-caption{
  max-width: 100%;
  height: auto;
}

.blog-main-img{
  width:100%;
  height:auto;
}

.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%;
}

/* AGE FORMS */
#ageform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 15px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
    #ageform{
    border:none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    -webkit-box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    -moz-box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    }
    #ageform a{
        color:#da8271;
        text-decoration: underline
    }
    #ageform .submit input[type=button]{ background-color:#da8271!important; border: 0;box-shadow:none}
    body.login{-webkit-background-size: cover !important;-moz-background-size: cover !important;-o-background-size: cover !important;background-size: cover !important;background-color:#FFF!important;background-image: url(https://pinklabel.tv/on-demand/wp-content/uploads/2023/01/age-blur.jpg);background-position:center top;background-repeat:no-repeat;}
    #ageformwrapper h1 a, .login h1 a { background-image: url(https://pinklabel.tv/on-demand/wp-content/uploads/2020/01/PinkLabelTV-sq-color-transbg.png);width:150px;height:150px;background-size:contain;background-position-y: center;}
    #ageform p{ color:#ffffff; line-height:1}
    #ageform{ background-color:#18181b}
    #ageform input[type=submit],#ageform .submit input[type=button]{ background-color:#da8271!important; border: 0;box-shadow:none}
    #ageform input[type=submit]:hover,#ageform .submit input[type=button]:hover{ background-color:#d85943!important;}
    p#nav{display:none;}
    p#backtoblog{display:none;}
    a.privacy-policy-link{color:#da8271!important;text-decoration:none}
    a.privacy-policy-link:hover{color:#da8271!important;}
    
    #ageform a.btn {
  /*-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #ffd6f7;
  -moz-box-shadow: 0px 1px 3px #ffd6f7;
  box-shadow: 0px 1px 3px #ffd6f7;*/
  border:solid 3px #fff;
  font-family: Arial;
  color: #fff;
  font-size: 40px;
  background: none;
  margin: 10px 0 5px;
  text-decoration: none;
  display: block;
  width: auto;
}
#ageform a.btn:hover {
  background: #fff;
  color: #18181b;
  text-decoration: none;
}
#ageformwrapper h1 a{
  background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
#agemodal{
  backdrop-filter:blur(10px);
  -backdrop-filter:blur(10px);
}

/* AV Form */

#AVform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 15px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
    #AVform{
    border:none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    -webkit-box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    -moz-box-shadow: 1px 1px 20px 5px rgba(218,130,113,0.86);
    }
    #AVform a{
        color:#da8271;
        text-decoration: underline
    }
    #AVform .submit input[type=button]{ background-color:#da8271!important; border: 0;box-shadow:none}
    body.login{-webkit-background-size: cover !important;-moz-background-size: cover !important;-o-background-size: cover !important;background-size: cover !important;background-color:#FFF!important;background-imAV: url(https://pinklabel.tv/on-demand/wp-content/uploads/2023/01/AV-blur.jpg);background-position:center top;background-repeat:no-repeat;}
    #AVformwrapper h1 a, .login h1 a { background-imAV: url(https://pinklabel.tv/on-demand/wp-content/uploads/2020/01/PinkLabelTV-sq-color-transbg.png);width:150px;height:150px;background-size:contain;background-position-y: center;}
    #AVform p{ color:#ffffff; line-height:1}
    #AVform{ background-color:#18181b}
    #AVform input[type=submit],#AVform .submit input[type=button]{ background-color:#da8271!important; border: 0;box-shadow:none}
    #AVform input[type=submit]:hover,#AVform .submit input[type=button]:hover{ background-color:#d85943!important;}
    p#nav{display:none;}
    p#backtoblog{display:none;}
    a.privacy-policy-link{color:#da8271!important;text-decoration:none}
    a.privacy-policy-link:hover{color:#da8271!important;}
    
    #AVform a.btn {
  /*-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #ffd6f7;
  -moz-box-shadow: 0px 1px 3px #ffd6f7;
  box-shadow: 0px 1px 3px #ffd6f7;*/
  border:solid 3px #fff;
  font-family: Arial;
  color: #fff;
  font-size: 40px;
  background: none;
  margin: 10px 0 5px;
  text-decoration: none;
  display: block;
  width: auto;
}
#AVform a.btn:hover {
  background: #fff;
  color: #18181b;
  text-decoration: none;
}
#AVformwrapper h1 a{
  background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
#AVmodal{
  backdrop-filter:blur(10px);
  -backdrop-filter:blur(10px);
}

#AVform ul{
    padding: 20px 10px 20px 20px;
    color: #fff;
    text-align: left;
}
#AVform ul strong{
    color: #da8271;
    text-transform: uppercase;
}
#AV-faq{
    border:#da8271 2px solid;
    text-align: left;
    font-size: 16px;
    color: #666;
}
#AV-faq .panel{
    margin: 10px
}
#AV-faq .panel-title a{
    text-decoration: none;
}
#AV_agree_button{
    border-radius:0;
}



/* Placeholder Style - WebKit browsers - Safari, Chrome */
::-webkit-input-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 4 - 18 */
:-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 19+ */
::-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Internet Explorer 10+ */
:-ms-input-placeholder { opacity:0.6; color:#333333; }