/* 
 Theme Name:     Divi Child
 Author:         Agência Alafia
 Author URI:     htyp://www.agenciaalafia.com.br/
 Template:       Divi
 Version:        V0.1
 Last Update:	 January 16, 2018
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#footer-widgets .footer-widget li:before {
display: none; 
}
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
line-height: 26px; 
padding-left: 0px; 
}

/*Small Screens*/
@media all and (max-width: 979px) {
    #footer-info {font-size: 15px !important; line-height: 1 !important;}
}

@media all and (max-width: 979px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

/*Medium and Larger Screens*/
@media all and (min-width: 980px) {
    #footer-info {font-size: 15px !important; line-height: 3 !important;}
}

@media all and (min-width: 980px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media screen and (max-width: 479px) {
    .et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) {
        width: 95.25%!important;
        margin: 0 9.5% 9.5% 0!important;
    }
    .et_gallery_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0!important;
    }
}