/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
div.erdm-table th,
div.erdm-table td{
	font-family: "Lato" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    line-height: 1 !important;
}
@media only screen and (max-width: 640px) {
	div.erdm-table{
		overflow-x: scroll !important;
	}
    div.erdm-table th,
    div.erdm-table td,
    div.table-curs-iniciacio th,
    div.table-curs-iniciacio td {
        font-size: 10px !important;
        white-space: break-spaces !important;
    }
}
div.erdm-table th{
	color: var(--awb-color1) !important;
	background: var(--awb-custom_color_2) !important;
}
div.erdm-table.erdm-table-th-light thead tr th{
	background: var(--awb-custom_color_1) !important;
}
div.erdm-table.erdm-table-th-2-light thead tr th:nth-child(2){
	background: var(--awb-custom_color_1) !important;
}
div.erdm-table.erdm-table-th-3-light thead tr th:nth-child(3){
	background: var(--awb-custom_color_1) !important;
}
div.erdm-table tr{
	background: none !important;
}
div.erdm-table td{
	color: var(--awb-custom_color_2) !important;
}

div.table-curs-iniciacio *{
	color: var(--awb-custom_color_2) !important;
	font-weight: bold !important;
}
div.table-curs-iniciacio tr{
	background-color: transparent !important;
}
div.table-curs-iniciacio th,
div.table-curs-iniciacio td{
	background-color: hsla(var(--awb-custom_color_3-h),var(--awb-custom_color_3-s),var(--awb-custom_color_3-l),calc(var(--awb-custom_color_3-a) - 80%)) !important;
	border: 2px solid var(--awb-custom_color_3) !important;
}

@media only screen and (max-width: 640px) {

	#gmcd_content_box_contacte > div{
		margin-bottom: 0 !important;
	}
	#gmcd_content_box_contacte .content-wrapper-background{
		padding: 10px !important;
	}
	#gmcd_content_box_contacte .heading{
		margin-bottom: 0px !important;
	}
	#gmcd_content_box_contacte .heading .icon{
		margin-bottom: 0px !important;
	}
	#gmcd_content_box_contacte .fusion-live-editable.medium-editor-element{
		margin-bottom: 0px !important;
	}
}