/*
 Theme Name:   - Core Network - Child
 Theme URI:    http://core.network
 Description:  Core Network Custom Child by AA
 Author:       Adam Apollo
 Author URI:   http://adamapollo.com
 Template:     -corenetwork-
 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:  -corenetwork-child
*/

/* CUSTOM CSS BY AA */

@font-face {
    font-family:'Core-Network-Dual';
    src: url('/fonts/dual-300.eot');
    src: url('/fonts/dual-300.eot?#iefix') format('embedded-opentype'),
         url('/fonts/dual-300.woff') format('woff'),
         url('/fonts/dual-300.svg#dual300') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Core-Network-Dual',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.entry-content .et_pb_member_social_links {
    margin-top: 0px;
    padding: 0;
    list-style-type: none !important;
}
.hexgrid-image img {
	height:90px;
	
}

/* Contact Form */
.et_pb_contact_right {
    width: 200px !important;
}
span.et_pb_contact_captcha_question {
    font-size: 18px;
    color: #99dcfe !important;
}
.et_pb_contact_right p input {
    max-width: 60px !important;
    padding: 16px 10px !important;
}