/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.0.27
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 13 Jan 2017 23:45:48 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*---------------------------------------------------*/
/*------[Little Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/
 
#et-main-area { overflow: hidden;} /* Hides all the items that float over the right margin */
 
.little-invisible-triangle:after,.little-invisible-triangle:before {
    content:'';
    position:absolute;
    bottom:0;
    width:50%;
    z-index:100;
    border-bottom:50px solid #ffffff;
    -moz-transform:rotate(0.000001deg);
    -webkit-transform:rotate(0.000001deg);
    -o-transform:rotate(0.000001deg);
    -ms-transform:rotate(0.000001deg);
    transform:rotate(0.000001deg);}
 
.little-invisible-triangle:before{
    right:50%;
    border-right:75px solid transparent;
    border-left:1000px solid;}
 
.little-invisible-triangle:after{
    left:50%;
    border-left:75px solid transparent;
    border-right:1000px solid;}




/*------------------------------------------------*/
/*-----------[GQ - COMPACT SUB-MENU]--------------*/
/*------------------------------------------------*/
 
/* drop down menu - level 1 */
    .nav li ul {
        width: 180px;
        padding: 0px;}
    .nav li li {
        line-height: 14px;}
    #top-menu li li {
        padding: 0 0px;}
    #top-menu li li a {
        font-size: 13px;
        width: 180px;
        padding: 5px 10px;
        font-weight: 300;}
 
/* drop down menu - level 2 */
    .nav li li ul {
        top: -3px;
        left: 180px;}
 
/* change drop down icon in submenus only */
    #top-menu li .menu-item-has-children > a:first-child:after {
        top: 6px;
        right: 5px;
        font-size: 14px;
        font-weight: 400;
        content: "5";
}

/* remove testimonial crossfade overflow beneath reviews */
.nr4Body {
	min-height: 150px;
	overflow: hidden;
}