/*
Theme Name:     GHPAGE 2018
Theme URI: 		http://wwww.ghpage.com
Description:    Child theme made by Amit Malewar
Author:         Amit Malewar
Author URI: 	https://wwww.infophilic.com
Template:       Newspaper
Version:        1.0
*/
/**HEADER**/
.td-header-style-5 .td-main-menu-logo img {
    /*max-height:110px;*/
}
.td-main-menu-logo img{
    /*padding:0px;*/
}
.td-header-wrap .td-header-menu-wrap-full{
border-bottom:3px solid #ff0000;
}
.td-header-menu-social .td-social-icon-wrap a:hover{
    background-color:#ffffff;
}
/**CATEGORY ON BLOCK**/
.td-post-category {
    background: #054084;
    text-align:center;
}
.td-post-category:hover{
    background:#ffffff;
    color:#054084;
}
.td-module-image .td-post-category{
    position:unset;
}
/**ROWS AND COLUMN **/
.td-block-row{
    margin-bottom:50px;
}
.td-pb-row{
    margin-bottom:0px;
}
/**SINGLE POST**/
.td-main-content {
    border:3px solid #f1f2f5;
    padding-top:10px
}
.entry-title{
    text-align:center;
    font-weight:bold;
}
.td-post-content blockquote{
    background-color:#c0dcfd;
    border-left: 5px solid #1b115a;
}
.single-post .page-nav-post .td-icon-menu-right:before{
content: 'Next Page';
font-size:18px;
font-family:'Open Sans', arial, sans-serif;
}
.single-post .page-nav-post .td-icon-menu-left:before{
content: 'Previous Page';
font-size:18px;
font-family:'Open Sans', arial, sans-serif;
}
.page-nav-post a:nth-child(2){
background-color:#1278d4;
color:#fff;
}
.page-nav-post a:nth-child(2):hover{
background-color:#1b115a;
color:#fff;
}
.page-nav-post a:last-child{
background-color:#ff9810;
color:#fff;
}
.page-nav-post a:last-child:hover{
background-color:#f58c00;
color:#fff;
}
/** CATEGORY PAGE **/
.td_category_template_2 .td-category-header{
    background-color:none;
    border-bottom: none;
    border-top:none;
}
/**LOAD MORE**/
.td_ajax_load_more {
    background-color:#054084;
    display:block;
}

.td-load-more-wrap a{
    color:#fff;
}
.td-load-more-wrap a:hover{
    background-color:#ff0000;
}
/**GH HOME**/
.td_module_wrap:hover .entry-title a,.td-opacity-read .td-read-more a:hover {
    color:#ffffff!important;
}
.td-block-title {
     border-bottom:2px solid #054084;
    font-weight:bold;
    font-size:20px;
}

/** GHANA NEWS **/
.ghana-news .td_module_8 {
  padding: 0 0 0 0px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 6px;
}
.td_module_8 .entry-title a {
  color: #222 !important;
}
.td_module_8 .entry-title a:hover {
  color: #1278d4 !important;
}

.td_module_8 .td-module-meta-info {
  display: none;
}

.ghana-news {
    background-color:#c0dcfd;
    padding:8.2px;
}

/** MODULE 3 **/
.td_module_1{
 background-color: #c0dcfd;
 padding-bottom:5px;
 border-bottom:2px solid #054084;
}

.td_module_1 .td-module-title, .td-module-meta-info {
    padding:0 8px;
}
.td_module_1:hover{
 background-color: #054084;
 padding-bottom:5px;
 border-bottom:2px solid #054084;
}
input[type=submit] {
	background-color:#1b115a;
	}
/**HOME-3**/
.td_module_6 {
    background-color:#c0dcfd;
}

.td_module_6:hover{
    background-color:#054084;
}
.td_module_6 .entry-title{
    padding:2px
}

/** SHARING BOTTOM**/
.sharing {
    background-color:#dfedfe;
    padding:2px;
	margin-bottom:20px;
}
.s-title {
    text-align:center;
    color:#ff0000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
/** MISC **/
.jetpack-display-remote-posts h4 a {
    text-decoration: none;
    font-size: 22px;
	font-weight:bold;
}	
.td-post-content img {
box-shadow:0 0 30px 0 rgba(5,43,132,.24);
}
	
.a-sub{border: 1px solid #eee; margin-bottom:10px; padding-bottom:20px; text-align:center;background-color: #052b84;}
.a-sub h3{color: #ffffff;}
.sb {border:2px solid #ffffff; padding:10px; color:#ffffff;}
.sb:hover {background-color: #ffffff; color: #052b84;}
/** RESPONSIVE **/
@media(max-width: 767px){
.td-header-style-5 .td-main-menu-logo img{
   /** max-height:80px;**/
   /** margin-top:4px;**/
}
body .td-header-wrap .td-header-main-menu{
    border-bottom:3px solid #ff0000;
}
.td-block-row{
    margin-bottom:0px;
}
.td-main-content{
    border:none;
}
.td-block-span4, .td-block-span6{
    margin-bottom:50px;
}

}