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

header, .taxonomy-description {
  padding: 0 30px;
}

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

.blog-bc{
  text-transform: uppercase;
  color: #00a5e2 !important;
  font-family: volt-bold;
  transition: all 0.5s ease-in-out;
}
.blog-bc:hover{
  color: red;
  text-decoration: none;
}

.mc4wp-form-fields{
  padding: 5px 0px;
    margin: 15px 0;
}
.social-icons {
      padding: 0 4px;
}

.btn-search{
  transition: all 0.5s ease-in-out;
  border-radius: 25px;
}

.btn-search:hover{
  background-color: #ccc;
}

.social-icons svg{
  transition: all 0.25s ease-in-out;
}
.social-icons:hover svg{
  opacity: 0.6;
}
#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;
}

.feature-bg{
  height: calc(100vh - 300px);
  position: absolute;
  background-color: #000;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    top: 0; 
    left: 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;
}
.stories-intro-bg{
    background-color: #000;
    background-image:linear-gradient(to bottom, #29323c2e, #1a1a1ab8),  url(../jpg/connect-volt-blog.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;
} 

.volt-link-blue, .volt-link-blue:hover{
  text-decoration: none;
}

@-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;
}
.container-title{
  height: calc(100vh - 350px);
}
.container-subtitle{
}
.post-title{
  position: absolute;
  color: #fff;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.single-blog-category {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s ease-in-out;
    border: 1px solid ;
    border-radius: 3px;
    padding: 5px 20px;
}

.readmore-single{
  background: #00a5e2;
    color: #fff !important;
    border: 1px solid #00a5e2;
}

.readmore-single:hover{
  background: #fff;
    color: #00a5e2;
    border: 1px solid #fff;
}

.btn-outline.twitter {
    color: #fff;
    margin-right: 15px;
}
.btn-outline.twitter:hover {
    color: #fff;
    border-color: #59aef5;
    background-color: #59aef5;
}
.btn-outline.facebook {

    color: #fff;
}
.btn-outline.facebook:hover {
    color: #fff;
    border-color: #5084e4;
    background-color: #5084e4;
}
.post-navigation {
    margin-bottom: 0em;
        border-bottom: 0px solid #1a1a1a;
}
.post-navigation .post-title {
    color: #000;
}
.jp-relatedposts{
  margin-top: 30px;
}
.jp-relatedposts:before {
    background-color: currentColor;
    content: "";
    height: 1px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.header-image {
    margin-top: 0px;
}
.bg-grey-newsletter{
  background: #f7f7f7;
  margin-bottom: 15px;
}
.bg-grey{
 background: #fff;
    margin-bottom: 15px;
    border: 1px solid #f7f7f7;
}
.bg-search{
  background: #f7f7f7;
  margin-bottom: 15px;
}
.searchformsidebar {
  width: 90%;
    border: 0px;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid;
    border-radius: 0;
}
.popular-posts-wrapper .h5{
  margin-top: 0 !important;
}
.no-webp .bg-popular{
  background-color: #000;
  background-image:radial-gradient(#29323c2e,#1a1a1ab8), url('../jpg/e-bike-maintenance-tips-thumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 15px;
  min-height: 350px;
  color: #fff;
}

.webp .bg-popular{
  background-color: #000;
  background-image:radial-gradient(#29323c2e,#1a1a1ab8), url('../webp/e-bike-maintenance-tips-thumb.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 15px;
  min-height: 350px;
  color: #fff;
}

.bg-popular h2 {
  text-align: center;
    position: absolute;
    padding: 5px;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0 auto;
}
.volt-link-popular{
  color: #fff !important;
}
.volt-link-popular:hover{
  color: #00A5E2;
  text-decoration: none;
}
@media(max-width: 768px){
	.stories-intro-bg{
    	background-image: linear-gradient(to bottom, #29323c2e, #48556357), url(../jpg/connect-volt-blog-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;
	}
}

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

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

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

@media (max-width: 375px){
.post-title{
  font-size: 24px;
    padding: 10px;
}

.post-date{
  padding-top: 0px;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}
.feature-bg{
  height: calc(100vh - 250px);
}

.text-right{
  text-align: left;
    padding-left: 25px;
}

}

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


.twitter-tweet{
  margin: 0 auto !important;
}
/* .jp-carousel-titleanddesc-title{display:none !important;} */