/*
Theme Name: GRAN UEC
Description: A child theme of Bridge Theme
Version: 1.0.0
Template: bridge
*/
table, table tr, table td, table th, tbody, table span, table p, table li {
	font-family: "Roboto", sans-serif !important;
	color:#000 !important;
}
@import url("../bridge/style.css");
table.equip-table {}
table.equip-table {
	text-align:left !important;
	border:1px solid #CCC !important;
}
.equip-table tr {
	border-bottom:1px solid #DDD;
}

.equip-table tr, .equip-table td {
	text-align:left !important;
}
#menu-home-info h5 {
    margin-bottom: 30px;
	text-align: center !important;
}

#menu-home-info ul li {
	list-style-type:none;
	border-bottom:1px solid #CCC;
	line-height:52px;
	font-size:18px;
}
#menu-home-info ul li::after {
	float:right;
	content: url(https://granuec.org/wp-content/uploads/2021/11/arrow-right.png);
}
#menu-home-info ul li:last-child {
}
.menu-item-has-children span.plus::after {
    content: "+";
    padding-left: 5px;
	font-size:12px !important;
	color:#222 !important;
	font-weight:400 !important;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor) .wp-block-image figure {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width:767px) {
	#menu-home-info ul li {margin-left:15%;}
	#menu-home-info ul {
	  -webkit-column-count: 2;
		 -moz-column-count: 2;
			 column-count: 2;
	}
}
@media only screen and (min-width:1360px) {
	nav.main_menu > ul > li > a {
		padding: 0 14px;
	}
}