/*!
Theme Name: sopariwala
Theme URI: http://underscores.me/
Author: Bhavna Chikate
Author URI: http://24x7online
Description: sopariwala
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sopariwala
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sopariwala is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.projects-details-section{margin: 80px 0px;}
.blogsContainer{margin: 80px 0px;}
.blogsContainer .blogsSidebar{border: 1px solid #ccc; padding: 15px; border-radius: 5px;}
.blogsContainer .blogsSidebar .sidebarTitle{margin: 0;font-size: 24px;color: #222222;font-weight: bold;padding-bottom: 10px;}
.blogsContainer .blogsSidebar .sidebarContent ul {padding: 0px; margin: 0px;}
.blogsContainer .blogsSidebar .sidebarContent ul li{list-style: none; padding: 10px 0px; border-bottom: 1px solid #ccc;}
.blogsContainer .blogsSidebar .sidebarContent ul li:last-child{padding-bottom: 0px;border-bottom: 0px;}
.blogsContainer .blogsSidebar .sidebarContent ul li:first-child{padding-top: 0px;}
.blogsContainer .blogsSidebar .sidebarContent ul li a{font-size: 18px; color: #666666;}
.blogsContainer h2{margin: 0;font-size: 32px;color: #222222;font-weight: bold;padding-bottom: 30px;text-transform: uppercase;}
.blogsContainer .blogContent h2{margin: 0;font-size: 30px;color: #222222;font-weight: bold;padding: 20px 0px;}
.blogsContainer .blogContent h3{margin: 0;font-size: 26px;color: #222222;font-weight: bold;padding: 20px 0px;}
.blogsContainer .blogContent h4{margin: 0;font-size: 24px;color: #222222;font-weight: bold;padding: 20px 0px;}
.contact-form p{margin-bottom: 0px;}
.testimonialPage .testimonial-item{border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px;}

@media screen and (max-width: 768px) {
	.projects-details-section{margin: 60px 0px;}
	.blogsContainer{margin: 60px 0px;}
	.blogsContainer .blogsSidebar{padding: 12px;}
	.blogsContainer .blogsSidebar .sidebarContent ul li a{font-size: 16px;}
	.blogsContainer h2{font-size: 30px;padding-bottom: 20px;}
	.blogsContainer .blogContent h2{font-size: 26px;padding: 15px 0px;}
	.blogsContainer .blogContent h3{font-size: 22px;padding: 15px 0px;}
	.blogsContainer .blogContent h4{font-size: 20px;padding: 15px 0px;}
	.testimonialPage .testimonial-item{padding-bottom: 20px; margin-bottom: 20px;}
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}