/***Global Style***/
.widget-container {
    clear: both;
}
/***Global Style***/

/***Best of Blog***/
.blog-archive {
    display: none;
    position:absolute;
    background-color:#359487;
    padding:10px 15px;
    width:180px;
    height: 38px;
    right:0;
    bottom:0;
}
.blog-archive h5 {
    display:inline;
}
.blog-archive span {
    float:right;
    color: #FFF;
}
.blog-archive a {
    color: #FFF;
    text-decoration: none;
}
.blog-top-row {
    margin-top: 60px;
}
.blog-top-row .col-xs-12 {
    height: 140px;
}
.blog-top-middle {
    border-bottom: 60px solid #2D393B;
}
.blog-of-best {
    background: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 2.5px,
    #f6f6f6 2.5px,
    #f6f6f6 5px
    );
}
.blog-of-best div {
    padding-left: 15px;
    border-left: 3px solid #FFB500;
    height: 110px;
    margin-top: 10px;
    padding-top:0px;
}

.blog-middle-row div {
    height:392px;
}

.blog-middle-middle h5 {
    color:#FFB500;
}

.blog-middle-middle h6 {
    color:#FFF;
}

.blog-middle-image {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.blog-middle-middle {
    background-color:#2D393B;
}
.blog-bottom-row .col-xs-12{
    height: 60px;
}
.blog-bottom-bottom {
    border-top:60px solid #2D393B;
}

.blog-carousel-controls {
    padding-left: 50px;
    margin-top: -100px;
}

.blog-carousel-controls a {
    color: #FFF;
    padding:15px 15px;
    font-size: 18px;
    outline: none;
}

.carousel-inner {
    /*overflow: visible;*/
}
/***Best of Blog***/

/***Testimonial Plugin Services***/
.testimonial-container {
    background-image:url('https://assets-3.wheelhousedmg.com/wp-content/uploads/2016/04/services-testimonal.jpg.pagespeed.ce.1aqmNkUInW.jpg');
    background-size: cover;
    min-height: 550px;
    margin-bottom: 50px;
    margin-top: 50px;
    background-position: center;
}

.testimonial-overlay {
    background: rgba(53, 148, 135, 0.6);
    overflow: hidden;
    min-height:550px;
}

.testimonial-container h2 {
    color: #ffffff;
    margin-top: 45px;
}
.testimonial-user {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.testimonial-user p {
    margin-bottom: 0px;
}
.testimonial-user img {
    width: 200px;
}
.testimonial-inner {
    max-width: 100vw;
    margin-left:auto;
    margin-right:auto;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #ffffff;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 5px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
  border: none;
}
#quote-carousel .carousel-indicators .active 
{
  background: transparent;
  border: 2px solid white;
}
/* End carousel */

#quote-carousel .item blockquote {
    padding: 10px 85px;
}

.item blockquote {
    border-left: none; 
    margin: 0;
}

.blockquote-background {
    margin-bottom: 30px;
}

.blockquote-background p {
    max-width: 800px;
    background-color: #cfe2ea;
    font-style: italic;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    padding: 30px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/***Testimonial Plugin Services***/

/***From the Blog***/
.fblog-container {
	max-width:570px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.fblog-container h3 {
	text-align: center;
	margin-bottom:30px;
}
.fblog-blog {
	height:200px;
	padding-top:15px;
	color:#ffffff;
	cursor:pointer;
}
.fblog-blog span {
	font-size:8px;
}
.fblog-blog .read-more {
    display:block;
    bottom:15px;
    position: absolute;
    font-size:10px;
}
.fblog-blog-even-1 {
	background-color:#6a7a70;
}
.fblog-blog-even-3 {
	background-color:#148ebf;
}
.fblog-blog-even-5 {
	background-color:#97c7d3;
}
.fblog-blog-odd-0 {
	background-color:#6a7a70;
}
.fblog-blog-odd-2 {
	background-color:#148ebf;
}
.fblog-blog-odd-4 {
	background-color:#97c7d3;
}
.fblog-blog-odd {
	background-size: cover;
	background-position: center;
}
.fblog-blog-even:hover {
	background-image: url('/wp-content/uploads/2016/04/xservices-analytics.png.pagespeed.ic.QYi1A5Hu3S.png');
}
.fblog-container .fblog-blog-odd p {display:none;}
.fblog-blog-odd span {display:none;}
.fblog-blog-odd:hover {background-image: unset !important;}
.fblog-blog-odd:hover p {display:block !important;}
.fblog-blog-odd:hover span {display:inline !important;}
.fblog-blog-odd-1 {color:grey;}
.fblog-blog-odd-2 {color:grey;}
.fblog-blog-odd-3 {color:grey;}
.fblog-blog-even:hover p {display:none;}
.fblog-blog-even:hover span {display:none;}
/***From the Blog***/

/***From the Blog V2***/
.fblog-v2 {
    margin-top: 50px;
}

.fblog-top-v2 {
    background-size: cover;
    background-position: center;
    min-height: 275px;
}

.flbog-bottom-v2 {
    min-height: 325px;
    background-color: #2D393B;
    padding: 15px;
}

.flbog-bottom-v2 h3 {
    color: #359487;
}

.flbog-bottom-v2 p {
    color: #fff;
}

.flbog-bottom-v2 a {
    color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.from-blog-v2-btn {
    color: #FFB500;
    width: 100px;
    height:50px;
    background-color: #2D393B;
    border: 1px solid #FFB500;
    margin-top: 30px;
}
/***From the Blog V2***/

/***Services CTA***/
.services-cta-1 {
	width:100%;
	height:250px;
	background-color:#629dac;
	color:#ffffff;
	text-align: center;
	display:flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;

}
.services-cta-1 button {
	background-color:#e3ae00;
	margin-left:auto;
	margin-right:auto;
    max-width: 150px;
}
.services-cta-2 {
    width:100%;
    height:450px;
    background-color:#629dac;
    background-image: url('https://assets-2.wheelhousedmg.com/wp-content/uploads/2016/06/wheelhouse-view.jpeg.pagespeed.ce.CbrEgNUS4t.jpg');
    background-position: center;
    color:#fff;
    text-align: center;
}
.services-cta-overlay button {
    background-color:#e3ae00;
    margin-left:auto;
    margin-right:auto;
    max-width: 120px;
}

.services-cta-overlay {
    background: rgba(53, 148, 135, 0.6);
    overflow: hidden;
    min-height:450px;
    display:flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
/***Services CTA***/

/***Client Logos***/
.featured-clients {
    margin-top: 100px;
    margin-bottom:60px;
    text-align: center;
    max-width:850px;
    max-width:100vw;
    margin-left:auto;
    margin-right:auto;
}
.featured-clients img {
    max-width:180px;
}
.featured-clients img:hover {
	cursor:pointer;
	opacity:.7;
}
/***Client Logos***/

/***Latest Post***/
.latest-blog {
    background-color : #359487;
    position : relative;
    display : block;
    height : 250px;
    width : 100%;
   	overflow: hidden;
   	margin-bottom:30px;
}

.latest-blog p {
    padding : 0px;
}

.latest-blog::after {
    content: '';
    height: 250px;
    width: 40%;
    background-color: #97999b;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg);
    transform-origin: top;
    -webkit-transform: skewX(-45deg);
    -webkit-transform-origin: 0 0;
}

.inner-latest-blog {
	float:right;
	width:57%;
	padding-top:30px;
}

.latest-post {
	width:125px;
	display:inline-block;
	font-size:6em;
	text-decoration:underline;
	color:white;
	vertical-align: top;
	margin-bottom: 25px;
}

.latest-post p {
	font-size: 16px;
	color:white;
}

.latest-post-2 {
	display:inline-block;
	width:70%;
	max-width:550px;
}
.latest-post-2 h4 {
	margin-top:0px;
}
/***Latest Post***/

/***Meet everyone***/
.employee-meet-everyone {
    width:100%;
    display:inline-block;
    margin-top:50px;
}
/***Meet everyone***/

/*** Fun Facts ***/
.fun-fact-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.fun-fact-image {
    width:100%;
    /*background-image: url('https://assets-2.wheelhousedmg.com/wp-content/uploads/2016/06/pink-socks.jpg.pagespeed.ce.d4qNhcHYfN.jpg');*/
    min-height:400px;
    background-size:cover;
    background-position: center;
}
.fun-fact-box h3 {
    margin-bottom: 15px;
}
.fun-fact-box .fa {
    font-size: 50px;
}
.fun-fact-fact {
    min-height:180px;
    cursor:pointer;
    padding:15px;
    margin-bottom:15px;
}
.fun-fact-fact p {
    margin-bottom: 5px;
}
.fun-fact-active {
    background-color:#FFB500;
    color:white;
}

/*** Fun Facts ***/

@media (max-width: 991px) { 
    .blog-middle-row .col-xs-12 {
        height: 200px;
    }
    .hidden-sm-down {
        display:none;
    }
    .blog-middle-row .blog-middle-title {
        height:auto;
        margin-bottom:15px;
    }
    .blog-container {
        width:750px;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    .featured-clients img {
        max-width: 150px;
    }

    .fun-fact-box .fa {
        font-size: 30px;
    }
    .fun-fact-fact {
        min-height:150px;
    }

@media (max-width: 768px) { 

    .blog-container {
        width:100%;   
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    #quote-carousel .item blockquote {
		padding: 10px 65px;
	}
	.blockquote-background p {
		padding: 15px;
	}
	.fblog-container {
		max-width:370px;
	}
	.fblog-blue-mobile {
		float:right;
	}
    .latest-blog {
        height: 350px;
    }
    .latest-blog::after { 
    	height: 350px;
    }
    .latest-post-2 {
    	width: unset;
		margin-left: -30px;
		padding-right: 15px;
    }
    .widget-container {
        margin-left: auto;
        margin-right: auto;
    }

    .fblog-v2 {
        margin-top: 20px;
    } 

    .fun-fact-box h3 {
        margin-bottom: 25px;
    }
    .fun-fact-container {
        display: flex;
        -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
          text-align:center;
    }
    .fun-fact-container {
        max-width: 500px;
        margin-left: auto;
        margin-right:auto;
    }

    .featured-clients {
        margin: 50px 0;
    }

}

@media (min-width: 768px) { 
    #quote-carousel {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
}

@media (max-width: 500px){
	#quote-carousel .item blockquote {
		padding: 10px 35px;
	}
    .featured-clients img {
        max-width: 130px;
    }
}
  
