/* This makes the 'Latest News' scrolling banner blue*/
.mg-latest-news .mg-latest-news-slider {
    left: 190px;
    top: 0px;
    background: #1b3064;
    padding-top: 5px;
}

/* **This hides site title from main page**/
.site-title {
display: none;
}

/***Styling change to the footer**/
footer .overlay {
    background: #ffffff;
}

/***Hides a divider line in the footer**/
footer .mg-footer-bottom-area .divide-line {
    display: none;
}

/***Styling change to the footer**/
.mg-footer-bottom-area .site-description {
    color: #ec1e28 !important;
}

/***Styling change to the footer, background color and some extra padding**/
footer .mg-footer-copyright {
    background: #ec1e28;
    padding: 40px 25px 25px 25px !important;
}

/***Styling change to the footer, copyright color and font weight**/
footer .mg-footer-copyright p, footer .mg-footer-copyright a {
    color: #ffffff;
    font-weight: 600;
}

.mg-blog-inner h4 a:hover {
    color: #ffffff !important;
}

/***Hiding blog category name**/
.mg-blog-category {
    display: none;
}

/***Hiding post form**/
.post-form {
    display: none;
}

/***Styling change**/
.mg-headwidget .mg-head-detail {
    background: #1b3064;
}

/***Styling change**/
.mg-headwidget .navbar-wp {
    background: #1b3064;
}

/* This controls the main menu*/
.mg-headwidget .navbar-wp .navbar-nav>li>a {
    padding: 13px 11px !important;
    font-size: 14px !important;
}

/***Styling change**/
.navbar-wp .dropdown-menu > li > a {
    text-transform: NONE;
}	

/** Change 4 column title size base on each browser root element if root is 16px then 1.1rem would be 17.6px */
.col-sm-4 > .mg-blog-post-box > article > h4 > a {
	font-size: 1rem;
}

/** Change 3 column title size base on each browser root element if root is 16px then 1.1rem would be 17.6px */
.col-sm-6 > .mg-blog-post-box > article > h4 > a {
	font-size: 1.1rem;
}

/** hide news tags **/
.newsup-tags {
	visibility: collapse;
}

/* Center blog image */
.col-md-6 > .mg-blog-post-box > a {
text-align: center;
}

.alignright {
    float: right !important;
    right: 0;
}

.alignleft {
  left: 0;
  float: left !important;
}

.aligncenter {
  margin: 0 auto !important;
}

