/*
Theme Name: Crab 2014
Author: Alex Watson
Author URI: http://www.dartdigital.co.uk
Description: Custom theme
Version: 1.0
Text Domain: classicchannelregatta;

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- generic styles --- */

body {
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px; /* 1em */
    color: #3a3a39;
}

a:link, a:visited, a:hover {
    color: #0202BB;
}

a:hover {
    text-decoration: underline;
}

#content {
    min-height: 400px;
    /*overflow: hidden;*/
    padding-bottom: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
    color: #04046d;
    margin-bottom: 1.2em;
}

h1 {
    font-size: 1.6em;
    margin-bottom: 0.67em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.57em;
}

.footer h2 {
    font-size: 1.1em;
    font-family: helvetica, arial, sans-serif;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 0.47em;
}

h4 {
    font-size: 1.3em;
    margin-bottom: 0.37em;
}

h5 {
    font-size: 1.2em;
    margin-bottom: 0.37em;
}

h6 {
    font-size: 1.1em;
    margin-bottom: 0.37em;
}

b, strong {
    font-weight: bold;
}

p {
    padding-bottom: 1em;
    line-height: 1.3em;
}

a.button:link, a.button:visited, a.button:hover, span.button {
    background-color: #04046d;
    color: #fff;
    border-radius: 7px;
    padding: 8px;
    margin: 10px 0;
    display: inline-block;
}

li {
    margin-bottom: 10px;
}

img.alignright, .alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft, .alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.alignleft {
    float: none;
}
@media (min-width: 600px) {
    img.alignleft {
        float: left;
    }
}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

.boxed {
    background-color: #cdebfc;
    padding: 4px;
    float: left;
    margin-bottom: 10px;
}

.boxed a {
    background: url('images/white-arrow.png') no-repeat right;
    padding-right: 15px;
}

.wp-caption {
    max-width: 100%;
    height: auto;
    background: #F3F3F3;
    padding: 5px 5px 0 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

/*.wp-caption:hover p.wp-caption-text {
    color: #0202BB;
    text-decoration: underline;
    cursor: pointer;
}*/

.wp-caption img {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    font-style: italic;
    padding-top: 3px;
    text-align: center;
}

/*  --- header & nav  --- */

#header {
    background: #3CA5D4;
}

#masthead {
    padding: 15px 0 10px 0;
}

#site-title {
    font-family: 'Gill Sans', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    /*padding-top: 12px;*/
}

#site-title span {
    display: block;
    font-size: 20px;
    padding-top: 5px;
    color: #fff;
}

#site-title a:link, #site-title a:visited {
    color: #fff;
}

#site-title a:hover {
    text-decoration: none;
}

#nav-outer {
    background-color: #d4d4dd;
    margin-bottom: 20px;
}

#site-navigation > ul {
    text-align: center;
    overflow: hidden;
}

#site-navigation > li {
    position: relative;
}

#site-navigation > ul > li {
    float: none;
    display: inline-block;
    height: 32px;
    margin: 0 1px 0 0;
    padding: 0;
}

#site-navigation ul li:last-child {
    margin: 0 0 1px 0;
}

#site-navigation ul li a:link,
#site-navigation ul li a:visited,
#mobile ul li a:link,
#mobile ul li a:visited {
    padding: 10px 13px 10px 12px;
    display: block;
    color: #04046d;
    text-decoration: none;
}
@media (max-width: 767px) {

    #site-navigation ul li {
        margin-bottom: 2px;
    }

    #site-navigation ul li a:link,
    #site-navigation ul li a:visited {
        /*background: #f00;*/
        padding: 4px 10px;
    }

    #site-navigation ul li#mega-menu-4048-1 .mega-menu-item-custom_html-3 a {
        text-align: center;
        color: #fff;
        background-color: #2f749a !important;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 6px 8px !important;
    }

}

#site-navigation ul li a:hover {
    background: #fff;
}

#site-navigation > ul > li:hover > ul.sub-menu {
    display: block;
}

#site-navigation ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: auto;
    height: auto;
    background: #bcbcbe;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

#site-navigation ul.sub-menu li {
    float: none;
    position: relative;
    margin: 0;
    text-align: left;
}

#site-navigation ul.sub-menu li a {
    border-right: 0;
    white-space: nowrap;
    padding: 10px 10px 6px
}

/* mobile nav */
nav#mobile-nav {
    display: none;
}

/* language selector */

#lang_sel {
    float: right;
}

/* --- homepage --- */

#slider {
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
}

#slider img {
    width: 100%;
    height: auto;
}

.rev_slider {
    border: 2px solid #ccc;
    background-color: #ccc;
}

#announcement {
    padding: 10px;
    color: #fff;
    background-color: #3CA5D4;
    text-align: center;
    margin-bottom: 10px;
}

/* --- news page --- */
.blog-post {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.blog-post h2 {
    font-size: 1.2em;
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0.57em;
    text-transform: none;
}

.blog-post p {
    padding-bottom: 6px;
}

.date {
    display: block;
    margin-bottom: 5px;
    color: #999;
}

#prev-next {
    overflow: hidden;
    margin-bottom: 20px;
}

/* other pages */

#page .rev_slider_wrapper {
    margin-bottom: 10px !important;
}

#main li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 15px;
}

/* galleries */

#main .gallery_box li {
    list-style: none;
}

/* --- tables --- */

table {
    border: 1px solid #ccc;
}

tr:nth-child(even) {
    background: #DFF3FF
}

tr:nth-child(odd) {
    background: #CEE1F3
}

td {
    padding: 7px;
}

/* sponsors page (main) */

#main ul.main-sponsors li {
    list-style: none;
    margin: 0 0 30px 0;
    clear: both;
    overflow: hidden;
}

#main ul.main-sponsors li .left {
    width: 28%;
    text-align: center;
}

#main ul.main-sponsors li .right {
    width: 72%;
}

h2.sponsors {
    border-bottom: 1px solid #04046d;
    text-align: center;
    padding-bottom: 5px;
}

/* --- sidebar --- */

#sidebar h3 {
    text-align: center;
    font-size: 16px;
}

#sidebar h3 span {
    margin-top: 4px;
}

#sidebar .sponsors {
    text-align: center;
}

#sidebar h3 {
    font-size: 18px;
    font-weight: bold;
}

#sidebar h3 span {
    display: block;
    font-size: 16px;
}

#sidebar .sponsors li {
    margin-bottom: 20px
}

#sidebar .sponsors.list li {
    margin-bottom: 0;
}

#sidebar .sponsors.list li p {
    padding-bottom: 2px;
}

#main .sponsors li {
    list-style: none;
    margin: 0;
    /*float: left;*/
    margin: 0 2px 2px 0;
    /*height: 180px;*/
}
#main .sponsors li img {
    width: 100%;
    max-width: 100%;
}

/* boats pages */
.boat-img {
    height: 100%;

    /* https://css-tricks.com/centering-css-complete-guide/ */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.boat-img a {
    display: block;
    /* height: 100%; */
}

.boat-img img {
    /* height: 100%; */
    width: auto;
    max-width: 233px;
    display: block;
    left: 0;
    right: 0;
}

.page-template-boats-template-php #fancybox-title {
    bottom: auto !important;
    top: 10px !important;
    width: 300px !important;
}

/* --- footers --- */

#supporters li {
    list-style: none;
    display: inline-block;
    margin: 10px;
}

#general-footer {
    border-top: 1px solid #a8a8be;
    padding-top: 40px;
    margin-top: 20px;
    clear: both;
}

#general-footer li {
    list-style: none;
}

#general-footer .footer {
    width: 30%;
    float: left;
    margin-right: 3%;
}

#general-footer .photo img {
    width: 100%;
    height: auto;
}

footer {
    margin-top: 14px;
    text-align: right;
    padding: 7px 0;
    border-top: 1px solid #ccc;
}

footer a:link, footer a:visited {
    font-size: 12px;
}

footer ul li {
    display: inline;
}

footer ul > li + li {
    border-left: 1px solid #515049;
    padding-left: 5px;
    margin-left: 2px;
}

#menu-footer {
    padding-top: 12px;
}

/* ------------ RESPONSIVE MEDIA QUERIES ------- */

@media (max-width: 1024px) {

}

/* iPad portrait */
@media (max-width: 768px) {

}

/* eg: Android Samsung galaxy landscape */
@media (max-width: 685px) {

}

/* iphone 5 landscape */
@media (max-width: 568px) {

}

/* iPhone 3+4 landscape */
@media (max-width: 480px) {
    #site-title {
        /*width: 100%;*/
        font-size: 29px;
    }

    #logo a img {
        width: 100px;
        height: auto;
    }

    #langs {
        position: absolute;
        right: 5px;
    }
}

/* eg: Android Samsung galaxy portrait */
@media (max-width: 380px) {

}

/* iPhone 3+4 portrait */
@media (max-width: 320px) {

}

/* small android portrait */
@media (max-width: 240px) {

}





















/*
blue_1 3ca5d4
blue_2 2f749a
blue_3 60a1c5
blue_4 3889b6
*/

/* Fastnet Marketing - START */

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

body {}

h1, h2, h3, h4, h5, h6 {
    color: #3889b6;
}

h1 {
    margin-bottom: 30px;
}

header#masthead {
}

header#masthead #logo {
}

header#masthead #logo a {
    display: block;
}

header#masthead #logo a img {
    display: block;
    width: 100%;
    height: auto;
}

header#masthead #site-title {
}

header#masthead #langs {
}

#site-title a {
    font-size: 18px;
    line-height: normal;
    display: block;
}

#site-title a span {
    font-size: 12px;
}

@media (max-width: 767px) {

    header#masthead #logo.logo-width {
        padding-left: 10px;
        padding-right: 10px;
    }

    header#masthead #site-title.title-width {
        padding-left: 0px;
        padding-right: 0px;
    }

    header#masthead #langs.langs-width {
        padding-left: 10px;
        padding-right: 15px;
        position: static;
    }

}

#nav-outer {
    background-color: #2f749a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

#nav-outer ul#mega-menu-main {
}

#nav-outer ul#mega-menu-main > li {
}

#nav-outer ul#mega-menu-main > li > a {
    text-transform: uppercase !important;
}

#nav-outer #site-navigation .mega-menu-toggle {
    height: 0;
}

#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-left,
#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
}

#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right {
    position: absolute;
    top: -56px;
    right: 0;
}

#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-label-closed,
#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-label-open {
    display: none !important;
}

#nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block::after {
    font-size: 44px;
}
@media (min-width: 414px) {
    #nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right {
        top: -64px;
    }
    #nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block::after {
        font-size: 50px;
    }
}

#langs {
}

#langs .top {
    margin-bottom: 10px;
    display: none;
}

#langs .top .social {
    /*float: left;*/

    float: right;
}

#langs .top .social ul {
}

#langs .top .social ul li {
    margin-bottom: 0;
        float: left;
}

#langs .top .social ul li a {
    width: 22px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 20px;
}

@media (min-width: 768px) {
    #langs .top .social ul li a {
        width: 30px;
    }
}

@media (min-width: 1200px) {
    #langs .top .social ul li a {
        width: 26px;
    }
}

#langs .top .flags {
    float: right;
    margin-top: 4px;

    /*display: none;*/
}

#langs .top .flags .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}

#langs .top .flags .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px !important;
}

#langs .top .flags ul li.wpml-ls-first-item {
    padding: 0 6px 0 0;
}

#langs .top .flags ul li.wpml-ls-last-item {
    padding: 0 0 0 6px;
}

#langs .top .flags a {
    padding: 0
}

#langs .top .flags a img {
    width: 30px;
    height: auto;
}

#langs .bottom {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    display: none;
}

footer {
    padding: 0;
    text-align: center;
}

footer .block-partner {
    margin-bottom: 20px;
}

footer .partners {
    background: #60a1c5;
    padding: 26px 15px 0;
}

footer .partners h3 {
    color: #fff;
    margin-bottom: 6px;
}

footer .partners ul {
    text-align: center;
}

footer .partners ul li {
    display: inline-block;
    max-width: 200px;
    margin: 0;
    border: 0 !important;
    padding: 10px 10px !important;
}
footer .partners .platinium-partner ul li {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
footer .partners .gold-partner ul li {
    max-width: 260px;
}
footer .partners .silver-partner ul li {
    max-width: 220px;
}

@media (min-width: 600px) {
    footer .partners .platinium-partner ul li {
        max-width: 500px;
    }
}

@media (min-width: 768px) {

    footer .partners .platinium-partner ul li {
        max-width: 520px;
    }

    footer .partners .silver-partner ul li {
        display: inline;
        padding: 0 !important;
    }
    footer .partners .silver-partner ul li > a,
    footer .partners .silver-partner ul li > img {
        max-width: 220px;
        display: inline-block;
        padding: 10px !important;
    }
    footer .partners .silver-partner ul li > img {
        vertical-align: baseline;
    }

    footer .partners .silver-partner ul li:nth-child(3n):after {
        content: "\A";
        white-space: pre;
    }





    footer .partners .copper-partner ul li {
        display: inline;
        padding: 0 !important;
    }
    footer .partners .copper-partner ul li > a,
    footer .partners .copper-partner ul li > img {
        /*max-width: 220px;*/
        display: inline-block;
        padding: 10px !important;
    }
    footer .partners .copper-partner ul li > img {
        vertical-align: baseline;
    }

    footer .partners .copper-partner ul li:nth-child(4n):after {
        content: "\A";
        white-space: pre;
    }

}

@media (min-width: 1024px) {

    footer .partners .platinium-partner ul li {
        max-width: 500px;
    }

}


footer .partners a {
    display: block;
}

footer .partners img {
    display: block;
    width: 100%;
}

footer .supported {
    background: #3889b6;
    padding: 26px 15px 0;
}

footer .supported h3 {
    color: #fff;
    margin-bottom: 16px;
}

footer .supported ul {
    text-align: center;
}

footer .supported ul li {
    display: inline-block;
    max-width: 200px;
    margin: 0;
    border: 0 !important;
    padding: 10px 10px !important;
}

footer .supported a {
    display: block;
}

footer .supported img {
    display: block;
    width: 100%;
}

footer .bronze-partner {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

footer .bronze-partner h3 {
    color: #fff;
    margin-bottom: 16px;
}
footer .partners .bronze-partner ul li {
    text-align: left;
    font-size: 12px;
    color: #fff;
}

footer .bronze-partner ul {
}

footer .partners .bronze-partner ul li {
    padding: 0 !important;
    margin: 0 10px;
    margin-bottom: 20px;
    max-width: 170px;
    width: 100%;
    vertical-align: top;
}

/*footer .partners .bronze-partner ul li:first-child {margin-left: 0;}*/
/*footer .partners .bronze-partner ul li:last-child {margin-right: 0;}*/
footer .partners .bronze-partner ul li p {
    padding: 0;
    text-align: center;
}

footer .partners .bronze-partner ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {

    footer .bronze-partner {
        margin-left: 0;
        margin-right: 0;
    }

    footer .partners .bronze-partner ul li {
        margin-left: 20px;
        margin-left: 20px;
    }

    footer .partners .bronze-partner ul li p {
        text-align: left;
    }

    footer .partners .bronze-partner ul li:first-child {
        margin-left: 0;
    }

    footer .partners .bronze-partner ul li:last-child {
        margin-right: 0;
    }

    footer .partners .bronze-partner ul li a {
        text-align: left;
    }

}

@media (min-width: 820px) {

    footer .partners .bronze-partner ul li {
        max-width: 130px;
    }

}

@media (min-width: 1024px) {

    footer .partners .bronze-partner ul li {
        margin: 0 20px;
    }

    footer .partners .bronze-partner ul li {
        max-width: 160px;
    }

}

.copyright {
    background: #575756;
    margin-top: 0 !important;
    color: #fff;
    padding: 14px 0;
    text-align: center;
}

/*.copyright p {
    padding: 14px 0;
    text-align: center;
}*/

.copyright a {
    color: #fff;
}

#revolution-slider {
}

#revolution-slider #slider {
    padding: 0;
}

#revolution-slider #rev_slider_5_1_wrapper {
    background: #fff !important;
}

#revolution-slider .rev_slider {
    border: 0;
    background: none !important;
}

.countdown {
}

.countdown .pbc-unit {
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 0%;
}

.countdown .pbc-unit .pbc-label {
    background: none !important;
    color: #fff !important;
}
body.french .countdown .pbc-unit .pbc-label {
    font-size: 14px !important;
}

.container.page {
    /*padding: 40px 0;*/
    padding: 40px;
}

a.btn {
    display: inline-block;
    background: #2f749a;
    /*margin-top: 14px;*/
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 16px;
    border-radius: 8px;
	box-shadow: 3px 3px 3px grey; 

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.btn:hover {
    text-decoration: none;
    background: #1e516c;
}

#content-container {
}

#content-container #main {
    margin-bottom: 20px;
}

#content-container #sidebar {
    max-width: 360px;
    margin: 0 auto;
}

#content-container #announcement {
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 20px;
	box-shadow: 3px 3px 3px grey; 
}

/*#content-container #sidebar li {list-style: none;}*/
#content-container #sidebar .sidebar-widget .widget {
    margin-bottom: 20px;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action {
    text-align: center;
    border-radius: 8px;
    padding: 20px 16px 18px;
	box-shadow: 3px 3px 3px grey; 
}

#content-container #sidebar .sidebar-widget .widget.call-to-action h3 { /*font-weight: 400;*/
    margin-bottom: 16px;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action .widget_text {
    line-height: normal;
    line-height: 18px;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action p {
}

#content-container #sidebar .sidebar-widget .widget.call-to-action p:last-child {
    padding-bottom: 0;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.blue {
    background: #2f749a;
    color: #fff;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.blue h3 {
    color: #fff;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.blue a.btn {
    background: #f3c05c;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.blue a.btn:hover {
    background: #ca9837;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.yellow {
    background: #f3c05c;
    color: #3a3a39;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.yellow h3 {
    color: #3a3a39;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.yellow a.btn {
    background: #2f749a;
}

#content-container #sidebar .sidebar-widget .widget.call-to-action.yellow a.btn:hover {
    background: #1e516c;
}

    #mega-menu-wrap-main li.mega-wpml-ls-slot-8 {
        float: left !important;
        clear: none !important;
    }
    #mega-menu-wrap-main li.mega-wpml-ls-slot-8 a img {
        max-width: 40px !important;
    }

#title_hero_photo {
    min-height: 100px;
}

#title_hero_photo .title_hero_title {
    padding-top: 10%;
    color: #fff;
    text-shadow: 2px 2px 8px #000000;
}

#site-title {}
#site-title span {
    font-size: 14px;
    display: none;
}
@media (min-width: 414px) {
    #site-title > span {
        display: block;
        font-size: 12px;
        margin-top: 2px;
    }
}

@media (min-width: 414px) {

    #title_hero_photo {
        min-height: 120px;
    }

}

@media (min-width: 480px) {

    #title_hero_photo {
        min-height: 140px;
    }

}

@media (min-width: 600px) {

    #title_hero_photo {
        min-height: 160px;
    }

    #site-title span {
        display: block;
    }

}

@media (min-width: 768px) {

    #title_hero_photo {
        min-height: 200px;
    }

}

@media (min-width: 900px) {

    #title_hero_photo {
        min-height: 240px;
    }

}

@media (min-width: 1024px) {

    #title_hero_photo {
        min-height: 280px;
    }

}

@media (min-width: 1100px) {

    #title_hero_photo {
        min-height: 300px;
    }

}

@media (min-width: 1200px) {

    #title_hero_photo {
        min-height: 340px;
    }

}

@media (min-width: 480px) {

    #site-title a {
        font-size: 20px;
    }

    #site-title a span {
    }

    header#masthead #site-title.title-width {
        margin-top: 6px;
    }

}

@media (min-width: 568px) {

    #site-title a {
        font-size: 24px;
    }

    #site-title a span {
        font-size: 14px;
    }

    header#masthead #site-title.title-width {
        margin-top: 10px;
    }

    #nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right {
        top: -85px;
    }

}

@media (max-width: 600px) {
    #mega-menu-wrap-main #mega-menu-main {
        background: #2f749a !important;
    }

    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus {
        background: #2f749a !important;
    }
}

@media (min-width: 700px) {

    #nav-outer #site-navigation .mega-menu-toggle .mega-toggle-blocks-right {
        top: -94px;
    }

}

@media (min-width: 768px) {

    #langs .top {
        display: block;
    }

    #langs .bottom {
        display: block;
    }

    /*#title_hero_photo {min-height: 400px;}*/
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link { /* add border for active menu */
        /*border-bottom: solid 3px;*/
        /*padding-bottom: -3px;*/
    }

    #mega-menu-wrap-main #mega-menu-main[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main #mega-menu-main[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        background-color: rgba(241, 241, 241, 0.8) !important; /* add menu transparency */
    }

    #mega-menu-wrap-main #mega-menu-main li.mega-menu-item-has-children > a.mega-menu-link:after { /* remove arrow for sub-items */
        content: '' !important;
        margin: 0 !important;
    }

    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
        color: #2f749a !important;
    }

    #mega-menu-wrap-main .menu-item a:link, #mega-menu-wrap-main .menu-item a:visited {
        color: #3a3a39;
    }

    #mega-menu-wrap-main li {
        margin-bottom: 0;
    }
    #mega-menu-wrap-main li.mega-wpml-ls-slot-8 {
        display: none !important;
    }
    #mega-menu-wrap-main li#mega-menu-3831-0,
    #mega-menu-wrap-main li#mega-menu-4048-0,
    #mega-menu-wrap-main li#mega-menu-4051-0,
    #mega-menu-wrap-main li#mega-menu-4404-0,
    #mega-menu-wrap-main li#mega-menu-4406-0,
    #mega-menu-wrap-main li#mega-menu-4408-0 {
        display: none;
    }
    #mega-menu-wrap-main li#mega-menu-3831-1 {}
    #mega-menu-wrap-main li#mega-menu-3831-1 > ul {}
    #mega-menu-wrap-main li#mega-menu-3831-1 > ul > li {
        width: 20% !important;
    }
    #mega-menu-wrap-main li > ul > li h4 {
        font-size: 14px !important;
    }
    #mega-menu-wrap-main li > ul > li li a {
        padding: 6px 0 !important;
        font-size: 12px !important;
    }

    #menu-about-last-column .menu-item, #menu-about-last-column .menu-item {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
    }

    #menu-about-last-column .menu-item a:link,
    #menu-about-last-column .menu-item a:visited {
        /*color: #2f749a;*/
        /*font-size: 16px;*/
        /*font-weight: bold;*/
        /*text-transform: uppercase;*/
    }

    /* style out supporters menu, its a hack :( */
    #mega-menu-item-4051 .mega-sub-menu .menu-item a:link,
    #mega-menu-item-4051 .mega-sub-menu .menu-item a:visited,
    #mega-menu-item-4408 .mega-sub-menu .menu-item a:link,
    #mega-menu-item-4408 .mega-sub-menu .menu-item a:visited {
        color: #2f749a;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media (min-width: 1100px) {

    #mega-menu-wrap-main li > ul > li h4 {
        font-size: 15px !important;
    }
    #mega-menu-wrap-main li > ul > li li a {
        padding: 6px 4px !important;
        font-size: 14px !important;
    }

}

@media (min-width: 650px) {

    header#masthead #site-title.title-width {
        margin-top: 26px;
    }

    .regatta-register-button-menu:link, .regatta-register-button-menu:visited, .regatta-register-button-menu:hover {
        margin: 80px auto 0;
        padding: 10px !important;
        background-color: #2f749a !important;
        color: #fff !important;
        font-size: 16px;
        border-radius: 5px;
        display: block;
        text-transform: uppercase;
        text-align: center;
        max-width: 180px;
    }
}

@media (min-width: 768px) {

    #site-title {
        margin-top: 5px;
    }

    #site-title a {
        font-size: 28px;
    }

    #site-title a span {
        font-size: 16px;
    }

    header#masthead #site-title.title-width {
        margin-top: 4px;
    }
   header#masthead #logo.logo-width a img {
		margin-top: 5px;
    }

}

@media (min-width: 900px) {

    header#masthead #site-title.title-width {
        margin-top: 12px;
    }

    header#masthead #logo.logo-width a img {
        width: auto;
        max-width: 150px; 
    }
   header#masthead #logo.logo-width a img {
		margin-top: 12px;
    }

}

@media (min-width: 992px) {

    #content-container #main {
        margin-bottom: 0;
    }

}

@media (min-width: 1024px) {

    #site-title {
        margin-top: 13px;
    }

    #site-title a {
        font-size: 32px;
    }

    #site-title a span {
        font-size: 18px;
    }

    header#masthead #site-title.title-width {
        padding: 0;
    }
    header#masthead #site-title.title-width a {
        font-size: 35px;
    }

    body.french #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px;
    }
	   header#masthead #logo.logo-width a img {
		margin-top: 13px;
    }

/* allow for larger logo on larger screens */
    header#masthead #logo.logo-width a img {
		margin-top: 13px;
        width: 100%;
/*		height: 120px; */
    }
}

@media (min-width: 1100px) {

    body.french #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px;
    }

}

@media (min-width: 1200px) {

    body.french #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
        padding: 0px 10px;
    }

    header#masthead #site-title.title-width {
        margin-top: 8px;
    }
    header#masthead #site-title.title-width a {
        font-size: 40px;
    }


}

.footer-additional-text {
    margin: 1rem 0 0 0;
    padding: 5rem 15px;
    text-align: center;
    background-color: #efefef;
}

.footer-additional-text h3 {
    font-size: 1.6em;
    /*font-weight: normal;*/
    margin: 0 auto 24px;
    color: #2f749a;
}

.footer-additional-text a {
    text-decoration: none;
}

.footer-additional-text a.btn {
    margin-top: 10px;
}

.footer-additional-text p {
    white-space: normal;
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}



.footer-hero-painting {
    margin: 0;
    padding: 3rem 15px;
    text-align: center;
    background-color: #f3c05c;
}

.footer-hero-painting h4 {
    font-weight: normal;
    margin: 1.5rem auto 1.5rem;
    color: #fff;
}

.footer-hero-painting a {
    text-decoration: none;
}

.footer-hero-painting img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-hero-painting p {
    white-space: normal;
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}
.footer-hero-painting p.learn-more {
    margin-top: 20px;
}
.footer-hero-painting p.learn-more a {
    display: inline-block;
    background: #2f749a;
    /*height: 40px;*/
    /*line-height: 40px;*/
    color: #fff;
    padding: 010px 16px;
    border-radius: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.footer-hero-painting p.learn-more a:hover {
    text-decoration: none;
    background: #1e516c;
}

.footer-hero-about {
    padding: 3rem 0;
    background-size: cover;
    background-position: center center;
}

.footer-hero-about h4 {
    text-transform: uppercase;
}
.footer-hero-about h4 .strap {
    display: block;
    font-size: 0.8em;
}

.footer-hero-about-well,
.footer-hero-instagram {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3rem;
}
.footer-hero-instagram {
    margin: 20px 0;
}
.footer-hero-about-well.footer-news {}
.footer-hero-about-well.footer-news h5 {margin: 20px 0 10px;}
.footer-hero-about-well.footer-news h5 a {color: #3889b6;}
.footer-hero-about-well.footer-news .excerpt {}
.footer-hero-about-well.footer-news a.footer_news_thumbnail {display: block;text-align: center;}
.footer-hero-about-well.footer-news a.footer_news_thumbnail img {width: 100%;}

.footer_button_container {}
.footer_button_container .footer_button_inner {text-align: center;}
.footer_button_container .footer_button_inner a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    border: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #517fa4;
    color: #fff !important;
}
.footer_button_container .footer_button_inner a:hover {
    opacity: .85;
}
.footer-facebook .footer_button_container {
    margin-top: 10px;
}
.footer-facebook .footer_button_container a i {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .footer-hero-about-well {
        min-height: 435px;
    }
    .footer-hero-instagram {
        margin: 0;
    }
}


.footer-hero-about li a:link, .footer-hero-about li a:visited {
    color: rgb(58, 58, 57);
}

.footer-hero-about .shareSection {
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 1.5rem;
}

.footer-hero-about .shareSection .shareRow .shareCell {
    width: 50%;
    float: left;
}

.home footer {
    margin-top: 0;
}

.main-sponsors {}
.main-sponsors li .left img {width: 100%;}
#main ul.main-sponsors li .right {width: 68%;margin-left: 4%;}


#nav-outer-sticky-wrapper {
    z-index: 99999;
    position: relative;
}





body.home #content iframe {display: block; margin: 0 auto;}
@media (min-width: 768px) {

    body.home #content iframe {
        width: 100% !important;
        min-height: 410px;
    }

}
@media (max-width: 767px) {

    a.btn.btn-1 {
        margin-bottom: 10px;
    }

}

#gform_confirmation_wrapper_7,
#gform_confirmation_wrapper_6 {
    border-top: 2px solid #3889b6;
    padding: 14px 0;
    text-align: center;
    border-bottom: 2px solid #3889b6;
    margin-top: 20px;
    line-height: normal;
    color: #3889b6;
}

/* Fastnet Marketing - FINISH */




img.mobile-center {
	display: block;
    margin: 0 auto 1em;
	float: none;
}



.programme {padding: 14px;margin-bottom: 20px; clear: both;}
.programme.odd {background: #dae2f1; border-top: 1px solid #9ca8be;}
.programme.even {background: #fff;}

.programme .left {clear: both; float: none;}
.programme .right {float: none;}
.programme .full {clear: both;margin-bottom: 11px;}

@media (min-width: 600px) {
    .programme .left {float: left; width: 20%;}
    .programme .right {float: left; width: 78%; margin-left: 2%;}
    .programme .full {margin-bottom: 8px;}

	img.mobile-center {
		display: block;
    	margin: 0 0 1em 1em;
		float: right;
	}
}

@media (min-width: 768px) {
    .programme .left {width: 15%;}
    .programme .right {width: 83%;}
}

@media (min-width: 1200px) {
    .programme .left {width: 15%;}
    .programme .right {width: 83%;}
}




#content img {
    max-width: 100%;
    height: auto;
}

/* charlie hussey. 2020 additions */

/* used in header.php */
p.regattadate{
	margin-top: 0.2em;
	font-size: 0.5em;
    color: #ffffff;
	
}
p.laplusbelle {
	margin-top: 01.em;
	text-transform: none;
	font-size: 0.6em;
	color: #ffffff;
	font-style: italic;
	
}