/*
Theme Name:	Divi Child
Theme URI:	http://www.elegantthemes.com
Description:	Child theme for Divi from Elegant Themes.
Author:		CreatorSEO
Author URI:	http://www.creatorseo.com
Template:       Divi
Version:	2.7.1
License:	GNU General Public License v2
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	Divi-child
*/

/* using elegant icons 
#text-4 h4.widget-title:before {
    content: "\e008";
    font-family: 'ElegantIcons';
    padding-right: 0.5em;
    speak: none;
}
*/

/*======================== @ M E D I A ===============================*/

@media only screen and ( min-width:981px ) {
    
}

/* Responsive Styles Tablet And Below */
@media all and ( max-width: 980px ) {
    
}
/* Responsive Styles 782px */
@media screen and ( max-width: 782px ) {
    
}
/* Responsive Styles Smartphone Only */
@media all and ( max-width: 767px ) {
    
}
/* Responsive Styles Smartphone Portrait */
@media all and ( max-width: 479px ) {
    .main-tagline {
        display: none;
    }
    .et_pb_slide_description h2.et_pb_slide_title {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    /*------------ members page ----------------*/
    #cn-top {
        margin-top: -20px !important;
    }
    #cn-search-messages {
        margin-top: -20px !important;
        padding-top: 0.1em !important;
        height: 6em !important;
        line-height: 1.2;
    }
    .cn-search {
        display: none;
    }
}