/*
Theme Name: IITC Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> 
Version: 1.0
Author: Sascha
Author URI: http://www.saschalupeski.com
Template: iitc
*/



/*Add your own styles here:*/


/****************************************
HEADER CHANGES 
****************************************/
/* Additional Logo Styles */
#top .second-logo {
    float: right;
    display: inline-block!important;
    position: absolute;
    right: 220px;
}
#top .third-logo {
    float: right;
    display: inline-block!important;
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 989px) {
    #top .second-logo, #top .third-logo {
        display:none!important;
    }
}
/* Changing the width of the header ccontainer */ 
.html_header_top #top .av_header_stretch .container {
    width: 98%;
}
/* Adding a black border below the header */
header#header {
    border-bottom: 1px solid #000000;
}
/* Naviagtion changes - removed the left border */ 
.av_seperator_big_border .av-main-nav > li > a {
    border-left-width: 0px;
}
/*MOBILE BURGER NAV CHANGES*/
#top #av-burger-menu-ul {
    vertical-align: top;
}
.html_av-overlay-full #av-burger-menu-ul li {
    font-size: 28px;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
    font-size: 0.8em;
    padding-top: 0.5em;
}
/****************************************/
/****************************************
CONTENT CHANGES
****************************************/
/*CHANGE BREADCRUMB TEXT COLOR*/
.breadcrumb.breadcrumbs.avia-breadcrumbs, .breadcrumb.breadcrumbs.avia-breadcrumbs a,
.alternate_color.title_container .main-title a  {
color:#fff!important;
}
/* Setting a custom color for ALL links on the website */
.main_color a, .alternate_color a {
    color:#1b76bc!important;
    /*color:#3f99bd!important;*/
  }

/* Remove the huge padding of the content 
.content, .sidebar {
    padding-top: 10px!important;
}
/****************************************/
/****************************************
FOOTER CHANGES 
****************************************/
#socket .container {
    text-align: center!important;
}
#socket .copyright {
    float: none!important;
}
/****************************************/


