/*
Theme Name: Highriser Child Theme
Author: Solomon Carty
Description: Highriser Child Theme
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highriser
Template: highriser
*/

body {
    background-color: #EFF6EE !important;
    color: #1C4C68 !important;
}

@media (min-width: 992px){
    .col-md-9 {
        width: 50% !important;
    }
}

.home.wp-custom-logo .site-header .site-branding {
    padding: 10px 1px 10px 1px;
    background: #76AAE2;
}

.site-branding th, td {
    border: 0px solid #ccc;
    padding: 3px 7px;
    text-align: right;
    vertical-align: top;
}

.site-branding .site-title{
    font-size: 40px;
}


.site-header .site-branding{
    text-align: left;
    text-transform: uppercase;
}

.site-description{
    text-align: left;
    padding: 25px 0px 10px 10px;
}

.site-header {
    background: #76AAE2;
}

.site-header .container {
    background: none;
}


.site-title a, .site-title a:hover, .site-description {
    color: #1C4C68;
    font-weight: 900;
}

.main-nav{
    background: #2165AE
}

.main-navigation ul{
    margin-top: 0px;
}

/*Search*/
.site-header .social-section .top-search input[type="search"] {
    border: none;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    color: #838383;
    font-size: 13px;
    line-height: 30px;
    border: 0;
    background: #f0f0f0;
    width: 100%;
}

.site-header .site-branding, .site-header .social-section {
    border: none;
}

.site-header .social-section .top-search input[type="submit"] {
    border: 0;
    width: 16%;
    float: right;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    background: url(images/search-icon.png) no-repeat 48% 50% #6B6570;
}

/* MENU */

.main-navigation li {
    margin-top: 0px;
}

.main-navigation a {
    padding: 20px 10px 20px;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    
    transition: all ease-in-out 0.1s;
     background: #76AAE2;
     border-bottom: 4px solid transparent;
 }
 

 .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    border-bottom: 4px solid #76AAE2; 
 }

.main-navigation li > a {
    
     background: #2165AE;

 }

 #main {
    margin: 0;
}

#secondary {
     margin-top: 0px; 
}

 /* card */    
.card{
    box-shadow: 0 1px 4px rgba(33, 101, 174, 0.23);
}

.card a{
   color: #2165AE !important ;
}

 .card-box .card .header{
     height: 0px;
 }

 .card .category {
    color: #fff !important;
}

#content .card .category {
    background-color: #76AAE2;
}


 /* widget */
 .widget-area .widget {
       background: #76AAE2;;
 }

 .widget-area .widget-title {
     background-color: #2165AE;
 }
 .widget-area .widget ul li a{
     color:white;
 }

#content .card .category {
    float: right;
}

#content .card .content .date {
    color: #333333;
 }

#footer{
    padding-top: 0px;
    width: 100%;
    background-color: transparent;
    border-top: none;
    padding-top: 55px;
}

#footer .card h4, .card .h4{
    font-size: 18px;
    margin: 0px;
}

#footer .card .content {
    padding: 0px;
}


.footer-b{
    background: #2165AE;
    color: #fff
}

