/*
Theme Name: Disrupt Digital
Description: Wordpress Theme
Version: 1.0
*/
/* Home Tiles */
/* Navigation */
/* About Tiles */
/* Bootstrap 5 column support */
/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  background: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
a {
  color: #4e97de;
}
a:hover {
  text-decoration: none;
}
#logo {
  padding-top: 60px;
}
@media only screen and (max-width: 992px) {
  #logo {
    padding: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}
img {
  max-width: 100%;
  height: auto;
}
h3 {
  font-weight: 300;
}
.white-bg {
  position: relative;
  background: #fff;
  height: 500px;
}
@media only screen and (max-width: 992px) {
  .white-bg {
    height: auto;
    background: none;
  }
}
#tiles {
  position: relative;
  z-index: 9999;
  margin-top: -550px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  /* Rounded Corners */
}
@media only screen and (max-width: 992px) {
  #tiles {
    margin-top: 30px;
  }
}
#tiles .container {
  box-shadow: 0px 0px 20px #222;
}
#tiles .no-padding {
  padding: 0px;
  background: none;
}
#tiles .tile {
  color: #000;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 1399px) {
  #tiles .tile {
    height: 300px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  #tiles .tile {
    height: 251px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tiles .tile {
    height: 207px;
  }
}
@media only screen and (max-width: 992px) {
  #tiles .tile {
    height: 240px;
  }
}
#tiles .tile:hover {
  background: #4e97de;
  cursor: pointer;
}
#tiles .tile:hover a {
  color: #fff;
}
#tiles .tile h3 {
  font-weight: 300;
  margin-top: 35%;
}
@media only screen and (max-width: 992px) {
  #tiles .tile h3 {
    margin-top: 90px;
  }
}
#tiles .tile .img {
  padding: 0px;
}
@media only screen and (max-width: 992px) {
  #tiles .tile img {
    width: 100%;
  }
}
#tiles .tile img:hover {
  cursor: auto;
}
#tiles .tile-white {
  background: #ffffff;
}
#tiles .top-left {
  border-top-left-radius: 5px;
}
@media only screen and (max-width: 992px) {
  #tiles .top-left {
    border-radius: 0px;
  }
}
#tiles .top-right {
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 992px) {
  #tiles .top-right {
    border-radius: 0px;
  }
}
#tiles .bottom-left {
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 992px) {
  #tiles .bottom-left {
    border-radius: 0px;
  }
}
#tiles .bottom-right {
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 992px) {
  #tiles .bottom-right {
    border-radius: 0px;
  }
}
#nav {
  float: right;
  text-align: right;
  font-size: 22px;
  font-weight: 300;
  list-style-type: none;
  padding-top: 70px;
  display: block;
}
@media only screen and (max-width: 992px) {
  #nav {
    display: none;
    width: 100%;
    background: #222;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#nav ul {
  list-style-type: none;
  padding: 0px;
}
#nav li {
  float: left;
  padding-left: 50px;
  text-align: right;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  #nav li {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #nav li {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  #nav li {
    text-align: left;
    padding-left: 0px;
    display: block;
    width: 100%;
  }
}
#nav a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #nav a {
    padding-left: 50px;
  }
}
#nav .current_page_item a,
#nav .current_page_parent a {
  color: #4e97de;
  font-weight: bold;
}
#device-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #111;
  color: #fff;
  font-size: 25px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #device-menu {
    display: block;
  }
}
#device-menu i {
  margin-right: 10px;
  margin-left: 50px;
}
.home #slideshow {
  min-height: 450px;
}
@media only screen and (max-width: 992px) {
  .home #slideshow {
    min-height: auto;
  }
}
#slideshow {
  margin-top: 120px;
  min-height: 200px;
}
@media only screen and (max-width: 992px) {
  #slideshow {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: auto;
  }
}
#slideshow h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #slideshow h2 {
    font-size: 45px;
    text-align: center;
  }
}
#slideshow h3 {
  font-family: 'Lato', sans-serif;
  color: #4e97de;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  #slideshow h3 {
    text-align: center;
  }
}
#slideshow h1 {
  font-family: 'Lato', sans-serif;
  color: #4e97de;
  font-weight: 400;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  #slideshow h1 {
    text-align: center;
  }
}
#slideshow .button {
  color: #ffffff;
  background: #4e97de;
  border-radius: 5px;
  width: 247px;
  padding: 15px;
  font-weight: bold;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 992px) {
  #slideshow .button {
    display: block;
    text-align: center;
    margin: 0px auto;
  }
}
#logos {
  border-bottom: solid 1px #A7A7A7;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  #logos {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#footer {
  text-transform: uppercase;
  padding-top: 100px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 100px;
  color: #A7A7A7;
}
#footer h3 {
  margin-bottom: 30px;
}
#footer p {
  padding: 0px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  #footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#footer .logo {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #footer .logo {
    margin-bottom: 20px;
  }
}
#footer .bluetext {
  color: #4e97de;
}
#footer .social-links {
  margin-top: 50px;
  margin-bottom: 50px;
}
#footer a {
  color: #A7A7A7;
}
#email-us {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  #email-us {
    padding: 0px;
  }
}
#email-us label {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
#email-us input[type='text'],
#email-us input[type='email'],
#email-us textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #A7A7A7;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 4px;
  border-radius: 3px;
  background: #111;
}
#email-us input[type="submit"] {
  color: #ffffff;
  background: #4e97de;
  border-radius: 5px;
  text-transform: uppercase;
  border: 0px;
  font-weight: 600;
  float: right;
  padding: 7px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.our-mission {
  text-align: center;
  background: #ffffff;
  border-top-left-radius: 5px;
  color: #383838;
}
@media only screen and (max-width: 992px) {
  .our-mission {
    border-radius: 0px;
  }
}
.our-mission h3 {
  color: #4e97de;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.our-strategy {
  text-align: center;
  background: #f2f2f2;
  color: #383838;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .our-strategy {
    border-radius: 0px;
  }
}
.our-strategy h3 {
  color: #4e97de;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.our-values {
  text-align: center;
  background: #4e97de;
  color: #ffffff;
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .our-values {
    border-radius: 0px;
  }
}
.our-values h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.our-results {
  text-align: center;
  background: #2d84d9;
  color: #ffffff;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .our-results {
    border-radius: 0px;
  }
}
.our-results h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.content-tile {
  font-size: 24px;
  padding: 110px;
  font-weight: 300;
  height: 420px;
}
.content-tile h3 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .content-tile {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 0px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-tile {
    padding: 50px;
    height: 350px;
  }
}
.blog #content h1 {
  font-weight: 600;
  font-size: 21px;
  padding-top: 5px;
  margin-top: 0px;
}
.blog #content h1 a {
  color: #000;
}
.blog #content img {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .blog #content img {
    width: 100%;
    height: auto;
  }
}
.blog #content .date {
  color: #4e97de;
  font-size: 16px;
}
.blog #content .article {
  margin-bottom: 40px;
}
.blog #content .article-container {
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 992px) {
  .blog #content .article-container {
    margin: 0px;
  }
}
.blog #content .story {
  min-height: 220px;
}
@media only screen and (max-width: 992px) {
  .blog #content .story {
    min-height: auto;
  }
}
#feature-image img {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-bottom: 30px;
}
#content {
  padding: 70px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  min-height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #content {
    padding: 0px;
    padding-top: 40px;
  }
}
#content h2 {
  color: #000;
  font-size: 45px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  #content h2 {
    font-size: 35px;
  }
}
#content .content-area {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 0px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #content .content-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  #content .content-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single #content {
  padding-left: 0px;
  padding-right: 0px;
}
.single #content h3 {
  font-weight: 600;
  font-size: 21px;
  padding-top: 5px;
  margin-top: 0px;
}
.single #content h3 a {
  color: #000;
}
.single #content .date {
  color: #4e97de;
  font-size: 16px;
}
.single #content .article {
  margin-bottom: 40px;
}
.page-template-page-contact #content ul {
  list-style-image: url('images/dot.jpg');
  padding: 0px;
  padding-left: 20px;
}
.page-template-page-contact #content ul li {
  padding-top: 15px;
  padding-bottom: 0px;
}
.page-template-page-contact #content strong {
  font-weight: 400;
}
.page-template-page-contact #content #map {
  height: 300px;
  width: 100%;
}
.page-template-page-contact #content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.box {
  text-align: center;
}
.bio {
  text-align: center;
}
.bio-text {
  position: relative;
  width: 100%;
  z-index: 9999;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.page-template-page-awards .award {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-page-awards .testimonial {
  padding: 40px;
  background: #F4F4F4;
  margin-bottom: 100px;
  min-height: 350px;
}
.page-template-page-awards .quote {
  margin-left: -40px;
  margin-top: -100px;
  margin-bottom: 40px;
}
.page-template-page-awards #content h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 110px;
}
.page-template-page-contact #content {
  padding: 0px;
}
.page-template-page-contact #content h3 {
  font-weight: 600;
  font-size: 21px;
  padding-top: 5px;
  margin-top: 0px;
}
.page-template-page-contact #content .content-padding {
  padding: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-contact #content .content-padding {
    padding: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-contact #content .content-padding {
    padding: 15px;
    padding-top: 40px;
  }
}
.page-template-page-contact #content .contact-item {
  background-color: #4E97DE;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: 400;
}
.page-template-page-contact #content .contact-item .fa {
  margin-right: 7px;
}
.page-template-page-contact #content .contact-item a {
  color: #fff;
  text-decoration: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
.center-logos {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .center-logos {
    display: inherit;
  }
}
.brand-details {
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
.brand-details p {
  text-align: justify;
  margin: 20px 0;
}
@media only screen and (max-width: 992px) {
  .brand-details {
    display: inherit;
  }
  .brand-details img {
    margin-bottom: 70px;
  }
}
.testimonials-center {
  justify-content: center;
  text-align: center;
}
.testimonials-center .testimonial {
  padding: 40px;
  background: #F4F4F4;
  margin-bottom: 100px;
  height: 462px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .testimonials-center .testimonial {
    margin-bottom: 50px;
  }
}
.testimonials-center .testimonial .quote {
  display: block;
}
.teamheader {
  margin-top: 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 38px;
}
.team-person-box {
  padding: 10px;
  margin: 40px 0;
}
.team-page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.three-row {
  margin: 0px;
}
.three-row-outer {
  margin: 40px 0;
}
.bio-text {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 9px;
  right: 0;
  height: 94%;
  width: 94%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,129,255,0.45);
}
.bio-inside-text {
  color: white;
  width: 100%;
  font-size: 20px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.bioimg:hover .bio-text {
  opacity: 1;
}
.bioimg {
  text-align: center;
  overflow: hidden;
}
.bioimg img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.about-paragraph {
  background: #ffffff;
  color: #383838;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 70px;
}
.about-cta h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 40px;
}
.about-cta .button {
  color: #ffffff;
  background: #4e97de;
  border-radius: 5px;
  width: 247px;
  padding: 15px;
  font-weight: bold;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.careerp p {
  text-align: justify;
}
.job-link-title {
  margin-top: 100px;
  margin-bottom: 60px;
}
.job-link {
  margin-bottom: 100px;
}
.job-link a {
  text-transform: uppercase;
}
.staff {
  margin-bottom: 0px !important;
  text-transform: uppercase;
}
