/*
Theme Name: My CloudHosts
Template: Divi
Author: Greg Zilberfarb
Version: 1.0
Updated: 2016-01-25 08:10:39
*/

@charset "UTF-8";

/*----This changes the height and size of the regsitered trademark symbol on the frontpage slider----*/

sup {
    bottom: 1.4em;
    font-size: 30px;
}

/*---------------------------------------------------*/
/*------[Little Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/
 
#et-main-area { overflow: hidden;} /* Hides all the items that float over the right margin */
 
.big-triangle:after,.big-triangle:before {
    content:'';
    position:absolute;
    bottom:0;
    width:50%;
    z-index:100;
    border-bottom:50px solid #22262e;
    -moz-transform:rotate(0.000001deg);
    -webkit-transform:rotate(0.000001deg);
    -o-transform:rotate(0.000001deg);
    -ms-transform:rotate(0.000001deg);
    transform:rotate(0.000001deg);}
 
.big-triangle:before{
    right:50%;
    border-right:75px solid transparent;
    border-left:1000px solid;}
 
.big-triangle:after{
    left:50%;
    border-left:75px solid transparent;
    border-right:1000px solid;}

/* ************************** */
/* ** CSS FOR DIVI BLURB 5 ** */
/* ************************** */
 
.blurb-5,
.blurb-5 .et-pb-icon {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.blurb-5:hover {
    transform: translateY(10px);
}
.blurb-5:hover .et-pb-icon {
    transform: translateY(10px);
}
