.h1-title-pages {
  float: inherit;
}

.wp-block-image figure figcaption{
  display: none !important;
}
header, .taxonomy-description {
  padding: 0 30px;
}

#main-menu {
  z-index: 5;
  background: #fff;
}

#video-content {
  z-index: 5;
  background: transparent;
  margin-top: 100vh;
}

#main-navigation{
  z-index: 5;
}
#volt_footer,
#video-content,
.container-fluid-grey,
.stories-title{
  z-index: 10;
  position: relative;  
}

.stories-title{
  color: #fff;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stories-title p {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 18px;
}

.entry p {
	margin-top: 20px;
	font-size: 1.8rem;
}

.stories-title h1 {
  font-size: 70px;
}

.stories-intro-bg{
    background-color: #000;
    background-image:linear-gradient(to bottom, #29323c2e, #1a1a1ab8),  url(../jpg/woman-and-volt-kensington-blue-electric-bike.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: fixed;
    width: 100%;
    top: 0; 
    animation-delay: 2s;
    -webkit-animation: zoom-in 5s ease-out; /* Safari 4+ */
  -moz-animation:    zoom-in 5s ease-out; /* Fx 5+ */
  -o-animation:      zoom-in 5s ease-out; /* Opera 12+ */
  animation:         zoom-in 5s ease-out; /* IE 10+, Fx 29+ */
  animation-fill-mode:forwards;
   -webkit-animation-fill-mode: forwards;
   z-index: -1;
} 

@-webkit-keyframes zoom-in {
  0%   {   transform: scale(1); }
  100% { transform: scale(1.1); }
}
@-moz-keyframes zoom-in {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}
@-o-keyframes zoom-in {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}
@keyframes zoom-in {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.stories-page{
    background-image: linear-gradient(to bottom, #29323c2e, #1a1a1ab8), url(../jpg/volt-stories-page-thumb.jpg);
}

.no-under{
	text-decoration: none;
}
.no-under:hover{
	text-decoration: none;
}

.stories-subtitle {
  background: #000;
  padding: 10px;
}

.stories-top-btn {
	display: none;
	padding-top: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -
}

.homepage-blog img {
  display: block;
  max-width: 100%;
  height: auto;  
}

.footer-margin-top {
  display: none;
}

.form-control{
	font-family: volt-bold;
    border: 1px solid #fff;
    padding: 12px 20px 12px 20px;
    height: auto;
    font-size: 2rem;
    color: #fff;
    background: #ffffff29;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.form-control:hover{
	color: #000;
    background: #fff;
    cursor: pointer;
} 

.press-container {
    padding-right: 0px;
    padding-left: 0px;
}

article {
	z-index: 2;
}
header, .taxonomy-description {
    padding: 0px;
}
.entry-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: volt-bold;
    font-weight: 500;
    line-height: 1.1;
    margin: .67em 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    border-bottom: 0px solid #000;
    border-top: 0px solid #1a1a1a;
    padding-top: 0;
}
.entry-meta > .cat-links > a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.homepage-blog-category{
  color: #707070;
  text-transform: uppercase;
  font-size: 12px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.first-post-link{
  color: #000;
}
.first-post-link:hover{
  color: #00A5E2;
}
.visible-blog-only{
  display: none !important;
}
.index-header{
  padding: 10px 0;
  font-size: 20px;
}
.index-header h2{
  font-size: 20px;
  margin-top: 0px;
}
.index-header h2 a{
  color: #000;
}
.index-header h2 a:hover{
  color: #00A5E2;
}
.homepage-blog-date{
  color: #707070;
  font-size: 12px;
}
.arcasa-btn:hover{
  text-decoration: none;
}
.arcasa-btn:hover svg{
  fill: #00A5E2;
}
.arcasa-btn:hover .arcasa-txt{
  color: #00A5E2;
}
.arcasa-txt{
  color: #000;
  font-family: volt-bold;
}
.arcasa-txt:hover {
  text-decoration: none;
}
.image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);

  z-index: 0;
}


.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details span{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  border: 1px solid;
    padding: 10px;
    webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-details span:hover{
  color: #000;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  border: 1px solid;
    padding: 10px;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


@media(max-width: 768px){
	.stories-intro-bg{
    	background-image: linear-gradient(to bottom, #29323c2e, #48556357), url(../jpg/woman-and-volt-kensington-blue-electric-bike-xs.jpg);
	} 
	.stories-title p {
    	width: 100%;
	}
	.stories-top-btn {
		display: block !important;
	}
	.stories-title{
	  color: #fff;
	  margin: 0;
	  left: 50%;
	  transform: translate(-50%, -60%);
	}
	.entry p {
    	font-size: 14px;
	}
	.h2-press{
		font-size: 1.5rem;
	}
	.video{
		padding: 0px;
	}

  .single-posts {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 700px){
.stories-title {
}
.stories-title h1 {
    font-size: 50px;
}

.cyclescheme-title {
    top: 270px;
}
}

@media (max-width: 375px){
.arcasa-txt {
    display: block;
    font-size: 9px;
}

}

@media (max-width: 361px){
.stories-title {
}
.stories-title h1 {
    font-size: 40px;
}

}



@media (min-width: 992px){
.vertical-align {
    display: flex;
    align-items: center;
}
}