/*
Theme Name: Extra Child
Theme URI: http://www.elegantthemes.com/gallery/extra/
Template: Extra
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Extra
Version: 2.22.7.1558702744
Updated: 2019-05-24 12:59:04

*/
/* Set the background color */
#main-header {
    background: #007DC6;
    margin: 0;
}

/* Set the maximum height of all submenu */
#et-menu li > ul {
	padding-bottom:0px;
	padding-top:0px;
}

#et-menu li > ul li{
	line-height:1em;
}

#et-menu li a {
    font-size: 2em;
}

.et-fixed-header #et-menu li a {
    font-size: 2em;
}

#et-navigation ul li {
	padding-left:10px;
}

#et-navigation li a {
	padding:1vh 0;
}

#et-menu li>ul li a {
    border-color: rgba(255,255,255,0.5);
}

/* Set the full width size to 100% */
#ds-fullsize-speziality .et_pb_row {
min-width: 100% !important;
	padding-left:3vw;
}

/* Set height between the widget on the home page */
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget {
    width: 100%;
    margin-bottom: 3%;
}

/* Set color & Background color for all widget */
.et_pb_widget .widgettitle {
    background: #E5E5E5;
    color: #848484;	
}

/* Set Background color for the article (post) on the home page */
.page article {
	border-radius: 0px !important;
	border-color: #00a8ff !important;
	border-top-width: 10px !important;
	margin:0;
	padding-right:15px !important;	
	padding-left:15px !important;
	padding-bottom:20px !important;
	padding-top:20px !important;
	background: rgba(0,125,198,0.5) !important;
}


/* Set color & Background color the event in event manager */
/* Events List */
	.css-events-list table.events-table { border-spacing: 0px; border-collapse: collapse; border-color:#848484; }
	.css-events-list table.events-table tr { padding:0px; border-color:#848484; background-color:#FFF; color:#008CC6; }
	.css-events-list table.events-table td { padding-left:10px; border-color:#848484; background-color:#FFF; color:#008CC6; }
	.css-events-list table.events-table th.event-time { width:150px; border-color:#848484; background-color:#E5E5E5; color: #848484; }
	.css-events-list table.events-table th.event-description { width:auto; border-color:#848484; background-color:#E5E5E5; color: #848484; }

/* Center the image or text from a widget */
.et_pb_widget.widget_text .textwidget {
    text-align: center !important;
}
