/*
 Theme Name:   ASG llorix one lite child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  ASG - Global Air and Sea Shipping Logistics
 Author:       Michael Compton
 Author URI:   http://michaelcompton.com
 Template:     llorix-one-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  asg-llorix-one-lite-child
*/

/* 
    Branding
    Blue: #1d2b60 / rgba(29,43,96,1)
    Yellow #f7e24f / rgba(247, 226, 79, 0.8)
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif;
    color: #002060;
}

.entry-content, .entry-content p, .entry-content span {
     color: #002060;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    color: #002060;
    margin-top: 0;
}
.header {
    background-attachment: initial;
}

.footer, .footer a {
    background-color: #1d2b60;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #080808;
}

a {
    color: #1d2b60;
}

a:hover {
    color: #f7e24f;
}

.sticky-navigation .main-navigation a {
    color: #002060;
}

.call-to-action .section-overlay-layer {
    background: rgba(29,43,96,0.8);
}

.standard-button, .navbar-register-button {
    border: 3px solid #f7e24f;
    border-color: #f7e24f;
    background: rgba(247, 226, 79, 0.4);
}

.standard-button:hover, .navbar-register-button:hover {
    border-color: #f7e24f;
    background: #f7e24f;
}

.sticky-navigation .main-navigation li:hover > a {
    color: #f7e24f;
}

.colored-line-left, .colored-line-right, .colored-line {
    background: #1d2b60;
}

.sticky-navigation .main-navigation li a:hover, .sticky-navigation .login-register li.login a:hover {
    color: #f7e24f;
}

.content-network-page .entry-content {
    margin-top: 15px;
}

.asg-banner {
    width: 100%;
    height: auto;
    background-position: top center;
    background-size: cover;
    display: block;
}

h1.intro {
     font-size: 2.5rem;
}

h1.asg-banner__title {
    color: #fff;
    text-transform: uppercase;
    padding: 180px 0;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 5rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #1d2b60;
}

.sticky-navigation {
    min-height: 100px;

}

.navbar-brand {
    width: 250px;
}

header .navbar-brand {
    height: 100px;
    padding: 0;
}

.navbar-brand > img {
    display: inline-block;
    max-height: 100px;
    height: 100px;
}

.sticky-navigation .main-navigation li a {
    margin: 40px 18px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 35px;
}

.menu-align-center .primary-menu > li.menu-item-has-children a:after, .sticky-navigation .no-menu > li.page_item_has_children > a:after {
    top: 35px;
}

.network-excerpt {
    padding: 20px 0;
}

.colored-line-left {
    display: none;
}

.network-country__list, .network-banner__list {
    list-style: none;
    padding: 0;
}
.network-country__list {
    margin-left: -15px;
}
    
.network-country__item {
    padding:10px 0;
}

.network-template-default .entry-content h1 {
    margin-top: 0;
}

.slick-next, .slick-prev {
    display: none!important;
}

.company_name {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
}

.client-logos li {
    padding: 10px;
} 
.client-logos li img {
    max-height: 70px;   
}

.client-logos li img {
    opacity: 1;
     -webkit-filter: grayscale(0); 
    filter: grayscale(0);
}