/*
Theme Name: IWHQ Vanilla
Theme URI: http://www.irishwebsitehq.com
Description: IWHQ Vanilla
Version: 1
Author: Mark O'Leary
Author URI: http://www.irishwebsitehq.com
*/

/* ================ GENERAL RULES ======================= */
body {
    font-size: 14px;
    font-family: 'Open Sans';
	background-color:#f5f6f7;
}

.arrow {
    display: none;
}

/* Headings
================================================== */
h1, h2, h3 {
    font-weight: 600;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.12em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

/* ================ RESPONSIVE IMAGES ======================= */
img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

/* ================ LINKS ======================= */
a {
    outline: 0;
}

/* ================ HEADER ======================= */
#top {
    background-color: #4C4C4C;
    height: 44px;
    color: #fff;
    font-weight: 600;

}

#top .social {
    float: right;
    padding-top: 8px;
}

#top .contact {
    padding-top: 10px;
}

#top .contact img {
    margin: 0 6px 0 12px;
    vertical-align: middle;
}

#top a {
    color: #fff;
    text-decoration: none;
}

/******************** HEADER *********************/
header {
	height:180px;
    background: #3a5d84 url(images/header-bg.png) no-repeat top left;
    padding: 20px 0;
}

header .login a {
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 600;
    /*background: #3f4d15;*/
    text-transform: uppercase;
    color: #fff;
}

header img#logo {
    max-height: 140px;
}

.item {
    height: 500px;
    background-size: cover;
}

.caption-wrap {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/******************** HERO IMAGE *********************/

section#hero .get-in-touch {
    height: 66px;
    background: rgba(0, 0, 0, 0.6);

    font-size: 15px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section#hero .get-in-touch a {
    font-size: 18px;

}

section#hero {

    min-height: 524px;
    position: relative;
}

section#hero aside h1 {
    font-size: 42px;
    font-weight: 700;
}

section#hero aside p {
    font-size: 26px;
    font-weight: 600;
}

section#hero aside a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;

    padding: 15px 45px 15px 30px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    background-size: 9px;

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/******************** CLUB STATEMENT *********************/

section#club_statement .wrap {
    padding: 30px 0;
    border-bottom: 2px solid #e9eaec;
}

section#club_statement h3 {
    font-size: 24px;
    font-weight: bold;

}

section#club_statement p {
    font-size: 17px;
    color: #666;
    width: 60%;
    margin: auto 20%;
}

/******************** SERVICES *********************/
section#services .wrap {
    border-bottom: 2px solid #e9eaec;
    padding: 30px 0;
}

section#services h3 {
    font-size: 20px;
    font-weight: bold;

}

section#services p {
    font-size: 16px;
    color: #666;
}

section#services a.button {
    padding: 8px 30px 8px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;

}

/******************** TESTIMONIALS *********************/
section#testimonial {
    margin: 20px 0;
}

section#testimonial .testimonial-bg {
    background: #f9f9f9;
    padding: 60px;
}

section#testimonial h3 {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}

section#testimonial strong, section#testimonial b {
    font-size: 17px;
    font-weight: 700;
}

section#testimonial .q-left {
    float: left;
}

section#testimonial .q-right {
    float: right;
}

/* Logo
================================================== */
.logo-nav {
    /*align-items: center;
    display: flex;
    justify-content: space-between;*/
}

/* Navigation
================================================== */
nav {
    /*margin-right: -15px;*/
    /*  padding-top: 45px;*/
    position: relative;
}

nav a:hover, nav a:focus {
    color: #fff;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav > ul > li {
    position: relative;
    /*   float: left;*/
}

nav > ul > li > a {
    color: #4c4c4c;

    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
}

header nav > ul > li > a:hover, nav li a:active {
    /*background-color: #000;*/
    /* color: #fff;*/
    text-decoration: none;
}

header nav ul {
    text-align: center;
}

header nav ul li {
    display: inline-block;
}

header nav ul > li a {
    display: block;
    letter-spacing: 1px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;

    font-size: 15px;
    font-weight: 600;
}

header nav ul.sub-menu {
    position: absolute;
    padding: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 300;
}

nav ul.sub-menu > li {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
}

nav ul.sub-menu > li a {
    padding: 3px 6px;
    color: #fff;
    text-decoration: none;
}

header nav ul > li:hover ul.sub-menu {
    display: inline-block;
}

header nav ul > li a:hover {
   /* background-color: #3f4d15;*/
}

/* ================ CONTENT ======================= */

#content {
    padding: 40px 0;
}

main {
    padding: 40px 0 50px;
    background-color: #f5f5f5;
}

main .intro {
    text-align: center;
    padding-bottom: 30px;
}

.intro h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    font-size: 26px;
}

main .feature {
    background-color: #fff;
}

main .feature.threes {
    text-align: center;
    padding: 20px 0;
}

.feature h3 {
    border-bottom: 2px solid #eee;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 20px;
}

main .feature.twos {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

main .feature.twos img {
    float: left;
    margin-right: 30px;
}

/* ================ BLOG ======================= */
.posts article {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.posts article h2 {
    margin-top: 5px;
}

.well{
	background-color:#fff;
	border:1px solid #eee;
	padding:40px;
}

legend{
	font-size:32px;
}

button[type=submit]{
	color:#fff;
	padding:6px 16px;
	background-color:#2E537C;
	    border: none;
}

/* Footer
================================================== */
footer {
	background-color:#2E537C;
    padding: 30px 0;
    color: #fff;

    font-size: 16px;
    font-weight: 600;
}

footer .logo {
    max-height: 120px;
    width: auto;
}

footer .contact img {
    margin: 3px 6px 0 0;
    vertical-align: middle;
    width: auto;
}

footer .contact img.phone {
    height: 14px;
}

footer .contact img.email {
    height: 12px;
}

footer .social {
    padding-top: 20px;
}

footer h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    font-size: 20px;
    color: #eee;
    text-transform: uppercase;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    padding: 7px 2px;

    list-style: url(images/list-arrow.png) inside;
}

#wrapper #sidebar-nav, #wrapper .main {
    padding-top: 98px !important;
}

footer a {
    color: #eee;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

#credits {
   /* background-color: #5C7028;*/
    color: #fff;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
}

.left-col {
    position: absolute;
    width: 310px;
    min-height: 100%;
}

.center-left-col, .center-right-col {
    min-height: 350px;

}

.right-col {
    margin-left: 310px;
    min-height: 500px;
}

.well.tournament-wrap {
    min-height: 260px;
}

/* Buttons
================================================== */
.button, a:hover.button, #maillist #mc-embedded-subscribe .button {
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
    /*  background-color: #eee;*/
}

a:hover {
    text-decoration: none;
}

a.btn {

}

a.btn.green {

}

.flexslider .button {
    background-color: #eee;
}

.feature .button {
    background-color: #eee;
}

#maillist #mc-embedded-subscribe .button {
    background-color: #eee;
    color: #666;
}

/* Flexslider
================================================== */
.flexslider {
    border: none;
    margin: 0;
}

.flexslider .container {
    position: relative;
}

.flexslider aside {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 30px 100px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    margin-top: 66px; /** height of get-in-touch **/
}

.flexslider {

    background: transparent;
}

.flex-direction-nav a {
    height: 50px;
}

.flex-control-nav {
    bottom: 10px;
    z-index: 10;
}

.flexslider .flex-next {
    opacity: 0.2;
    right: 5px;
}

.flexslider .flex-prev {
    opacity: 0.2;
    left: 5px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.modal-header, .close {
    background-color: #5cb85c;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

footer.not-admin {
    position: relative !important;
}

.modal-footer {
    background-color: #f9f9f9;
}

/* Slick Nav
-------------------------------------------------------------- */
#mobile-menu {
    display: none;
}

/* ======================== MEDIA QUERIES ========================= */
/* ======================== OVER 1280 ========================= */
@media screen and (min-width: 1281px) {

}

/* ======================== 1280 ========================= */
@media screen and (max-width: 1280px) {

}

/* ======================== 1024 ========================= */
@media screen and (max-width: 1024px) {

}

/* ======================== 980 ========================= */
@media screen and (max-width: 980px) {

}

/* ======================== 800 ========================= */
@media screen and (max-width: 800px) {
    nav {
        display: none;
    }

    #mobile-menu {
        display: block;
        position: fixed;
        z-index: 10;
        width: 100%;
    }

    header {
        height: auto;
        position: relative;
        padding-top: 3.375em;
    }

    .flex-center {
        display: block;
    }

    .text-right {
        text-align: center;
    }
}

/* ======================== 768 ========================= */
@media screen and (max-width: 768px) {

}

/* ======================== 640 ========================= */
@media screen and  (max-width: 640px) {

}

/* ======================== 480 ========================= */
@media screen and  (max-width: 480px) {
    .left-col {
        position: relative;
        width: 100%;
        min-height: 100%;
    }

    .right-col {
        margin-left: auto;
        min-height: 500px;
    }
}

/* ======================== 360 ========================= */
@media screen and  (max-width: 360px) {

}

/* ======================== 320 ========================= */
@media screen and  (max-width: 320px) {

}