/*-------------------------------------------------------
Theme Name: Divi TG Child Theme
Theme URI: http://www.tortagialla.com/
Description: A child theme template for Divi
Author: tortagialla
Author URI: http://www.tortagialla.com/
Template: Divi
Version: 4.0
----------------- ADDITIONAL CSS HERE ------------------*/

/* slightly lighter text */
body { font-weight: 400; }
a {font-weight:800;}

/* remove grey border lines */
.container:before { background-color:transparent !important; }
#main-header { box-shadow: none !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }


/* navigation underline color 
#top-menu .current-menu-item a::before {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 1.0;
}

#top-menu li a:hover:before {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 1;
} 


#top-menu li a:before {
content: '';
position: absolute;
top: -5px;
left: 0;
background: #5F6DB2; 
width: 100%;
height: 6px;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
transition: 0.3s ease;
}*/


/* remove footer credits/links  */
#footer-bottom, .post-meta {display:none;}

#sidebar {border-top:6px #5F6DB2;background-color:rgba(221,227,230,0.25); padding-right:30px; font-size:.7em;line-height:1.8em;}
#sidebar div p a{color:#5F6DB2 !important;}

/* main content top padding 
#main-content .container { padding-top:20px; }
*/

/* page, blog titles */
#left-area .entry-title {border-top:6px #5F6DB2;background-color:rgba(221,227,230,0.25); padding:20px; margin-bottom:30px; }

/* style pagination links */
.pagination { padding-bottom:50px; font-weight:800; }

/* footer widgets */
.footer-widget { width:25% !important;  margin-bottom: 0 !important; padding:0;}
#custom_html-3 p {font-size:.7em;}
#footer-widgets {padding-bottom:30px;}