@charset "utf-8";
/* CSS Document */

/*
 Theme Name:   Twenty Fifteen Child New Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       EWS
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v1 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  twenty-fifteen-child
*/
.feature-stories-col-1{
border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: -1px;
}
.category-page-articles-title h1{
    font-size: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 420px) {
			.entry-title {
				font-size:20px;
			}
		}
		@media screen and (max-width: 1280px) {
			.follow-us-box li
			{
				display:block;
				margin-bottom:10px;
			}
		}
.footer-navigation {
    margin-top: 0px !important;
    border-top: 0px !important;
}

.feature-stories article{
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
}
.feature-stories article:last-child{
    border: none;
}
.home-mid-signup-box{
    text-align: center;
        padding: 10px 0;
    background-image: url('images/c.png');
    background-size: cover;
    margin: 10px;
    color: #FFF;
    display: table;
}
.home-mid-signup-box .col-md-3,.home-mid-signup-box .col-md-6{
    padding: 15px;  
}
.gold .category-on-top a,.gold{
        color: #ac911a;
}
@media (min-width: 992px) {
    .pc-col-md-5 {
        width: 20%;
        float: left;
    }
}
.main-navigation-outer ul.dropdown-menu{
    width: 240px!important;
}