/*
 Theme Name:     Emac-child
 Description:    Centum Child Theme - use to customize theme without loosing any changes after update
 Author:         You
 Template:       Emac
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../Emac/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
.icon-box-content {
	margin-left: 3px;
}
.spl-image {
	margin-top:30px;
}
.widget_archive ul {
    background: none repeat scroll 0 0 #fadf9d;
    list-style: outside none none;
    padding: 20px 10px;
}
.widget_archive ul li {
	background:none;
}
.widget_archive li a {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#navigation ul li a {
  background: url("images/navigation-divider.png") no-repeat scroll right 50% !important;
/*  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 25px;
  text-decoration: none;
*/}
#navigation > div > ul > li.current-menu-item > a {
	background-color:#de6d45 !important;
}
#navigation > div > ul > li:hover {
	background-color:#de6d45 !important;
	
}
.rc_class {
	margin:0px 7px 0px 7px !important;
}

.widget_nav_menu ul {
    background: none repeat scroll 0 0 #fadf9d;
    list-style: outside none none;
    padding: 20px 10px;
}
.widget_nav_menu ul li {
	background:none;
}
.widget_nav_menu li a {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: normal;
	padding:2px 0px;
}
.widget_nav_menu li.current-menu-item a {
	color:#000;
	font-weight:bold;
}
#footer-bottom {
	border-top:1px solid #b5836a !important;
}


/* 10-02-2021 */
.agm-metting-message {
    background: #d9d9d9;
    padding: 20px;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.agm-metting-message .agm-metting-content ul{
    margin-bottom: 20px;
}
.agm-metting-message .agm-metting-content{
    max-width: 650px;
    margin: auto;
}
.agm-metting-message .agm-metting-content h2 strong{
    color: #de6d45;
}
.agm-metting-message .agm-metting-content .agm-m:first-child {
   /* font-weight: bold;
    color: #de6d45;
    font-size: 19px;*/
	margin-bottom: 10px;
}
.agm-metting-message .agm-metting-content .agm-m a {
    color: #b2502c;
    text-decoration: underline;
}
.agm-metting-message .agm-metting-content .agm-m br {
    display: none;
}
.agm-metting-message .agm-metting-content .agm-m {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .agm-metting-message {
        font-size: 13px;
    }
    .agm-metting-message .agm-metting-content .agm-m {
        margin-bottom: 10px;
    }
}