/*
 Theme Name:   Child Theme for Customization
 Theme URI:    https://www.i4.net
 Description:  Custom theme for customization
 Author:       i4 Solutions
 Author URI:   https://www.i4.net
 Template:     wpbootstrap4-master-master
 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:  https://www.i4.net
*/
/*-----HEADER-------*/

header {
    background-color: #242424;
    color: #87d9fa;
    min-height: 50px;
    text-align: center;
	padding: 15px 15px;
}

.cta a {
    color: #ffffff;
}

/*--------- NAVIGATION -----------*/

.bg-dark {
    background-color: #242424!important;
}

@media screen and (min-width: 768px) {
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0px 15px;
}
	
	.navbar-nav > li a {
		color: #fff;
		text-transform: uppercase;
	}
}

/* Site specific customization */

/* ---------- Home Page ---------- */
#section1 {
    background: -webkit-linear-gradient( -90deg, #03a0df, #64c3e9);
    padding: 25px 25px;
}

#section1 .section1-left {
    font-family: 'Libre Baskerville', serif;
    font-size: 72px;
    font-style: italic;
    color:#fff;
}

#section1 .section1-right a {
    display:inline-block;
    background: #242424;
    font-size: 27px;
    margin-top: 15px;
    color: #fff;
    padding: 15px 65px;
}

#section1 .section1-right a:hover {
    text-decoration:none;
}

#section3 .listing-item a.title {
    display: block;
}

#section3 span.category-display {
    display: block;
}

ul.listItems {
	column-count:2;
}

div#homeContent {
    overflow-x: hidden;
}

@media screen and (min-width:1024px){
    #section1 .section1-left {
        text-align:right;
    }

    #section3Posts .listing-item {
        max-width: 50%;
        float: left;
        padding: 25px;
    }
	}

@media screen and (max-width:768px){
	.bannerHeader h1 {
		background-color: rgba(255,255,255,.5);
		padding: 3%;
	}
	
	#section1 .section1-left {
    font-family: 'Libre Baskerville', serif;
    font-size: 50px;
    font-style: italic;
    color: #fff;
}

#section1 .section1-right a {
    display: inline-block;
    background: #242424;
    font-size: 20px;
    margin-top: 5px;
    color: #fff;
    padding: 15px 40px;
}

h1#section_2_title {
    font-size: 2.2rem;
    text-align: center;
}

.homeContent.testimonials h2 {
    text-align: center;
}

#section6 h2 {
    text-align: center;
    font-size: 25px;
}

ul.listItems {
    column-count: 1;
    margin-left: 40px;
    margin-top: 20px;
}
}
	

/* end home page customization */

footer {
    background: #242424!important;
    color: #fff!important;
}

footer .footerLeft {
    text-align: center;
}

ul#menu-footer-nav {
    list-style: none;
    padding: 0px 0px 0px 150px;
}

footer .footerMiddle {
    text-align: left;
}

footer a {
    color:#fff;
}

footer .footerRight {
    text-align: left;
    padding-left: 100px;
}

.footerSocial a {
    display: inline-block;
    background: #ccc;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-left: 0px;
    font-size: 18px;
}

#homeContent h2 {
    font-size: 21.25px!important;
    font-family: "Open Sans"!important;
    color: rgb(104, 116, 121)!important;
    text-transform: uppercase!important;
}

#homeContent p {
    padding: .5em 0em;
    line-height: 2em;
    font-size:14px;
}

#homeContent body {
    color:#687479!important;
}

#homeContent .testimonials {
	background-color: #e1e1e1;
    overflow: hidden;
    padding: 30px 15px;
    }

#homeContent .testimonials h2 {
    color: #000 !important;
    text-align: center !important;
    font-weight: 100;
    font-size: 36px;
    }

    #homeContent .openQuote {
        float: left;
        width: 10%;
    }

    #homeContent .testimonialText {
        float: left;
        max-width: 78%;
        color: #e9f2f5;
        text-align: center;
    }

    #homeContent .closeQuote {
        float: left;
        width: 10%;
    }

footer {
    margin-top:0px!important;
}

#testimonialsPage .blockquote {
    max-height: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn.btn-red {
    background: #222222;
    color: #fff;
}

.btn.btn-blue {
    background: #00a0df;
    color: #fff;
}

.btn.btn-red:hover {
    background: #454545;
    color: #000;
}

.btn.btn-blue:hover {
    background: #c8c8c8;
    color: #000;
}

ul.dropdown-menu.show {
    background: rgba(0,0,0,.9);
}

.industryCategories {
    background: #f6f6f6;
}

.industryCategory {
    margin-bottom:25px;
}

.wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-form-control {
    width: 100%;
    padding:8px;
    border-radius:5px;
    border:1px solid #bbb;

}