/*
Theme Name: Bootstrap Child
Version: 1.0
Description: A customized version of Bootstrap
Author: Andrea McQuillan
Author URI: http://coppertops.ie
Template: Bootstrap
*/

.header-menu-top li:nth-child(4n+0) a {
    color: #003366 !important;
    margin-right: 8px;
}

.header-menu-top li:nth-child(4n+0):hover a {
    color: #f47814 !important;
}

/* Header / Menu */
.header-menu-bottom {
    margin: 0;
}

/* Social Icons */
.socialicons {
    display: inline-block;
    float: right;
}

.fa-facebook, .fa-phone, .fa-twitter, .fa-linkedin, .fa-google-plus, .fa-envelope {
	color: #f47814;
}
.facebook-button:hover .fa-facebook {
	color: #6d84b4;
}
.phone-button:hover .fa-phone {
	color: #0a0;
}
.twitter-button:hover .fa-twitter {
    color: #4099ff;
}
.linkedin-button:hover .fa-linkedin {
    color: #007bb6;
}
.googleplus-button:hover .fa-google-plus {
    color: #dd4b39;
}
.email-button:hover .fa-envelope {
    color: #003366;
}
.facebook-button > a, .phone-button > a, .twitter-button > a, .linkedin-button > a, .googleplus-button > a, .email-button > a {
	color: #fff;
}
.facebook-button > a:hover, .phone-button > a:hover, .twitter-button > a:hover, .linkedin-button > a:hover, .googleplus-button > a:hover, .email-button > a:hover {
color: #fff;
text-decoration: none;
} 


/* FRONT PAGE */

/* Banner */
.home .span12.home-page-banner {
    height: 330px;
}

/* Slider */
.home .span8 {
    width: 500px;
}

@media screen and (max-width: 400px) {
    .home .span8 {
        width: 330px;
    }
}

.slides img {
    max-height: 310px;
    width: auto;
}

/* Right hand section */
.home .span4 {
    width: 420px;
}

.home .span4 h2 {
    font-size: 18px;
}

.home .span4 a {
    font-weight: bold;
}

/* Widgets */
.home-page-widgets .span4 {
    width: 300px;
}

/* Blog Page */
.type-post a h2 {
    font-size: 18px;
}

/* Contact Form */
div.wpcf7 {
    padding: 20px;
}

input[type="text"], input[type="email"], textarea {
    border: 1px solid #003366;
    font-size: 14px;
    color: #003366;
}

input[type="text"], input[type="email"] {
    height: 22px;
}

input[type="submit"] {
    background-color: #fff;
    border: 1px solid #003366;
    color: #003366;
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

input[type=submit]:hover {
    border: 1px solid #f47814;
    color: #f47814;
}

input[type=submit]:active {
    /* the reset button when mouse-down */
    background-color: #fff;
    border: 1px solid #fff;
    color: #f47814;
}

input[type=submit]:focus {
    /* the submit button when focussed by keyboard-navigation */
    border: 1px solid #f47814;
    color: #f47814;
}

/* Footer - CTA */
.calltoaction {
    text-align: left;
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.calltoaction a {
    color: #003366;
}

.calltoaction a:hover {
    text-decoration: none;
    color: #f47814;
} 