/*
Theme Name:     Eventure Child
Theme URI:      http://themolitor.com
Description:    Child theme for the Eventure theme
Author:         Free Thinking Design
Author URI:     http://freethinkingdesign.co.uk/
Template:       eventure-child
Version:        0.1.0
*/
@import url("/web/20181211155244cs_/http://www.idea1.org.uk/wp-content/themes/eventure-child/orig-style.css");

/*GLOBALS */

html, body {
    height: 100%;
    width: 100%
}

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

ul.unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}

iframe {
    display: block;
}

#topMobile {
    display: none;
}

/* -----PAGE STUFF-----*/
.wrapper {
    margin: 0 auto;
    width: 900px;
    position: relative;
    padding: 0 60px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*#wrapper #content  {*/
/*background: #fff;*/
/*}*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.ca {
    clear: both;
}

.visible-phone {
    display: none;
}

.visible-desktop {
    display: block;
}

.visible-print {
    display: none;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn:hover {
    color: #fff !important;
}

.btn .large {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.orange {
    background-color: #ff8a00;
}

.btn.orange:hover {
    background-color: #DD6F00;
}

.btn.red {
    background-color: #d8013d;
}

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

.btn.green {
    background-color: #509936;
}

.btn.green:hover {
    background-color: #407A2B;
}

.btn.sidebar-btn {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
}

#commentform input[type="submit"],
input[type="submit"] {
    cursor: pointer;
    background: #d8013d;
    border: none;
    color: #f8f8f8;
    padding: 10px 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.3em;
    font-family: 'PT Sans', sans-serif;
}

#commentform input[type="submit"]:hover,
input[type="submit"]:hover {
    color: #000;
}

/* -----BODY STUFF----- */
html {
    height: 100%
}

body {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    background-color: #fff; /* #efefef; */
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    font-size: 14px;
    line-height: 20px;
}

/* -----A TAG STUFF----- */
a {
    text-decoration: none;
    -moz-transition: color 0.20s linear;
    -webkit-transition: color 0.20s linear;
    -o-transition: color 0.20s linear;
}

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

p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    /*font-family: sans-serif*/
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

#wp-calendar caption {
    text-transform: uppercase;
    color: #509936;
}

/*-----HOVER ANIMATION STUFF------*/
/* FOR REF THESE ARE ON:
ol.flex-control-nav li a,
li.box a,
.dateInfo,
#wp-calendar td a,
#commentform input[type="submit"],
input[type="submit"],
#postNav .pagenav a,
#theTags a,
#tagLine a,
#dropmenu li a,
#dropmenu li,
#dropmenu li a,
#tagLine a,
#theTags a,
.widget_tag_cloud a,
#postNav a,
.sliderInfo a,
.flex-direction-nav li a,
.dateInfo,
ul#detailsTabs > li */
li.box a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

h2.posttitle {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
}

h2#postTitle {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 0;
}

h2 {
    font-family: 'PT Sans', sans-serif;
    /* font-size: 2.5em; */
    font-style: italic;
    /*  line-height: 48px; */
    text-transform: uppercase;
}

#logoWrap {
    top: 40px;
    position: relative;
    height: 340px;
}

.fullWrapper {
    width: 100%;
}

.innerWrap {
    margin: 0px auto;
    /*width: 70%;*/
    width: 990px;
    position: relative;
}

/* quick fix for logo not showing in IE or FF */
a#logo {
    width: 100%;
    height: 100%;
}

#logob {
    position: absolute;
    z-index: 40;
    background: #222222;
    width: 45%;
    height: 8px;
    top: 200px;
}

#logon {
    position: absolute;
    z-index: 50;
    top: 0px;
    left: 0px;
}

#logot {
    position: absolute;
    z-index: 60;
    top: 120px;
    left: 85px;
}

/* -----PAGE STUFF-----*/
/*#wrapper {*/
/*margin: 30px auto;*/
/*width: 64%;*/
/*position: relative;*/
/*padding: 0 60px 135px;*/
/*background: #ffffff;*/
/*-webkit-box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*box-shadow: none;*/
/*}*/

#wrapper {
    /*margin: 30px auto;*/
    /*width: 64%;*/
    position: relative;
    padding: 0 60px 10px; /* 135px; */
    background: none !important;
    z-index: 100 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header {
    margin-top: 164px;
    margin-bottom: 40px;
}

#toppanel {
    height: 40px;
    background: #000 url('/wp-content/themes/eventure-child/images/headPattern.gif') repeat;
}

#wpadminbar {
    /*  background: none !important;
      background-image: none !important; */
    position: absolute !important;
    top: 40px !important;
}

#toppanel #searchform {
    position: absolute;
    right: 0px;
    width: 248px;
    /*  padding: 0px 20px; */
    height: 40px;
    /*border-right: 13px #d8013c solid;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #222;

}

#searchform .submit-arrow {
    display: block;
    height: 39px;
    width: 20px;
    float: right;
    padding-right: 2px;
    background-color: #d8013d;

}

#searchform .submit-arrow:hover {
    background-color: #c10137;
}

#searchform .submit-arrow #searchsubmit {
    cursor: pointer;
    padding: 11px 0 10px 15px;
    float: right;

}

#searchform #searchsubmit:hover {
    text-decoration: none;
}

#searchform #s {
    background: #000;
    color: #fff;
    line-height: 38px;
    height: 40px;
    margin-top: 0px;
    width: 240px;
    padding: 0px 4px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    right: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 14px
}

#navigation {
    width: 95%;
    padding-left: 5%;
    background: #fff;
    opacity: 0.9;
}

#navigation a {
    text-decoration: none;
}

#dropmenu {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 400;
}

#dropmenu li {
    list-style: none;
    position: relative;
    display: inline;
    float: left;
    line-height: 40px;
}

#dropmenu li a {
    display: block;
    line-height: 40px;
    color: #444444;
    font-size: 13px;
    padding: 0 7px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 0 2px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #fff;
}

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

#dropmenu li ul {
    list-style: none;
    display: none;
    position: absolute;
    width: 200px;
    z-index: 300;
    top: 40px;
    left: 0;
    text-align: left;
}

#dropmenu li ul li {
    position: relative;
    clear: both;
}

#dropmenu li ul li a {
    line-height: 40px;
    background: #fff;

}

/* DC NAV STUFF */
#dropmenu li ul li a {
    border-left: #509936 6px solid;
    padding-left: 4px;
}

/* DC NAV STUFF */

#dropmenu li ul li ul {
    position: absolute;
    top: 0;
    left: -200px;
}

#dropmenu li ul li ul li {
    float: right;
}

#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul {
    display: none;
}

#dropmenu li:hover ul,
#dropmenu li li:hover ul,
#dropmenu li li li:hover ul,
#dropmenu li li li li:hover ul {
    display: block;
}

#dropmenu li.current-menu-item > a,
#dropmenu li.current-menu-ancestor > a,
#dropmenu li.current-menu-parent > a {
    background: #272727;
    color: #f8f8f8;
}

#dropmenu li.current-menu-item > a:hover,
#dropmenu li.current-menu-ancestor > a:hover
#dropmenu li.current-menu-parent > a:hover {
    color: #000;
}

/*---FORM STUFF---*/
input[type="text"], input[type="password"] {
    padding: 8px;
    width: 250px;
    margin: 5px 5px 0 0;
    border: none;
    background: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/*---------------------------------*/
/*----- RESPONSIVE STUFF ----------*/
/*---------------------------------*/
@media screen and (max-width: 440px) {
    input[type="text"], input[type="password"] {
        width: 80%;
    }
}

/*/mediaquery*/

textarea {
    padding: 8px;
    width: 90%;
    font-family: sans-serif;
    font-size: 12px;
    border: none;
    margin: 5px 0;
    background: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/*<<<<<<--TAGLINE STUFF--*/
#tagLine {
    text-align: left;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: italic;
    border: 0px !important;
    padding: 0px;
    width: 100%;
    margin: 0 auto 30px;
    color: #272727;
    text-transform: uppercase;
}

#tagLine a {
    background: none;
    padding: 0px;
    color: #509936;
    font-size: inherit;
    font-weight: bold;
    text-decoration: underline;
}

#tagLine a:hover {
    color: #509936;
    /* background: none; */
}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width: 1040px) {
    #tagLine {
        padding: 0 0 55px;
        width: 100%;
    }
}

/*/mediaquery*/
@media screen and (max-width: 890px) {
    #tagLine {
        font-size: 24px;
    }

    #tagLine a {
        font-size: 20px;
    }
}

/*/mediaquery*/
@media screen and (max-width: 740px) {
    #tagLine {
        font-size: 22px;
        padding: 0 0 40px;
    }

    #tagLine a {
        font-size: 18px;
    }
}

/*/mediaquery*/
@media screen and (max-width: 590px) {
    #tagLine {
        text-align: left;
        line-height: 30px;
    }
}

/*/mediaquery*/

/*--TAGLINE STUFF-->>>>>>*/

/*--FONT COLOR STUFF--*/
#wp-calendar #prev a,
#wp-calendar #next a,
#copyright a:hover,
a {
    color: #509936;
    text-decoration: underline;
}

/*--BACKGROUND COLOR STUFF--*/
li.box a:hover,
.dateInfo:hover,
#wp-calendar td a:hover,
#commentform input[type="submit"]:hover,
input[type="submit"]:hover,
#postNav .pagenav a:hover,
#theTags a:hover,
    /* #tagLine a:hover, */
.sliderInfo a:hover
  /* .flex-direction-nav li a:hover, */
  /* #dropmenu li a:hover */
  {
    background-color: #272729;
    color: #fff;
}

#dropmenu li a:hover {
    background-color: #509936;
}

#dropmenu li.idea-tv a:hover {
    background-color: #ff8a00;
}

.flex-direction-nav li a:hover {
    background-color: #509936;
}

.flex-direction-nav li a.prev,
.flex-direction-nav li a.next {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex-direction-nav li a.prev {
    background-image: url('/wp-content/themes/eventure-child/images/leftarrow.png');
}

.flex-direction-nav li a.prev:hover {
    background-image: url('/wp-content/themes/eventure-child/images/leftarrow-hl.png');
}

.flex-direction-nav li a.next {
    background-image: url('/wp-content/themes/eventure-child/images/rightarrow.png');
}

.flex-direction-nav li a.next:hover {
    background-image: url('//wp-content/themes/eventure-child/images/rightarrow-hl.png');
}

/*--SLIDER STUFF---*/
#slider {
    margin-bottom: 70px;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url('/wp-content/themes/eventure/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.slides {
    max-height: 350px;
}

#slider li {
    position: relative;
}

#slider img {
    display: block;
    width: 100%;
}

.sliderInfo {
    position: absolute;
    left: 0;
    top: 135px;
    font-weight: bold;
    letter-spacing: 1px;
}

.sliderInfo a {
    color: #f8f8f8;
    display: inline-block;
    background-color: #000;
    background: rgba(0, 0, 0, .85);
    text-decoration: none;
}

.sliderInfo a:hover {
    cursor: pointer;
    color: #fff;
}

.sliderTitle {
    padding: 15px 30px;
    font-size: 20px;
}

.sliderDate {
    background: #000;
    color: #f8f8f8;
    width: 145px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    display: inline-block;
    float: left;
    background: #000;
    background: rgba(0, 0, 0, .85);
}

.sliderInfo a:hover {
    background-color: #509936;
}

ol.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -14px;
    left: 0;
}

ol.flex-control-nav li {
    float: left;
    margin: 0 0 0 2px;
}

ol.flex-control-nav li:first-child {
    margin-left: 0;
}

ol.flex-control-nav li a {
    display: inline-block;
    height: 12px;
    width: 100px;
    background: #ddd;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {
    background: #000;
}

.flex-container a:active,
.flexslider a:active {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider .slides > li {
    display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
#slider .slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-direction-nav {
    position: absolute;
    width: 70px;
    height: 35px;
    top: 185px;
    left: 145px;
    z-index: 998;
}

.flex-direction-nav li a {
    height: 35px;
    width: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    background: #000;
    color: #f8f8f8;
    background: rgba(0, 0, 0, .85);
    text-decoration: none;
}

.flex-direction-nav li a:hover {
    color: #000;
}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width: 1040px) {
    #slider {
        height: 292px;
        margin-bottom: 55px;
    }

    #slider img {
        height: 100%
    }

    .sliderInfo {
        top: 110px;
    }

    .sliderTitle {
        font-size: 18px;
    }

    .flex-direction-nav {
        top: 160px;
    }
}

/*/mediaquery*/
@media screen and (max-width: 890px) {
    #slider {
        height: 233px;
    }

    .sliderInfo {
        top: 85px;
    }

    .sliderTitle {
        font-size: 16px;
    }

    .flex-direction-nav {
        top: 139px;
    }
}

/*/mediaquery*/
@media screen and (max-width: 740px) {
    #slider {
        height: 175px;
    }

    .sliderInfo {
        top: 55px;
    }

    .sliderTitle {
        font-size: 12px;
    }

    .flex-direction-nav {
        top: 103px;
    }
}

/*/mediaquery*/
@media screen and (max-width: 590px) {
    #slider {
        height: 117px;
    }

    .sliderTitle {
        padding: 5px 10px;
    }

    .sliderDate {
        display: none;
    }

    .sliderInfo {
        top: inherit;
        bottom: 117px;
    }

    .flex-direction-nav {
        display: none;
    }
}

/*/mediaquery*/
@media screen and (max-width: 440px) {
    #slider {
        height: 93px;
    }

    .sliderInfo {
        top: inherit;
        bottom: 93px;
        font-size: 10px;
    }

    .flex-direction-nav {
        display: none;
    }
}

/*/mediaquery*/

/* --CALENDAR STUFF--*/

#filter {
    clear: both;
}

#filter h3 {
    float: right;
    font-size: 0.9em;
    line-height: 1;
    margin-right: 6px;
    margin-bottom: 0px;
}

#filter li {
    display: inline;
    font-size: 1.3em;
    line-height: 48px;
    margin: 0 1px 0 0;
}

#filter li a {
    color: #509936;
    text-transform: uppercase;
    font-weight: bold;

    line-height: 48px;
    display: inline-block;
}

#filter li a:hover,
#filter li a.active {
    color: #509936;
}

#filter.opportunity-events li a {
    color: #d8013d;
}

#filter.opportunity-events li a.active {
    color: #272727;
}

#filter.opportunity-events li a:hover {
    background: #272727;
    color: #fff;
}

#navMiniLogo {
    display: none;
    width: 30px;
    position: relative;
    left: 0px;
    margin-top: 5px;
    float: left;
}

#navigation.sticky .navWrap {
    width: 960px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

#navigation.sticky {
    top: 59px !important;
    width: 100% !important;
    -webkit-box-shadow: 0px 7px 10px -5px rgba(7, 7, 7, 0.4);
    box-shadow: 0px 7px 10px -5px rgba(7, 7, 7, 0.4);
    text-align: center;
    z-index: 999;
}

#navigation.sticky ul {
    width: 900px;
    margin: 0 auto;
    padding-left: 0;
}

#filter.sticky {
    z-index: 2000;
    width: 100%
}

#filterStickyWrapper {
    width: 100% !important;
    left: 0 !important;
    text-align: right;
}

#filterStickyWrapper #filter {
    width: auto !important;
    text-align: right !important;
    left: auto !important;
}

#filterStickyWrapper #filter ul {
    float: right;

}

#filterStickyWrapper #filter h2 {
    display: inline;
    float: left;
    color: #509936;
}

#filterStickyWrapper #filter h3 {
    display: inline;
    float: right;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 48px;
}

#filterStickyWrapper .blackBar {
    background: none;
}


li.postEvent .running-title  {
  color: #a0a0a0;
  font-weight: normal;
}

#dateList, #runningDateList {
    border-top: 6px solid #272729;
    border-right: 0px solid #272729;
    float: left;
    background: url('/wp-content/themes/eventure-child/images/headPattern.gif') repeat;
    width: 100%;
}

#dateList li.postEvent, #runningDateList li.postEvent {
    background: #fff;
}

#runningDateList li.postEvent, #dateList li.postEvent.currentlyRunning {
    background: #d2d2d2;
}

/*Text that sits just after the calendar view*/
.month-detail p {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 1.2em;
}

/* Calendar control */
.dateListControls {
    width: 100%;
    background: #222;
    clear: left;
    text-align: right;
    float: left;
}

.dateListControls label {
    color: #fff;
    font-weight: bold;
}

.dateListControls select {
    margin: 10px 10px 8px;
}

/* Nav which sits below the calendar on "archive" pages */
.calendar-month-nav {
    font-size: 1.2em;
}

.month-link {
    margin: 10px 0 10px;
}

.previous-calendar-month {
    display: inline-block;
    float: left;
}

.next-calendar-month {
    display: inline-block;
    float: right;
}

.calendar-month-nav a.next-calendar-month .icon {
    background-position: -4px -40px;
}

li.box {
    display: block;
    float: left;
    height: 150px;
    width: 148px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border: solid #272729;
    border-width: 0px 1px 6px 1px;
    font-weight: bold;
}

li.box.hideMe {
    /*display: none;*/
}

li.box a {
    display: block;
    height: 150px;
    width: 122px;
    padding: 7px 14px 0px 14px;
    color: #272727;
    text-decoration: none;
}

li.box a.peterborough-presents-badge {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    opacity: 0.70;
}
li.box a.peterborough-presents-badge:hover {
    background: none;
    height: auto;
    width: 90px;
    text-decoration: underline;
    font-size: 1.6em;
    opacity: 0.95;
}

li.box a:hover {
    color: #fff;

}

li.box.fakeEvent {
    border-color: transparent;
}

li.box .theDay {
    font-size: 3em;
    line-height: 50px;
    color: #509936;
    float: left;
}

span.multiday-label {
  width: auto;
  display: block;
  font-size: 0.8em;
  background-color: #f19338;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 10px;
}

.opportunity-events li.box .theDay {
    font-size: 3em;
    line-height: 50px;
    color: #d8013d;
    float: left;
}

li.box .theTime {
    text-transform: uppercase;
    float: left;
    margin-top: 7px;
    width: 50%;
    font-size: 1em;
    line-height: 1.3em;
    margin-left: 10px
}

li.box .theTitle {
    font-size: 1em;
    line-height: 1em;
    font-family: inherit;
    letter-spacing: .5px;
    font-style: italic;
    margin-top: 10px;
    clear: both;
}

li.box .theTitle span {
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 8px 0;
    margin-bottom: 8px;
    background: #000;
    color: #f8f8f8;
    font-size: 9px;

    font-family: sans-serif;
    font-style: normal;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

li#theEnd {
    background: #fff;
    color: #272727;
    line-height: 1;
    text-align: center;
    border-right: 2px solid #272727;
}

li#theEnd a {
    width: auto;
    padding: 14px 7px 0;
}

li.monthYear {
    background: url('/wp-content/themes/eventure-child/images/monthRepeat.gif') repeat;
    color: #f8f8f8;
    text-transform: uppercase;
    cursor: default;
    /*border-right-color: #509936;*/
    /*border-left-color: #509936;*/
}

li.monthYear a:hover {
    background: url('/wp-content/themes/eventure-child/images/monthRepeat.gif') repeat !important;
}

.opportunity-events > li.monthYear {
    background: url('/wp-content/themes/eventure-child/images/pink-striped-bg.png') repeat;
    color: #f8f8f8;
    text-transform: uppercase;
    cursor: default;
}

.opportunity-events > li.monthYear a:hover {
    background: url('/wp-content/themes/eventure-child/images/pink-striped-bg.png') repeat !important;
}

/*ANIMATE*/
li.monthYear a span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

li.monthYear a:hover span {
    padding-left: 20px;
}

li.monthYear a.dateLink {
    padding: 0px 0px 0px 14px;
    color: #f8f8f8;
    height: 150px;
    width: 134px;
    font-size: 2em;
    font-weight: normal;
}

li.monthYear a.dateLink:hover {
    color: #fff;
}

li.monthYear span {
    letter-spacing: -1px;
    padding-top: 20px;
    display: block;
    font-size: 1.7em;
}

li.monthYear span.started-in {
  letter-spacing: normal;
  padding:10px 0 0 0;
  font-size: 0.5em;
}

a.thumbLink {
    border-bottom: none;
}

.smallMeta {
    margin: 0 0 10px;
}

#socialIcons {
    width: 33%;
    float: left;
}

.widget_calendar h3 {
    display: inline;
}

.widget_tag_cloud a {
    color: #FFF;
    text-decoration: none;
    background-color: #272727;
}

.widget_tag_cloud a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* Added by Matt R. Need to change these based on media queries */

.ideaForm.event {
    width: 600px;
}

.ideaForm.event .event-form-row, .ideaForm.post .event-form-row {
    margin: 10px 0;
}

.ideaForm.event .event-form-row.category-select {
    margin: 10px 0 25px 0;
}

.ideaForm.event .event-form-row p.break {
    font-family: 'PT Sans', sans-serif;
    margin: 15px 0;
    font-size: 0.925em;
    font-weight: bold;
}

.ideaForm.event .event-form-row p.help {
    color: #777777;
    font-weight: normal;
}

.ideaForm.event .event-form-row p.help.google-map {
    color: #777777;
    font-weight: normal;
    margin-top: 4px;
}

.ideaForm.event .event-form-row p.error, .ideaForm.post .event-form-row p.error {
    color: #FF2E00;
    font-weight: normal;
}

.ideaForm.event h3, .ideaForm.post h3 {
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    padding-top: 20px;
    border-top: 1px solid #cdcdcd;
    margin-top: 25px;
}

.ideaForm.event h3.first {
    border: 0 none;
    padding-top: 0;
    margin-top: 0;
}

.ideaForm.event h3 span {
    background-color: #509936;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 15px;
    margin-right: 2px;
    padding: 2px 10px;
    font-style: normal;
    vertical-align: top;
}

.ideaForm.event .sbHolder {
    margin-left: 10px;
}

.ideaForm.event label.description {
    margin-bottom: 10px;
    display: block;
}

.ideaForm.event .error, .ideaForm.post .error {
    background: #f7e700;
    font-size: 12px;
    line-height: 33px;
    padding: 0 12px;
    width: auto;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: none;
    color: #222;
    font-size: 1em;

}

.ideaForm.event .error.right, .ideaForm.post .error.right {
}

.ideaForm.event .event-form-row.image-main, .ideaForm.event .event-form-row.image-fence, .ideaForm.event .image-secondary {
    padding: 10px 0;
}

.ideaForm.event input[type="file"] {
    border: 0;
}

.ideaForm.event .event-form-row.image-fence, .ideaForm.event .image-secondary {
    border-top: 1px dashed #cdcdcd;
}

/* Reiterating the crap styles inherited by the theme so that they target email inputs */

.ideaForm input[type="text"], .ideaForm input[type="email"], .ideaForm input[type="password"] {
    padding: 8px;
    width: 250px;
    margin: 5px 5px 0 0;
    background: #fff;
    border: 3px solid #A7CC99;
    background-color: #ffffff;
    margin-left: 10px;
}

/* Theme my login overrides */
.ideaForm .forgetmenot, .ideaForm .other-form-info {
    margin-left: 185px;
}

.login ul.tml-action-links {
    padding: 20px 0 10px 0;
    margin: 10px 0 0;
    border-top: 1px solid #cdcdcd;
}

.login ul.tml-action-links li {
    color: #509936;
    list-style-position: inside;
}

.login ul.tml-action-links li a {
    color: #222;
}

/* Theme my login overrides end*/

/* Edit Profile Frontend start*/
.profile .disabled-input input {
    cursor: not-allowed;
    background: #ebebeb;
    border-color: #cdcdcd;
}

.profile form.ideaForm .sbOptions {
    left: -28px;
}

.profile form.ideaForm .sbHolder {
    margin-left: 10px;
}

.profile #pass-strength-result {
    float: none;
    padding: 3px;
    background-color: #ececec;
    margin: 10px 0;
}

.profile #pass-strength-result.bad {
    background-color: #ff8287;
}

.profile #pass-strength-result.short {
    background-color: #cd3e3d;
}

.profile #pass-strength-result.good {
    background-color: #f19338;
}

.profile #pass-strength-result.strong {
    background-color: #6eb661;
}

/* Edit Profile Frontend end*/
.ideaForm input[type="file"] {
    border: 3px solid #A7CC99;
    background-color: #ffffff;
    margin-left: 10px;
}

.ideaForm textarea {
    border: 3px solid #A7CC99;
    background-color: #ffffff;
    margin-left: 10px;
    width: 250px;
}

.ideaForm input.long {
    width: 450px;
}

.ideaForm input.med {
    width: 365px;
}

.ideaForm div.category-select {
    margin: 5px 5px 0 0;
    display: inline-block;
    width: 381px;
    border: 3px solid #A7CC99;
    margin-left: 10px;
}

.chzn-choices {
    border: none !important;
}

.chzn-container .chzn-results .highlighted {
    background: none !important;
    background-color: #519838 !important;
    filter: !important;
}

.chzn-container .chzn-results .active-result {
    color: #519838;
}

.ideaForm input.small {
    width: 152px;
}

.ideaForm input.x-small {
    width: 70px;
}

.ideaForm input.no-label-long {
    margin-left: 184px;
}

.ideaForm label {
    font-size: 0.925em;
    font-weight: bold;
}

.ideaForm label span {
    color: #777777;
    text-align: right;
    float: right;
    font-weight: normal;
}

.ideaForm label.long {
    width: 170px;
    display: inline-block;
}

.ideaForm label.med {
    width: 140px;
    display: inline-block;
}

.ideaForm label.small {
    width: 85px;
    display: inline-block;
}

.ideaForm label.small.last {
    width: 70px;
    display: inline-block;
    margin-left: 31px;
}

.ideaForm label.x-small {
    width: 45px;
    display: inline-block;
    margin-left: 20px;
}

/* ContactForm 7 */

.ideaForm .submit input {
    margin-left: 185px;
}

div.wpcf7-response-output {
    padding: 1%;
    width: 88%;
    margin-left: 0;
}

.wpcf7-validation-errors {
    background-color: #f7e700;
    color: #222;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.wpcf7 span.wpcf7-not-valid-tip {
    background: #f7e700;
    font-size: 12px;
    line-height: 33px;
    padding: 0 12px;
    width: auto;
    display: block;
    top: -8px;
    left: 13px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: none;
}

/* Contact From 7 Validation End */

.event-sidebar, .general-sidebar {
    width: 250px;
    float: right;
}

.event-sidebar .event-countdown {
    width: 100%;
    height: 100px;
    background: url('/wp-content/themes/eventure-child/images/pink-striped-bg.png') #d8013c;
    color: #FFFFFF;
    font-size: 1.2em;
    padding-top: 10px;
}

.event-sidebar .event-countdown h3 {
    margin: 5px 0 0 20px;
    font-size: 1em;
}

.event-sidebar .see-extra-details {
    display: none;
}

.event-sidebar .event-peterborough-presents {
    width: 100%;
    background: url('/wp-content/themes/eventure-child/images/pink-striped-bg.png') #d8013c;
    margin-top: 20px;
    height: 52px;
    /*overflow: hidden;*/
}

.event-sidebar .event-peterborough-presents img {
    vertical-align: middle;
    height: 64px;
    margin-top: -6px;
}
.event-sidebar .event-peterborough-presents a {
    padding: 0px 20px;
    color: #F8F8F8;
    text-decoration: none;
    font-weight: bold;
}

#cntdwn {
    margin: 0 0 20px 20px;
    display: inline-block;
    font-style: italic;
}

#cntdwn span {
    color: #FFFFFF;
    font-size: 1.8em;
    font-style: normal;
    font-weight: bold;
}

.event-details {
    padding: 10px 0;
    background: url('/wp-content/themes/eventure-child/images/grey-striped-bg.png') #272727;

    margin-top: 20px;
}

.event-details p, .event-details h3, .event-details h4, .event-details h5 {
    margin-left: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.event-details a {
    font-weight: normal;
}

.event-details h3 {
    color: #509936;
}

.event-details .time {
    margin-top: -22px;
}

.event-details h3 span {
    color: #FFFFFF;
    font-size: 0.6em;
    font-weight: normal;
}

.event-post {
    width: 600px;
    float: left;
}

.sidebar-list {
    list-style: none;
    float: left;
}

.entry .event-gallery {
    list-style: none;
    margin-top: 30px;
}

.event-gallery li {
    float: left;
}

/* As with above, need to be responsive. Not sure what the design is going to look like so just put basis in place */

.event.type-event, .opportunity.type-opportunity {
    margin-bottom: 55px;
    position: relative;
    overflow:hidden;
}

.opportunity a.peterborough-presents-badge, .event a.peterborough-presents-badge  {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    height: 52px;
    width: 52px;
    padding: 0;
    margin: 0;
    opacity: 0.85;
    z-index: 9999;
}
.opportunity a.peterborough-presents-badge:hover, .event a.peterborough-presents-badge:hover {
    background: none;
    height: auto;
    width: 92px;
    text-decoration: underline;
    font-size: 1.6em;
}


.event-snippet {
    border-top: 5px solid #272727;
    width: 100%;
}

.event-snippet a.date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 130px;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #272727;
    float: left;
    width: 150px;
}

.see-extra-details {
    font-size: 11px;
    text-transform: none;
    display: block;
    font-weight: normal;
}

.event-snippet a.date .see-extra-details {
    position: absolute;
}

.box a .see-extra-details {
    margin-top: 3px;
    margin-bottom: 10px;
    background: #cdcdcd;
    color: #222;
    padding: 1px 2px;
    text-align: center;
    border-radius: 10px;
}

.box a:hover .see-extra-details {
    color: #222;
    background: #909090;
}

.event-snippet a:hover {
    color: #509936;
}

.event-snippet a.date:hover {
    color: #FFF;
}

.event-snippet a.date .month {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.event-snippet a.date .day {
    width: 40%;
    display: inline-block;
    font-size: 2.5em;
    line-height: 1em;
}

.event-snippet a.date .day-time {
    width: 55%;
    display: inline-block;
    font-size: 0.9em;
    color: #FFF;
    text-transform: uppercase;
}

.event-snippet .details {
    float: left;
    margin-left: 3%;
    height: 130px;
    width: 70%
}

.event-snippet .details p {
    font-size: 0.9em;
}

.event-snippet .details h2.posttitle {
    margin: 15px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
}

.event-snippet .categories {
    margin-right: 10px;
}

.post-snippet {
    border-top: 5px solid #272727;
    width: 100%;
}

.post-snippet.idea-tv-listing, .post-snippet.featured-listing {
    border: none;
}

.idea-tv-listing .underbar {
    width: 100%;
    height: 5px;
    background: url('/wp-content/themes/eventure-child/images/patterntv.gif') repeat;
}

.idea-tv-listing .date {
    background: url('/wp-content/themes/eventure-child/images/patterntv.gif') repeat;
    color: #444444;
}

.featured-listing .underbar {
    width: 100%;
    height: 5px;
    background: url('/wp-content/themes/eventure-child/images/patternfeatured.gif') repeat;
}

.featured-listing .date {
    background: url('/wp-content/themes/eventure-child/images/patternfeatured.gif') repeat;
    color: #444444;
}

.heading {
    margin: 5px 0;
}

.heading-with-icon {
    display: inline;
}

.header-icon {
    vertical-align: bottom;
    margin-right: 5px;
}
.peterborough-presents-header-icon {
    width: 80px;
    height: auto;
}
.peterborough-presents-heading-with-icon {
    line-height: 80px;
}

.post-snippet a.date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 130px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #272727;
    float: left;
}

.post-snippet a:hover {
    color: #509936;
}

.post-snippet a.date:hover {
    color: #FFF;
}

.post-snippet a.date .month {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.post-snippet a.date .day {
    width: 40%;
    display: inline-block;
    font-size: 2.5em;
    line-height: 1em;
}

.post-snippet .details {
    float: left;
    margin-left: 5%;
    height: 130px;
    width: 70%
}

.post-snippet .details p {
    font-size: 0.9em;
}

.post-snippet .details h2 {
    margin: 5px 0;
    font-size: 1.3em;
}

.post-snippet .categories {
    margin-right: 10px;
}

.footer {
    clear: both;
    padding: 0;
    width: 100%;
    margin: 0;
}

.upper-footer {
    color: #FFF;
    background: url('/wp-content/themes/eventure-child/images/footpattern.gif');
    padding: 30px 0;
}

.upper-footer a {
    color: #FFF;
    text-decoration: none;
}

.upper-footer a:hover {
    color: #509936;
    text-decoration: underline;
}

.lower-footer {
    text-align: center;
}

.lower-footer p {
    margin: 20px 0;
    display: inline-block;
    font-size: 11px;
}

.lower-footer a {
    color: #000;
    text-decoration: none;
}

.lower-footer a span {
    margin: 0 4px 0 2px;
    text-decoration: underline;
}

.lower-footer a .mini-footer-logo {
    vertical-align: middle;
}

.lower-footer a .mini-footer-logo.metal {
    margin-left: 4px;
}

/* Footer Structure @TODO RESPONSIVE */
.footer-content {
    margin: 0 auto;
    background: #000;
}

.footer-content-inner {
}

.footer-content-inner div {
    height: 130px;
}

.footer-navigation {
    width: 33%;
    float: left;
}

.idea1-footer-logo-wrap {
    width: 33%;
    float: left;
}

.idea1-footer-social-wrap {
    width: 33%;
    float: left;
}

/*Footer Details @TODO RESPONSIVE */
.idea1-footer-logo-wrap a {
    display: block;
    position: relative;
    top: -52px;
    text-align: center;
}

.idea1-footer-logo-wrap a img {
    opacity: 0.8;
}

.idea1-footer-logo-wrap a:hover img {
    opacity: 1;
}

.idea1-footer-social-wrap ul {
    padding-top: 40px;
}

.idea1-footer-social-wrap li {
    width: 50px;
    float: left;
    margin-right: 10px !important;
}

.idea1-footer-social-wrap .social-icon {
    height: 47px;
    width: 47px;
    display: block;
    background-image: url('/wp-content/themes/eventure-child/images/social.png');
    background-repeat: no-repeat;
    opacity: 0.8;
}

.idea1-footer-social-wrap .social-icon:hover {
    opacity: 1;
}

.idea1-footer-social-wrap .social-icon#tw {
    background-position: -61px 0;
}

.idea1-footer-social-wrap .social-icon#yt {
    background-position: -122px 0;
}

.idea1-footer-social-wrap .social-icon#pi {
    background-position: -183px 0;
}

.footer-nav-list {
    list-style: none;
    padding-top: 10px;
}

.footer-nav-list li {
    display: inline-block;
    height: 21px;
    width: 48%;
    font-size: 11px;
}

.footer-logo {
    width: 33%;
}

/*Twitter */
.twitter-wrap {
    background: #2daae2;
    color: #fff;
    padding: 8px 12px;
    margin-top: 50px;
}

.twitter-wrap .link-icon {
    background: url('/wp-content/themes/eventure-child/images/twitterbird.png') 0 0 no-repeat;
    width: 27px;
    height: 17px;
    display: block;
    float: left;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.twitter-wrap .link-icon:hover {
    background-position: 5px 0;
}

.twitter-wrap .latest-tweet {
    margin-left: 30px;
    float: left;
}

.twitter-wrap .latest-tweet a, .twitter-wrap .latest-tweet a:hover, .twitter-wrap .latest-tweet a:visited, .twitter-wrap .latest-tweet a:active {
    color: #fff;
}

/*HOME via MF*/
.home h2 {
    color: #509936;
    font-size: 26px;
    font-weight: normal;
}

#filterStickyWrapper #filter, #filter {
    line-height: 1;
    height: auto;
}

#filterStickyWrapper #filter h2, #filter h2 {
    margin: 0 0 10px;
    line-height: 1;
    float: left;
}

#filterStickyWrapper #filter ul, #filter ul {
    float: right;
    color: #509936;
    font-weight: bold;
}

#filter.opportunity-events ul {
    color: #d8013d;
}

#filterStickyWrapper #filter li, #filter li {
    font-size: 0.9em;
    line-height: 1;
}

#filterStickyWrapper #filter li a, #filter li a {
    text-decoration: none;
    line-height: 1;
    padding: 10px 4px;
}

#filterStickyWrapper #filter li a.active, #filter li a.active {
    color: #272727;
}

#filterStickyWrapper #filter li a:hover, #filter li a:hover {
    background: #272727;
    color: #fff;
}

#filterStickyWrapper #filter .filter-title, #filter .filter-title {
    font-size: 0.9em;
    line-height: 1;
    margin: 10px 10px 0 0;
}

#tagLine a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#tagLine a:hover {
    text-decoration: none;
    background-color: #272727;
    color: #fff;
    padding: 5px;
}

/*HOME BOTTOM COLUMNS */
.home-page-secondary-content {
    padding-top: 30px;
}

.home-page-secondary-content > div {
    width: 45%;
    float: left;
    margin-left: 10%;
}

.home-page-secondary-content div.first {
    margin-left: 0;
}

.home-page-secondary-content .latest-post-home-title {
    color: #d8013d;
}

.home-page-secondary-content .meta {
    margin-bottom: 10px;
}

.home-page-secondary-content .meta .date {
    width: 25%;
    float: left;
    font-weight: bold;
}

.home-page-secondary-content .meta .posttitle {
    width: 70%;
    float: left;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 5%;
    line-height: 20px;
    font-size: 16px;
    text-transform: none;
}

.home-page-secondary-content .article {
    clear: both;
    margin-bottom: 10px;
}

.home-page-secondary-content .article .pic {
    width: 25%;
    float: left;
    padding-top: 5px;
}

.home-page-secondary-content .article .pic img {
    outline: 1px solid #d8013d;
}

.home-page-secondary-content .article .excerpt {
    float: left;
    display: inline-block;
}

.home-page-secondary-content .article .excerpt p {
    font-family: 'PT Sans', sans-serif;
}

.home-page-secondary-content .cta {
    clear: both;
    margin-bottom: 10px;
}

.home-page-secondary-content .latest-tv-home-title {
    color: #ff8a00;
}

.home-page-secondary-content .latest-tv .article .excerpt {
    width: 100%;
    float: none;
    display: inline-block;
    margin-left: 0;
    height: 205px;
}

.home-page-secondary-content .latest-tv .article .excerpt iframe {
    height: 220px;
}

.home-page-tertiary-content {
    padding-top: 30px;
}

.home-page-tertiary-content .col {
    float: left;
    width: 45%;
    margin-left: 10%;
}

.home-page-tertiary-content .col.first {
    margin-left: 0;
}

.home-page-tertiary-content h3, .home-page-tertiary-content h4 {
    text-transform: none;
    font-style: italic;
}

.home-page-tertiary-content .campaigns a, .home-page-tertiary-content .fence a, .home-page-tertiary-content .peterborough-presents a {
    text-decoration: none;
    color: #222;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 140px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.home-page-tertiary-content .campaigns a {
    background-image: url('/wp-content/themes/eventure-child/images/campaign.jpg');
    background-position: 10px 5px;
}

.home-page-tertiary-content .fence a {
    background-image: url('/wp-content/themes/eventure-child/images/fence.jpg');
    background-position: 0 10px;
}

.home-page-tertiary-content .peterborough-presents a {
  background-image: url('/wp-content/themes/eventure-child/images/pp-logo-108px.png');
  background-position: 10px 5px;
}

.home-page-tertiary-content .campaigns a:hover {
    background-position: 40px 5px;
    color: #509936;
}

.home-page-tertiary-content .fence a:hover {
    background-position: 20px 10px;
    color: #509936;
}

.home-page-tertiary-content .peterborough-presents a:hover {
  background-position: 26px 5px;
  color: #509936;

}

.home-page-tertiary-content .campaigns a:hover, .home-page-tertiary-content .fence a:hover, .home-page-tertiary-content .peterborough-presents a:hover {
    text-decoration: none;
}

.home-page-tertiary-content .site-owner h4 {
    margin: 20px 0 20px;
    font-size: 1em;
}

.home-page-tertiary-content .site-owner a.logo {
    display: block;
    margin-bottom: 15px;
}

.site-owner {
    margin-top: 20px;
}

.site-owner .logo-col {
    width:50%;
    float:left;
}

.site-owner .logo-col.first {
    width:45%;
    margin-right: 5%;
}

.site-owner a.logo img {
    max-width: 100%;
    height: auto;
}

.site-owner a.site-owner-logo {
    float: left;
}

.site-owner a.site-owner-logo.last {
    float: right;
}

#listing.idea-tv .post {
    margin-bottom: 55px;
    padding: 0;
}

#listing.idea-tv .post p {
    margin: 0;
}

/*This is importanted to override theme column options rubbish*/

/* SIDEBAR STYLING START */
/* ------------------------ */

/* Overall */
.sidebar-list {
    min-width: 250px;
}

.sidebar-list li, .event-details {
    margin-bottom: 20px;
}

.sidebar-list li ul li, .sidebar-list li ul li ul li {
    margin-bottom: 0;
}

.sidebar-list li ul {
    margin-left: 20px;
}

/* for bullet point lists of links */
.sidebar-list li .recent-post-item {
    color: #509936;
}

.sidebar-list li .recent-post-item a {
    color: #222;
}

.widgettitle {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1.2em;
    text-transform: none;
    color: #509936;
}

/* map */

body.single .mapEmbed {
    margin: 0;
    height: auto;
}

/* Calendar */

#wp-calendar {
    font-family: sans-serif;
}

#wp-calendar caption {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1.2em;
    text-transform: none;
}

#wp-calendar thead {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1.2em;
    color: #509936;
}

#wp-calendar thead th {
    padding: 0 0 5px;
    text-align: center;
    font-size: 0.8em;
}

#wp-calendar tbody td {
    font-weight: normal;
    font-size: 0.9em;
}

#wp-calendar tbody td.pad {
    padding: 5px;
}

#wp-calendar tbody td a {
    padding: 5px;
    text-align: center;
}

#wp-calendar tbody td a:hover {
    background: #509936;
    color: #fff;
}

#wp-calendar tfoot #prev a, #wp-calendar tfoot #next a {
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0;
    /*padding: 0 10px 0 10px;*/
}

#wp-calendar tfoot a .icon, .calendar-month-nav a .icon {
    display: inline-block;
    height: 20px;
    width: 10px;
    background-image: url('/wp-content/themes/eventure-child/images/sprite.png');
    background-repeat: no-repeat;
    background-position: -4px -17px;
    margin: 0 10px;
    vertical-align: bottom;
}

#wp-calendar tfoot #prev a:hover, #wp-calendar tfoot #next a:hover {
    color: #222;
}

#wp-calendar tfoot #next a .icon {
    background-position: -4px -40px;
}

/* Category Choosers */

.category-chooser {
    padding: 10px 10px;
    background: #4e9435;
}

.category-chooser select {
    display: block;
    width: 100%;
    padding: 3%;
    background: #fff;
    border: 1px solid #777;
}

/* Event Details */
.event-sidebar .event-details {
    padding: 10px 20px;
}

.event-sidebar .event-details p, .event-sidebar .event-details h3, .event-sidebar .event-details h4, .event-sidebar .event-details h5 {
    margin-left: 0;
}

.event-sidebar .event-details .end-details {
    font-size: 1em;
    font-weight: bold;
    /*text-align: center;*/
    border: 1px solid #333;
    border-bottom-color: #333;
    border-top-color: #1f1f1f;
    background-color: #222;
    padding: 3px 10px;
}

.event-sidebar .event-details .end-details .label {
    min-width: inherit;
    margin-right: 5px;
}

.event-sidebar .event-details .label {
    color: #777;
    display: inline-block;
    min-width: 70px;
    font-weight: normal;

}

.event-sidebar .event-details h3 {
    line-height: 30px;
}

.event-sidebar .event-details h3 span {
    color: #509936;
    font-size: 24.5px;
}

.event-sidebar .event-details .time {
    margin-top: -5px;
    font-size: 1.1em;
}

.event-sidebar .event-details .event-detail {
    font-size: 1.1em;
    text-transform: uppercase;
}

.event-sidebar .event-details .event-detail.location {
    margin-bottom: 0;
}

.event-sidebar .event-details .event-detail.price {
    margin-top: 15px;
}

.event-sidebar .event-details p {
    margin-bottom: 15px;
}

.event-sidebar .event-details .event-links {
    padding: 0;
    margin: 0 0 15px;
}

.event-sidebar .event-details .event-links li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-sidebar .event-details .event-links li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 4px;
}

.event-sidebar .event-details .event-links li a .icon {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url('/wp-content/themes/eventure-child/images/sprite.png');
    background-repeat: no-repeat;
    background-position: -29px -45px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.event-sidebar .event-details .event-links li a:hover {
    color: #fff;
    padding-left: 10px;
}

.event-sidebar .event-details .event-detail-comments span {
    background: url('/wp-content/themes/eventure-child/images/comment-icon.png') no-repeat;
    color: #fff;
    padding-left: 20px;
    font-style: italic;
}

.event-detail-comments a {
    background: url('/wp-content/themes/eventure-child/images/comment-icon.png') no-repeat 0 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-left: 20px;
    text-decoration: none;
    font-style: italic;
}

.event-sidebar .event-details .event-detail-comments a:hover {
    color: #fff;
    margin-left: 10px;
}

/* Tag Clouds */
.widget_tag_cloud .tagcloud {
    font-size: 0.8em;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #509936;
    text-decoration: none;
}

/* ------------------------ */
/* SIDEBAR STYLING END */

/* EVENT PAGE STYLE */
/* note - styled using .single although this may change to be more specific to .single-event later if it screws up the blog(s)*/
.single-event .event-gallery {
    margin: 30px 0;
    padding: 0;
}

/* COMMENT STYLING */
#commentsection {
    clear: both;
    width: 100%;
    padding-top: 30px;
}

#commentsection.event-comments {
    clear: none;
    width: 600px;
    padding-top: 30px;
}

#commentsection h3 {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1.4em;
    color: #509936;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    line-height: 1;
}

#commentsection .commentlist li {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 1em;
}

#commentsection .comment-meta a {
    color: #222;
    text-decoration: none;
}

#commentsection .comment-meta a.comment-edit-link {
    color: #509936;
    text-decoration: underline;
}

#commentsection .comment-author {
    font-size: 1.2em;
}

#commentsection .children {
    margin-left: 0;
    padding-left: 30px;
    border-left: 10px solid #dfdfdf;
    margin-top: 10px;
}

.home-sidebar-mobile {
    list-style: none;
}

li.fakeEvent {
    background: #000 url('/wp-content/themes/eventure-child/images/headPattern.gif') repeat;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

#content .rotatingtweet {
    padding: 0 !important;
}

#content .rotatingtweets {
    border: 0px !important;
    margin-bottom: 0px !important;

}

#content .rotatingtweets a {
    color: #fff;
}

#content .rotatingtweet p.rtw_meta {
    margin-bottom: 0;
}

.home #content a.thumbLink {
    display: none;
}

.search-result-panel {
    display: none;
}

.search-result-panel.active {
    display: block
}

.search-result-nav {
    list-style: none;
}

.search-result-panel-switcher.active {
    background-color: #000;
    /* Do something with this */
}

#registerpanel .content input.bt_register, #loginpanel .content input.bt_login {
    height: auto !important;
}

#registerpanel .content input.bt_register:hover, #loginpanel .content input.bt_login:hover {
    background-color: #c10137;
}

#event-gallery {
    margin: auto;
}

#event-gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

#event-gallery img {
    border: 2px solid #cfcfcf;
}

#event-gallery .gallery-caption {
    margin-left: 0;
}

.search-result-nav {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.search-result-nav li a {
    background: #d8013c;
    display: block;
    width: 26%;
    text-align: center;
    padding: 3%;
    margin: 3px 3px 15px 3px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    float: left;
}

.search-result-nav li a:hover {
    background: #509936;
}

.search-result-panel-switcher.active {
    background: #222;
}

/* ------- TIMEPICKER STYLES ------- */
.ui-timepicker-inline {
    display: inline;
}

#ui-timepicker-div {
    padding: 0.2em;
}

.ui-timepicker-table {
    display: inline-table;
    width: 0;
}

.ui-timepicker-table table {
    margin: 0.15em 0 0 0;
    border-collapse: collapse;
}

.ui-timepicker-hours, .ui-timepicker-minutes {
    padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
    line-height: 1.8em;
    text-align: center;
}

.ui-timepicker-table td {
    padding: 0.1em;
    width: 2.2em;
}

.ui-timepicker-table th.periods {
    padding: 0.1em;
    width: 2.2em;
}

/* span for disabled cells */
.ui-timepicker-table td span {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align: right;
    text-decoration: none;
}

/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
}

/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-timepicker .ui-timepicker-buttonpane button {
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

/* The close button */
.ui-timepicker .ui-timepicker-close {
    float: right
}

/* the now button */
.ui-timepicker .ui-timepicker-now {
    float: left;
}

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
    float: left;
}

/* ------- END TIMEPICKER STYLES ------- */

/* ------- SELECTBOX STYLES ------- */
/* ------- Customised ------- */

.sbHolder {
    color: #FFFFFF;
    background-color: #519838;
    border: 3px solid #519838;
    width: 96px;
    display: inline-block;
    top: 12px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
}

.sbHolder:focus .sbSelector {

}

.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #FFFFFF;
    width: 75px;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url('/wp-content/themes/eventure-child/scripts/jquery.selectbox-0.2/img/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sbToggle:hover {
    background: url('/wp-content/themes/eventure-child/scripts/jquery.selectbox-0.2/img/select-icons.png') 0 -167px no-repeat;
}

.sbToggleOpen {
    background: url('/wp-content/themes/eventure-child/scripts/jquery.selectbox-0.2/img/select-icons.png') 0 -16px no-repeat;
}

.sbToggleOpen:hover {
    background: url('/wp-content/themes/eventure-child/scripts/jquery.selectbox-0.2/img/select-icons.png') 0 -66px no-repeat;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {

}

.sbHolderDisabled .sbToggle {

}

.sbOptions {
    background-color: #FFFFFF;
    border: 3px solid #519838;
    color: #519838;
    left: -107px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0;
}

.sbOptions a {
    color: #519838;
    padding: 7px 0 7px 7px;
    border-bottom: solid 1px #519838;
    display: block;
    outline: none;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #519838;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #FFFFFF;
    background-color: #519838;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

/* ------- END SELECTBOX STYLES ------- */

/* ------- SOCIAL LOGIN STYLES ------- */
#wp-social-login-connect-with {
    font-weight: bold;
}

#wp-social-login-connect-options {
    padding: 10px;
}

#wp-social-login-connect-options a {
    text-decoration: none;
}

#wp-social-login-connect-options img {
    border: 0 none;
}

#loginform .fbLoginButton {
    display: inline-block;
    margin-left: 10px;
}

/* ------- END SOCIAL LOGIN STYLES ------- */

.login p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    color: #333;
}

.login p.message {
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
}
#listing h2.posttitle {
    line-height: 28px;
}

#registerpanel {
    width: 348px !important;
}
#registerpanel .content {
    width: auto !important;
}
#registerpanel .content input.field {
    width: 300px !important;
}
#recaptcha {
  margin-top: 10px
}

.opportunity-page {
  width: 100%;
  margin-bottom: 20px;
}

.opportunity-page-footer {
  clear: both;
  padding-top: 50px;
}

.training-logo {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
}
.training-logo.single {
  float: none;
  margin: 0 auto;
}

body.page .page.full-width {
    width: 100%;
}


.download-link {
    width: 100%;
    margin: 0 0 15px;
    display: block;
}
.download-link a, .download-link a:visited, .download-link a:hover {
    text-decoration: none;
    color: #272727;
}
.download-link a {
    padding: 10px 10px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
}
.download-link a:hover {
    background-color: #272727;
    color: #F8F8F8;
}

.download-icon {
    background-image: url('/wp-content/themes/eventure-child/images/idea-download-icons.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 42px;
    background-position: -204px 0; /* Default file */
    font-size: 0;
    text-indent: 100%;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.download-icon.zip, .download-icon.rar {
           background-position: -170px 0;
}

.download-icon.jpg, .download-icon.jpeg, .download-icon.jpe, .download-icon.jfif, .download-icon.jif {
    background-position: -136px 0;
}

.download-icon.doc, .download-icon.docx, .download-icon.dot, .download-icon.docm, .download-icon.dotx, .download-icon.dotm {
    background-position: -101px 0;
}

.download-icon.xls, .download-icon.xlsx, .download-icon.xlsm, .download-icon.xltx, .download-icon.xmtm, .download-icon.xlt, .download-icon.xlm {
    background-position: -68px 0;
}

.download-icon.ppt, .download-icon.pptx, .download-icon.pps, .download-icon.pot, .download-icon.pptm, .download-icon.potx, .download-icon.potm, .download-icon.ppam, .download-icon.ppsx, .download-icon.ppsm, .download-icon.sldx, .download-icon.sldm {
    background-position: -34px 0;
}

.download-icon.pdf {
    background-position: -0px 0;
}

/*
     FILE ARCHIVED ON 15:52:44 Dec 11, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:56:26 Jun 22, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 187.628
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.061
  cdx.remote: 0.055
  esindex: 0.01
  LoadShardBlock: 159.861 (3)
  PetaboxLoader3.datanode: 246.765 (5)
  load_resource: 259.872 (2)
  PetaboxLoader3.resolve: 126.058 (2)
*/