/*
Theme Name: Opus One
Theme URI: http://opusonesolutions.com
Author: nvision Solutions
Author URI: http://nvision.co
Description: Custom Theme Created by nvision Solutions.
Version: 3.0.2
*/
.team .team__leaders .team__leader .member-content{
  height: 21rem!important;
}
.section-skew{
    -ms-transform: skewY(0deg) translateY(50%)!important;
    transform: skewY(0deg) translateY(50%)!important;
    display:none!important;
}
.flex-row.extended, .row.extended{
  padding: 30px 5%!important;
  box-sizing: border-box;
}
.scroll-to-top{
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 50;
  width: 44px;
  height: 44px;
  background-color: #59CBEB;
  border-radius: 50%;
  opacity: 0.8;
  display: none;
  padding: 4px;
}
.scroll-to-top:hover{
  opacity: 1;
}
.site-footer{
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 !important;
}
.page-template .site-hero, .blog .site-hero, .archive .site-hero, .group-blog .site-hero{
  background-color: #f0ebeb;
  padding-top: 32px!important;
  padding-bottom: 32px!important;
}
.home .site-hero, .page-template-default .site-hero{
/*  padding-top: 20vh!important;
  padding-bottom: 15vh!important;*/
  background-image: url('http://outofboxadvertising.com/oos/wp-content/uploads/2019/02/Banner-anim.gif')!important;
  background-size: 43%;
  background-position: center right;
  background-color: #ffffff!important;
}
body.page-template-about-page .site-hero{
  display: none!important;
}
.floating {
  letter-spacing: 1px!important;
  text-transform: none!important;
  color: #59CBEB!important;
}
.floating .fa {
  -ms-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}
body .slick-slider .slick-dots{
	margin-top: -15px!important;
	margin-bottom: 15px!important;
}
.awards > div{
  display: inline-block;
  vertical-align: top;
  min-width: 24%;
}
a.button{
  font-size: 14px;
  padding: 10px 14px;
}
.customers-projects-container{
  position: relative;
  box-sizing: border-box;
}
.customers-projects-container > div{
  position: relative;
  display: inline-table;
  vertical-align: top;
  width: 30%;
  margin: 15px 1%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fdfdfd;
  border: 1px solid rgba(0,0,0,0.02);
  border-radius: 4px;
}
.customers-projects-container > div:hover{
  background-color: #fafafa;
  border: 1px solid rgba(0,0,0,0.06);
}
.customers-projects-image{
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 180px;
  min-height: 150px;
}
.content-navigation.fixed {
    top: 74px!important;
}
.news_tiles{
  position: relative;
  box-sizing: border-box;
  margin: 5vh 0px;
}
.news_tiles > div{
  display: inline-table;
  vertical-align: top;
  width: 47%;
  margin: 15px 1%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.2s;
}
.news_tiles > div:hover{
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.news_tiles img{
  width: 100%;
}
.news_thumb{
  background-color: #c8c8c8;
  position: relative;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
}
.news_tiles .article__meta{
  margin-top: 10px!important;
}
.news_tiles span.date{
  font-size: 12px;
  color: #989696;
}
.news_tiles h1{
  margin-top: 5px;
  margin-bottom: 5px;
  color: #0C2340;
  font-size: 18px;
}
.news_tiles p{
  color: #6a6a6a;
  font-size: 16px;
}
.value_props{
  position: relative;
  box-sizing: border-box;
}
.value_props > div{
  position: relative;
  display: inline-table;
  width: 30%;
  margin: 15px 1.5%;
}
.home_news{
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 32px;
  max-width: 850px;
  margin: auto;
}
.home_news > a{
  position: relative;
  display: inline-block;
  width: 24%;
}
.home_news > a > img{
  max-width: 90%;
}
.page-template-technology-solutions.page-id-8 .background-color-dark-gray.has-skew #particles-jsssss {
  display:none;
}
@media screen and (max-width: 1190px){
  .home .site-hero, .page-template-default .site-hero{
    background-size:53%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .home .site-hero, .page-template-default .site-hero{
      background-size: 48%;
    }
}

@media screen and (max-width: 699px){
  .home_news > a{
    position: relative;
    display: inline-block;
    width: 49%;
  }
  .value_props > div{
    width: 100%;
    margin: 15px 0%;
  }
  .customers-projects-container > div{
    display: block;
    width: 100%;
    margin: 15px 0px;
  }
  .news_tiles > div{
    display: block;
    width: 100%;
    margin: 20px 0%;
  }
}
