/*
 Theme Name:     	Child Theme
 Author:			Vila Design
 Author URI:		https://viladesign.com/
 Template:			Divi
 Version:			v.2.303
 Description:		Child Theme
*/

/*************** START - DESKTOP CSS ***************************************/
/*_________________________________________________________________________*/

/* TABLES FORMATTING */
 /* ALL Table */
 table { width: 100%; margin-bottom: 10px; border-bottom: 0 none; border: 1px solid #E4E4E4; }

 /* Cel Spacing */
 table th, td { padding: 7px; }

 /* First Column 
 table td:nth-child(1) { background: #AD8D4E; color: #FFF; } */

 /* First Line */
 table tr:first-child { background: #AD8D4E; color: #FFF;  } 

 /* Zebra Stripes */
 table tr:nth-child(even) { background-color: #F7F7F7; }

/*_________________________________________________________________________*/

/* POST FORMATTING */
 /* Remove Extra Space Bellow Posts */
 .single .et_pb_post { margin-bottom: 0!important; padding-bottom: 0!important; }
 #left-area { padding-bottom: 0 !important; }

/*_________________________________________________________________________*/

/* DASHBOARD WELCOME ELEMENT */
 /* Dismiss Welcome Element Link */
 .welcome-panel .welcome-panel-close { color: #4b4b4b!important; }
 .welcome-panel .welcome-panel-close:hover { color: #ad8d4e!important; }

/*_________________________________________________________________________*/






/*_________________________________________________________________________*/
/*************** END - DESKTOP CSS *****************************************/
/*_________________________________________________________________________*/
/*_________________________________________________________________________*/
/*************** START - MOBILE CSS ****************************************/
/*_________________________________________________________________________*/
/*** DO NOT CHANGE THIS LINE: ***/ @media only screen and (max-width: 48em) {
/*_________________________________________________________________________*/






/*_________________________________________________________________________*/
/*************** END - MOBILE CSS ******************************************/
/*** DO NOT CHANGE THIS LINE: ***/ }
/*_________________________________________________________________________*/