body, html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
    font-size: 16px;d
}

.block-preview-image{
  display: block !important;
  position: relative !important;
  left: -25px !important;
  object-fit: cover;
}

.entry-content p{
  font-size: 16px;
}


/* Buttons */
.wp-block-button__link.wp-element-button, .edit-post-visual-editor .wp-block-button, .wp-block-read-more{
  background-color: #333 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: #434343 !important;
  border-radius: 6px !important;
  transition: all 0.5s !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  border-radius: 10px;
  font-size: 16px;
}

.wp-block-button__link.wp-element-button:hover, .edit-post-visual-editor .wp-block-button:hover, .wp-block-read-more:hover{
  background-color: #000 !important;
}

.single-post-block .short-btn{
  width: calc(100% - 110px);
  max-width: 160px;
  font-size: 16px !important;
  background-color: #333 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: #434343 !important;
  border-radius: 6px !important;
  transition: all 0.5s !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  border-radius: 10px;
}

/* Editor Styles*/
.move-above{
  z-index: 2;
}

.dynamic-padding{
  padding-left: 10vw !important;
  padding-right: 10vw !important; 
}

.b-quote{
  border: none;
}

.wp-element-caption{
  text-align: center;
  font-size: 16px;
}

.b-quote{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
  margin: 30px 0 30px 0 !important;
}

.b-quote cite{
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #ccc !important;
}


.title-seperator{
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #555 !important;
  background-color: #555 !important;
  color: #fff !important;
  height: 0px !important;
}

.hero-title{
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0 50px 10px 0;
  margin: 0 0 10px 0 !important;
  max-width: 920px !important;
}

.content-columns, .titles-container, .content-block{
  gap:0 40px;
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.wp-site-blocks p{
  color: #ccc !important;
  font-weight: 300;
  font-size: 16px;
}

.wp-site-blocks ol, .wp-site-blocks ul{
  margin-top: 0 !important;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.wp-site-blocks ol li, .wp-site-blocks ul li{
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  color: #ccc !important;
}

.b-quote p{
  line-height: 1.5em;
  color: #ccc !important;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
}

.block-editor-writing-flow{
 background-color: #000 !important;
}

.short-line{
  max-width:100px !important;
}

.gradient-cover{
  height:100vh !important;
  max-height:100vh !important;
  overflow: hidden !important;
  z-index: 0 !important;
}

.accent-gradient{
  position: absolute;
  bottom:0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  max-height: 100px !important;
}

.related-left-image{
  margin-bottom: 30px;
}
.cast-and-crew-links{
  display: flex;
  flex-direction: column;
  position: relative;
}

.cast-link{
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 22px);
  border-style: solid; border-width: 1px; border-color:#666;
  background-color: #222;
  color: #fff;
  transition: all 0.5s;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cast-link:hover{
  border-style: solid; border-width: 1px; border-color:#333;
  background-color: #800;
  color: #fff;
}

.gradient-top{
 z-index: 999 !important;
}

.wp-block-cover.alignfull {
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-group.has-background.centered-bg{
  background-position: center center !important;
}

.centered-bg{
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-section{
  display: block;
  top:0px;
  left: 0px;
  position: fixed;
  z-index: -1;
}


.text-shadow{
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px;
}

.wp-block-group.center-block{
  flex-direction: column;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
}

.layered-cover{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
}

.move-top{
  position: relative !important;
  z-index: 10 !important;
}

.block-editor-block-list__layout h1, .entry-content  h1{
  font-size: calc(24px + (80 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
}

.archive-title a{
  width: 100%;
  display: block;
  position: relative;
}

.is-desktop-preview h2, .entry-content  h2{
  font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:1em !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
}

.is-desktop-preview h3.small-heading, .entry-content h3.small-heading, .entry-content  h3{
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:1em !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
  padding-top: 20px;
  margin-bottom: 0 !important;
}

.right-column {
  display: flex;
  flex-direction: column;
  gap:10px;
}

.left-column{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:10px;
}
.small-link{
  box-sizing: border-box;
  border-radius: 6px;
  justify-content: center;
  text-align: center;
}

.movie-summary-list {
  max-width: 600px;
  margin: 0 auto;
}

.movie-summary-item {
  margin-bottom: 1em;
}

.movie-summary-title {
  background-color: #333;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  transition: all 0.5s;
  text-align: left;
  color: #fff;	
  margin-bottom: 0 !important;
  width: 100%;
  outline: none;
  transition: background-color 0.2s;
}

.movie-summary-title:hover {
  background-color: #000;
}

.movie-summary-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.movie-summary-content p {
  padding: 1em;
  margin: 0;
}

.archive-title{
  margin: 0;
  padding: 0;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:1em !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
  margin-bottom: 0 !important;
  opacity: 0.6;
  box-sizing: border-box;
  width: 100%;
}

.right-column .release-date{
  color: #ccc;
  font-size: 16px;
}

.archive-title a{
  color: #fff;
  text-decoration: none;
}

.wp-block-heading.small-title{
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color:#434343;
  margin-bottom: 10px !important;
}

h3.wp-block-post-title a{
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:1em !important;
  color: rgba(255, 255, 255, 0);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
  padding-top: 20px;
  margin-bottom: 0 !important;
}

.video-titles{
  margin-bottom: 20px !important;
  gap:0;
}

.video-titles h2{
  margin: 0;
  padding: 0;
}

.filmography-video-titles {
  display: flex;
  position: relative;
  border-style: solid;
  border-color: #434343 !important;
  border-width: 0 0 1px 0;
  margin-bottom: 30px;
}


.filmography-video-titles .wp-block-heading{
  margin: 0;
  padding: 0;
  font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:1em !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
}


.is-desktop-preview h3, .entry-content  h3 {
  font-size: calc(16px + 4 * (100vw - 300px) / 1300) !important;
}

.is-desktop-preview h4, .entry-content  h4 {
  font-size: calc(16px + 4 * (100vw - 300px) / 1300) !important;
}

.is-desktop-preview h5, .entry-content  h5 {
  font-size: calc(16px + 4 * (100vw - 300px) / 1300) !important;
}

.is-desktop-preview h6, .entry-content  h6  {
  font-size: calc(16px + 4 * (100vw - 300px) / 1300) !important;
}

.alignfull {
  max-width: unset;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.scalable-spacer{
  height: 5vw !important; 
  max-height: 80px !important;
  min-height: 40px !important;
}

section{
  flex-direction: column;
}

.plyr__controls * {
  font-family: "Montserrat", sans-serif;
}

.section.column-reverse .wp-block-columns{
  flex-direction: unset;
}

@media screen and (min-width: 781px) {
  .section.column-reverse .wp-block-columns{
    flex-direction: row-reverse;
  }
}

.column-reverse {
  flex-direction: unset;
}


@media screen and (min-width: 781px) {
  .column-reverse {
    flex-direction: row-reverse;
  }
}

.title_link{
  text-decoration: none;
}

.title_link h3{
  margin: 0;
  padding: 0;
  padding-left: 0;
  transition: all 0.5s;
}

.title_link h3:hover{
  opacity: 0.8;
  padding-left: 5px;
}

.acc-head {
  background-color: #222;
}

.acc-head:hover {
  background-color: #000;
}

.acc-head.active {
  background-color: #222;
}

.footer-image {
  opacity: 0.3;
}

.wp-block-cover.parallax-cover {
  max-height: 100vh !important;
  overflow: hidden;
}

.media-hero-content{
  margin: 0 0 60px 40px !important;
  max-width: calc(100vw - 40px);
}

@media screen and (max-width: 640px) {
  .media-hero-content{
    margin: 0 20px 20px 20px !important;
    max-width: calc(100vw - 40px);
  }
}

.footer-block{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
}

.main-hero{
  position: fixed;
  width: 100vw;
  top:0;
  left: 0;
  height: 100vh !important;
  z-index: 1 !important;
}

.people-hero{
  position: absolute;
  width: 100vw;
  top:0;
  left: 0;
  height: calc(100vh - 10px);
  max-height: calc(100vh - 10px);
  z-index: 1 !important;
  overflow: hidden;
}

.main-content{
  position: relative;
  z-index: 5 !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}

.main-copy{
  background-color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-style: solid;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color:#474747;
}

.alignfull.child-content{
  margin: 0 !important;
  padding: 0 !important;
}

.move-above{
  z-index: 6 !important;
}

.hero-copy{
  color: #fff;
  max-width: 920px;
}


/* Special Headers and Titles*/

[class^="cover_"] {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

.lower-gradient{
  display: block;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100vw;
  height: 40vh;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.010241596638655426) 100%);
  z-index: 1;
}

.starter-btn{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 22vh;
  width: 100%;
  z-index: 10;
}

.starter-btn a{
  display: block;
  position: relative;
  top: 0;
  padding: 5px 81px 5px 81px;
  background-color: #336699;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.282);
  transition: all 0.5s;
}

.header-start-btn{
  
}

.header-start-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
  padding: 8px 0 8px 0;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.6;
  transition: all 0.5s;
}

.header-start-btn a img{
  width: 26px;
  height: 26px;
}

.header-start-btn a:hover{
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.starter-btn a:hover{
  background-color: rgba(0, 0, 0, 0.8);
}

.block-editor-block-list__block .lower-gradient{
  display: none;
}

.fixed-section{
  display: block;
  top:0px;
  left: 0px;
  position: fixed;
  z-index: -1;
}

.fixed-cover{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.title-line{
  max-width: 1440px !important;
}

.max-out{
  display: block !important;
  position: relative !important;
  max-width: 1400px !important;
  width: calc(100% - 40px);
  margin: 0 auto !important;
}

.accent-lines{
  display: block;
  position: absolute;
  top:0px;
  right: -20px;
  width: 290px;
  z-index: 0;
}

.accent-lines img{
  display: block
  width: 290x;
  height: auto;
  opacity: 0.7;
  height: auto;
}

.accent-numbers{
  display: block;
  position: absolute;
  top: 0px;
  right: 100px;
  width: 100px;
  height: 100vh;
  z-index: 0;
}

.large-title{
  
}

.main-titles{
  filter: blur(0.5px);
}

.accent-numbers img{
  position: relative;
  margin-top:-300vh;
  opacity: 0.4;
  filter: blur(1px);
}

@media screen and (max-width: 860px) {
  .hero-copy{
    display: none;
  }
}

/* Cast and Crew */

h1.large-title{
  font-size: calc(28px + (60 - 28) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:0.85em !important;
  color: rgba(255, 255, 255, 0.521);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
}

h1.predicta-title{
  font-size: calc(28px + (92 - 28) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height:0.85em !important;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
}


/*
section.section{
    min-height: 50vh;
}
*/


/* Movie Archive */

.query-content, .main-content-block{
  margin: 0;
  display: block;
  position: relative;
  z-index: 10;
  background-color: #000;
  border-style: solid!important;
  height: auto;
  border-width: 1px 0 1px 0!important;
  height: auto;
  border-color: #666666 !important;
  height: auto;
  padding: 50px 0 50px 0;
}

.query-content{
  padding-top: 0;
}

.number-of-posts{
  position: realative;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #434343;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ccc;
  max-width: 280px !important;
  gap: 5px;
  background: #111;
  margin-bottom: 40px !important;
}

.number-of-posts h6{
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.search-trigger{
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 10px !important;
  background-color: #000;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #434343;
}


@media screen and (max-width: 781px) {
  .query-content, .main-content-block{
    padding: 20px 0 20px 0;
  }
}

.query-content ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  gap: 20px;
}

.query-content ul li{
  flex: 1 1 100% !important;
  max-width: calc(100% - 30px) !important;
  border-radius: 10px;
  width: 100%;
}


.query-content ul li h2{
  margin: 0 !important;
}


.single-post-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
}

.single-post-block a{
  text-decoration: none;
}

.single-post-block h3{
  opacity: 0.9;
  filter: blur(0.5px);
  font-size: 18px;
}

.single-post-block .hero-copy{
  font-size: 16px;
  max-width: unset;
}

.single-post-block .wp-block-post-title h3{
  margin: 0;
  padding: 0;
  line-height: 0.75em;
}

.single-post-block .wp-block-post-title a{
 margin: 0 0 5px 0 !important;
 padding: 0;
 font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
 line-height:1em !important;
 color: rgba(255, 255, 255, 0.521);
 text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px !important;
 border-style: solid;
 border-width: 0 0 1px 0;
 border-color: rgba(255, 255, 255, 0.3);
 width: 100%;
}

.bio-date, .air-date{
  font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  letter-spacing: 0.1em;
  color: #ccc;
  font-size: 16px !important;
}


.single-post-block figure img{
  border-radius: 6px;
  max-width: 100%;
  height: auto;
  object-fit: contain !important;
}


.single-post-block .acc-body{
  margin: 10px 0 0 0;
  padding: 0;
}

.featured-img-custom{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #336699;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.6;
  transition: all 0.5s;
}

.featured-img-custom:hover{
  opacity: 1;
}

.archive-column-block{
  max-width: 1100px !important;
}

.single-post-block .acc-head{
  border-radius: 10px;
}

.archive-pre-title{
  opacity: 0.6;
  filter: blur(1px);
  font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
  text-shadow: rgba(255, 255, 255, 0.518) 1px 0 10px;
}

h1.archive-title{
  max-width: 800px !important;
  font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
}


.go-top-button{
  position: relative;
  transition: all 0.5s;
  top: 0;
  opacity: 0.6;
}

.go-top-button:hover{
  top: 10px;
  opacity: 1;
}

.video-details{
  display: block;
  position: relative;
  width: 100%;
}

.tv-season, .tv-series{
  margin-top: -1px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wp-block-details{
  display: block;
  position: relative;
  width: 100% !important;
  max-width: unset !important;
}


.tv-season summary, .tv-series summary{
  background-color: #333;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color:#666;
  transition: all 0.5s;
  margin-bottom: 0 !important;
  display: block;
  position: relative;
  width: 100%;
}

.tv-season summary:hover{
  
}

.tv-season .video-box{
  padding-top: 20px;
  padding-bottom: 20px;
}

.tv-season .wp-block-post-excerpt__excerpt{
  margin: 10px 0 10px 0;
}

.single-post-block .tv-season{
  margin: 10px 0 15px 0 !important;
}

.image-vid-btn.single-vid {
  display: block;
  position: relative;
  max-width: unset !important;
  width: 100% !important;
  min-width: unset !important;
}

.image-vid-btn.single-vid  .video-btn-img-title{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc !important;
}

.single-vid .image-vid-link .vid-btn-img{
}

.cvr-bottom-btn{
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 120px !important;
  left: calc(50% - 62px);
  border-color: #666 !important;
  border-radius: 6px 6px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-color: rgba(0, 0, 0, 0.456);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #000;
}

.cvr-bottom-btn img{
  width: 116px;
  height: 40px;
}

.media-archive{
  display: flex;
  position: relative;
  flex-direction:row;
  max-width: 1100px;
  gap: 30px 30px;
  width:calc(100vw - 40px); 
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}

.left-featured-image{
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 14.5vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-column{
  box-sizing: border-box;
  width: 30%;
}

.right-column{
  box-sizing: border-box;
  width: 70%;
}



@media screen and (max-width: 921px) {
  
  .left-column{
    box-sizing: border-box;
    width: 50%;
  }
  
  .right-column{
    box-sizing: border-box;
    width: 50%;
  }
  
  .left-featured-image{
    width: 100%;
    height:35vw;
  }
  
}

@media screen and (max-width: 768px) {
  
  .media-archive{
    flex-direction: column;
    margin-bottom: 60px;
  }
  .left-column, .right-column{
    width: 100%;
  }
  
  .left-featured-image{
    width: 100%;
    height:calc(75vw - 40px);
  }
  
}

.acf-row-number, .acf-input-wrap input{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.acf-input-wrap input, .acf-input select{
  border-style: solid;
  border-width: 1px;
  border-color: #000 !important;
}


.main-nav ul{
  margin: 0;
  padding: 0;
}

/* Image Flexbox */

.four-row{
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  justify-items: center !important;
  padding: 0 20px 0 20px;
}

.four-row figure, .four-row .box{
  flex: 1 1 25%;
  max-width: calc(25% - 15px);
  box-sizing: border-box;
}

@media only screen and (max-width: 1120px) {
 .four-row figure, .four-row .box{
    flex: 1 1 33.333%;
    max-width: calc(33.333% - 15px);
  }
}

@media only screen and (max-width: 800px) {
  .four-row figure, .four-row .box{
    flex: 1 1 50%;
    max-width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 640px) {
 .four-row figure, .four-row .box{
    flex: 1 1 100%;
    max-width: unset;
  }
}

.img-hover img{
  opacity: 0.6;
  transition: all 0.5s;
}

.img-hover img:hover{
  opacity: 1;
}
.radio-title{
  line-height: 0.5em !important;
  margin: 0 !important;
  padding: 0 !important;
}