/*
Theme Name: The Courier
Theme URI: http://www.dcthomson.co.uk
Author: Robert Paul
Author URI: http://www.dcthomson.co.uk
Description: Plugin CSS for The Courier theme.
*/

/***********************
Cycle (Gallery/Carousel)
***********************/

.prev,
.next {
    position: absolute;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.cms .gallery {
    position: relative;
    overflow: hidden;
}

.cms .gallery .cycle-slideshow {
    max-height: 564px;
}

.cms .gallery .cycle-slideshow.not-ready .slide {
    opacity: 0;
}

.cms .gallery .prev,
.cms .gallery .next {
    z-index: 1001;
    top: 0;
    bottom: 0;
    width: 64px;
}

.cms .gallery .prev em,
.cms .gallery .next em {
    position: absolute;
    top: 50%;
    display: block;
    margin: -24px 8px 0 8px;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    line-height: 40px;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    font-size: 48px;
    font-style: normal;
    color: #fff;
}

.cms .gallery .prev:hover > em,
.cms .gallery .next:hover > em {
    background-color: #0066b3;
    background-color: rgba(0,102,179,1);
}

.cms .gallery .slide {
    width: 100%;
    height: 100%;
}

.cms .gallery .slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    height: 100%;
}

.cms .gallery .caption {
    padding-left: 38px;
    min-height: 16px;
}

/******
Elastic
******/

/* Elastic > ElasticSearch */
.elas-search .search-box {
    margin-bottom: 20px;
}

.elas-search .search-form {
    margin: 0;
}

.elas-search .zero-results .search-form {
    margin-top: 20px;
}

.elas-search .aggregations .title {
    font-weight: 600;
    text-transform: uppercase;
    color: #0066b3;
}

.elas-search .aggregations label {
    font-size: 12px;
}

.elas-search .aggregations ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 13px;
}

.elas-search .aggregations .remove-icon {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    background-color: #eee;
    color: #888;
}

.elas-search .aggregations ul .remove-icon:hover {
    background-color: #0066b3;
    color: #fff;
}

.elas-search .aggregations .aggregation-title {
    display: block;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.elas-search .aggregations .additional-info {
    display: inline-block;
    font-weight: bold;
}

.elas-search .aggregations .additional-info .doc-count {
    vertical-align: super;
    font-size: 85%;
}

.elas-search__sort {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 4px solid #eee;
}

.elas-search__sort-label {
    float: left;
    padding-right: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.elas-search__sort-select {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #e5e5e5;
    width: 75%;
    width: calc(100% - 160px);
    height: 40px;
    line-height: 40px;
}

.elas-search .results .search-title {
    padding-bottom: 10px;
    line-height: 120%;
    font-size: 24px;
}

.elas-search .results .search-title strong {
    font-weight: 600;
    color: #0066b3;
}

.filter-btn {
    margin: 20px auto;
    padding: 10px;
    border: 0 none;
    width: 200px;
    height: 40px;
    line-height: 20px;
    background-color: #0066b3;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .025em;
    color: #fff;
}

.filter-btn:before {
    content: '\f510';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.filter-btn.js-on {
    background-color: #333;
}

.filter-btn.js-on:before {
    content: '\f50e';
}

/* Elastic > Related Posts */
.related-posts {
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
}

.related-posts__title {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    line-height: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #003e73;
}

.related-posts__title--name {
	font-weight: 600;
	color: #0066b3;
}

.related-posts__list {
    list-style: none !important;
}

.related-posts__item {
    margin-top: 15px;
}

.related-posts__item > .genericon {
    display: none;
}

.related-posts__link {
    display: inline-block;
    line-height: 110%;
    font-size: 18px;
}

.related-posts__link:hover {
    text-decoration: underline;
}

/* Elastc > Related Posts > Small */
.related-posts--small {
    padding: 10px;
    background-color: #fafafa;
}

.related-posts--small .related-posts__title {
    margin-bottom: 0;
    font-size: 18px;
}

.related-posts--small .related-posts__list {
    margin: 0;
}

.related-posts--small .related-posts__item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 32px;
}

.related-posts--small .related-posts__item > .genericon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0066b3;
    font-size: 20px;
    text-indent: 1px;
    text-align: center;
    color: #fff;
}

.related-posts--small .related-posts__link {
    font-size: 15px;
    color: #333;
	font-family:"GothamNarrow-bold"
}

/*********************
Single Sign-On (Gigya)
*********************/

#sso-login-bar {
    z-index: 11000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.admin-bar #sso-login-bar {
    top: 32px;
}

#sso-login-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

#sso-login-left-col,
#sso-login-right-col {
    width: 50% !important;
}

#sso-login-left-col {
    padding-left: 10px;
}

#sso-login-left-col a {
    display: block;
    margin-top: 5px;
    width: 139px;
    height: 21px;
}

#sso-login-left-col a > img {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}

#sso-login-right-col {
    padding-right: 10px;
}

#sso-login-bar.gigya-loader {
    background-image: url(../images/icons/gigya-loader.gif) !important;
}

#sso-login-right-col .gigya-hide-if-not-logged-in {
    position: relative;
}

#gigya-profile-section {
    right: -10px !important;
    width: auto !important;
    border: none !important;

    box-shadow: none !important;
}

#gigya-profile-section li {
    text-align: right !important;
}

#gigya-profile-section li a {
    white-space: nowrap;
}

#sso-login-bar {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/********
Yoast SEO
********/

/* Yoast SEO > Breadcrumbs */
.breadcrumb {
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ddd;
}

.breadcrumb a {
    display: inline-block;
    margin: 0 5px;
    line-height: 160%;
    font-weight: 600;
    color: #0066b3;
}

.breadcrumb a:hover {
    color: #000;
}

.breadcrumb span {
    position: relative;
    font-weight: 600;
}

.breadcrumb > span {
    left: -5px;
}

.breadcrumb .breadcrumb_last {
    display: inline-block;
    margin-left: 5px;
    color: #000;
}

.single .breadcrumb_last {
    display: none;
}

/* Yoast SEO > Editors' Picks */
.post-grid {
    border-top: 1px solid #ddd;
    background-color: #fafafa;
}

.post-grid .section-title {
    margin-top: 20px;
    line-height: 100%;
    font-size: 140%;
    font-weight: 600;
    color: #0066b3;
}

.post-grid .grid-pad .grid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

/*************
Contact Form 7
*************/

.wpcf7-form {
    margin: 20px auto;
    padding: 20px;
    max-width: 620px;
    background-color: #fafafa;
}

.wpcf7-form > p {
    margin-bottom: 20px;
    font-family: inherit;
}

.wpcf7-form > p:last-of-type {
    margin-bottom: 0;
}

.wpcf7-form > p:after {
    content: '';
    display: block;
    clear: both;
}

.wpcf7-form label {
    display: block;
    line-height: 120%;
    font-size: 100%;
}

.wpcf7-form label > br {
    display: none;
}

.wpcf7-form label > span {
    display: block;
    margin-top: 10px;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'] {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
}

.wpcf7-form textarea {
    padding: 10px;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.wpcf7-form input[type='text']:hover,
.wpcf7-form input[type='email']:hover,
.wpcf7-form input[type='url']:hover,
.wpcf7-form textarea:hover {
    border-color: #aaa;
}

.wpcf7-submit {
    display: inline-block;
    float: right;
    padding: 0 16px;
    border: 0 none;
    height: 40px;
    line-height: 340x;
    background-color: #0066b3;
    font-family: inherit;
    font-size: 20px;
    color: #fff;
}

.wpcf7-submit:hover {
    background-color: #222;
    cursor: pointer;
}

/* Contact Form 7 > Success */
div.wpcf7-mail-sent-ok {
    border: 1px solid #8da;
    background-color: #dfd;
    color: #4a4;
}

/* Contact Form 7 > Error */
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
    border: 1px solid #faa;
    background-color: #fee;
    color: #f00;
}

/* Contact Form 7 > Shared */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    margin: 20px 0 0 0 !important;
}

span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    padding: 6px;
    width: 100%;
    font-size: 87.25% !important;
    text-align: center;
}

/***************************
Recent Posts Widget Extended
***************************/

.rpwe-ul {
    list-style: none !important;
    text-align: left !important;
}

.rpwe-li {
    position: relative;
    padding: 10px 0 10px 90px;
    border-bottom: 1px solid #ddd;
    min-height: 48px;
}

.rpwe-li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.rpwe-img {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    background-color: #eee;
}

.rpwe-title {
    line-height: 110% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.rpwe-title a {
    color: #000;
}

.rpwe-time {
    display: inline-block;
    font-size: 12px;
    color: #fde400;
}

/********
Chartbeat
********/

.widget_chartbeat_extended_widget ul {
    list-style: none;
    text-align: left;
}

.widget_chartbeat_extended_widget li {
    position: relative;
    padding: 10px 0 10px 90px;
    border-bottom: 1px solid #ddd;
    min-height: 48px;
}

.widget_chartbeat_extended_widget li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_chartbeat_extended_widget .feature-image {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    background-color: #eee;
    overflow: hidden;
}

.widget_chartbeat_extended_widget .feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.widget_chartbeat_extended_widget .feature-image a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 48px;
    text-indent: -9999em;
}

.widget_chartbeat_extended_widget li > a {
    display: block;
    line-height: 110%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.widget_chartbeat_extended_widget li > a:hover {
    #text-decoration: underline;
	color: #cb31fe;
}

/*******
Sailthru
*******/

/* Sailthru > Widget */
.sailthru-subscribe-widget p {
    line-height: 110%;
    font-size: 14px;
}

.sailthru-subscribe-widget .sailthru-subscribe-button {
    padding: 10px;
}

.sailthru-subscribe-button {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #00cced;
    font-size: 20px;
    color: #fff;
}

.sailthru-subscribe-button:hover {
    background-color: #0066b3;
    color: #fff;
}

.sailthru-subscribe-button:before {
    content: url(../images/icons/icon_newsletter.svg);
    display: block;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

/* Sailthru > Modal */
#sailthru-dialog {
    display: none;
}

.ui-widget-overlay {
    z-index: 5000;
    background-color: #003e73;
    opacity: .95;
}

.sailthru-dialog-container {
    position: fixed !important;
    top: 200px !important;
    left: 50% !important;
    margin-left: -150px;
    width: 300px !important;
    background-color: transparent;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog:focus {
    outline: 0;
}

#sailthru-dialog {
    padding: 0;
    background-color: transparent;
}

#sailthru-dialog #sailthru-dialog-header {
    padding: 0;
    text-transform: none;
    color: #000;
}

#sailthru-dialog #sailthru-dialog-header:before {
    content: url(../images/icons/icon_newsletter.svg);
    display: block;
    margin: 0 auto 20px auto;
    padding: 16px;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    background-color: #0066b3;
}

#sailthru-dialog #sailthru-dialog-header .entry-title {
    margin-bottom: .5em;
    line-height: 110%;
    font-size: 24px;
    color: #fff;
}

#sailthru-dialog #sailthru-opening-line {
    line-height: 110%;
    font-size: 14px;
    color: #fff;
}

#sailthru-dialog #sailthru-dialog-form {
    padding: 0;
}

#sailthru-dialog .sailthru-dialog-fields input {
    float: none;
    margin: 15px 0 0 0;
    padding: 0 10px;
    border: 0 none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
}

#sailthru-dialog .sailthru-dialog-fields .sailthru-text-half {
    width: 100%;
}

#sailthru-dialog .sail-thru-checkboxes label {
    margin-bottom: 15px;
    line-height: 120%;
    color: #fff;
}

#sailthru-dialog .sail-thru-checkboxes,
#sailthru-dialog .sailthru-dialog-buttons {
    float: none;
    width: 100%;
}

#sailthru-dialog .sailthru-dialog-buttons {
    text-align: center;
}

#sailthru-dialog .sailthru-dialog-buttons a {
    float: none;
}

#sailthru-dialog .sailthru-subscribe-button {
    display: block;
    margin: 10px auto;
    width: 150px;
    text-align: center;
}

#sailthru-dialog .sailthru-subscribe-button:before {
    content: '';
    display: none;
}

#sailthru-dialog .sailthru-close-dialog {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    color: #fff;
}

#sailthru-dialog #sailthru-dialog-success {
    padding: 0;
    text-align: left;
}

#sailthru-dialog #sailthru-dialog-success p:nth-child(1) {
    position: relative;
    padding-left: 40px;
    line-height: 115%;
    color: #fff;
}

#sailthru-dialog-success p:nth-child(1):before {
    content: '\f418';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    font-size: 32px;
    color: #003f76;
}

/********
Socialize
********/

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

.socialize li {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.socialize-icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.socialize-icon:hover {
    background-color: #333;
    color: #fff;
}

.socialize-icon--facebook {
    background-color: #49639e;
}

.socialize-icon--facebook:after {
    content: '\f204';
}

.socialize-icon--twitter {
    background-color: #2daae1;
}

.socialize-icon--twitter:after {
    content: '\f202';
}

.socialize-icon--email {
    background-color: #e5e5e5;
    color: #666;
}

.socialize-icon--email:hover {
    color: #fff;
}

.socialize-icon--email:after {
    content: '\f410';
}

.socialize--hidden {
    display: none;
}

/* Socialize > Sharing Bar */
.sharing-bar .socialize-icon {
    background-color: #fff;
    color: #0066b3;
}

.sharing-bar .socialize-icon:hover {
    background-color: transparent;
    color: #fff;
}

/* Socialize > Email form */
.socialize-email-form {
    z-index: 2000;
    padding: 10px;
    font-size: 100%;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    -o-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}

.socialize-email-form .text-field {
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd;
    line-height: 32px;
}

.socialize-email-form .text-field:hover {
    border-color: #aaa;
}

.socialize-email-form label {
    margin-bottom: 8px;
    line-height: 120%;
    font-size: 81.25%;
    font-weight: 400;
}

.socialize-email-form button {
    display: inline-block;
    padding: 10px 16px;
    border: 0 none;
    background-color: #4a4;
    font: 400 15px/100% 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #fff;
}

.socialize-email-form button:hover {
    background-color: #222;
    cursor: pointer;
}

.socialize-email-form .socialize-cancel-button {
    display: inline-block;
    float: right;
    padding: 10px;
    font-size: 81.25%;
    color: #777;
}

.socialize-email-form .socialize-cancel-button:hover {
    color: #000;
}

.socialize-email-form p:after {
    content: '';
    display: block;
    clear: both;
}

.socialize-email-form p.socialize-error {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #faa;
    background-color: #fee;
    font-size: 81.25%;
    font-weight: 400;
    text-align: center;
    color: #f00;
}

.socialize-email-form p.socialize-error:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

/********
PollDaddy
********/

.PDS_Poll {
    clear: both;
    display: block !important;
    width: 100%;
    min-width: 280px;
}

.PDS_Poll * {
    background-image: none !important;
    text-shadow: none !important;
}

.PDS_Poll:before {
    content: 'Courier Poll';
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    color: #0066b3;
}

.PDS_Poll .pds-box {
    border: 0 !important;
    width: 100% !important;

    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.PDS_Poll .pds-question {
    margin: 0 0 20px 0 !important;
}

.PDS_Poll .pds-question-top {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    border: 0 none !important;
    line-height: 110% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #0066b3 !important;
}

.PDS_Poll .pds-answer {
    border-bottom: 0 !important;
}

.PDS_Poll .pds-answer-group {
    padding: 10px 0 !important;
}

.PDS_Poll .pds-answer label {
    width: 90% !important;
    line-height: 110% !important;
    font-size: 20px !important;
}

.PDS_Poll .pds-votebutton-outer {
    text-align: center;
}

.PDS_Poll .pds-vote-button {
    display: inline-block !important;
    float: none !important;
    margin: 20px 0 !important;
    padding: 5px 20px !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.25 !important;
    background-color: #0066b3 !important;
    text-indent: 0 !important;

    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.PDS_Poll .pds-vote-button span {
    font-size: 24px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #fff !important;
}

.PDS_Poll .pds-vote-button:hover > span {
    color: #0066b3 !important;
}

.PDS_Poll .pds-vote-button-load {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
    width: 48px !important;
    height: 48px !important;
    background: transparent url(../images/icons/loader_carousel.gif) center center no-repeat !important;
    text-indent: 0 !important;
}

.PDS_Poll .pds-answer {
    border: 0 none !important;
}

.PDS_Poll .pds-answer .pds-input-label {
    float: none !important;
    width: auto !important;
    color: #444 !important;
}

.PDS_Poll .pds-answer .pds-feedback-label {
    padding-bottom: 10px !important;
    width: 100% !important;
    color: #444 !important;
}

.PDS_Poll .pds-total-votes {
    font-family: 'Arial', sans-serif !important;
    font-size: 14px !important;
    color: #444 !important;
}

.PDS_Poll .pds-answer-feedback {
    border: 0 !important;
    background-color: #e6e6e6 !important;
}

.PDS_Poll .pds-answer-feedback-bar {
    border: 0 !important;
    background-color: #0066b3 !important;
}

.PDS_Poll .pds-answer-feedback,
.PDS_Poll .pds-answer-feedback-bar {
    height: 16px !important;

    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.PDS_Poll .pds-links,
.PDS_Poll .pds-links-back {
    float: none !important;
    clear: both;
    padding: 5px 0 0 0 !important;
    border-color: #e8e8e8 !important;
    border-style: solid !important;
    border-width: 1px 0 0 0 !important;

    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.PDS_Poll .pds-links-back {
    margin-top: 20px !important;
}

.PDS_Poll .pds-links a,
.PDS_Poll .pds-links-back a {
    display: block !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 13px !important;
    color: #444 !important;
}

.PDS_Poll .pds-view-results:after {
    content: '\00bb';
    display: inline-block;
    margin-left: 5px;
    font-size: 140%;
}

.PDS_Poll .pds-return-poll:before {
    content: '\00ab';
    display: inline-block;
    margin-right: 5px;
    font-size: 140%;
}

.PDS_Poll .pds-view-results,
.PDS_Poll .pds-return-poll {
    float: left !important;
}

.PDS_Poll .pds-pd-link {
    float: right !important;
}

.PDS_Poll .pds-answer .pds-feedback-label:after,
.PDS_Poll .pds-links-back:after {
    content: '';
    display: block;
    clear: both;
}

.single .cms .PDS_Poll {
    margin: 20px 0 !important;
    padding: 20px !important;
}

.single .cms .PDS_Poll .pds-question-top {
    font-size: 150% !important;
}

/* PollDaddy > Resets */
.PDS_Poll .pds-answer,
.PDS_Poll .pds-answer .pds-input-label,
.PDS_Poll .pds-answer-feedback,
.PDS_Poll .pds-box .pds-box-outer,
.PDS_Poll .pds-box .pds-box-inner,
.PDS_Poll .pds-box .pds-box-top,
.PDS_Poll .pds-box .pds-question,
.PDS_Poll .pds-box .pds-question-outer,
.PDS_Poll .pds-box .pds-question-inner,
.PDS_Poll .pds-box .pds-question-top,
.PDS_Poll .pds-vote {
    padding: 0 !important;
}

.PDS_Poll .pds-answer-span,
.PDS_Poll .pds-answer-text,
.PDS_Poll .pds-box,
.PDS_Poll .pds-feedback-result span,
.PDS_Poll .pds-links a,
.PDS_Poll .pds-links-back a,
.PDS_Poll .pds-links,
.PDS_Poll .pds-links-back,
.PDS_Poll .pds-question,
.PDS_Poll .pds-question-top,
.PDS_Poll .pds-total-votes,
.PDS_Poll .pds-vote-button:hover {
    background-color: transparent !important;
}

/*********
RevContent
*********/

.revcontent .rc-row {
    margin-left: -10px;
    margin-right: -10px;
}

.revcontent .rc-item {
    padding: 10px !important;

    box-sizing: border-box;
}

.revcontent .rc-item .rc-cta {
    position: relative !important;
    margin: 0 !important;
}

.revcontent .rc-photo {
    margin: 0 !important;
}

.revcontent .rc-content {
    margin: 0 !important;
    padding: 0 !important;
}

.revcontent .rc-content .rc-headline {
    margin: 0 !important;
    padding: 10px 0 !important;
    width: 100% !important;
    line-height: 110% !important;
    font-size: 16px !important;
}

.revcontent-container {
    padding: 10px 0;
}

.revcontent-container .rc-headline {
    line-height: 115% !important;
    font-size: 14px !important;
}

/******************
Events Calendar Pro
******************/

/* Event Calendar > Block Widget */
.tribe-mini-calendar {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

/* Event Calendar > Block Widget > Nav */
.tribe-mini-calendar thead {
    font-weight: 600;
}

.tribe-mini-calendar thead th {
    border-bottom: 2px solid #aaa;
}

.tribe-mini-calendar thead div {
    position: relative;
    padding-bottom: 10px;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #0066b3;
    font-size: 32px;
    color: #fff;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link:before {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    font-weight: normal;
}

.tribe-mini-calendar thead .tribe-mini-calendar-nav-link span {
    display: none;
}

.tribe-mini-calendar thead .prev-month {
    left: 0;
}

.tribe-mini-calendar thead .prev-month:before {
    content: '\f430';
}

.tribe-mini-calendar thead .next-month {
    right: 0;
}

.tribe-mini-calendar thead .next-month:before {
    content: '\f429';
}

.tribe-mini-calendar thead #tribe-mini-calendar-month {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding-left: 0;
    height: 32px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #000;
}

.tribe-mini-calendar thead #tribe-mini-calendar-month.active {
    background-image: url('../images/icons/loader_ad.gif');
    color: transparent;
}

.tribe-mini-calendar thead #ajax-loading-mini {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Event Calendar > Block Widget > Content */
.tribe-mini-calendar .hfeed {
    background-color: #fff;
}

.tribe-mini-calendar .hfeed td {
    border: 1px solid #eee;
    height: 40px;
}

.tribe-mini-calendar .hfeed .tribe-events-past {
    opacity: .3;
}

.tribe-mini-calendar .hfeed .tribe-events-present {
    background-color: #eee;
}

.tribe-mini-calendar .hfeed td span,
.tribe-mini-calendar .hfeed td a {
    position: relative;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    height: 36px;
    text-align: center;
    font-weight: 600;
}

.tribe-mini-calendar .hfeed td a {
    color: #0066b3;
}

.tribe-mini-calendar .hfeed td a:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: block;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #0066b3;
}

.tribe-mini-calendar tbody {
    background-color: #fff;
}

.tribe-mini-calendar tbody td {
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #eee;
    text-align: left;
}

.tribe-mini-calendar tbody td > div {
    min-height: 42px;
}

.tribe-mini-calendar .tribe-events-past {
    opacity: .5;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link {
    display: block;
    width: 100%;
    height: 100%;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background-color: #0066b3;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:hover {
    color: #000;
}

.tribe-mini-calendar .tribe-mini-calendar-day-link:hover:after {
    background-color: #000;
}

/* Event Calendar > Block Widget > List */
.tribe-events-loop {
    text-align: left;
}

.tribe-mini-calendar-event {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    border-bottom: 1px solid #eaeaea;
    min-height: 68px;
}

.tribe-mini-calendar-event .list-date {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 10px;
    width: 28px;
    height: 48px;
    background-color: #0066b3;
    text-align: center;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date .list-daynumber {
    display: block;
    padding: 0;
    color: #fff;
}

.tribe-mini-calendar-event .tribe-events-title {
    line-height: 120%;
    font-weight: 600;
}

.tribe-mini-calendar-event .tribe-events-duration {
    margin-top: 5px;
    line-height: 130%;
    font-size: 12px;
}

.tribe-mini-calendar-event .list-date .list-dayname {
    padding-top: 4px;
    height: 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    height: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.tribe-mini-calendar-event .entry-title {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 120%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.tribe-mini-calendar-event .duration {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #aaa;
}

.tribe-events-widget-link {
    padding-top: 10px;
}

.tribe-events-widget-link a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #0066b3;
}

/* Event Calendar > All Events */
#tribe-events-content-wrapper {
    padding-bottom: 20px;
}

#tribe-events .tribe-events-page-title {
    text-align: left;
}

/* Event Calendar > All Events > Filters */
#tribe-events-bar {
    margin-bottom: 20px;
}

#tribe-events-bar br {
    display: none;
}

#tribe-events-bar p {
    margin: 0;
}

#tribe-bar-collapse-toggle {
    padding: 10px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 10px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
    padding: 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 6px 10px;
}

#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter,
#tribe-bar-form .tribe-bar-geoloc-filter,
#tribe-bar-form .tribe-bar-submit {
    padding: 10px;
}

#tribe-bar-form input[type=text] {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-style: normal;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #0066b3;
    font-size: 20px;
}

/* Event Calendar > All Events > Calendar */
#tribe-events-content table.tribe-events-calendar {
    margin: 0;
    border: 0;
}

#tribe-events-content table.tribe-events-calendar thead th {
    background-color: transparent;
    font-weight: 600;
}

#tribe-events-content table.tribe-events-calendar tbody td {
    border: 1px solid #ddd;
}

/* Event Calendar > All Events > Calendar > Tooltip */
.tribe-events-tooltip {
    border: 0 !important;
}

.tribe-events-tooltip .tribe-event-duration {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.tribe-events-tooltip p {
    margin: 0 !important;
}

#tribe-events-content .tribe-events-tooltip .entry-title {
    padding: 10px;
    min-height: 0;
    line-height: 110%;
    background-color: #0066b3;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
}

.tribe-events-tooltip .tribe-events-event-body {
    padding: 10px;
    border: 1px solid #666;
    border-top: 0;
    font-size: 13px;
}

.tribe-events-tooltip .tribe-events-event-body:after {
    content: '';
    display: block;
    clear: both;
}

.tribe-events-tooltip .tribe-events-arrow {
    bottom: -10px;
}

.tribe-events-tooltip .duration,
.tribe-events-tooltip .entry-summary {
    margin: 0;
}

.tribe-events-tooltip .duration {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    height: 20px;
    font-style: normal;
}

.tribe-events-tooltip .duration:before {
    content: '\f307';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 16px;
}

.tribe-events-tooltip .entry-summary {
    padding-left: 90px;
    min-height: 48px;
    line-height: 130%;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    padding: 0 10px 10px 0;
}

.tribe-events-tooltip .tribe-events-event-thumb img {
    display: block;
}

/* Event Calendar > All Events > List */
#tribe-events-content .tribe-events-sub-nav .tribe-events-past a:before {
    display: none;
}

.tribe-events-loop .tribe-events-list-event-title {
    display: block;
}

.tribe-events-loop .tribe-event-url {
    display: block;
    margin-bottom: 10px;
    line-height: 110%;
    font-size: 90%;
    font-weight: 400;
}

.tribe-events-loop .tribe-events-list-separator-month {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    font-weight: normal;
    text-transform: none;
}

.tribe-events-loop .tribe-events-list-separator-month span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #0066b3;
    color: #fff;
}

.tribe-events-loop .tribe-events-list-separator-month span:before {
    content: '\f431';
    margin-right: 8px;
}

.tribe-events-list .type-tribe_events {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 4px solid #ddd !important;
}

.tribe-events-list .type-tribe_events:last-of-type {
    border: 0 !important;
}

.tribe-events-list .type-tribe_events .entry-title {
    display: block;
}

.tribe-events-loop .tribe-events-event-meta {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

.tribe-events-list .time-details {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}

.tribe-events-list .time-details:before {
    content: '\f307';
    display: block;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #0066b3;
}

#tribe-events .tribe-events-list .tribe-events-event-image {
    margin-right: 10px;
    margin-bottom: 0;
    width: 80px;
    height: 48px;
}

.tribe-events-list .tribe-events-list-event-description {
    font-size: 13px;
}

.tribe-events-list .tribe-events-list-event-description a {
    color: #0066b3;
}

/* Page Template: Events > Single Event */
#tribe-events #tribe-events-content {
    margin-bottom: 20px;
}

#tribe-events .tribe-events-back {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    font-size: 14px;
}

#tribe-events .tribe-events-back a {
    color: #0066b3;
}

#tribe-events .tribe-events-single-event-title {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 275%;
    font-weight: 600;
    color: #000;
}

#tribe-events .tribe-events-schedule h2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1;
    font-size: 100%;
    font-weight: 400;
}

#tribe-events .tribe-events-schedule .dtstart,
#tribe-events .tribe-events-schedule .dtend {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
}

#tribe-events .tribe-events-schedule .dtstart:before {
    content: '\f307';
    display: block;
    float: left;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    font-size: 33px;
    color: #0066b3;
}

#tribe-events #tribe-events-header {
    margin: 0;
}

/* Page Template: Events > Event > Nav */
#tribe-events .tribe-events-sub-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

#tribe-events .tribe-events-sub-nav:after {
    content: '';
    display: block;
    clear: both;
}

#tribe-events .tribe-events-sub-nav li {
    display: block;
    margin: 0;
    padding: 0;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-previous {
    float: left;
    margin: 0;
    text-align: left;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
    margin: 0;
    text-align: right;
}

#tribe-events .tribe-events-sub-nav li a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 130%;
    background: transparent;
    font-size: 14px;
    color: #0066b3;
}

#tribe-events .tribe-events-sub-nav li a:before,
#tribe-events .tribe-events-sub-nav li a:after {
    font-size: 16px;
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:before {
    content: '\00AB';
}

#tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:after {
    content: '\00BB';
}

#tribe-events .tribe-events-sub-nav li a span {
    display: none;
}

/* Page Template: Events > Event > Thumbnail */
#tribe-events .tribe-events-event-image {
    margin-bottom: 20px;
}

#tribe-events .tribe-events-event-image img {
    display: block;
    width: 100%;
}

/* Page Template: Events > Event > Export */
#tribe-events .tribe-events-cal-links {
    display: block;
    text-align: center;
}

#tribe-events .tribe-events-cal-links a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    color: #888;
}

/* Page Template: Events > Event > Details */
#tribe-events .tribe-events-single-section {
    margin: 20px 0;
    border: 0;
    background-color: transparent;
}

#tribe-events .tribe-events-single-section:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-meta-group {
    display: block;
    float: none;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

#tribe-events .tribe-events-meta-group:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-single-section-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0066b3;
}

#tribe-events .tribe-events-meta-group dl {
    font-size: 100%;
}

#tribe-events .tribe-events-meta-group dd:last-child {
    margin-bottom: 0;
}

#tribe-events .tribe-events-venue-map {
    margin: 0;
    padding: 0;
}

/* Page Template: Events > Event > Footer */
#tribe-events #tribe-events-footer {
    display: none;
    margin-bottom: 20px;
}

#tribe-events br {
    display: none;
}

/***************
Jobs in Scotland
***************/

.widget_jobsinscotland {
    padding: 10px;
    border-top: 4px solid #ddd;
    background-color: #f8f8f8;
    text-align: left;
}

.jobs__site {
    display: block;
    text-align: center;
}

.jobs__logo {
    max-width: 100%;
}

.jobs__header + ul,
.jobs__list {
    list-style: none;
}

.jobs__item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.jobs__item:last-of-type {
    border: 0;
}

.jobs__item:hover > .jobs__link > .jobs__title {
    color: #000;
    text-decoration: underline;
}

.jobs__item:hover > .jobs__link:after {
    background-color: #000;
}

.jobs__link {
    position: relative;
    display: block;
    padding-right: 40px;
}

.jobs__link:after {
    content: '\f429';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0066b3;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.jobs__title {
    display: block;
    margin-bottom: 4px;
    line-height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #0066b3;
}

.jobs__location,
.jobs__salary {
    display: block;
    line-height: 140%;
    font-size: 13px;
    color: #222;
}

/********
AdYouLike
********/

.page-template-page-adyoulike .post-header .article-title {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 275%;
	font-weight: 600;
	color: #000;
}

/* Shared CSS */


.filter-btn:before,
.jobs__link:after,
#sailthru-dialog .sailthru-close-dialog:before,
#sailthru-dialog #sailthru-dialog-success p:nth-child(1):before,
.socialize-icon,
.tribe-mini-calendar thead .tribe-mini-calendar-nav-link,
#tribe-events-content .tribe-events-tooltip .duration:before,
#tribe-events .tribe-events-schedule .dtstart:before,
.tribe-events-list .time-details:before,
.tribe-events-loop .tribe-events-list-separator-month span:before {
    font-family: 'Genericons';
}

.jobs__link:after,
.PDS_Poll .pds-answer .pds-input-label span:before,
.related-posts__item > .genericon,
#sailthru-dialog #sailthru-dialog-header:before,
#sailthru-dialog-success p:nth-child(1):before,
.socialize-icon,
.tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-nav-link,
.tribe-mini-calendar .hfeed td a:after,
.tribe-mini-calendar .tribe-mini-calendar-day-link:after {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.elas-search .aggregations .remove-icon,
.elas-search .search-form,
.elas-search__sort-select,
.filter-btn,
#sailthru-dialog .sailthru-dialog-fields input,
.sailthru-subscribe-button,
.socialize-email-form button,
.socialize-email-form .text-field,
#tribe-bar-form input[type=text],
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-loop .tribe-events-list-separator-month span,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea,
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip,
.wpcf7-submit,
.wpcf7-validation-errors {
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.elas-search__sort-select,
.filter-btn,
.PDS_Poll,
.PDS_Poll .pds-vote-button,
.related-posts,
#sailthru-dialog .sailthru-dialog-fields input,
#sso-login-left-col,
#sso-login-right-col,
.tribe-mini-calendar-event,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea,
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip,
.wpcf7-submit,
.wpcf7-validation-errors {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb a,
.elas-search .aggregations ul .remove-icon,
.jobs__link:after,
.jobs__title,
.PDS_Poll .pds-vote-button,
.PDS_Poll .pds-vote-button span,
.related-posts__link,
.sailthru-subscribe-button,
.socialize-icon,
#sso-login-bar,
.tribe-mini-calendar .tribe-mini-calendar-day-link,
.tribe-mini-calendar thead #tribe-mini-calendar-month,
.tribe-mini-calendar thead .tribe-mini-calendar-nav-link,
.tribe-mini-calendar .hfeed td a,
.wpcf7-form,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea,
.wpcf7-submit {
    -moz-transition: all cubic-bezier(0,0,0,1) .33s;
    -ms-transition: all cubic-bezier(0,0,0,1) .33s;
    -o-transition: all cubic-bezier(0,0,0,1) .33s;
    -webkit-transition: all cubic-bezier(0,0,0,1) .33s;
    transition: all cubic-bezier(0,0,0,1) .33s;
}

/************
Media Queries
************/

/* Media Queries > Mobile */
@media all and (max-width: 767px) {

    /* Elastic > ElasticSearch */
    .elas-search .search-box {
        margin-top: 20px;
    }

    .elas-search .aggregations {
        display: none;
    }

    .elas-search .aggregations.js-on {
        display: block;
    }

    .elas-search .aggregations ul {
        font-size: 14px;
    }

    .elas-search__sort-label {
        padding-right: 10px;
        line-height: 18px;
        width: 80px;
    }

    .elas-search__sort-select {
        width: 75%;
        width: calc(100% - 90px);
    }

    /* Elastic > Related Posts > Small */
    .related-posts--small {
        padding: 15px;
    }

    .related-posts--small .related-posts__item {
        margin-top: 15px;
    }

    .related-posts--small .related-posts__link {
        line-height: 120%;
        font-size: 16px;
    }

    /* Single Sign-On (Gigya) */
    .admin-bar #sso-login-bar {
        top: 46px;
    }

    #sso-login-bar.js-off {
        top: -32px;
    }

    .admin-bar #sso-login-bar.js-off {
        top: -78px;
    }

    /* Yoast SEO > Editors' Picks */
    .post-grid .grid-pad .grid {
        float: none;
        padding: 10px 0 10px 90px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        min-height: 48px;
    }

    /* Contact Form 7 */
    .wpcf7-form {
        padding: 10px;
    }

    .wpcf7-form > p {
        margin-bottom: 10px;
    }

    /* Chartbeat */
    .widget_chartbeat_extended_widget li > a {
        font-size: 18px;
        font-weight: 500;
    }

    /* Sailthru */
    .sailthru-dialog-container {
        top: 20px !important;
    }

    /* PollDaddy */
    .PDS_Poll .pds-answer-text,
    .PDS_Poll .pds-feedback-result {
        display: block !important;
        float: none !important;
    }
}


/* Media Queries > Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) {

    /* Single Sign-On (SSO) */
    #sso-login-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 748px;
    }

}

/* Media Queries > Desktop */
@media all and (min-width: 1025px) {

    /* Single Sign-On (SSO) */
    #sso-login-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }

    /* Events Calendar */
    .tribe-mini-calendar thead .tribe-mini-calendar-nav-link:hover {
        background-color: #000;
    }

    .tribe-mini-calendar .hfeed td a:hover {
        background-color: #0066b3;
        color: #fff;
    }

    .tribe-mini-calendar .hfeed td a:hover:after {
        background-color: #fff;
    }

    .tribe-mini-calendar-event .entry-title:hover,
    .tribe-events-widget-link a:hover,
    #tribe-events .tribe-events-sub-nav li a:hover,
    #tribe-events .tribe-events-back a:hover,
    #tribe-events .tribe-events-list .type-tribe_events .entry-title a:hover,
    #tribe-events .tribe-events-list .tribe-events-list-event-description a:hover {
        text-decoration: underline;
    }
}
