/*

Theme Name: Mirage
Description: Thema voor Mirage
Version: 1.0
Template: Total

*/

/*

Green: 2EBEC3
Grey: 4A4A4A

*/

@import url("../Total/style.css");

@font-face {
    font-family:'WebHostingHub-Glyphs';
    src:  url('./webhostinghub-glyphs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin-top: 0;
    color: #525252 !important;
}

h3, .vcex-teaser-heading {
    font-size: 36px !important;
}

a:hover {
    text-decoration: none;
}

#site-header-sticky-wrapper {
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);    
    
    z-index: 99999;
    
    margin-bottom: 10px;
}

.post-edit {
    display: none;
}

.promo-section {
    padding: 50px 0 0 0;
}

.stretch_row.promo-section {
    padding: 0;
}

.remote-support img {
    vertical-align: bottom;
}

.blog-masonry-grid .blog-entry-header{
    overflow: hidden;
}

.blog-masonry-grid .blog-entry-excerpt{
	height: 200px;
	overflow: hidden;
}

.blog-masonry-grid .blog-entry-media {
	height: 230px;
    overflow: hidden;
}

.vcex-testimonials-fullslider .wpex-slider-slide:before {
    position: absolute;

    font-size: 22px;

    font-family: 'WebHostingHub-Glyphs' !important;
    background: none;
    width: 22px;
    height: 22px;
    font-style: normal;
    color: #c8c8c8;
    content: '\f328';
    top: 15px;
    left: 15px;
}

.vcex-testimonials-fullslider .wpex-slider-slide .entry{
    padding: 15px 32px 8px 50px;
    background-color: #fbfbfb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    -webkit-box-shadow: 0px 2px 0px 0px #f7f7f7;
    -moz-box-shadow: 0px 2px 0px 0px #f7f7f7;
    box-shadow: 0px 2px 0px 0px #f7f7f7;
}

.vcex-testimonials-fullslider .wpex-slider-slide .entry p {
    font-size: 14px;
}

.site-footer {
    font-size: 14px;
}

.mc4wp-form input,
.mc4wp-form select {
    margin-bottom: 5px;
}

select {
    color: #777;
    padding: .6em .6em;
    font-size: 1em;
    transition: .15s linear border;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    display: inline-block;    
}

.panel.fold {
    background: #95a5a6;
    border: none;
}

.panel {
    margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
    -webkit-box-shadow: 0px 3px 0px 0px #f7f7f7;
    -moz-box-shadow: 0px 3px 0px 0px #f7f7f7;
    box-shadow: 0px 3px 0px 0px #f7f7f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background-color: #36c1c8;
    
    color: #fff;
}

.panel .vcex-icon-box-heading {
    color: #Fff !important;
}

.panel:before {
    border-color: white white #207378 #207378;

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: white white #617374 #617374;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    background: #4f4f4f;
    display: block;
    width: 0;
}


.wpb_gmaps_widget iframe {
    pointer-events: none;
}

.PI_SimpleTwitterTweets li {
    border-bottom: 1px dotted #CCC !important;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.PI_SimpleTwitterTweets li:last-child {
    border-bottom: none !important;   
}

.PI_SimpleTwitterTweets li a {
    color: #2ebec3 !important;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) {

    
    
}

.entry-title a {
    color: inherit;
    font-size: 23px;}

.vc_separator.vc_separator_align_left h4 {
    padding: 0 .8em 0 0;
    padding-bottom: 8px;
    margin-bottom: 26px;
    border-bottom: 3px solid #2ebec3;
    font-weight: 600;
}

@media only screen and (min-width: 960px) {
	.blog .content-area {
	    max-width: 70%!important;
	}
}