/*
Theme Name: Winnex Child
Description: Child theme for the Winnex themes
Author: gaviathemes
Template: winnex
*/

hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #0B4E8D; /* old IE */
    background-color: #0B4E8D; /* Modern Browsers */
}

.socials a i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    background: #0B4E8D;
}
.gva-social-links.style-v3 {
    text-align: center;
    margin-top: -25px;
}

header .logo img {
  width: 300px;
}
h4 {
color:#FFFFFF;
background-color: #B1000C;
border-radius: 25px;
border: 1px solid #203C6E;
text-align: center;
font-size:22px;
font-style:bold;
font-family: arial, helvetica;
text-shadow: 1px 1px #A6A6A6;
padding-left:4;
padding-bottom:5;
padding-top:4;
margin-bottom:2;
margin-top:0;
margin-left:5;
margin-right:0;
width:100%;
}
h5 {
color:#000000;
background-color: #44FF1B;
border-radius: 25px;
text-align: center;
font-size:22px;
font-style:bold;
font-family: arial, helvetica;
padding-left:4;
padding-bottom:5;
padding-top:4;
margin-bottom:2;
margin-top:0;
margin-left:5;
margin-right:0;
width:100%;
}
.custom-breadcrumb.hero {
    height: 750px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
ul.navbar-nav.gva-nav-menu > li .submenu-inner li, ul.navbar-nav.gva-nav-menu > li ul.submenu-inner li {
    background: transparent;
    z-index: 9;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
	margin-left: 15px;
}