/* Enter Your Custom CSS Here */
/* Header Padding */

header#masthead hgroup {
padding-bottom: 5px !important;
padding-top: 5px !important;
}

.navigation-main a {
color: black;
}

.navigation-main li.current_page_item > a, .navigation-main li:hover > a {
color: #475EDE;
}

/*Remove This entry was posted in . Bookmark the permalink. Edit*/
article .entry-meta{
display:none;
}

.fa-envelope-o:hover {
    color: #475EDE;
}

.fa-facebook:hover {
    color: #475EDE;
}

.fa-twitter:hover {
    color: #475EDE;
}

.fa-pinterest:hover {
    color: #475EDE;
}

.site-boxed {
    background-color: #F0F1F5;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

#recent-posts-2 ul li a,ul.txt li {
  color: #102CC9;
}

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 0px solid #ffffff4f!important;
    padding: 12px!important;
    border-radius: 25px;
    text-align: center;
    background-color: #3db700;
}
 
.menu-cta a:hover {
    background-color: #8dc63f;
    color: white!important;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #8dc63f;
    }
}

@media only screen and (max-width: 980px) {
#logo {
    height: 100% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
}