/*------------------------------------------------------------------
[Table of contents]

1. General
2. Re-usable Styles
3. Body
4. Typography
5. Sub-Header & Header
6. Footer
7. Post Syling
8. Sidebar & Widgets
9. Pagination
10. Carousel
15. Form Styling
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
22. Comments
24. Shortcodes
25. Animations
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Fonts
*/

@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*------------------------------------------------------------------
General
*/

html {
    height: 100%;
}
body {
    color: #525252;
    background: #f7f7f7;
    position: static;
    scroll-behavior: smooth;
}
@media only screen and (min-width: 48.063em) {
    body {
        position: relative;
    }
}
body div,
body dl,
body dt,
body dd,
body ul,
body ol,
body li,
body pre,
body form,
body p,
body th,
body td {
    font-size: inherit;
    font-family: inherit;
}
body p {
    font: 1.3em/1.5 Lora, Georgia, serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
body strong {
    font-weight: 600;
}
figure {
    margin: 0;
}
a {
    color: #06558b;
    outline: 0;
}
a:focus {
    color: #000;
}
a:hover {
    color: #ee1d49;
}
.titlefont,
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.subheader,
.featured_image_credit,
.post-review ul li,
.post-review .comment_section p:before,
.post-review .post_comment,
.subcategory_container .thb-sibling-categories li a,
.trending-bar > aside {
    font-family: "Lora", Georgia, serif;
}
.bodyfont,
#comments ol.commentlist .comment p {
    font-family: "Droid Serif", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #080808;
    margin-top: 0;
    letter-spacing: -0.04em;
    font-weight: 600;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
/*------------------------------------------------------------------
Re-usable Styles
*/

.reset,
.subheader ul,
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu,
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li,
.slick-dots,
.widget.widget_calendar table,
.searchform fieldset {
    margin: 0;
    padding: 0;
}
.cf:before,
.post:before,
.post-author:before,
.authorpage:before,
.cf:after,
.post:after,
.post-author:after,
.authorpage:after,
.cpm-input-group:before,
.cpm-input-group:after {
    content: " ";
    display: table;
}
.cf:after,
.post:after,
.post-author:after,
.authorpage:after,
.cpm-input-group:after {
    clear: both;
}
.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}
.endcolumn [class*="column"] + [class*="column"]:last-child,
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div [class*="column"] + [class*="column"]:last-child,
.other_videos .row [class*="column"] + [class*="column"]:last-child,
.related-posts .row [class*="column"] + [class*="column"]:last-child {
    float: left;
}
.thb-five {
    width: 50%;
}
@media only screen and (min-width: 48.063em) {
    .thb-five {
        width: 33%;
    }
}
@media only screen and (min-width: 64.063em) {
    .thb-five {
        width: 20%;
    }
}
.transition,
.post-gallery img,
.mobile-menu li span,
.mobile-menu li a,
.circle_rating,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quick-transition,
.quick_search,
.quick_search.active .searchform,
.post .post-title h6,
.post.post-overlay.color1-gradient .post-gallery > a:after,
.post.post-overlay.color2-gradient .post-gallery > a:after,
.post.post-overlay.color3-gradient .post-gallery > a:after,
.post.post-overlay.color4-gradient .post-gallery > a:after,
.post.post-overlay.color5-gradient .post-gallery > a:after,
.share-article-vertical .social span,
.btn,
.button,
input[type=submit],
#theme-switcher,
#theme-switcher .style-toggle svg {
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linear-transition {
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.linear-quick-transition,
a,
.slick,
.slick:after,
.slick-list,
.slick-nav,
.slick-dots li button,
.post .post-gallery img,
.post.format-gallery .post-gallery > a:after,
.post.format-gallery .post-gallery > a:before,
.post.format-video .post-gallery > a:after,
.post.format-video .post-gallery > a:before,
.widget.widget_socialcounter ul li a .fa {
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.admin-bar .admin-style,
.admin-bar .subheader.fixed {
    top: 46px;
}
@media screen and (min-width: 783px) {
    .admin-bar .admin-style,
    .admin-bar .subheader.fixed {
        top: 32px;
    }
}
.boxed {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 48.063em) {
    .row {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 48.063em) {
    .row.style5-container {
        padding: 0 25px;
        max-width: 79.375em;
    }
}
.row .row {
    padding: 0;
}
.category section {
    padding: 0px;
}
.row.grid {
    margin: 0 -1px;
}
.row.grid .columns {
    padding: 0 1px;
}
.row.grid .columns .post {
    margin-bottom: 2px;
}
.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.row.no-row-padding {
    padding: 0;
}
.row.no-padding {
    margin: auto;
}
.row.no-padding > .columns,
.row.no-padding .owl-item > .columns {
    padding: 0;
}
.row.full-height-content > .table {
    width: 100%;
}
.row.max_width {
    max-width: 76.875em;
    padding: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 48.063em) {
    .row.max_width {
        padding: 0 15px;
    }
}
.row.full_width {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.row.full_width > .table {
    width: 100%;
}
.row.video_bg {
    overflow: hidden;
}
.custom_scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.custom_scroll > div {
    width: 100%;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
img:not([src]):not([srcset]) {
    visibility: hidden;
}
.post-gallery img.image-loading {
    opacity: 0;
}
.post-gallery img.image-loading.image-loaded {
    opacity: 1;
}
.lazy-load-off .post-gallery img.image-loading {
    opacity: 1;
}
.post-gallery img.attachment-post-thumbnail {
    max-height: 75px;
}
.table {
    display: table;
    height: 100%;
}
.table > div {
    display: table-cell;
    vertical-align: middle;
}
.thb-loading:after,
.slick:after {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -19px;
    padding: 3px;
    border-radius: 19px;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}
/*------------------------------------------------------------------
Body
*/

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 48.063em) {
    #wrapper {
        height: auto;
        min-height: 100%;
    }
}
.boxed #wrapper {
    max-width: 1240px;
}
.boxed #wrapper [role="main"],
.boxed #wrapper #navholder {
    background: #fff;
}
#wrapper [role="main"] {
    flex: 1;
    position: relative;
    z-index: 10;
    min-height: 50vh;
}
.error404 #wrapper [role="main"] {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
#wrapper [role="main"] > .row {
    background-color: #f9f9f9;
}
#wrapper #content-container {
    min-height: 100%;
    width: 100%;
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper #content-container .click-capture {
    position: absolute;
    z-index: 998;
    top: 0;
    . right: 0;
    width: 0;
    height: 0;
    background: rgba(151, 151, 151, 0.5);
    content: '';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper.open-menu {
    overflow: hidden;
}
#wrapper.open-menu .header.fixed {
    margin-left: 0;
    opacity: 0;
    -moz-transform: translate3d(280px, -100%, 0);
    -webkit-transform: translate3d(280px, -100%, 0);
    transform: translate3d(280px, -100%, 0);
}
@media only screen and (min-width: 48.063em) {
    #wrapper.open-menu .header.fixed {
        margin-left: 0;
        -moz-transform: translate3d(380px, -100%, 0);
        -webkit-transform: translate3d(380px, -100%, 0);
        transform: translate3d(380px, -100%, 0);
    }
}
#wrapper.open-menu #content-container {
    margin-left: 0;
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}
@media only screen and (min-width: 48.063em) {
    #wrapper.open-menu #content-container {
        margin-left: 0;
        -moz-transform: translate3d(380px, 0, 0);
        -webkit-transform: translate3d(380px, 0, 0);
        transform: translate3d(380px, 0, 0);
    }
}
#wrapper.open-menu #content-container .click-capture {
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    left: 0;
}
#wrapper.open-menu #content-container #footer {
    z-index: 101;
}
/*------------------------------------------------------------------
Typography
*/

h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
    h1 {
        font-size: 46px;
        line-height: 58px;
    }
}
h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
}
h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
    h3 {
        font-size: 26px;
        line-height: 30px;
    }
}
h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
    h4 {
        font-size: 22px;
        line-height: 26px;
    }
}
h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
hr {
    border-color: #eee;
}
ul,
ol {
    margin-left: 0;
    list-style-position: inside;
    font-size: inherit;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-left: 15px;
}
ul li,
ol li {
    margin-bottom: 10px;
}
ul li:last-child,
ol li:last-child {
    margin: 0;
}
ul.no-list,
ol.no-list {
    list-style: none;
}
ul.double-side li,
ol.double-side li {
    vertical-align: middle;
    display: inline-block;
}
@media only screen and (min-width: 48.063em) {
    ul.double-side li,
    ol.double-side li {
        width: 49%;
    }
}
@media only screen and (min-width: 48.063em) {
    ul.double-side li:nth-child(even),
    ol.double-side li:nth-child(even) {
        padding-left: 30px;
    }
}
ul.point-list,
ol.point-list {
    list-style: none;
}
ul.point-list li,
ol.point-list li {
    padding-left: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
ul.point-list li .post-bottom-meta,
ol.point-list li .post-bottom-meta {
    margin: 0;
}
ul.point-list li:before,
ol.point-list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #649fd6;
}
ul.point-list li:last-child,
ol.point-list li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post + ul.point-list,
.post + ol.point-list {
    border-top: 1px dotted rgba(0, 0, 0, 0.25);
    padding-top: 15px;
}
ol {
    counter-reset: item;
    list-style: none;
}
ol li ul {
    margin-top: 10px;
    margin-left: 40px;
    list-style-type: initial;
}
ol li ul li:before {
    display: none;
}
ol li ol {
    margin-top: 10px;
    margin-left: 40px;
}
ol li ol li:before {
    content: counter(item);
    counter-increment: item;
    color: #7a7a7a;
    display: inline-block;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    width: 28px;
    border: 2px solid #7a7a7a;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    border-radius: 14px;
}
/*------------------------------------------------------------------
Post Syling
*/

.post .post-content.no-vc {
    margin-bottom: 30px;
}
.post .post-content.no-vc + #comments {
    margin-bottom: 30px;
}
.post .post-content > .row {
    background: #fff;
}
.post .post-content p {
    font-family: "Droid Serif", serif;
    color: #222;
}
.post .post-content p:last-child {
    margin-bottom: 0;
}
.post .post-content p a {
    border-bottom: 2px solid #06558b !important;
    -moz-box-shadow: inset 0 -5px 0 #06558b !important;
    -webkit-box-shadow: inset 0 -5px 0 #06558b !important;
    box-shadow: inset 0 -5px 0 #06558b !important;
}
.post .post-content p a:hover {
    background: #06558b !important;
    color: white !important;
}
.post .post-content.small {
    margin-bottom: 10px;
}
.post .post-content.small p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.post .post-content.small + .post-bottom-meta {
    margin-bottom: 0;
}

/*.post .post-content.medium p {
    font-size: 14px;
    line-height: 24px;
}*/

.post .post-gallery {
    position: relative;
    background: #080808;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.post .post-gallery.max-height {
    max-height: none;
    overflow: hidden;
}
@media only screen and (min-width: 48.063em) {
    .post .post-gallery.max-height {
        max-height: 200px;
    }
}
@media only screen and (min-width: 64.063em) {
    .post .post-gallery.max-height {
        max-height: none;
    }
}
.post .post-gallery .counts {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 25px;
    height: 25px;
    z-index: 1;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.post .post-gallery > a {
    display: block;
}
.post .post-gallery > a:hover > img {
    opacity: 0.6;
}
.post .post-gallery img {
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post .post-gallery .slick-nav {
    text-align: center;
    line-height: 38px;
}
.post .gallery-pagination {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 19px 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-top: 15px;
}
.post .gallery-pagination span {
    color: #080808;
    font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
    .post .gallery-pagination {
        margin-top: 40px;
    }
}
.post .gallery-pagination + .post-author,
.post .gallery-pagination + .authorpage {
    border-top: 0;
}
.post .gallery-pagination .slick-nav {
    height: 50px;
    margin-top: -25px;
    background: transparent;
}
.post .gallery-pagination .slick-nav .fa {
    vertical-align: middle;
    position: relative;
    top: -1px;
    line-height: 50px;
}
.post .gallery-pagination .slick-nav.slick-next {
    text-align: right;
    right: 0;
}
.post .gallery-pagination .slick-nav.slick-prev {
    left: 0;
    text-align: left;
}
.post .post-title.page-title {
    margin-top: 30px;
}
.post .post-title h1,
.post .post-title h2,
.post .post-title h3,
.post .post-title h4,
.post .post-title h5,
.post .post-title h6 {
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}
.post .post-title h1 a:hover,
.post .post-title h2 a:hover,
.post .post-title h3 a:hover,
.post .post-title h4 a:hover,
.post .post-title h5 a:hover,
.post .post-title h6 a:hover {
    text-decoration: underline;
}
.post .post-title a {
    color: #080808;
}
.post .post-title .post-bottom-meta {
    text-align: right;
    margin-bottom: 0;
}
.post .post-title .post-bottom-meta span,
.post .post-title .post-bottom-meta time {
    margin-right: 0;
}
.post .post-title .post-bottom-meta span {
    margin-left: 5px;
}
.single_category_title {
    color: rgb(0, 106, 164);
    font-weight: bold;
    text-transform: uppercase;
}
.post .single_category_title.boxed-link {
    padding: 4px 4px 3px;
    color: #fff;
    background: #666;
}
@media only screen and (min-width: 80em) {
    .post .single_category_title.boxed-link {
        margin-bottom: 17px;
    }
}
.post .post-navi {
    margin-top: 10px;
    margin-bottom: 30px;
}
.post .post-navi .columns {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
}
@media only screen and (min-width: 48.063em) {
    .post .post-navi .columns {
        padding: 27px 40px 27px 27px;
        text-align: left;
        min-height: 86px;
    }
}
.post .post-navi .columns + .columns {
    border-top: 1px solid #fff;
    text-align: center;
}
@media only screen and (min-width: 48.063em) {
    .post .post-navi .columns + .columns {
        border-top: 0;
        border-left: 1px solid #fff;
        text-align: right;
        padding: 27px 27px 27px 40px;
    }
}
.post .post-navi .columns span {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.post .post-navi .columns a {
    font-weight: 600;
    color: #080808;
    font-size: 13px;
}
.post .post-bottom-meta {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.post .post-bottom-meta a {
    color: rgba(0, 0, 0, 0.4);
}
.post .post-bottom-meta svg {
    vertical-align: middle;
    fill: rgba(0, 0, 0, 0.4);
}
.post .post-bottom-meta .share_icon {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.post .post-bottom-meta .comment_icon {
    margin-right: 3px;
}
.post .post-bottom-meta span,
.post .post-bottom-meta time {
    margin-right: 5px;
}
@media only screen and (min-width: 48.063em) {
    .post .post-bottom-meta span,
    .post .post-bottom-meta time {
        margin-right: 7px;
    }
}
.post .post-bottom-meta span em,
.post .post-bottom-meta time em {
    display: none;
    font-style: normal;
}
@media only screen and (min-width: 48.063em) {
    .post .post-bottom-meta span em,
    .post .post-bottom-meta time em {
        display: inline;
    }
}
.post .post-bottom-meta .time {
    font-weight: 500;
}
.post .post-bottom-meta .fa-eye {
    font-size: 12px;
    margin-right: 3px;
    vertical-align: middle;
}
.post .post-bottom-meta [rel=author] {
    float: left;
    font-weight: 500;
}
.post .post-bottom-meta [rel=author] + .time {
    margin-left: 4px;
}
.post .post-bottom-meta [rel=author] + .time:before {
    content: '-';
    display: inline-block;
    margin-right: 4px;
}
.widget_latestimages .post .post-bottom-meta .comment,
.widget_latestimages .post .post-bottom-meta .shares {
    display: none;
}
.widget_discussedimages .post .post-bottom-meta .shares,
.widget_discussedimages .post .post-bottom-meta .time,
.widget_discussedimages .post .post-bottom-meta [rel=author] {
    display: none;
}
.widget_sharedimages .post .post-bottom-meta .comment,
.widget_sharedimages .post .post-bottom-meta .time,
.widget_sharedimages .post .post-bottom-meta [rel=author] {
    display: none;
}
.boxed .post.page {
    background: #fff;
}
.post.page,
.post.no-margin {
    margin-bottom: 0;
}
.post.pageskin {
    margin-bottom: 0;
    padding: 15px 0;
}
@media only screen and (min-width: 48.063em) {
    .post.pageskin {
        padding: 30px 0;
    }
}
.post.format-gallery:hover .post-gallery > a:after {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.post.format-gallery:hover .post-gallery > a:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.post.format-gallery .post-gallery > a:after {
    content: "";
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4NCjxwYXRoIGQ9Ik0yNy44ODgsMTQuMTc3YzAuMDk3LDAuMjAxLDAuMTg4LDAuNDA5LDAuMjcsMC42MThjMC40NzMsMS4xODksMC43MzIsMi40OSwwLjczMiwzLjg0OQ0KCWMtMC4wMDIsNS43NjMtNC42NywxMC40MjktMTAuNDMxLDEwLjQzMWMtNS43NjUtMC4wMDItMTAuNDMzLTQuNjctMTAuNDM1LTEwLjQzMWMwLTEuMzU2LDAuMjYtMi42NTUsMC43MzMtMy44NDQNCgljMC4wODMtMC4yMDYsMC4xNjktMC40MTEsMC4yNjQtMC42MDhjMC4wMDItMC4wMDYsMC4wMDYtMC4wMDgsMC4wMDgtMC4wMTRIMC4wMTh2MjAuNzQ3YzAsMC44NTQsMC42OSwxLjU0MywxLjU0MywxLjU0M2gzMy41ODMNCgljMC44NTQsMCwxLjU0NC0wLjY5LDEuNTQ0LTEuNTQzVjE0LjE3N0gyNy44ODh6IE0xOC40NiwyMy4wNjljMi40NDQtMC4wMDQsNC40MjItMS45ODIsNC40MjYtNC40MjYNCgljLTAuMDAyLTEuNjQ2LTAuODk3LTMuMDgtMi4yMy0zLjg0MmMtMC42NDYtMC4zNy0xLjM5Ny0wLjU4My0yLjE5Ni0wLjU4NmMtMC43OTUsMC4wMDItMS41NDIsMC4yMTEtMi4xODYsMC41NzgNCgljLTEuMzQsMC43NTktMi4yNDIsMi4xOTgtMi4yNDQsMy44NDlDMTQuMDM2LDIxLjA4NywxNi4wMTQsMjMuMDY1LDE4LjQ2LDIzLjA2OXoiLz4NCjxwYXRoIGQ9Ik0zMy4zODMsNi4zMzljMCwwLjg3MS0wLjcwNSwxLjU3My0xLjU3NCwxLjU3M2gtMS44NjJjLTAuODY5LDAtMS41NzYtMC43MDQtMS41NzYtMS41NzN2LTEuODYNCgljMC0wLjg3MiwwLjcwNy0xLjU3NiwxLjU3Ni0xLjU3NmgxLjg2MmMwLjg2OSwwLDEuNTc0LDAuNzA0LDEuNTc0LDEuNTc2VjYuMzM5eiBNMzUuMTI3LDBIMS41NDNDMC42OSwwLDAsMC42OSwwLDEuNTQydjkuNzU2DQoJaDExLjA0OWMxLjg4OC0xLjg5Niw0LjUwMi0zLjA3MSw3LjM5NS0zLjA3NGMyLjg4OSwwLjAwMiw1LjUwMywxLjE3OCw3LjM5MSwzLjA3NGgxMC44MzhWMS41NDJDMzYuNjcxLDAuNjksMzUuOTgsMCwzNS4xMjcsMHoiLz4NCjwvc3ZnPg0K") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 1;
}
.post.format-gallery .post-gallery > a:before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}
.post.format-gallery .post-gallery.no-video-icon > a:after,
.post.format-gallery .post-gallery.no-video-icon > a:before {
    display: none;
}
.post.format-gallery.listing .post-gallery > a:after,
.post.format-gallery.listing .post-gallery > a:before {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.post.format-gallery.listing:hover .post-gallery > a:after {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.post.format-gallery.listing:hover .post-gallery > a:before {
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}
.post.format-video:hover .post-gallery > a:after {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.post.format-video:hover .post-gallery > a:before {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}
.post.format-video .post-gallery > a:after {
    content: "\f04b";
    color: #fff;
    font-family: FontAwesome;
    text-indent: 2px;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 1;
}
.post.format-video .post-gallery > a:before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}
.post.format-video .post-gallery.no-video-icon > a:after,
.post.format-video .post-gallery.no-video-icon > a:before {
    display: none;
}
.post.format-video.listing .post-gallery > a:after,
.post.format-video.listing .post-gallery > a:before {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.post.format-video.listing:hover .post-gallery > a:after {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.post.format-video.listing:hover .post-gallery > a:before {
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}
.post.blog-post {
    margin-bottom: 0;
}
.post.blog-post .post-gallery {
    margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
    .post.blog-post .post-gallery {
        margin-bottom: 40px;
    }
}
.post.blog-post .post-gallery > a:after,
.post.blog-post .post-gallery > a:before {
    display: none;
}
/*
.post.blog-post .single_category_title {
    margin-bottom: 18px;
}*/
.post.blog-post.format-gallery .post-bottom-meta {
    margin-bottom: 20px;
}
.post.blog-post.format-gallery .post-gallery {
    margin-bottom: 30px;
}
.post.blog-post.format-gallery .post-gallery.vertical {
    margin: 0;
}
.post.blog-post.format-gallery .post-title {
    margin-bottom: 10px;
}
.post.blog-post.format-gallery .post-title h4 {
    margin-bottom: 0;
}
.post.blog-post.format-video {
    padding: 15px 0;
    background: #f3f3f3;
}
@media only screen and (min-width: 48.063em) {
    .post.blog-post.format-video {
        padding: 40px 0 0;
    }
}
.post.blog-post.format-video .entry-title {
    border-bottom: 0;
    margin-bottom: 0;
}
.post.blog-post.format-video .post-content {
    margin-bottom: 20px;
}
.post.blog-post.format-video .post-bottom-meta {
    text-align: left;
}
.post.blog-post.format-video .post-bottom-meta .time,
.post.blog-post.format-video .post-bottom-meta [rel=author] {
    float: none;
}
.post.blog-post.format-video .post-gallery {
    background: #f3f3f3;
}
.post.bold-title .post-title h1,
.post.bold-title .post-title h2,
.post.bold-title .post-title h3,
.post.bold-title .post-title h4,
.post.bold-title .post-title h5,
.post.bold-title .post-title h6 {
    font-weight: 700;
}
.post.dark-color.format-video {
    background: #111;
}
.post.dark-color.format-video .post-gallery {
    background: none;
}
.post.dark-color .post-title h1,
.post.dark-color .post-title h2,
.post.dark-color .post-title h3,
.post.dark-color .post-title h4,
.post.dark-color .post-title h5,
.post.dark-color .post-title h6,
.post.dark-color .post-title a {
    color: #fff;
}
.post.dark-color .post-content {
    color: #929292;
}
.post.dark-color .post-bottom-meta {
    color: rgba(255, 255, 255, 0.4);
}
.post.dark-color .post-bottom-meta svg {
    fill: rgba(255, 255, 255, 0.4);
}
.post.video-others {
    background: none !important;
}
.post.video-others .post-gallery {
    margin-bottom: 10px;
}
.post.video-others .post-title {
    margin-bottom: 0;
}
.post.video-others .post-title h6 {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.post.trending {
    margin: 0;
}
.post.trending:before,
.post.trending:after {
    display: none;
}
.post.trending .entry-title {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.post.trending .post-category {
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: middle;
}
@media only screen and (min-width: 64.063em) {
    .post.trending .post-category {
        margin: 0 7px 0 0;
    }
}
.post.trending .post-category .single_category_title {
    margin: 0;
}
.post.trending .post-bottom-meta {
    display: none;
}
.post.listing {
    margin-bottom: 20px;
}
.post.listing .post-gallery {
    float: left;
    margin-right: 18px;
    max-width: 60px;
    width: 100%;
    min-height: 55px;
}
@media only screen and (min-width: 64.063em) {
    .post.listing .post-gallery {
        max-width: 80px;
        min-height: 75px;
    }
}
.post.listing .post-category .single_category_title {
    margin-bottom: 8px;
}
.post.listing .listing-content {
    padding-left: 78px;
}
@media only screen and (min-width: 64.063em) {
    .post.listing .listing-content {
        padding-left: 98px;
    }
}
.post.listing .post-bottom-meta {
    margin: 0;
}
.post.listing h6 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}
.post.post-fashion .post-gallery {
    position: relative;
    background: none;
}
.post.post-fashion .post-gallery > a {
    background: #080808;
}
.post.post-fashion .post-bottom-meta [rel=author] {
    float: none;
}
.post.post-fashion .post-title-container {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 10px 0 0;
    position: static;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion .post-title-container {
        padding: 40px 40px 10px;
        margin: 0;
    }
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion.smaller-padding .post-title-container {
        padding: 15px;
    }
}
.post.post-fashion.offset-title.capital-title {
    margin-bottom: 10px;
}
.post.post-fashion.offset-title.capital-title .post-title {
    text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion.offset-title .post-gallery {
        margin-bottom: 90px;
    }
}
.post.post-fashion.offset-title .post-title-container {
    margin: 0 10%;
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion.offset-title .post-title-container {
        position: absolute;
        bottom: -80px;
        right: 0;
        left: 0;
    }
}
.post.post-fashion.offset-title.bottom-title {
    margin: 0;
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion.offset-title.bottom-title .post-gallery {
        margin-bottom: 0;
    }
}
.post.post-fashion.offset-title.bottom-title .post-title-container {
    margin: 10px 8%;
}
@media only screen and (min-width: 48.063em) {
    .post.post-fashion.offset-title.bottom-title .post-title-container {
        position: relative;
        top: -70px;
        bottom: auto;
    }
    .post.post-fashion.offset-title.bottom-title .post-title-container .entry-title {
        margin: 0 5% 20px;
    }
}
.post.post-overlay {
    position: relative;
}
.post.post-overlay:hover .post-gallery img {
    opacity: 0.4;
}
.post.post-overlay .post-title h1 a:hover,
.post.post-overlay .post-title h2 a:hover,
.post.post-overlay .post-title h3 a:hover,
.post.post-overlay .post-title h4 a:hover,
.post.post-overlay .post-title h5 a:hover,
.post.post-overlay .post-title h6 a:hover {
    text-decoration: none;
}
.post.post-overlay .post-gallery .counts {
    background: #649fd6;
}
@media only screen and (min-width: 48.063em) {
    .post.post-overlay .post-gallery .counts {
        width: 45px;
        height: 45px;
        line-height: 45px;
        z-index: 10;
    }
}
.post.post-overlay .post-gallery .post-title {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post.post-overlay .post-gallery > a:after {
    backface-visibility: hidden;
}
@media only screen and (min-width: 48.063em) {
    .post.post-overlay.large-padding .post-gallery .post-title {
        margin: 30px;
    }
}
@media only screen and (min-width: 80em) {
    .post.post-overlay.large-padding .post-gallery .post-title {
        margin: 40px;
    }
}
.post.post-overlay.max-height .post-gallery {
    max-height: none;
    overflow: hidden;
}
@media only screen and (min-width: 48.063em) {
    .post.post-overlay.max-height .post-gallery {
        max-height: 200px;
    }
}
@media only screen and (min-width: 64.063em) {
    .post.post-overlay.max-height .post-gallery {
        max-height: none;
    }
}
.post.post-overlay.bottom-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.bottom-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.post.post-overlay.bottom-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.bottom-gradient:hover .post-gallery > a img {
    opacity: 0.6;
}
.post.post-overlay.top-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.top-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.post.post-overlay.top-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.top-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.top-gradient:hover .post-gallery > a img {
    opacity: 0.6;
}
.post.post-overlay.color1-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.color1-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.6;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjMzAzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmZGEyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(330deg, #dc3030, #cfda26);
    background-image: -webkit-linear-gradient(330deg, #dc3030, #cfda26);
    background-image: linear-gradient(120deg, #dc3030, #cfda26);
}
.post.post-overlay.color1-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.color1-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.color1-gradient:hover .post-gallery > a:after {
    opacity: 0.9;
}
.post.post-overlay.color2-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.color2-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.8;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjA4OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4MzI3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(330deg, #292088, #a83279);
    background-image: -webkit-linear-gradient(330deg, #292088, #a83279);
    background-image: linear-gradient(120deg, #292088, #a83279);
}
.post.post-overlay.color2-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.color2-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.color2-gradient:hover .post-gallery > a:after {
    opacity: 0.9;
}
.post.post-overlay.color3-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.color3-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.8;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmFiNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNjJiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(330deg, #006ab4, #fd62b2);
    background-image: -webkit-linear-gradient(330deg, #006ab4, #fd62b2);
    background-image: linear-gradient(120deg, #006ab4, #fd62b2);
}
.post.post-overlay.color3-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.color3-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.color3-gradient:hover .post-gallery > a:after {
    opacity: 0.9;
}
.post.post-overlay.color4-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.color4-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.8;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5Yzk5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxNmZiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(330deg, #09c995, #016fbb);
    background-image: -webkit-linear-gradient(330deg, #09c995, #016fbb);
    background-image: linear-gradient(120deg, #09c995, #016fbb);
}
.post.post-overlay.color4-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.color4-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.color4-gradient:hover .post-gallery > a:after {
    opacity: 0.9;
}
.post.post-overlay.color5-gradient .post-gallery > a {
    background: none;
    position: relative;
}
.post.post-overlay.color5-gradient .post-gallery > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0.8;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YTY1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzMzlhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(330deg, #f7a656, #5339a8);
    background-image: -webkit-linear-gradient(330deg, #f7a656, #5339a8);
    background-image: linear-gradient(120deg, #f7a656, #5339a8);
}
.post.post-overlay.color5-gradient .post-gallery > a img {
    opacity: 1;
}
.post.post-overlay.color5-gradient .post-gallery .counts {
    top: auto;
    bottom: 0;
}
.post.post-overlay.color5-gradient:hover .post-gallery > a:after {
    opacity: 0.9;
}
.post.post-overlay .post-gallery {
    position: static;
}
.post.post-overlay .post-gallery > a {
    background: #000;
    margin: 0;
}
.post.post-overlay .post-gallery > a:after,
.post.post-overlay .post-gallery > a:before {
    display: none;
}
.post.post-overlay .post-gallery img {
    opacity: 0.6;
}
.post.post-overlay .post-gallery .post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px;
    z-index: 2;
}
.post.post-overlay .post-gallery .post-title a {
    color: #fff;
}
.post.post-overlay .post-gallery .post-title .post-bottom-meta,
.post.post-overlay .post-gallery .post-title .post-bottom-meta a {
    color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 48.063em) {
    .post.post-overlay .post-gallery .post-title h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
.post.post-overlay.top-title .post-gallery .post-title {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
}
@media only screen and (min-width: 48.063em) {
    .post.post-overlay.top-title .post-gallery .post-title {
        margin: 30px;
    }
}
@media only screen and (min-width: 80em) {
    .post.post-overlay.top-title .post-gallery .post-title {
        margin: 40px;
    }
}
.post.post-overlay.center-title {
    margin: 0;
}
.post.post-overlay.center-title .post-bottom-meta {
    text-align: center;
}
.post.post-overlay.center-title .post-bottom-meta .time,
.post.post-overlay.center-title .post-bottom-meta [rel=author] {
    float: none;
}
.post.post-overlay.center-title .post-gallery .post-title {
    position: absolute;
    top: 50%;
    margin: 0 10%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.post.post-overlay.photo-listing {
    margin-bottom: 10px;
}
.post.post-overlay.photo-listing .post-title h5 {
    margin-bottom: 5px;
}
.post.style1 {
    margin-bottom: 20px;
}
.post.style1.solo .post-bottom-meta {
    display: none;
}
.post.style1-featured .post-gallery {
    margin-bottom: 20px;
}
.post.style1-meta .post-gallery {
    margin-bottom: 20px;
}
.post.style2 .post-gallery {
    margin-bottom: 18px;
    min-height: 90px;
}
@media only screen and (min-width: 48.063em) {
    .post.style2 .post-gallery {
        margin-bottom: 0;
    }
}
.post.style3 .post-gallery {
    margin-bottom: 18px;
    min-height: 60px;
}
@media only screen and (min-width: 64.063em) {
    .post.style3 .post-gallery {
        min-height: 70px;
    }
}
@media only screen and (min-width: 80em) {
    .post.style3 .post-gallery {
        min-height: 85px;
    }
}
@media only screen and (min-width: 48.063em) {
    .post.style4 {
        margin-top: 10px;
    }
}
.post.style4 .post-title .post-bottom-meta {
    text-align: left;
}
.post.style4 .post-title .post-bottom-meta [rel=author],
.post.style4 .post-title .post-bottom-meta .time {
    float: none;
}
.post.style4 .entry-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.post.style4 .share-article.simple {
    margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
    .post.style4 .share-article.simple {
        margin-bottom: 40px;
    }
}
.post.style4 .post-content img.aligncenter,
.post.style4 .post-content .wp-caption.aligncenter img {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: none;
}
@media only screen and (min-width: 48.063em) {
    .post.style4 .post-content img.aligncenter,
    .post.style4 .post-content .wp-caption.aligncenter img {
        margin-left: -50px;
        width: calc(100% + 100px);
    }
}
@media only screen and (min-width: 64.063em) {
    .post.style4 .post-content img.aligncenter,
    .post.style4 .post-content .wp-caption.aligncenter img {
        margin-left: -100px;
        width: calc(100% + 200px);
    }
}
.post.style4 .post-gallery {
    margin-bottom: 20px;
    min-height: 150px;
}
@media only screen and (min-width: 48.063em) {
    .post.style4 .post-gallery {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .post.style4 .post-gallery {
        min-height: 190px;
    }
}
@media only screen and (min-width: 80em) {
    .post.style4 .post-gallery {
        min-height: 250px;
    }
}
.post-author,
.authorpage {
    padding: 15px 0 0;
    margin-bottom: 15px;
    border-top: 1px dotted #a8a8a8;
    margin-top: 30px;
}
@media only screen and (min-width: 48.063em) {
    .post-author,
    .authorpage {
        padding: 30px 0 0;
        margin-bottom: 30px;
    }
}
.post-author .avatar,
.authorpage .avatar {
    float: left;
    margin-right: 30px;
    width: 86px;
    display: none;
}
@media only screen and (min-width: 48.063em) {
    .post-author .avatar,
    .authorpage .avatar {
        display: block;
    }
}
.post-author .author-content,
.authorpage .author-content {
    padding-left: 0;
}
@media only screen and (min-width: 48.063em) {
    .post-author .author-content,
    .authorpage .author-content {
        padding-left: 116px;
    }
}
.post-author h5,
.authorpage h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 48.063em) {
    .post-author h5,
    .authorpage h5 {
        margin-bottom: 15px;
    }
}
.post-author p,
.authorpage p {
    font-size: 11px;
    margin-bottom: 7px;
}
.post-author .fa,
.authorpage .fa {
    font-size: 11px;
    margin-right: 7px;
}
.post-header {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    background: #080808;
    display: flex;
}
@media only screen and (min-width: 48.063em) {
    .post-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 48.063em) {
    .post-header .post-title h1 {
        font-size: 20px;
        line-height: 26px;
    }
}
.post-header.parallax_bg {
    position: relative;
    overflow: hidden;
}
.post-header.parallax_bg .inline_bg {
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: 0 center;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    top: -15%;
    left: 0;
    opacity: 0.4;
}
.post-header.no-shadow {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0;
}
.post-header.no-shadow > div {
    background: none;
}
.post-header.no-shadow + .row {
    padding-top: 15px;
}
@media only screen and (min-width: 48.063em) {
    .post-header.no-shadow + .row {
        padding-top: 30px;
    }
}
.post-header .inner_header {
    background: rgba(8, 8, 8, 0.4);
    padding: 15px 0;
    min-height: 150px;
    display: flex;
    align-items: center;
    width: 100%;
}
@media only screen and (min-width: 48.063em) {
    .post-header .inner_header {
        min-height: 290px;
    }
}
@media only screen and (min-width: 64.063em) {
    .post-header .inner_header {
        min-height: 390px;
    }
}
@media only screen and (min-width: 80em) {
    .post-header .inner_header {
        min-height: 490px;
    }
}
@media only screen and (min-width: 100em) {
    .post-header .inner_header {
        min-height: 600px;
    }
}
.post-header .inner_header .children {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.post-header .inner_header .post-title {
    color: #fff;
    padding: 0;
    width: 100%;
}
@media only screen and (min-width: 48.063em) {
    .post-header .inner_header .post-title {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 64.063em) {
    .post-header .inner_header .post-title {
        padding: 0 20%;
    }
}
.post-header .inner_header .post-title .post-bottom-meta {
    text-align: center;
}
.post-header .inner_header .post-title .post-bottom-meta [rel=author],
.post-header .inner_header .post-title .post-bottom-meta .time {
    float: none;
}
.post-header .inner_header .post-title .post-bottom-meta svg {
    fill: #fff;
}
.post-header .inner_header .post-title h1,
.post-header .inner_header .post-title a,
.post-header .inner_header .post-title .post-bottom-meta,
.post-header .inner_header .post-title .post-bottom-meta a {
    color: #fff;
}
.post-header.small .inner_header {
    padding: 15px 0;
}
@media only screen and (min-width: 48.063em) {
    .post-header.small .inner_header {
        padding: 60px 0 90px;
        min-height: 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .post-header.small .inner_header {
        min-height: 0;
    }
}
@media only screen and (min-width: 80em) {
    .post-header.small .inner_header {
        min-height: 0;
    }
}
@media only screen and (min-width: 100em) {
    .post-header.small .inner_header {
        padding: 90px 0 120px;
    }
}
.post-header.small .inner_header .post-title .post-bottom-meta {
    text-align: right;
}
.post-header.small .inner_header .post-title .post-bottom-meta [rel=author],
.post-header.small .inner_header .post-title .post-bottom-meta .time {
    float: left;
}
@media only screen and (min-width: 48.063em) {
    .post-header.small .inner_header .post-title {
        padding: 0;
    }
}
@media only screen and (min-width: 48.063em) {
    .post-header.small .post-title {
        margin-bottom: 15px;
    }
}
.post-header.small .post-title .entry-title {
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    margin-bottom: 18px;
}
.post-header.small + .style5-container {
    background: #fff;
    position: relative;
    padding-top: 0;
}
@media only screen and (min-width: 48.063em) {
    .post-header.small + .style5-container {
        padding-top: 50px;
        margin-top: -90px;
    }
}
.post-header.small + .style5-container .featured_image_credit {
    bottom: auto;
    top: -24px;
}
.post-header.style3 {
    margin-bottom: 0;
}
.post-header.style3 + .row {
    padding-top: 15px;
}
@media only screen and (min-width: 48.063em) {
    .post-header.style3 + .row {
        padding-top: 30px;
    }
}
.post-content-container {
    padding-left: 0;
    min-height: 220px;
}
@media only screen and (min-width: 48.063em) {
    .post-content-container {
        padding-left: 98px;
    }
    .rtl .post-content-container {
        padding-left: 0;
        padding-right: 98px;
    }
}
.circle_rating {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
}
@media only screen and (min-width: 48.063em) {
    .circle_rating {
        display: block;
    }
}
.circle_rating span {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 92px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
.circle_rating .circle_base {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 6px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.circle_rating .circle_perc {
    stroke: #649fd6;
    stroke-width: 6px;
    stroke-linecap: round;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.circle_rating.small {
    top: 18px;
    right: 18px;
}
.circle_rating.small span {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
}
.circle_rating.small .circle_base,
.circle_rating.small .circle_perc {
    stroke-width: 3px;
}
.posts {
    display: flex;
    flex-wrap: wrap;
}
.safari .posts {
    display: block;
}
.other_videos {
    background: #ebebeb;
    padding: 35px 0 5px;
    margin-bottom: 30px;
}
.other_videos.dark-color {
    background: #161616;
}
.yarpp-related .post-thumbnail {
    max-height: 8em;
    overflow: hidden;
    margin-bottom: 1em;
    display: block;
}

.featured_image_credit {
    display: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 9px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 48.063em) {
    .featured_image_credit {
        display: block;
    }
}
#infinite-article {} #infinite-article.on {
    padding-bottom: 100px;
}
.post-review {
    border: 2px solid #f0f0f0;
}
.post-review.style1 {
    margin: 0 0 20px;
}
.post-review.style2 {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
@media only screen and (min-width: 48.063em) {
    .post-review.style2 {
        width: 50%;
        margin: 0 30px 20px 0;
    }
}
.post-review.style2 .comment_section {
    margin-bottom: 20px;
}
.post-review.style2 .average {
    margin: 0 -14px -14px -14px;
}
@media only screen and (min-width: 48.063em) {
    .post-review.style2 .average {
        margin: 0 -30px -30px -30px;
    }
}
.post-review.style3 {
    margin-top: 30px;
}
.post-review .post-review-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
}
@media only screen and (min-width: 48.063em) {
    .post-review .post-review-content {
        padding: 28px;
    }
}
.post-review .post-review-bottom {
    padding: 12px;
}
@media only screen and (min-width: 48.063em) {
    .post-review .post-review-bottom {
        padding: 28px;
    }
}
.post-review h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
    .post-review h6 {
        margin-bottom: 30px;
    }
}
.post-review ul {
    margin: 0;
    list-style: none;
}
.post-review ul li {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #080808;
}
@media only screen and (min-width: 48.063em) {
    .post-review ul li {
        margin-bottom: 25px;
    }
}
.post-review ul li:last-child {
    margin-bottom: 0;
}
.post-review ul li .hide-for-small {
    text-align: right;
}
.post-review ul li .progress {
    width: 100%;
    background: #eeeeee;
    height: 14px;
    margin-top: 4px;
}
.post-review ul li .progress span {
    background: #649fd6;
    display: block;
    height: 14px;
    width: 0;
}
.post-review .comment_section {
    margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
    .post-review .comment_section {
        margin-bottom: 0;
    }
}
.post-review .comment_section p {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
    font-size: 12px;
    line-height: 14px;
}
.post-review .comment_section p:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    line-height: 16px;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.post-review .comment_section p.positive:before {
    content: '+';
    background: #0fbf5e;
}
.post-review .comment_section p.negative:before {
    content: '-';
    background: #fe3166;
}
.post-review .post_comment {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #080808;
}
.post-review .average {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 38px;
    line-height: 1;
    padding: 15px;
    color: #fff;
    background: #649fd6;
    font-weight: 600;
}
@media only screen and (min-width: 48.063em) {
    .post-review .average {
        padding: 25px 15px;
        margin: 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .post-review .average {
        padding: 35px 15px;
    }
}
@media only screen and (min-width: 64.063em) {
    .post-review .average {
        padding: 45px 15px;
    }
}
/*------------------------------------------------------------------
Pages
*/

/*
.authorpage {
    margin: 0 0 20px;
    border: 0;
    background: #080808;
    padding: 15px;
}
.authorpage h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
.authorpage h5 a {
    color: #fff;
}
.authorpage h4 {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}
.authorpage span {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 3px 4px 2px;
    margin-top: 12px;
}
.authorpage span + span {
    margin-left: 5px;
}
.authorpage p {
    margin-top: 18px;
    margin-bottom: 15px;
    color: #a6a6a6;
    font-size: 12px;
}
.authorpage a {
    color: #9c9c9c;
}
.authorpage a:hover {
    color: #fff;
}
.authorpage a .fa {
    font-size: 14px;
}
.authorpage .avatar {
    width: 164px;
}
@media only screen and (min-width: 48.063em) {
    .authorpage {
        padding: 30px;
        margin-bottom: 45px;
    }
    .authorpage .author-content {
        padding-left: 194px;
    }
    .authorpage h5 {
        font-size: 28px;
    }
}
.subcategory_container {
    width: 100%;
    min-height: 50px;
}
.subcategory_container .thb-sibling-categories {
    display: block;
    width: 100%;
    text-align: right;
    height: 50px;
    overflow: hidden;
}
.subcategory_container .thb-sibling-categories.active {
    overflow: visible;
}
.subcategory_container .thb-sibling-categories li {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}
.subcategory_container .thb-sibling-categories li + li {
    padding-left: 20px;
}
.subcategory_container .thb-sibling-categories li a {
    font-size: 11px;
    color: #080808;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}
.subcategory_container .thb-sibling-categories li a:hover {
    color: #649fd6;
}
.subcategory_container .thb-sibling-categories .thb-pull-down {
    display: none;
    position: relative;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .fa {
    margin-left: 5px;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu-holder {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 12px;
    z-index: 10;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu {
    padding: 10px;
    background: #fff;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li {
    display: block;
}
.subcategory_container .thb-sibling-categories .thb-pull-down .sub-menu li a {
    line-height: 1.6;
}
.subcategory_container .thb-sibling-categories .thb-pull-down:hover .sub-menu-holder {
    display: block;
}
.subcategory_container.small {
    height: 25px;
    min-height: 25px;
    margin: 0;
}
.subcategory_container.small .thb-sibling-categories {
    height: 25px;
}
.subcategory_container.small .thb-sibling-categories li a {
    line-height: 1;
    color: #646464;
}
.category-title {
    margin-bottom: 15px;
}
@media only screen and (min-width: 48.063em) {
    .category-title {
        margin-bottom: 30px;
    }
}
.category-title.style2 h1 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 50px;
    text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
    .category-title.style2 h1 {
        font-size: 24px;
    }
}
.category-title.style2 .category-header {
    border-bottom: 1px solid #080808;
}
.category-title.style2 .thb-sibling-categories {
    margin: 0;
    text-align: right;
}
.category-title.style2 p {
    font-size: 14px;
    margin: 15px 0 0 0;
}
.category-title.style1 .category-header {
    background: #ccc !important;
    color: white;
    padding: 20px;
    text-align: center;
}
@media only screen and (min-width: 48.063em) {
    .category-title.style1 .category-header {
        padding: 40px;
        padding-bottom: 36px;
    }
}
.category-title.style1 h1 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.category-title.style1 .thb-sibling-categories {
    list-style: none;
    padding: 0;
    min-height: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}
@media only screen and (min-width: 48.063em) {
    .category-title.style1 {
        margin-bottom: 30px;
    }
    .category-title.style1 h1 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 80em) {
    .category-title.style1 h1 {
        font-size: 40px;
    }
}
.category-grid {
    margin-bottom: 30px;
}*/
/*------------------------------------------------------------------
Sidebar & Widgets
*/

.page-padding {
    margin: 30px 0;
}
@media only screen and (min-width: 48.063em) {
    .page-padding {
        margin: 50px 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .page-padding {
        margin: 70px 0;
    }
}
@media only screen and (min-width: 80em) {
    .page-padding {
        margin: 90px 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .sidebar {
        padding-left: 45px;
    }
}
.widget {
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 48.063em) {
    .widget {
        padding: 20px;
    }
}
@media only screen and (min-width: 64.063em) {
    .widget {
        padding: 30px;
    }
}
.widget .slick-nav {
    background: #f5f5f5;
}
.widget > strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 28px;
    border-bottom: 2px solid #080808;
}
.widget > strong span {
    display: none;
    float: right;
    line-height: 14px;
}
@media only screen and (min-width: 64.063em) {
    .widget > strong span {
        display: block;
    }
}
.widget > strong span a {
    display: block;
    float: left;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 8px;
}
.widget > strong span a.active {
    color: rgba(0, 0, 0, 0.8);
}
.widget ul {
    margin: 0;
    position: relative;
}
.widget ul.thb-loading:after,
.widget ul.slick:after {
    bottom: 0;
    top: 50%;
    margin-top: -19px;
}
.widget ul li {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul li:last-child {
    padding-bottom: 0;
}
.widget ul li p {
    font-size: 13px;
    line-height: 18px;
}
.widget ul li.post.listing {
    margin: 0;
}
.widget ul.point-list li.post.listing {
    padding-top: 0;
    padding-left: 14px;
    margin-bottom: 15px;
}
.widget ul.point-list li.post.listing:last-child {
    margin: 0;
}
.widget ul.menu a {
    font-size: 14px;
    font-weight: 300;
}
.widget ul.menu .current-menu-item > a {
    color: #7a7a7a;
}
.widget ul.menu .sub-menu {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 10px;
    border-top: 1px solid #eeeeee;
}
.widget.widget_featured_video iframe {
    width: 100%;
}
.widget.widget_featured_video .flex-video {
    margin: 0;
}
.widget.widget_tag_cloud ul li {
    display: inline-block;
    padding: 0;
    border: 0;
}
.widget.widget_tag_cloud .next {
    display: none;
}
.widget.widget_nav_menu ul li {
    border: 0;
}
.widget.widget_nav_menu ul li a {
    color: #959595;
    font-size: 14px;
}
.widget.widget_nav_menu ul li a:hover {
    color: #080808;
}
.widget.widget_nav_menu ul li.current-menu-item > a {
    color: #080808;
}
.widget.widget_nav_menu ul li .sub-menu {
    border: 0;
    padding-top: 5px;
}
.widget.widget_recent_entries ul li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}
.widget.widget_recent_entries ul li a {
    display: block;
    color: #080808;
}
.widget.widget_recent_entries ul li span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.widget.widget_recent_entries ul li:last-child {
    margin: 0;
}
.widget.widget_recent_comments ul li {
    border-bottom: 0;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    position: relative;
}
.widget.widget_recent_comments ul li:after {
    content: '\f0e5';
    font-family: FontAwesome;
    color: #080808;
    position: absolute;
    top: -1px;
    left: 0;
}
.widget.widget_recent_comments ul li .comment-author-link,
.widget.widget_recent_comments ul li a {
    color: #080808;
}
.widget.widget_recent_comments ul li .comment-author-link {
    font-weight: 700;
    text-transform: capitalize;
}
.widget.widget_recent_comments ul li a {
    font-weight: 500;
}
.widget.widget_recent_comments ul li:last-child {
    margin: 0;
}
.widget.widget_singlead {
    padding: 0;
    background: none;
    text-align: center;
}
.widget.widget_multiplead {
    padding-bottom: 0;
}
.widget.widget_multiplead img {
    margin-bottom: 30px;
}
.widget.widget_categoryposts .post .post-category {
    display: none;
}
.widget.widget_calendar #calendar_wrap {
    border: 1px solid #dcdcdc;
}
.widget.widget_calendar table {
    background: #fff;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget.widget_calendar table thead {
    background: #fff;
    font-size: 12px;
    border-bottom: 1px solid #dcdcdc;
}
.widget.widget_calendar table thead th {
    padding: 13px 0;
    color: #303030;
    text-align: center;
    font-weight: 800;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
    background: #f8f8f8;
}
.widget.widget_calendar table tbody td {
    font-size: 12px;
    color: #686868;
    text-align: center;
    padding: 9px 0;
}
.widget.widget_calendar table tfoot {
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
}
.widget.widget_calendar table tfoot tr td {
    padding: 12px 14px;
    font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
    color: #737373;
    text-transform: uppercase;
    font-weight: 800;
}
.widget.widget_calendar table tfoot tr #next {
    text-align: right;
}
.widget.widget_calendar table caption {
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.widget.widget_topreviews .style1 li {
    display: block;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px 40px 18px 20px;
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (min-width: 64.063em) {
    .widget.widget_topreviews .style1 li {
        padding: 20px 80px 18px 20px;
    }
}
.widget.widget_topreviews .style1 li:last-child {
    margin-bottom: 0;
}
.widget.widget_topreviews .style1 li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 60px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
}
.widget.widget_topreviews .style1 li > a {
    position: relative;
    font-size: 12px;
    font-weight: 600;
}
.widget.widget_topreviews .style1 li .post-bottom-meta {
    margin: 0;
}
.widget.widget_topreviews .style1 li .progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: auto;
    background: #649fd6;
    z-index: 0;
    opacity: 0.5;
}
.widget.widget_topreviews .style1 li .ave {
    display: block;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
    .widget.widget_topreviews .style1 li .ave {
        width: 60px;
    }
}
.widget.widget_topreviews .style2 li {
    padding: 18px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}
.widget.widget_topreviews .style2 li a {
    display: block;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    line-height: 1;
}
.widget.widget_topreviews .style2 li a span {
    position: absolute;
    top: 0;
    right: 0;
}
.widget.widget_topreviews .style2 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget.widget_latestimages ul li > .post {
    margin-bottom: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-bottom-meta {
    margin: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-gallery {
    margin-bottom: 15px;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-title h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
/*------------------------------------------------------------------
Form Styling
*/

form {
    margin: 0;
}
form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border: 1px solid #e6e6e6;
    background: #fff;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fff;
    border-color: #080808;
    color: #080808;
}
input[type="text"].parsley-error,
input[type="text"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid,
.woocommerce-invalid-required-field input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid,
.woocommerce-invalid-required-field textarea {
    border-color: #e76049;
}
input[type="text"].full,
input[type="password"].full,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full {
    width: 100%;
}
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="date"],
.widget input[type="datetime"],
.widget input[type="email"],
.widget input[type="number"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="time"],
.widget input[type="url"],
.widget textarea {
    background: transparent;
}
.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none !important;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
label {
    display: block;
    color: #080808;
    margin: 0 0 8px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
}
label small {
    color: #649fd6;
}
textarea {
    min-height: 108px;
}
.wpcf7-form textarea {
    min-height: 200px;
}
.review-popup textarea {
    min-height: 150px;
}
/*------------------------------------------------------------------
WP-Specific
*/

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
    color: inherit;
}
.alignright {
    float: right;
    margin: 6px 0 14px 20px;
    clear: both;
}
.alignleft {
    float: left;
    margin: 6px 20px 14px 0;
    clear: both;
}
.alignright img,
.alignleft img,
.aligncenter img {
    width: 100%;
    max-width: 100%;
}
img.center {
    margin: 0 auto;
    display: block;
}
img.full {
    width: 100%;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
.wp-caption {
    max-width: 100% !important;
}
.wp-caption.aligncenter {
    width: 100% !important;
}
/*.wp-caption .wp-caption-text {
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.45;
}
.rtl .wp-caption .wp-caption-text {
    text-align: right;
}
.more-link {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #649fd6;
}
[class^="tag-link"] {
    display: inline-block;
    border: 1px solid rgba(8, 8, 8, 0.4);
    color: #080808;
    font-size: 10px !important;
    padding: 8px 10px 7px;
    text-transform: uppercase;
    margin: 0 3px 3px 0;
    line-height: 1;
    font-weight: 600;
}
[class^="tag-link"]:hover {
    background: #080808;
    border-color: #080808;
    color: #fff;
    font-size: 10px !important;
}*/
/*------------------------------------------------------------------
Comments
*/

#comments {
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
    #comments {
        margin-bottom: 70px;
    }
}
#comments #comment-toggle {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 13px;
    color: #080808;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
    #comments #comment-toggle {
        padding: 25px;
        text-align: left;
    }
}
#comments #comment-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
}
#comments #comment-toggle.active:after {
    content: "\f106";
}
#comments .comment-notes {
    margin-bottom: 20px;
}
#comments ol.commentlist {
    list-style: none;
    margin: 0;
    display: block;
    padding: 13px;
    border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 48.063em) {
    #comments ol.commentlist {
        padding: 25px;
        text-align: left;
    }
}
#comments ol.commentlist > .comment:last-child .comment-body {
    margin-bottom: 0;
}
#comments ol.commentlist .comment {
    margin: 0;
}
#comments ol.commentlist .comment:before {
    display: none;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body {
    padding-top: 0;
    padding-top: 0;
    border: 0;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .avatar {
    top: 8px;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .reply {
    top: 7px;
}
#comments ol.commentlist .comment .comment-body {
    position: relative;
    min-height: 87px;
    padding-left: 83px;
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-top: 13px;
    border-top: 1px dotted #dfdfdf;
}
#comments ol.commentlist .comment .comment-meta {
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}
#comments ol.commentlist .comment .comment-meta a {
    color: #666;
}
#comments ol.commentlist .comment .vcard {
    border: 0;
    padding: 0;
    margin: 0;
}
#comments ol.commentlist .comment .vcard .fn {
    font-size: 11px;
    font-weight: 600;
    color: #080808;
    text-transform: uppercase;
}
#comments ol.commentlist .comment .vcard .says {
    display: none;
}
#comments ol.commentlist .comment .vcard .avatar {
    width: 66px;
    height: 66px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
}
#comments ol.commentlist .comment .comment-awaiting-moderation {
    font-size: 10px;
}
#comments ol.commentlist .comment p {
    font-size: 11px;
    word-break: break-word;
}
#comments ol.commentlist .comment .reply {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #080808;
}
#comments ol.commentlist .comment .reply a {
    color: #080808;
}
#comments ol.commentlist .comment .children {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 22px;
}
@media only screen and (min-width: 48.063em) {
    #comments ol.commentlist .comment .children {
        margin-left: 83px;
    }
}
#comments ol.commentlist .comment .comment-respond {
    margin-top: 40px;
}
.comment-content-container {
    display: none;
}
.comment-respond {
    padding: 13px;
}
@media only screen and (min-width: 48.063em) {
    .comment-respond {
        padding: 25px;
    }
}
.comment-respond .comment-reply-title {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.comment-respond .comment-reply-title small a {
    color: #649fd6;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.comment-respond p {
    font-size: 12px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
    width: 100%;
}
.comment-respond .form-submit {
    margin: 0 0 20px;
}
.comment-respond .form-submit .submit {
    width: 100%;
}
@media only screen and (min-width: 48.063em) {
    .comment-respond .form-submit .submit {
        width: auto;
    }
}
.comment-respond .comment-subscription-form {
    margin: 0;
}
/* VC fixes */

.wpb_content_element {
    margin-bottom: 0 !important;
}
.columns > .wpb_text_column {
    float: none !important;
}


/*------------------------------------------------------------------
404 Page
*/
.content404 {
    padding: 20px 0;
    width: 100%;
}
@media only screen and (min-width: 48.063em) {
    .content404 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 64.063em) {
    .content404 {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 80em) {
    .content404 {
        padding: 60px 0;
    }
}
.content404 h3 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin: 25px 0 0 0;
    letter-spacing: 2px;
}
.content404 p {
    margin-bottom: 30px;
}
.content404 img {
    max-width: 149px;
    width: 70%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
    .content404 img {
        width: 80%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 64.063em) {
    .content404 img {
        width: 90%;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 80em) {
    .content404 img {
        width: 1000%;
        margin-bottom: 50px;
    }
}
.boxed .content404 {
    background: #fff;
}



/* CJB begins....

Q: Why did God invent lawyers?
A: So that estate agents would have someone to look down on.

*/

.screen-reader-text {
    text-indent: -50000px;
    overflow: hidden;
    position: absolute;
    left: -50000px;
}


/* structure */
.row {
    max-width: 1400px;
}
input[type=text], input[type=email], textarea {
    font: 1.2em/1 Montserrat, "Helvetica Neue", arial, sans-serif;
    padding: 0.44em;
    border: 4px solid #9BE;
}
input[type=text]:focus {
    border: solid 4px #999;
}


/* Buttons / CTAs */
.button,
.wpcf7-submit,
.cta a {
    background: #06558b;
    color: white;
    border: none;
    border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    font: 1.1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0.75em;
    text-transform: none;
    cursor: pointer;
}
.button:hover,
.wpcf7-submit:hover,
.cta a:hover {
    background: black;
}


/* Site header */
.site-header {
    padding: 0;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
    text-align: center;
}
    .site-header .row {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
    .site-logo {
        max-width: 150px;
        display: inline-block;
        float: left;
    }
        .site-logo img {
            max-width: 100%;
    }
.search-toggle {
    cursor: pointer;
    text-indent: -5000px;
    overflow: hidden;
    width: 4.1em;
    height: 2.8em;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: relative;
}
.menu-toggle, .explore-toggle {
    font: lighter 1em montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 0.8em 3em 0.8em 1em;
    background: rgba(250, 250, 250, 1);
    color: #222;
    position: relative;
    margin: 0 0 0 2em;
    cursor: pointer;
}
.explore-toggle {
    margin: 0;
    display: block;
}
.menu-toggle:after, .explore-toggle:after {
    content: "\f078";
    font: 1em fontawesome;
    color: #06558b;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
}
.search-toggle:after {
    color: #222;
}


.header-app {
    float: right;
    text-transform: uppercase;
    width: 250px;
    height: 45px;
    background: white url('/wp-content/uploads/2016/08/verdict-app-icon.png') right no-repeat;
    background-size: 45px;
    text-align: left;
    cursor: pointer;
    margin-top: -1.5em;
    padding-left: 1em;
}
    .header-app .close-app, .header-email-newsletter .close-email-form {
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        width: 2em;
        height: 2em;
        text-indent: -50000px;
        cursor: pointer;
    }
    .header-app .close-app:before, .header-email-newsletter .close-email-form:before {
        content: "\f00d";
        font: 1.6em/2em fontawesome;
        position: absolute;
        left: 0;
        top: -0.4em;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #333;
        text-indent: 0;
    }
    .download-app-toggle {
        cursor: pointer;
        text-decoration: underline;
        margin-top: 1.2em;
        display: block;
    }
    .header-app .app-cta p {
        text-transform: none;
        font-size: 1.1em;
    }
    .header-app .download-app input {
        width: 100%;
        margin: 1em 0 0 0;
    }
    .download-app input[type=text] {
        padding-left: 1.5em;
    }
     .header-app .app-cta .email-address-field:before {
        bottom: 1.35em;
    }

.site-header .row {
    text-align: left;
}

/* Mega Menu. Thunder Thunder Thunder Cats. Hooooooooooo */
.site-menu-col {
    position: static;
}
    .site-menu {
        /*border-top: solid 1px #efefef;
        background: #f9f9f9;*/
    }
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.8em;
    background: rgba(250, 250, 250, 1);
    padding: 2em 0;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
}
.menu-links-open .mega-menu {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}
body:before {
    content: '';
    transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
}
.menu-links-open:before {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: block;
    z-index: 9999;
}
.menu-links-open .article-row {
    z-index: 9;
}
.mega-menu .promoted-links, .mega-menu .extra-links {
    display: none;
}
.trending {
    border-right: solid 1px #ededed;
    padding-right: 1em;
    border-right: solid 1px #ccc;
}
    .trending ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding: 0;
        margin: 0;
    }
        .trending ol li {
            margin: 0;
        }
            .trending ol li a {
                border-bottom: solid 1px #e4e4e4;
                display: block;
                padding: 1em 0;
            }
.mega-menu .trending h3, .mega-menu .verdict-network h3, .social-media-links h3 {
    text-align: center;
    margin: 0 0 1em 0;
    padding: 2em 0 0 0;
    text-transform: uppercase;
    border: none;
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #ccc;
    font-size: 1.6em;
}
.mega-menu .trending h3:before {
    content: '';
    background: url('/wp-content/uploads/2016/08/trending.gif') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    width: 80px;
    height: 40px;
}
.verdict-intelligence-column {
    border-left: solid 1px #ccc;
    padding-left: 3em;
}
.mega-menu ul {
        list-style: none;
        margin: 0;
    }
        .mega-menu ul li {
            margin: 0;
            text-transform: uppercase;
        }
            .mega-menu ul li a {
                display: block;
                border-bottom: solid 1px #ededed;
                padding: 0.5em 0;
            }
.verdict-network {

}
    .verdict-network ul {
        font-size: 0.9em;
        margin: 0 -.9375em 2em -.9375em;
    }
        .verdict-network h4 {
            font-size: 1em;
        }
        .verdict-network ul ul {
            margin: 0 0 2em 0;
        }
        .verdict-network li:nth-child(4) {
            clear: left;
        }
    .verdict-network .cta {
        text-align: center;
        border-top: solid 1px #ccc;
        margin-top: 1em;
        padding-top: 2em;
    }
        .verdict-network .cta a {
            text-decoration: underline;
        }

.verdict-network h3:before {
    content: "\f0e8";
    font: 1.2em fontawesome;
    position: absolute;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    top: 0.3em
}
.verdict-intelligence-column {
    border-left: solid 1px #ccc;
    padding-left: 1em;
}
    .verdict-intelligence {
        text-align: center;
        text-transform: uppercase;
    }
        .verdict-intelligence a {
            display: block;
            background: #114477 url('http://dev-verdict.pantheonsite.io/wp-content/uploads/2016/10/global-data-logo-white.png') no-repeat center 40px;
            background-size: 160px;
            color: white;
            padding: 6em 2em 2em 2em;
            position: relative;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }
        .verdict-intelligence a:hover {
            color: white;
            background: #06558b url('http://dev-verdict.pantheonsite.io/wp-content/uploads/2016/10/global-data-logo-white.png') no-repeat center 40px;
            background-size: 170px;
        }
        .verdict-intelligence a span.vi-cta {
            display: block;
            margin-top: 3em;
            width: 200px;
            margin: 3em auto 0;
            padding: 0.9em 0em 0.7em;
            box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
            background: white;
            color: black;
            border-radius: 0.1em;
            -moz-border-radius: 0.1em;
            -webkit-border-radius: 0.1em;
        }
        .verdict-intelligence a:hover span.vi-cta {
            box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
        }
.social-media-links {
    border-right: solid 1px #ccc;
    text-align: center;
    margin-top: 0;
}
    .mega-menu .follow-verdict {
        padding-right: 1em;
    }
        .mega-menu .follow-verdict li {
            display: inline-block;
            font-size: 1.2em;
            margin: 0 1em;
        }
            .follow-verdict li a {
                display: block;
                width: 2em;
                height: 2em;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                background: #ccc;
                text-indent: -500000px;
                overflow: hidden;
                position: relative;
            }
            .follow-verdict li a:before {
                content: "\f099";
                font: 1em/2em fontawesome;
                color: #999;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
            }
            .follow-verdict li.facebook-icon a:before {
                content: "\f09a";
            }
            .follow-verdict li.instagram-icon a:before {
                content: "\f16d";
            }

.site-logo {
    text-align: center;
    margin-top: 0.6em;
}
.site-logo img {
    margin: 0 auto;
}
.site-search-col {
    display: inline-block;
    float: right;
}
.search-toggle {
    float: right;
    position: relative;
}
.search-toggle:after {
    content: "\f002";
    font: 1.2em/2.35em fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0;
}
.searchform {
    position: fixed;
    opacity: 0;
    z-index: -9999;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    text-align: center;
    padding: 6em;
}
.searchform fieldset {
    width: 100%;
    margin: 0;
    padding: 0 3em;
    left: 0;
    position: absolute;
    top: 45%;
    text-align: center;
}
.searchform fieldset input[type="text"] {
    border: solid 1px #dadada;
    padding: 0.5em;
    background: #f7f7f7;
    font: 2.1em/1 montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: 0.3em;
    width: 70%;
    max-width: 20em;
}
.searchform fieldset input[type="submit"] {
    display: inline-block;
    font: 2.1em/1 montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    background: #06558b;
    color: white;
    box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    padding: 0.64em;
    width: 28%;
    max-width: 8em;
}
.searchform fieldset input[type="submit"]:hover {
    background: black;
}
.searchform-open .searchform {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.searchform-open .search-toggle {
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -2.85em;
    right: auto;
    background: #333;
    border: solid #333;
}
.searchform-open .search-toggle:after {
    content: "\f00d";
    color: white;
    font: 1.4em/1.9em fontawesome;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .searchform-open .search-toggle:after {
            line-height: 50px;
    }
}
.menu-toggle {
    display: inline-block;
    float: left;
}
.menu-links-open .menu-toggle {
    position: relative;
    z-index: 9999;
}
.menu-links-open .menu-toggle:after {
    content: "\f00d";
    font: 1.2em/3.4em fontawesome;
    color: black;
    position: absolute;
    top: 0;
    right: 0.75em;
    bottom: 0;
    text-align: center;
    text-indent: 0;
    width: auto;
    height: auto;
    background: none;
}
.promoted-links {
    display: inline-block;
    float: left;
    position: relative;
}
.promoted-links ul, .extra-links ul {
    list-style: none;
    margin: 0;
    font-size: 1em;
}
.promoted-links li, .extra-links li{
    display: inline-block;
    float: left;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.promoted-links li a, .extra-links li a, .extra-links li span, .promoted-links li.hot-topics-menu-link span {
    display: block;
    padding: 0.75em 0.75em 0.55em;
    border-right: solid 1px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.promoted-links ul li a:hover, .extra-links ul li a:hover, .extra-links ul li span:hover {
    background: rgba(0,0,0,0.1);
}
.promoted-links li:first-child a, .promoted-links li:nth-child(2) a, .promoted-links li:nth-child(3) a, .email-newsletter-toggle, .promoted-links li.hot-topics-menu-link span {
    position: relative;
    padding-left: 2.5em;
    color: black;
}
.promoted-links li:first-child a {
    padding-left: 3em;
}
.promoted-links li:nth-child(1) a:before {
    content: "";
    background: url(/wp-content/uploads/2016/11/verdict-logo.png) no-repeat;
    background-size: 80px;
    width: 26px;
    height: 13px;
    position: absolute;
    left: 0.8em;
    top: 50%;
    margin-top: -7px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.promoted-links li:nth-child(2) a:before, .email-newsletter-toggle:before {
    content: "\f017";
    font: 1em/3em fontawesome;
    color: #d8d8d8;
    position: absolute;
    left: 0.7em;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.promoted-links li:nth-child(3) a:before {
    content: "\f012";
    font: 0.9em/3.2em fontawesome;
    color: #d8d8d8;
    position: absolute;
    left: 0.8em;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.promoted-links li:nth-child(3) ul a:before {
    display: none;
}
.promoted-links li.hot-topics-menu-link span:before {
    content: "\f012";
    font: 0.9em/3.3em fontawesome;
    color: #d8d8d8;
    position: absolute;
    left: 0.9em;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.email-newsletter-toggle:before {
    content: "\f0e0";
}
.promoted-links li:first-child a:hover:before, .promoted-links li:nth-child(2) a:hover:before, .promoted-links li:nth-child(3) a:hover:before, .email-newsletter-toggle:hover:before {
    color: #333;
}
.promoted-links li:nth-child(2) li a:before {
    display: none;
}

.promoted-links li.hot-topics-menu-link, .promoted-links li.explore {
    position: relative;
}
.promoted-links li.hot-topics-menu-link ul, .header-email-newsletter .email-subscription, .header-app .download-app, .promoted-links li.explore ul {
    position: absolute;
    list-style: none;
    padding: 2em 2em 6em 2em;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    background: #06558b;
    box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.5);
    margin: 2em 0 0 -130px;
    width: 260px;
    left: 55%;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.promoted-links li.hot-topics-menu-link ul, .promoted-links li.explore ul {
    padding: 2em 0 6em 0;
}
.promoted-links li.explore ul {
    padding-bottom: 2em;
}
.promoted-links li.hot-topics-menu-link ul li,
.promoted-links li.hot-topics-menu-link ul li:last-child, .promoted-links li.explore ul li, .promoted-links li.explore ul li:last-child {
    margin: 0;
    display: block;
    float: none;
    width: 100%;
}
.promoted-links li.hot-topics-menu-link ul li a, .promoted-links li.explore ul li a {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0.5em 1em;
    color: white;
}
.promoted-links li.hot-topics-menu-link ul li:last-child a, .promoted-links li.explore ul li:last-child a {
    border: none;
    padding-bottom: 0;
}
.promoted-links li.hot-topics-menu-link ul li a:hover, .promoted-links li.explore ul li a:hover {
    color: white;
}
.promoted-links li.explore ul li a:before, .promoted-links li.explore ul li:first-child a:before, .promoted-links li.explore ul li:nth-child(2) a:before, .promoted-links li.explore ul li:nth-child(3) a:before, .promoted-links li.explore ul li:nth-child(4) a:before {
    display: none;
}
.promoted-links li.hot-topics-menu-link ul:before, .header-email-newsletter .email-subscription:before, .header-app .download-app:before, .promoted-links li.explore ul:before {
    content: '';
    border-bottom: solid 1em white;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
    position: absolute;
    left: 50%;
    top: -0.9em;
    margin-left: -1em;
}
.promoted-links li.hot-topics-menu-link ul:before , .promoted-links li.explore ul:before {
    border-bottom: solid 1em #06558b;
}
.extra-links {
    display: inline-block;
    float: right;
}
    .extra-links ul {
        margin-left: 0;
    }
.header-email-newsletter {

}
    .header-email-newsletter .email-subscription, .header-app .download-app {
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        position: absolute;
        margin-top: 1em;
        padding-bottom: 2em;
        margin-left: -150px;
        left: 50%;
        width: 300px;
        background: white;
        margin-top: 2em;
    }
        .header-email-newsletter .email-subscription .email-address-field:before {
            left: 0.65em;
            bottom: 1.35em;
        }
    .email-newsletter-open .header-email-newsletter .email-subscription, .download-app-open .header-app .download-app {
        margin-top: 1em;
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
.trending-open .promoted-links li.hot-topics-menu-link ul, .explore-open .promoted-links li.explore ul {
    margin-top: 0.5em;
    left: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.email-newsletter-open:before, .download-app-open:before {
    content: '';
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99;
}
.email-newsletter-open .site-menu {
    position: relative;
    z-index: 999;
    background: white;
}
.download-app-open .header-app {
    z-index: 999;
    position: relative;
}
    .header-app .download-app .app-cta {
        padding-top: 0;
    }
    .header-email-newsletter .email-subscription h3 {
        margin: 0 0 1em 0;
        width: 100%;
        font-size: 1.8em;
    }
    .header-email-newsletter .email-subscription .button {
        width: 100%;
        margin: 0.5em 0 0 0;
    }
.promoted-links li.hot-topics-menu-link ul:after {
    content: "\f012";
    font: 3em fontawesome;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    text-align: center;
}

.header-email-newsletter .email-newsletter-toggle, .header-app .download-app-toggle {
    cursor: pointer;
    color: black;
}
.header-email-newsletter .email-newsletter-toggle:hover, .header-app .download-app-toggle:hover {
    color: #06558b;
}



/* Home page / Main Index Template */
.home-page {
    overflow: hidden;
}
.home .visualisations {
    top: 10em;
}
.home .visualisations div,
.home .visualisations svg,
.home .visualisations iframe {
    opacity: 1;
    border-radius: 100%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    background: white;
    height: 46em !important;
    width: 46em !important;
}
.home .visualisations svg {
    box-shadow: inset 0 0 8em 0 #06558b;
    -moz-box-shadow: inset 0 0 8em 0 #06558b;
    -webkit-box-shadow: inset 0 0 8em 0 #06558b;
    padding-top: 25%;
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

.home .visualisations text {
    opacity: 0.1;
}
.home .visualisations defs + rect {
    fill: none;
}
.home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations {
    /*box-shadow: 0 0 0em 0 rgba(255,227,69,1);
    -moz-box-shadow: 0 0 0em 0 rgba(255,227,69,1);
    -webkit-box-shadow: 0 0 0em 0 rgba(255,227,69,1);*/
    top: 0;
}
.home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations svg, .home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations iframe {
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes pulsate {
    0% { opacity: 0.1}
    50% { opacity: 0.7}
    100% { opacity: 0.1}
}
.home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations:hover svg, .home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations:hover svg {
    opacity: 1;
}
/*.home {
    background: #000;
    transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -webkit-transition: background 1s ease-in-out;
}
.home.theres-a-pokemon-somewhere-in-this-page----or-is-there {
    background: white;
}*/
/*.visualisations {
    top: 20em;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
}
    .visualisations .the-circle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: white;

    }
.home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations {
    top: -7em;
}*/
.featured-articles li.hover-image {
    position: fixed;
    left: 0;
    top: 5em;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: -9999;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.featured-articles li:first-of-type:hover {
    overflow: visible;
}
.featured-articles li.hover-image img {
    width: 100%;
}
.show-full-image .featured-articles li:first-of-type + .hover-image {
    opacity: 1;
}

.show-full-image .visualisations, .show-full-image .featured-articles li:last-of-type, .show-full-image .featured-articles li:nth-of-type(2), .show-full-image .featured-articles li:nth-of-type(3), .show-full-image .featured-articles li:nth-of-type(4) {
    z-index: -999;
    opacity: 0;
}
.featured-articles li:first-of-type h2,
.featured-articles li:first-of-type .article-tags,
.featured-articles li:first-of-type .article-author {
    opacity: 0;
    transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
}
.theres-a-pokemon-somewhere-in-this-page----or-is-there .featured-articles li:first-of-type h2,
.theres-a-pokemon-somewhere-in-this-page----or-is-there .featured-articles li:first-of-type .article-tags,
.theres-a-pokemon-somewhere-in-this-page----or-is-there .featured-articles li:first-of-type .article-author {
    opacity: 1;
}
.brexit-tracker-iframe {
    border: none;
    padding: 0;
    height: 430px;
    display: block;
}
    body {
        background: none;
    }
    /* Logged in user get a taller iframe because WordPress addsa margin to the HTML element when a logged in user loads the page */
    body.admin-bar .brexit-tracker-iframe {
        height: 486px;
    }


.floaters .email-subscription:before {
    opacity: 0;
    bottom: 65em;
    transition: all 6s ease-in-out;
    -moz-transition: all 6s ease-in-out;
    -webkit-transition: all 6s ease-in-out;
}
.email-subscription #messages div {
    position: absolute;
    background: white;
    z-index: 9999;
    padding: 2em;
    box-shadow: 0 0 3em 0 rgba(0,0,0,0.1);
    left: 50%;
    width: 20em;
    line-height: 1.5;
    margin-left: -17em;
    top: 5em;
}
.email-subscription #messages div:after {
    content: '';
    position: absolute;
    bottom: -5em;
    left: 2em;
    border-left: solid 2em white;
    border-bottom: solid 6em transparent;
}
.theres-a-pokemon-somewhere-in-this-page----or-is-there .floaters .email-subscription:before {
    opacity: 0.4;
    bottom: 0em;
}
.privacy-checkbox {
    clear: right;
    float: left;
    width: 36%;
    padding-top: 2em;
}
    .privacy-checkbox input, .privacy-checkbox label {
        display: inline-block;
        margin-right: 0.5em;
        text-transform: none;
    }
.featured-articles {
    text-align: center;
    position: static;
    list-style: none;
    padding: 5% 0 0 0;
    margin: 0;
}
.article-tags,
.article-date {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    z-index: 9;
}
.article-tags a {
    font: 1em Montserrat, "Helvetica Neue", helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #06558b;
    display: inline-block;
}
.featured-articles .article-author {
    margin-top: 0.2em;
    z-index: 9;
    position: relative;
}
.featured-articles li {
    position: relative;
    z-index: 9;
}
.featured-articles li h2 {
    font: 1.6em/1.4 Lora, Georgia, serif;
    position: relative;
    margin: 0;
    z-index: 999;
}
    .featured-articles li h2 a {
        color: black;
    }
    .featured-articles li h2 a:hover {
        color: black;
        text-decoration: underline;
    }
.featured-articles li:first-of-type {
    position: relative;
    width: 50em;
    height: 50em;
    border-radius: 100%;
    background: rgba(255,255,255,0.85);
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
    .featured-articles li:first-of-type article {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 999;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .featured-articles li:first-of-type .visualisations {
        width: 50em;
        height: 50em;
        overflow: hidden;
        border: solid 5em #ebebeb;
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
        .featured-articles li:first-of-type .visualisations img {
            height: 100%;
            width: 150%;
            max-width: 150%;
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            opacity: 0.2 !important;
            position: relative;
        }
    .featured-articles li:first-of-type .visualisations:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #06558b;
        opacity: 0.1;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: solid 5em white;
    }
    /*@media (min-width: 600px) {
        .featured-articles li:first-of-type header:hover + div.feature-image img {
            -moz-filter: blur(15px);
            filter: blur(15px);
            -webkit-filter: blur(15px);
            left: -2%;
            top: -2%;
            right: -2%;
        }
    }*/
    .featured-articles li:first-of-type header {
        max-width: 1300px;
        margin: -50% auto 0.25em auto;
        position: relative;
    }
        .featured-articles li:first-of-type h2 {
            font: 4em/1.4 Lora, Georgia, serif;
            margin: 0;
        }
            .featured-articles li:first-of-type h2 a {
                padding: 0 0.5em;
                display: block;
            }
            .featured-articles li:first-of-type h2 a:hover {
                /*text-shadow: 0 0 1.5em rgba(0, 0, 0, 1);*/
                color: #06558b;
                text-decoration: none;
            }
        .featured-articles li:first-of-type .article-author {
            font: 1.6em Lora, Georgia, serif;
            margin-bottom: 2em;
        }
        .featured-articles li:first-of-type .article-tags a {
            margin: 0 0.5em;
        }
.featured-articles li:first-of-type:hover {
    background: rgba(255,255,255,0.9);
}
/*
.featured-articles li:nth-child(3) {
    margin-top: 4em;
}*/
.featured-articles li:nth-child(3),
.featured-articles li:nth-child(4),
.featured-articles li:last-child {
    width: 37%;
    float: right;
    clear: right;
    padding: 0em 1em 3em 3em;
    text-align: left;
}
.home .tracker {
    margin: 0;
}
/*.featured-articles li:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}
.featured-articles li:first-of-type:before {
    content: '';
    display: block;
    width: 60em;
    height: 60em;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: solid 5.4em #ebebeb;
    background: white;
    position: absolute;
    top: -46%;
    left: 50%;
    margin-left: -30em;
}
.featured-articles li:first-of-type:hover:before {

}*/


.floaters {
    clear: both;
    position: relative;
    padding-top: 10em;
    background: rgba(103, 186, 234, 0.0);
    transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -webkit-transition: all 4s ease-in-out;
}
.theres-a-pokemon-somewhere-in-this-page----or-is-there .floaters {
    background: rgba(103, 186, 234, 0.1);
}
.floaters article {
    z-index: 9;
    position: relative;
}
.floaters article .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.floaters article .row .small-5 {
    margin-left: 0;
    padding-left: 0;
}
.floaters article .row .small-5 img {
    width: 100%;
}
.floaters article .row .small-5 {
    max-width: 50em;
}
.floaters article h2 {
    font: 2.1em/1.4 Lora, Georgia, serif;
}
.floaters article .article-author {
    font: 1.2em Lora, Georgia, serif;
    margin-top: 1em;
}
.email-subscription {
    border-bottom: solid 0.5em #06558b;
    margin-bottom: 7em;
}
.email-subscription h3 {
    font: 3em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    color: #06558b;
}
.email-subscription h3 strong {
    display: block;
    font-size: 40%;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.03em;
}
.email-address-field {
    position: relative;
}
.email-subscription .email-address {
    height: auto;
    text-transform: none;
    padding-left: 1.5em;
}
.home .floaters .email-address-field {
    width: 49%;
    display: inline-block;
}
.home .floaters .email-subscription .button {
    width: 48%;
    display: inline-block;
}
.email-address-field:before {
    content: "\f0e0";
    font: 1em/1 fontawesome;
    position: absolute;
    left: 0.5em;
    bottom: 1.9em;
    color: #06558b;
    display: block;
    z-index: 999;
    height: 0.6em;
}
.other-stuff .download-app .email-address-field:before {
    bottom: -1.7em;
}
.floaters .email-address-field:before {
    bottom: 1.4em;
    left: 0.7em;
}
.floaters .download-app .email-address-field:before {
    bottom: 2.75em;
    left: 0.7em;
}
.single article .email-subscription .email-address-field:before {
    left: 0.7em;
    bottom: 1.3em;
}
.email-subscription form input[type="text"]::placeholder {
    color: #999;
    font-size: 70%;
    padding: 0.5em;
}
.download-app h2 {
    font: bold 1.4em montserrat, "helvetica neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #06558b;
}
.download-app .phone-number-field:before {
    content: "\f10b";
    font-size: 1.6em;
    bottom: 1em;
    left: 0.3em;
}
.download-app input {
    width: 250px;
    display: block;
    margin: 0 0 1em 0;
}
.floaters .download-app input[type=text] {
    padding: 0.5em 0 0.5em 1.5em;
    font: 1.3em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    width: 250px;
}
.other-stuff .download-app input[type=text] {
    width: 49%;
    float: left;
    padding-left: 1.5em;
}
.other-stuff .download-app input.button {
    float: right;
}
.most-recently {
    background: white;
    position: relative;
}
.most-recently header {
    background: #ededed;
    padding: 2em 0;
    text-align: center;
    margin: 0 0 2em 0;
}
.most-recently header h2 {
    font: bold 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.floaters .most-recently article {
    border-bottom: solid 4px #ebebeb;
    padding: 2em 0;
    margin: 0;
}
.floaters .most-recently article .row {
    max-width: 76.875em;
    margin: 0 auto;
}
.floaters .most-recently article .row .article-tags {
    display: inline-block;
    font-size: 1em;
    margin: 0 0 0 -0.5em;
}
.floaters .most-recently article .row .article-tags a,
.floaters .most-recently article .row .article-date {
    font: 1em Montserrat, "Helvetica Neue", helvetica, Arial, sans-serif;
    margin: 0 0.5em;
}
.floaters article .row .article-date {
    color: #999;
    display: inline-block;
}
.floaters .most-recently article .row h3 {
    font: 1.8em/1.4 Lora, Georgia, serif;
    margin: 0.5em 0 0 0;
}

.email-news-home input[type=text] {
  font: 1.2em/1 Montserrat, "Helvetica Neue", arial, sans-serif;
    padding: 0.44em;
    border: 4px solid #9BE;
    float: left;
    width: 49%;
    display: inline-block;
    padding: 0.75em 0;
}
.email-news-home p{
  margin-bottom: 0px;
}

.email-news-home .wysija-submit{
  background: #06558b;
    color: white;
    border: none;
    border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    font: 1.1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0.75em 0;
    text-transform: none;
    cursor: pointer;
    width: 48%;
    display: inline-block;
        margin-top: 0px;
}
.email-news-home .formError .formErrorContent {
  bottom: -3em;
  left: -23.7em;
  padding: 0.5em;
  font-size: 0.7em;
  width: 100%;
}

.email-news-home .widget_wysija_cont p label {
    text-align: left;
}
.widget_wysija input[type=text]{
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 2px;
        border: solid 1.5px #cecbcb;
}
.widget_wysija input[type=email]{
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 2px;
        border: solid 1.5px #cecbcb;
  }


.wysija-checkbox-label{
   font: 0.8em Lora, Georgia, serif;
       text-transform: capitalize;
}
  .widget_wysija label{
     font: 0.8em Lora, Georgia, serif;
         text-transform: capitalize;
    }


  .widget_wysija input:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    }


  .widget_wysija select {
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
        height: 30px;
            text-transform: capitalize;
                margin-top: 0.5em;
                margin-bottom: 0.5em;
  }

.between-article-leaderboard {
    background: #ebebeb;
    padding: 2em 0;
    text-align: center;
}
    .between-article-leaderboard div, .between-article-leaderboard iframe, .between-article-leaderboard ins {
        display: inline-block;
    }

.featured-video {
    position: relative;
}
.featured-video .article-tags {
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    top: 2em;
}
.featured-video a {
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.featured-video img {
    width: 100%;
}
.featured-video span {
    position: absolute;
    width: 700px;
    margin: 4em 0 0 -350px;
    left: 50%;
    text-align: center;
    font: 3em Lora, Georgia, serif;
    z-index: 9;
}
.featured-video span a {
    color: white;
}
.featured-video span a b {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0.5em auto;
    position: relative;
    text-indent: -50000px;
    overflow: hidden;
}
.featured-video span a b:before {
    content: "\f144";
    font: 2em/1em fontawesome;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    text-indent: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.featured-video span a:hover b:before {
    color: #06558b;
}
.featured-video a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */

    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.featured-video a img {
    display: block;
}
.featured-video a:hover img {
    box-shadow: inset 0 0 5em 0 #06558b;
}
.featured-video span a:after {
    display: none;
}
.featured-video .article-author {
    position: absolute;
    left: 50%;
    width: 20em;
    margin-left: -10em;
    bottom: 2em;
    color: white;
    text-align: center;
}


.alm-listing {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2em;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
    .alm-listing li {
        border-bottom: solid 1px #ebebeb;
        padding: 2em 0;
        margin: 0;
    }
        .alm-listing li img {
            width: 100%;
        }
        .alm-listing li h3 {
            font: 2.4em Lora, Georgia, serif;
            margin: 0 0 0.7em 0;
        }
        .alm-listing li p {
            margin: 0;
        }
    .alm-btn-wrap {
        text-align: center;
    }
    .alm-load-more-btn {
        position: relative;
        width: 4em;
        height: 4em;
        margin: 3em 0;
        border: none;
        background: none;
        text-indent: -5000px;
        overflow: hidden;
    }
    .alm-load-more-btn:before {
        content: "\f110";
        font: 4em/1em fontawesome;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
        color: #06558b;
        -webkit-animation-name: spin, fadeOut;
        -webkit-animation-duration: 4s, 4s;
        -webkit-animation-iteration-count: infinite, 1;
        -webkit-animation-timing-function: linear, linear;
        -moz-animation-name: spin, fadeOut;
        -moz-animation-duration: 4s, 4s;
        -moz-animation-iteration-count: infinite, 1;
        -moz-animation-timing-function: linear, linear;
        -ms-animation-name: spin, fadeOut;
        -ms-animation-duration: 4s, 4s;
        -ms-animation-iteration-count: infinite, 1;
        -ms-animation-timing-function: linear, linear;
    }


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(3600deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(3600deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(3600deg); }
}
@-moz-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}



/* Pop-up / Poll Pop-up */
.its-poll-time-clap-your-hands:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: block;
}
.pop-up {
    background: rgba(0,0,0,0.8);
    padding: 3em;
    position: fixed;
    width: 100%;
    height: 30em;
    left: 0;
    right: 0;
    bottom: -36.5em;
    transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    border-top: solid 0.5em #222;
    text-align: center;
    height: 37em;
    z-index: 9999;
    visibility: visible;
}
    .poll-pages {
        width: 35em;
        height: 35em;
        position: absolute;
        overflow: hidden;
        left: 50%;
        margin-left: -17.5em;
        top: 2em;
    }
    .pop-up h3 {
        margin: 0 0 1em 0;
        text-align: center;
        color: white;
    }
    .pop-up .yop-poll-container, .view-results {
        margin: 0 auto;
        text-align: left;
        width: 35em !important;
        height: 35em;
        top: 0;
        background: rgba(0,0,0,0.5) !important;
        box-shadow: 0 0 3em 0 rgba(255,255,255,0.1);
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    div.yop-poll-question-19_yp587e3474667f3 {
        background: none !important;
    }
        .pop-up .yop-poll-container form div div div:first-of-type {
            font-size: 1.6em;
            color: white;
            line-height: 1.2;
            margin-bottom: 1em;
            padding-top: 3em !important;
            position: relative;
        }
        .pop-up .yop-poll-container form div:first-of-type div div:first-of-type:before {
            content: 'Q';
            font: 2.1em/1.4 Lora, Georgia, serif;
            color: white;
            position: absolute;
            left: 50%;
            width: 3em;
            top: 0;
            width: 3em;
            margin-left: -1.5em;
        }
        .pop-up .yop-poll-container div div ul div:before, .pop-up .yop-poll-container div div ul div div:before, .pop-up .yop-poll-container div div form ul div div div:before, .pop-up .yop-poll-container div div div ul div div div:before {
            display: none !important;
        }
        .pop-up .yop-poll-container form div div ul div:first-of-type {
            font-size: 1em !important;
            margin-bottom: 0em !important;
            padding-top: 0em !important;
        }
    .pop-up .yop-poll-container:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1em;
        background: linear-gradient(270deg, #c64588, #65b3b6, #f0ce48);
        background-size: 600% 600%;

        -webkit-animation: AnimationName 5s ease infinite;
        -moz-animation: AnimationName 5s ease infinite;
        animation: AnimationName 5s ease infinite;
    }
    @-webkit-keyframes AnimationName {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    @-moz-keyframes AnimationName {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    @keyframes AnimationName { 
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    .vc-logo {
        position: absolute;
        right: 2em;
        bottom: 2em;
        width: 12em;
        height: 12em;
    }
    .pop-up .close-toggle, .mobile-close-toggle {
        position: absolute;
        right: 2em;
        top: 0;
        padding: 1em 3em 1em 1em;
        background: rgba(0,0,0,0.5);
        color: white;
        cursor: pointer;
    }
        .pop-up .close-toggle small, .mobile-close-toggle small {
            display: none;
            font-size: 1em;
        }
        .its-poll-time-clap-your-hands .pop-up .close-toggle small {
            display: block;
        }
        .pop-up .close-toggle, .its-poll-time-clap-your-hands .mobile-close-toggle {
            background: #222;
            margin-top: -3em;
        }
        .its-poll-time-clap-your-hands .pop-up .close-toggle b, .pop-up .mobile-close-toggle {
            display: none;
        }
    .pop-up .close-toggle:after, .mobile-close-toggle:after {
        content: "\f200";
        font: 1em fontawesome;
        color: white;
        position: absolute;
        right: 0.75em;
        top: 50%;
        margin-top: -0.5em;
    }
    .its-poll-time-clap-your-hands .close-toggle:after, .mobile-pop-up-open .mobile-close-toggle:after {
        content: "\f00d";
    }
    .its-poll-time-clap-your-hands .pop-up {
        bottom: 0;
    }
    .view-results {
        position: absolute;
        right: -35em;
        opacity: 0;
        padding: 3em;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
        .view-results p, .view-results p a {
            color: white;
        }
        .view-results form {
            display: block !important;
            border-bottom: solid 1px rgba(255,255,255,0.5);
            padding-bottom: 2em;
            margin-bottom: 2em;
        }
    .view-poll-results .view-results {
        right: 0em;
        opacity: 1;
    }
    .view-poll-results .yop-poll-container {
        left: -34em;
        opacity: 0;
    }
    .view-poll-results-last .yop-poll-container {
        left: 0;
        opacity: 1;
    }
    .view-poll-results-last .view-results {
        left: -34em;
        opacity: 0;
    }



/* Article / Single Post / Entry header */
.entry-header {
    position: relative;
    background: white;
    padding: 11em 2em 4em;
}
    .entry-header .row {
        position: relative;
    }
        .entry-header .medium-3.columns {
            position: static;
        }
            .entry-header .article-date {
                color: black;
                font: 1.1em Poppins, "Helvetica Neue", helvetica, arial, sans-serif;
                padding: 0.5em 0 0.4em 2em;
                display: block;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                background: rgba(255,255,255,0.8);
            }
                .entry-header .article-tags {
                    padding-top: 1.5em;
                }
                    .entry-header .article-tags a {
                        color: white;
                        margin-right: 1em;
                        display: inline-block;
                        background: #06558b;
                        padding: 0.65em;
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                    }
                    .news-post .entry-header .article-tags a:hover {
                        background: #333;
                    }
                .news-post .article-tags {
                    padding-top: 0;
                }
            .entry-header .article-date:before {
                content: "\f073";
                font: 0.8em fontawesome;
                color: black;
                position: absolute;
                left: 0.75em;
                top: 50%;
                margin-top: -0.5em;
            }
        .entry-header h1 {
            font: 4.4em Lora, Georgia, serif;
            color: black;
            z-index: 99;
            position: relative;
            max-width: 1300px;
            margin: 0 auto;
        }
            .entry-header h1 span {
                background: rgba(255,255,255,0.95);
                line-height: 1.3;
            }
        .entry-header .the-excerpt {
            position: relative;
            z-index: 99;
            max-width: 900px;
            margin: 1em auto 0;
        }
        .entry-header .the-excerpt p {
            color: white;
            font-size: 1.5em;
        }
        .entry-header .featured-image {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            text-align: center;
            background: #06558b;
        }
            .entry-header .featured-image img {
                width: 90%;
                opacity: 1;
                transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
            }


@media (min-width: 600px) {
    .entry-header .featured-image:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0em;
        right: 0;
        height: 0.3em;
        background: linear-gradient(270deg, #06558b, #7e068b);
        background-size: 400% 400%;
        -webkit-animation: aniborder 20s ease infinite;
        -moz-animation: aniborder 20s ease infinite;
        animation: aniborder 20s ease infinite;
    }
    .entry-header div.row:hover + div.featured-image img {
        -moz-filter: blur(15px);
        filter: blur(15px);
        -webkit-filter: blur(15px);
        left: -2%;
        top: -2%;
        right: -2%;
        opacity: 0.6;
    }
}
@-webkit-keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes aniborder {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.featured-image-credit {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0.5em 0.5em 0.35em 0.5em;
    font-weight: lighter;
}
.theres-a-pokemon-somewhere-in-this-page----or-is-there .entry-header .featured-image img {
    width: 100%;
    max-width: 2000px;
    opacity: 0.6;
}

.image-toggle {
    width: 3em;
    height: 2.5em;
    text-indent: -5000px;
    position: absolute;
    bottom: -2em;
    right: 2em;
    z-index: 999;
    background: white;
}
.image-toggle:after {
    content: "\f03e";
    font: 1.4em/2em fontawesome;
    color: black;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}
.entry-header {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.image-open .entry-header {
    padding-top: 6em;
    padding-bottom: 2em;
}
.image-open .entry-header .featured-image {
    position: static;
    padding: 2em 0 0;
    background: white;
}
.image-open .entry-header .featured-image img {
    opacity: 1;
    border-top: solid 1em 0.5em;
}
.image-open .entry-header .featured-image img
.image-open .image-toggle:after {
    content: "\f00d";
    color: white;
    background: black;
}
.article-row {
    margin-top: -2em;
    z-index: 9999;
    position: relative;
    background: white;
}


/* In article native ad */
.in-article-native-ad {
    text-align: left;
    margin: 4em 0;
    padding-top: 2em;
    position: relative;
    font: 1.2em Lora, Georgia, serif;
}
    .post .post-content .in-article-native-ad a {
        display: block;
        margin: 1em 0 0 0;
        text-decoration: underline;
        position: relative;
    }
    /*.post .post-content .in-article-native-ad a:after {
        content: "\f178";
        font: 1em fontawesome;
        position: absolute;
        right: -2em;
        top: 0.2em;
    }*/
    .post .post-content .in-article-native-ad a:hover {
        text-decoration: none;
    }
    .post .post-content .in-article-native-ad h3 {
        margin: 0 0 0.5em 0;
        font-size: 1.6em;
        line-height: 1.3;
    }
        .post .post-content .in-article-native-ad h3 a {
            text-decoration: none;
            color: black;
            margin: 0;
        }
        .post .post-content .in-article-native-ad h3 a:hover {
            color: #06558b;
        }
        /*
        .post .post-content .in-article-native-ad h3 a:after {
            display: none;
        }*/
.in-article-native-ad:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 0.5em;
    background: #06558b;
}


/* Article aside */
.article-aside {
    float: right;
    width: 24%;
    text-align: center;
    margin-right: -1em;
    border-left: solid 1px #ebebeb;
}
.article-author-box {
    padding: 2em;
}
.author-image {
  margin: 0 auto;

  position: relative;

  margin-bottom: 1em;
}
/* .author-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: solid 0.5em #ebebeb;
} */
.author-image:before {
    content: '';
    background: url(/wp-content/uploads/userphoto/9.jpg) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -35px;
    z-index: 99;
}
.article-aside .article-author {
    display: inline-block;
  /*  min-width: 170px; */
    border-top: solid 0.3em #ebebeb;
    border-bottom: solid 0.3em #ebebeb;
    padding: 0.5em 0;
    font: 1.1em/1 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin: -0.25em auto 0 auto;
    position: relative;
}
.most-popular-list {
    text-align: left;
    border-top: solid 1px #ebebeb;
    padding: 3em;
}
.sharers ul {
    list-style: none;
    padding: 2em 0;
    width: 100%;
    margin: 0 auto;
}
    .sharers li {
        margin: 0 0 0.3em 0;
        padding: 0;
    }
    .sharers li span {
        display: block !important;
    }
    .sharers li .stButton > span:first-of-type {
        background: #284c92;
        display: block !important;
        border-radius: 0.2em;
        width: 100% !important;
        height: 2.5em !important;
        font-size: 1.4em !important;
        position: relative;
    }
    .sharers li .stButton > span:first-of-type:hover {
        background: #058dcb;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type {
        background: #009be1;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:hover {
        background: #3d96da;
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type {
        background: #0274b3;
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:hover {
        background: #005e92;
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type {
        background: #222;
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:hover {
        background: #000;
    }
    .sharers li .stButton > span:first-of-type:after {
        content: 'Like';
        font: 1em/2.5em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        padding-left: 3em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: white;
        text-align: left;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:after {
        content: 'Tweet';
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:after {
        content: 'Reddit';
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:after {
        content: 'Linkedin';
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:after {
        content: 'Email';
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type {
        background: #ff2300;
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:hover {
        background: #d33a01;
    }
    .stButton .reddit {
        display: none !important;
    }
    .stButton .stButton_gradient {
        border: none !important;
        background: none !important;
    }
    .sharers li .stButton > span:first-of-type:before {
        content: "\f09a";
        font: 1.1em/2.5em fontawesome;
        color: white;
        position: absolute;
        left: 0;
        top: 0;
        width: 2em;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
    }
    .sharers li.st_twitter_hcount .stButton > span:first-of-type:before {
        content: "\f099";
    }
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        content: "\f1a1";
    }
    .sharers li.st_linkedin_hcount .stButton > span:first-of-type:before {
        content: "\f0e1";
    }
    .sharers li.st_email_hcount .stButton > span:first-of-type:before {
        content: "\f0e0";
    }
    .stButton .st-twitter-counter,
    .stButton .st-facebook-counter,
    .st-linkedin-counter,
    .st-email-counter {
        background: none !important;
        background-image: none !important;
    }
    .stButton .stArrow {
        background: none !important;
    }


/* Popular Posts List */
.most-popular-list {
    text-align: left;
}
    .most-popular-list h3 {
        position: relative;
        border: none;
        padding-top: 2.5em;
        font-size: 1.3em;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 3px #ebebeb;
        padding-bottom: 1em;
        margin-bottom: 1em;
        text-transform: uppercase;
    }
    .most-popular-list h3:after {
        content: '';
        background: url('/wp-content/uploads/2016/08/trending.gif') no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100px;
        height: 70px;
        margin-left: -50px;
    }
    .wpp-list {
        list-style: none;
    }
        .wpp-list li {
            border-bottom: solid 1px #ebebeb;
            padding-bottom: 0.5em;
            margin-bottom: 2em;
            background: none;
        }
            .wpp-list li .article-image {

            }
                .wpp-list li .article-image .wpp-thumbnail {
                    display: block;
                    float: none;
                }
                    .wpp-list li .article-image {
                        display: block;
                        background: none !important;
                        background-color: none !important;
                        position: relative;
                        min-height: 6em;
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                    }
                        .wpp-list li .article-image .wpp_def_noPath {
                            opacity: 0.1;
                            position: absolute;
                            left: 40%;
                            width: 20%;
                            top: 30%;
                            transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -webkit-transition: all 0.3s ease-in-out;
                        }
                        .wpp-list li:hover .article-image {
                            background: #ebebeb;
                        }
                        .wpp-list li:hover .article-image .wpp_def_noPath {
                            opacity: 0.5;
                        }
                    .wpp-list li .article-image:after {
                        transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                    }
            .wpp-list li:hover .article-image {

            }
            .wpp-list li h4 {
                font: bold 1.1em/1.5 Lora, Georgia, serif;
                margin: 0.5em 0 0 0;
            }
                .wpp-list li h4 a {
                    color: black;
                }


/* Related tweet */
.related-tweet {
    position: relative;
    border: solid 1px #ebebeb;
    background: #f7f7f7;
    padding: 1em 1em 1em 3em;
    font: 1em/1.5 Lora, Georgia, serif;
    color: #666;
    /*float: right;*/

    margin: 1em 0 1em 0em;
}
.related-tweet p {
    font-size: 0.9em;
    text-align: left;
    position: relative;
}
.related-tweet p:before {
    content: '';
    position: absolute;
    top: -2.05em;
    left: 50%;
    margin-left: -2.05em;
    border-bottom: solid 1em #fff;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
}
.related-tweet:before {
    content: '';
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -1em;
    border-bottom: solid 1em #ebebeb;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
}
.related-tweet:after {
    content: "\f099";
    font: 2em/1 fontawesome;
    position: absolute;
    left: -2em;
    margin-top: -2em;
    width: 4em;
    height: 4em;
    top: 50%;
}
.key {
    color: #ff6464;
}


/* Entry content */
.entry-content {
    float: left;
    width: 79%;
}
.post .post-content {
    max-width: 47em;
    float: right;
    padding-right: 4em;
    padding-top: 4em;
}
.single-format-video .post .post-content {
    float: none;
    padding-right: 0;
    padding-top: 2em;
    margin: 0 auto;
}
article .featured-image {
    /*margin-bottom: 3em;*/
}
.post .post-content p:first-of-type {
    font-size: 1.5em;
    line-height: 1.4;
    color: #666;
    margin: 0em 0 2em 0;
    color: #06558b;
}
.single .post-content a {
    color: black;
}
.single-format-video .post .post-content p:first-of-type  {
    color: white;
}
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content h5 {
    font-family: Lora, Georgia, serif;
    margin: 1.5em 0 1em 0;
}
.post .post-content p:first-of-type:first-letter {
    font-size: 2.85em;
    float: left;
    color: #06558b;
    line-height: 0.83;
    margin: 0.1em 0em 0 0;
    display: block;
    padding: 0 0.1em;
}
.post .post-content span p:first-of-type,
.post .post-content div p:first-of-type,
.post .post-content ul p:first-of-type,
.post .post-content ol p:first-of-type,
.post .post-content blockquote p:first-of-type,
.post .post-content table p:first-of-type,
.post .post-content span p:first-of-type:first-letter {
    font-size: inherit;
    float: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    border: none;
    padding: 0;
    background: inherit;
    display: inherit;
}
.post .post-content div p:first-of-type:first-letter,
.post .post-content ul p:first-of-type:first-letter,
.post .post-content ol p:first-of-type:first-letter,
.post .post-content blockquote p:first-of-type:first-letter,
.post .post-content table p:first-of-type:first-letter {
    font-size: inherit;
    float: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    border: none;
    padding: 0;
    background: inherit;
    display: inherit;
}
 .post .post-content blockquote {
    border: none;
    padding: 2em;
}
    .post .post-content blockquote p, .post .post-content blockquote p:first-of-type {
        font-size: 1.3em;
    }
.post .post-content .pullquote {
    text-align: left;
    padding: 0;
    margin: 3em 2em;
}
.post .post-content .pullquote p,
.post .post-content .pullquote p:first-of-type {
    font: 1.6em/1.5 Lora, Georgia, serif;
    color: #06558b;
}
.post .post-content .full-width-quote {
    position: relative;
    padding: 2em 0;
    margin: 4em 0;
    width: 100%;
    border-left: none;
    text-align: center;
}
.post .post-content .full-width-quote p,
.post .post-content .full-width-quote p:first-of-type {
    color: #888;
    position: relative;
    text-transform: uppercase;
    font-size: 1.4em;
}
.post .post-content .full-width-quote p:first-of-type:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/wp-content/themes/goodlife-wp/assets/img/verdict-logo.png') no-repeat left top;
    background-size: 130px;
    opacity: 0.2;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -1.8em;
}
.post .post-content .full-width-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    display: block;
    background: #ebebeb;
}
.post .post-content .full-width-quote:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    display: block;
    background: #ebebeb;
}
.post .post-content .person-quote {
    position: relative;
    quotes: "“" "”";
}
.post .post-content .person-quote p {
    font: 1.4em/1.4 Lora, Georgia, serif;
    color: #777;
    position: relative;
}
.post .post-content .person-quote p cite {
    font-size: 0.9em;
    margin: 0.75em 0 0 0;
    font-style: normal;
}
.post .post-content .person-quote:before {
    content: open-quote;
    font: bold 60px Georgia, serif;
    color: #444;
    position: absolute;
    left: -0.75em;
    top: 0.5em;
}

.post-content ul,
.post-content ol {
    font: 1.3em/1.5 Lora, Georgia, serif;
    margin: 2em 0 2em 0em;
    padding: 0 0 0 2em;
    list-style-position: outside;
}
.entry-content img {
    margin-top: 2em;
    margin-bottom: 2em;
}

img.alignleft {
    margin: 2em 2em 2em 0em;
    max-width: 50%;
    clear: both;
}
.image-caption {
    width: 50%;
}
img.alignright {
    margin: 2em 0em 2em 2em;
    max-width: 50%;
}
.image-caption, .wp-caption-text {
    clear: left;
    margin: -2em 2em 2em 0;
    font-size: 1em;
    width: 85%;
    border-bottom: solid 3px #ebebeb;
    padding: 1em 0 1em 2.5em;
    color: #666;
    background: white;
    position: relative;
}
.image-caption:before, .wp-caption-text:before {
    content: "\f03e";
    font: 1em fontawesome;
    color: #ccc;
    position: absolute;
    left: 0.75em;
    top: 1em;
}


/* In article poll */
.poll {
    position: relative;
    margin: 2em 0;
    padding: 2em 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}
    .poll form div div div:first-of-type {
        line-height: 1.5;
        color: white;
        font-size: 1.2em;
    }
    .entry-content div.poll p {
        margin-right: 7em;
    }
    .entry-content div.poll p:first-of-type {
        font-size: 1.3em;
        line-height: 1.5;
        color: black;
        margin: 0 5em 0.8em 0;
        padding: 0;
    }
        .entry-content div.poll p span {
            background: yellow;
        }
        .entry-content div.poll p:last-of-type {
            margin-bottom: 0;
        }
    .yop-poll-container {
        position: relative;
        background: #06558b !important;
        padding: 2em !important;
        width: 20em !important;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
    }
    .single .yop-poll-container {
        float: left;
        margin: 0em 4em 3em -12em;
    }
        .voted .yop-poll-container-error, .voted .yop-poll-container-success {
            position: absolute;
            font-size: 1.8em;
            color: white;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            padding: 1em;
        }
        .yop-poll-container ul {
            list-style: none;
            font-size: 1em;
            padding: 0;
            margin: 2em 0 !important;
        }
            .yop-poll-container ul li {
                width: 100% !important;
                border-bottom: solid 1px rgba(255,255,255,0.1);
                padding: 1em 0 !important;
            }
                .yop-poll-container ul li input[type="radio"] {
                    position: absolute;
                    visibility: hidden;
                }
                .yop-poll-container ul li label {
                    text-transform: none;
                    color: white;
                    display: inline-block;
                    font: 1.2em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif !important;
                    position: relative;
                    cursor: pointer;
                    -webkit-transition: all 0.25s linear;
                    padding-left: 2em;
                }
                    .yop-poll-container ul li label span:first-of-type span {
                        display: block;
                        font-size: 80%;
                        color: rgba(255,255,255,0.5);
                    }
                    .yop-poll-container ul li label span:last-of-type span {
                        color: white;
                        font-size: 100%;
                    }
                    .yop-poll-container ul li label:before {
                        display: block;
                        position: absolute;
                        content: '';
                        border-radius: 100%;
                        height: 1.4em;
                        width: 1.4em;
                        top: 0px;
                        left: 0px;
                        margin: auto;
                        transition: all 0.25s linear;
                        -webkit-transition: all 0.25s linear;
                        border: solid 0.25em rgba(255,255,255, 0.3);
                        box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -moz-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -webkit-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                    }
                    .yop-poll-container ul li input[type="radio"]:checked + label:after {
                        content: "\f00c";
                        font: 1.8em fontawesome;
                        color: white;
                        position: absolute;
                        left: -0.1em;
                        top: -0.2em;
                        text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -moz-text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -webkit-text-shadow: 2px 2px rgba(0,0,0,0.5);
                    }
                .yop-poll-container ul li label:hover, .yop-poll-container ul li input[type="radio"]:checked + label {
                    color: #69baf1;
                }
                .yop-poll-container ul li label:hover:before, .yop-poll-container ul li input[type="radio"]:checked + label:before {
                    border: solid 0.25em #69baf1;
                }

        .yop-poll-container .thank-you-message {
            /*margin: -1.8em -1.7em 2em -1.76em;
            padding: 10em 2em 2em 2em;
            background: #1971dc;
            color: white;
            position: relative;
            line-height: 1.7;
            font-size: 1.4em;
            font-style: normal;*/
            display: none;
        }
            .yop-poll-container .thank-you-message .cta a {
                margin-top: 2em;
                display: inline-block;
                background: #fbd55e;
                color: black;
                text-decoration: none;
                text-transform: uppercase;
                box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -moz-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -webkit-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
            }
            .yop-poll-container .thank-you-message .cta a:hover {
                background: #edb918;
            }
        .yop-poll-container .thank-you-message:before {
            content: '';
            background: url('http://dev-verdict.pantheonsite.io/wp-content/uploads/2016/10/verdict_communities.png') no-repeat;
            width: 200px;
            height: 52px;
            position: absolute;
            left: 50%;
            margin-left: -100px;
            top: 3em;
            background-size: 100%;
        }

        .yop-poll-container button {
            font: 1.6em Montserrat, "Helvetica Neue", arial, sans-serif !important;
            text-transform: uppercase;
            border: none;
            background: white;
            padding: 0.5em 1em;
            border-radius: 0.1em;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }
        .yop-poll-container button:hover {
            background: #69baf1;
            color: white;
        }
        .yop-poll-container-error {
            font-style: normal;
            color: white !important;
            /* background: red; */
        }
        /*.yop-poll-container-error:before {
            content: "\f071";
            font: 1.2em fontawesome;
        }*/
    .single .yop-poll-container:after {
        content: '';
        position: absolute;
        right: -1em;
        top: 2em;
        border-left: solid 1em #06558b;
        border-top: solid 1em transparent;
        border-bottom: solid 1em transparent;
    }

/*
.voted:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: block;
    z-index: 9999;
}*/


.timeline {
    width: 440px;
    float: left;
    clear: both;
    margin: 3em 3em 3em 0;
}
    .post-content .timeline h3, .sidebar .timeline h3 {
        margin: 0 0 1em 0;
        font: bold 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
    }
    .post-content .timeline ul, .sidebar .timeline ul {
        list-style: none;
        margin: 0;
        padding: 3em 0;
        position: relative;
    }
        .post-content .timeline ul li, .sidebar .timeline ul li {
            margin: 0 0 1.5em 0;
            padding: 0 0 1.5em 0;
            position: relative;
            z-index: 99;
            background: none;
            border: none;
        }
            .post-content .timeline ul li .medium-4, .sidebar .timeline ul li .small-4 {
                padding-right: 0;
            }
                .post-content .timeline ul .article-date, .sidebar .timeline ul .article-date {
                    color: #999;
                    position: relative;
                    top: -0.3em;
                }
                .post-content .timeline ul h4, .sidebar .timeline ul h4 {
                    margin: 0;
                    font: 1.3em/1.5 Lora, Georgia, serif;
                }
                .post-content .timeline ul h4 {
                    font-size: 1.1em;
                }
                .post-content .timeline ul h4 a:hover, .sidebar .timeline ul h4 a:hover {
                    color: #06558b;
                    text-decoration: underline;
                }
            .sidebar .timeline li .row:before {
                display: none;
            }
    .post-content .timeline ul li:last-child, .sidebar .timeline ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .post-content .timeline ul:before, .sidebar .timeline ul:before {
        content: '';
        position: absolute;
        left: 13%;
        top: 0;
        bottom: 0;
        display: block;
        width: 0.5em;
        background: #e9e9e9;
    }
    .post-content .timeline ul:after, .sidebar .timeline ul:after {
        content: '';
        position: absolute;
        left: 10%;
        bottom: -1em;
        display: block;
        width: 2em;
        height: 2em;
        background: #e9e9e9;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

.sidebar .timeline {
    width: 100%;
}
.single article .email-subscription {
    margin: 4em 0;
}
    .single article .email-subscription .row {
        padding: 0 0.9375em;
    }
        .single article .email-subscription h3 {
            font-size: 1.8em;
            margin: 0 0 1em 0;
        }
        .single article .email-subscription img {
            width: 20%;
            margin: -6em 0 0 0;
        }
        .single article .email-subscription label.wysija-checkbox-label {
            width: 0.7em;
            height: 0.7em;
            overflow: hidden;
            float: left;
            margin-top: 0.3em;
            margin-right: 0.5em;
        }
        .single article .email-subscription p {
            font: 0.9em Poppins, "Helvetica Neue", helvetica, arial, sans-serif;
            text-align: left;
        }
.most-popular {
    clear: both;
    float: left;
    width: 15em;
    margin-top: -20em;
}
    .most-popular img,wpp-thumbnail {
        float: none;
    }
    .most-popular h4 {
        font: normal 1.4em Lora, Georgia, serif;
        margin-top: 1em;
    }
        .most-popular h4 a {
            color: black;
        }
.entry-footer {
    clear: both;
}
.entry-footer .sharers {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
}
.entry-footer .sharers ul {
    padding: 1em 0 0 0;
    width: 282px;
}
.entry-footer .sharers li {
    display: inline-block;
}
.entry-footer .sharers li .stButton > span:first-of-type {
    border-radius: 100%;
    height: 3em !important;
    width: 3em !important;
}
.entry-footer .sharers li .stButton > span:first-of-type:after {
    display: none;
    width: 3em;
    height: 3em;
}
.entry-footer .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
.entry-footer .sharers li .stButton > span:first-of-type:before,
.entry-footer .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 3em;
    background: none;
    width: 2.7em;
}
.entry-footer .sharers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    display: block;
    height: 1px;
    background: #ebebeb;
}
.entry-footer .sharers:after {
    content: "\f064";
    font: 1em/2em fontawesome;
    color: #ccc;
    position: absolute;
    top: -1em;
    left: 50%;
    width: 4em;
    height: 2em;
    margin-left: -2em;
    display: block;
    height: 2em;
    text-align: center;
    background: white;
}
.entry-footer .explore-more {
    margin-top: 3em;
}
.yarpp-related, .related {
    text-align: center;
    max-width: 1400px;
    margin: 3em auto;
    padding: 2em 0;
    clear: both;
}
.related h3 {
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
}
    .related h3 span {
        background: white;
        padding: 0 1em;
        position: relative;
        z-index: 9;
    }
.related h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 1px;
    background: #ebebeb;
}
    .related ul {
        list-style: none;
        padding: 0;
    }
        .related img {
            margin: 0;
        }
        .related [class*=column]+[class*=column]:last-child {
            float: left;
        }

.single .visualizer-front, .single .tableauPlaceholder {
    clear: both;
    margin-bottom: 3em;
    margin: 4em 0em 0em 0em;
    padding: 3em 2em 2em 2em;
    text-align: center;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.1);
    background: white;
    position: relative;
}
    .visualizer-front div div {
        margin: 0 auto;
    }
.single .visualizer-front:before, .single .tableauPlaceholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    display: block;
    background: linear-gradient(265deg, #a155df, #1caab9, #f2e751);
    background-size: 600% 600%;
    -webkit-animation: anicat 40s ease infinite;
    -moz-animation: anicat 40s ease infinite;
    animation: anicat 40s ease infinite;
}
.category .category-verdict-intelligence .visualizer-front {
    margin: 0;
    box-shadow: none;
}
.visualizer-front img.vi-icon {
    width: 2em;
    float: right;
    margin: 0;
}
@-webkit-keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes anicat {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.subscribe-to-charts {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 1em 0;
}
.post-content ul.visualisation-actions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.post-content ul.visualisation-actions li {
    margin: 0;
}
.visualisation-actions li a,
.visualisation-actions li span.share-visualisation-toggle,
.visualisation-actions li span.embed-toggle {
    display: block;
    background: #ededed;
    padding: 1em 1em 1em 3em;
    color: #666;
    font: normal 0.75em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.visualisation-actions li:nth-child(3) a:before,
.visualisation-actions li span.share-visualisation-toggle:before,
.visualisation-actions li span.embed-toggle:before {
    content: "\f121";
    font: 0.9em fontawesome;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -0.4em;
    color: #666;
}
/*.visualisation-actions li a:hover,
.visualisation-actions li span.share-visualisation-toggle:hover {
    background: #ddd;
}*/
.visualisation-actions li:nth-child(2) span {
    background: #ddd;
}
/*
.visualisation-actions li:nth-child(2) span:hover {
    background: #ccc;
}*/
.visualisation-actions li span.share-visualisation-toggle:before {
    content: "\f064";
}
.visualisation-actions li:nth-child(3) a {
    background: #d4d4d4;
    color: #666;
    text-decoration: underline;
}/*
.visualisation-actions li:nth-child(3) a:hover {
    background: #c8c8c8;
}*/
.visualisation-actions li:nth-child(3) a:before {
    content: "\f080";
}
.visualisation-actions .embed-code,
.visualisation-actions .sharers {
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    position: absolute;
    background: #ededed;
    left: 0;
    right: 0;
    padding: 2em;
}
.visualisation-actions .sharers {
    background: #ddd;
}
.visualisation-actions li:nth-child(1):hover .embed-code,
.visualisation-actions li:nth-child(2):hover .sharers {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.post .post-content .visualisation-actions ul {
    margin: 0;
    padding: 0;
}
    .post .post-content .visualisation-actions li h3 {
        color: #444;
        margin: 0;
    }
    .post .post-content .visualisation-actions li p {
        color: #333;
        font-size: 0.9em;
    }
    .post .post-content .visualisation-actions li p:last-of-type {
        margin-bottom: 0;
    }
    .post .post-content .visualisation-actions li textarea {
        font-size: 0.9em;
        padding: 1em;
        width: 26em;
        max-width: 100%;
        box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0.1em 0.1em 0.6em 0 rgba(0, 0, 0, 0.2);
        min-height: 150px;
        background: #f7f7f7;
        margin-top: 2em;
        display: block;
    }
        .post .post-content .visualisation-actions li ul {
            width: 100%;
            padding: 0;
            margin: 0;
        }
            .post .post-content .visualisation-actions li ul li {
                display: inline-block;
                float: none;
                width: auto;
            }
            .post .post-content .visualisation-actions li ul li:nth-child(2) {
                position: relative;
                top: -1px;
            }
            .post .post-content .visualisation-actions li .twitter-share-button {
                background: #00a3f9;
                padding: 0.3em 0.3em 0.3em 2.4em;
                font: lighter 0.4em/1.3 montserrat, "helvetica neue", helvetica, arial, sans-serif;
                color: white;
                border-radius: 0.2em;
                position: relative;
                top: -0.5em;
            }
            .post .post-content .visualisation-actions li .twitter-share-button:before {
                content: "\f099";
                font: 1em/2em fontawesome;
                color: white;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                background: rgba(0,0,0,0.1);
                width: 2em;
                text-align: center;
            }
.visualisation-source {
    clear: both;
    padding: 1em;
    margin-bottom: 3em;
    text-align: left;
}
.post .post-content .visualisation-source p {
    font: 1em/1.4 Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
}
.post .post-content .visualisation-source a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: underline;
}
.post .entry-content .visualisation-source img {
    max-width: 7em;
    position: relative;
    top: -0.1em;
    right: -0.1em;
    margin: 0;
}
.post .entry-content .visualisation-source p {
    display: block;
    font-size: 80%;
}
.post .entry-content .visualisation-source small {
    display: block;
    font-size: 90%;
    margin: 0.2em 0 0 0;
    float: right;
}
.post .post-content .visualisation-source p a:hover {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none;
}

/* Related charts */
.related-charts h2 {
    border-top: solid 1px #ebebeb;
    background: #f7f7f7;
    font: bold 1.2em montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 90px 0 1em;
    letter-spacing: 0.1em;
}
.related-charts h2:before {
    content: '';
    display: block;
    width: 60px;
    height: 40px;
    background: url(http://dev-verdict.pantheonsite.io/wp-content/uploads/2016/08/Verdict-Intelligence-logo.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 30px;
}
.row .related-charts ul.row {
    list-style: none;
    margin: 0;
}
    .related-charts .visualisation {
        width: 100%;
        margin: 0;
        border: none;
    }
    .related-charts ul .visualisation-sc, .article-list .visualisation-sc {
        display: none;
    }
    .related-charts ul li {
        border: solid 1px rgba(0,0,0,0.05);
        padding: 1em 2em;
        min-height: 36em;
        margin: 0;
    }
        .related-charts .visualisation-source, .visualisation-source-top {
            background: #114477;
            color: white;
            margin: -2em -2em 0;
        }
            .related-charts h3 a {
                color: #114477;
                text-decoration: underline;
                display: block;
                background: #dbeaf9;
                padding: 1.5em 1em;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                min-height: 5.5em;
            }
            .related-charts h3 a:before {
                content: '';
                position: absolute;
                left: 50%;
                top: -0.5em;
                margin-left: -1em;
                border-bottom: solid 1em #dbeaf9;
                border-left: solid 1em transparent;
                border-right: solid 1em transparent;
            }
            .relatyed-charts .visualisation-source {
                margin: -3em -2em 0;
            }
            .visualisation-source p {
                font: 1em montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
                margin: 0;
            }
                .visualisation-source img {
                    max-width: 90px;
                }
        .visualisation-source-top {
            margin: 0;
        }
    .related-charts ul li:nth-child(3n+1) {
        clear: left;
    }
    .single-post .related-charts ul .entry-title {
        font: 1.4em Lora, Georgia, serif;
    }
        .single-post .related-charts ul .entry-title a {
            color: #114477;
            text-decoration: underline;
            display: block;
            margin: 2em 0 0 0;
        }


/* MPUs */
.article-mpu, .sidebar-mpu-1 {
    border-top: solid 0.5em #ebebeb;
    width: 300px;
    padding-top: 1em;
    float: left;
    margin: 2em 2em 2em 0em;
    clear: both;
    text-align: center;
}
    .article-mpu div, .article-mpu ins, .sidebar-mpu-1 div, .sidebar-mpu-1 ins {
        width: 300px;
        margin: 0 auto;
    }
.sidebar-mpu-1{
    float: none;
    margin: 3em 0;
    width: 100%;
    border-top: solid 1px #ebebeb;
    padding: 3em 0;
    border-bottom: solid 1px #ebebeb;
}
.between-articles-ad {
    border-top: solid 0.5em #ebebeb;
    border-bottom: solid 0.5em #ebebeb;
    background: #f7f7f7;
    padding: 2em 0;
}
.between-articles-ad img {
    width: 100%;
}

/* In between articles native ad. This formatting is used by default to style the native ad, but it is likely that this will get changed by advertisers. However, we should recommend they follow our formatting */
.in-between-post-ad {
    padding: 3em 0;
    margin: 0;
    background: #222;
    text-align: center;
    border-top: solid 5px #111;
    border-bottom: solid 5px #ccc;
    position: relative;
}
    .in-between-post-ad .native-ad {
        max-width: 1400px;
        border: solid 1px #333;
        background: rgba(0,0,0,0.1);
        padding: 3em;
        margin: 0 auto;
        text-align: left;
    }
        .in-between-post-ad h3 {
            font: 4.4em Lora, Georgia, serif;
            margin: 0 0 1em 0;
        }
            .in-between-post-ad h3 a {
                color: #f7f7f7;
            }
        .in-between-post-ad p {
            color: #ebebeb;
            max-width: 840px;
        }
            .in-between-post-ad p a {
                display: block;
                color: white;
                font-size: 110%;
                text-decoration: underline;
                color: #06558b;
            }
.in-between-post-ad:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    border-top: solid 2em white;
    border-left: solid 2em transparent;
    border-right: solid 2em transparent;
    margin-left: -2em;
}
.in-between-post-ad:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: solid 2em #ccc;
    border-left: solid 2em transparent;
    border-right: solid 2em transparent;
    margin-left: -2em;
}


/* Leadin */
.leadin-content-body  {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b83db+0,a127ce+26,ede32d+73,7db9e8+100 */
    background: rgb(43,131,219); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(43,131,219,1) 0%, rgba(161,39,206,1) 26%, rgba(237,227,45,1) 73%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(43,131,219,1) 0%,rgba(161,39,206,1) 26%,rgba(237,227,45,1) 73%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(43,131,219,1) 0%,rgba(161,39,206,1) 26%,rgba(237,227,45,1) 73%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b83db', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    -webkit-animation: AnimationName 30s ease infinite !important;
    -moz-animation: AnimationName 30s ease infinite !important;
    animation: AnimationName 30s ease infinite !important;
    background-size: 1500% 400%;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}
@keyframes AnimationName {
    0%{background-position:0% 50% !important; }
    50%{background-position:100% 50% !important; }
    100%{background-position:0% 50% !important; }
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body {
    padding: 2em !important;
}

.dyno-image {
    width: 200px !important;
    float: none !important;
    display: block !important;
    margin: 1em auto 3em !important;
}
    .dyno-image img {
        max-width: 200px !important;
    }
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper h4, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper p, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .advance-wrapper, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper h4, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper p, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper .advance-wrapper {
    margin-left: 0 !important;
}
#leadinModal-51994.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content h4, #leadinModal-51994.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content h4, #leadinModal-51994.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content h4 {
    border-top: solid;
    padding: 1em 0;
    border-bottom: solid;
    text-align: center;
    margin: 1em auto;
}
#leadinModal-51994 .leadin-button-secondary {
    padding: 1.5em;
    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: bold;
}


/* News / short article theme */
.news-post {
    background: #f9f9f9;
}
.background-image {
    position: relative;
    height: 500px;
}
.background-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.7;
    display: block;
}
.news-post .post-column {
    background: white;
    padding: 4em 4em 4em 3em;
    margin-top: -380px;
}
    .news-post .entry-header {
        background: white;
        text-align: left;
        padding: 0 0 7em 0;
    }
        .news-post .entry-header .article-date {
            border-top: solid 0.25em #ccc;
            width: 2.3em;
            margin: 0 auto;
            text-transform: uppercase;
            font: 2.1em Lora, Georgia, "Times New Roman", serif;
            color: #a7a7a7;
            padding: 0.3em 0 0 0;
            text-align: center;
            border-bottom: none;
        }
            .news-post .entry-header .article-date b {
                display: block;
                font-size: 0.55em;
                color: #555;
            }
        .news-post .entry-header .article-date:before {
            display: none;
        }
        .series-tag {
            background: #e0eeff;
            padding: 0.5em 0.5em 0.5em 3.5em;
            position: relative;
            margin-bottom: 2em;
            display: block;
            border-top: solid 3px #cee4ff;
        }
            .series-tag p {
                margin: 0;
            }
                .series-tag p a {
                    position: relative;
                    text-decoration: underline;
                }
                .series-tag p a:after {
                    content: "\f178";
                    font: 1em fontawesome;
                    display: inline-block;
                    margin-left: 0.3em;
                }
        .series-tag:before {
            content: "\f02e";
            font: 2.7em fontawesome;
            color: #06558b;
            position: absolute;
            left: 0.3em;
            top: -0.13em;
        }
        .article-categories {
            display: inline-block;
            clear: left;
        }
            .single_category_title {
                color: #b3b3b3;
                font-size: 1.2em;
                margin-right: 1em;
                top: -0.2em;
                position: relative;
            }
        .news-post .article-tags a {
            text-transform: uppercase;
            font: bold 1.1em Montserrat, "Helvetica Neue", sans-serif;
            top: -0.2em;
            position: relative;
        }
        .news-post .entry-header h1 {
            color: black;
            font-size: 2.7em;
            margin: 0;
        }
        .news-post .article-author {
            font: 1.2em Lora, Georgia, serif;
            margin: 0.7em 0;
            color: #333;
        }
            .news-post .article-author a {
                color: #333;
            }
    .news-post .sharers ul {
        width: 120px;
        padding: 0;
    }
    .news-post .entry-footer .sharers ul {
        width: auto;
        text-align: center;
    }
    .sharers li .stButton > span:first-of-type:after {
        font-size: 0.8em;
        line-height: 3.4em;
        padding-left: 3.5em;
    }
    .news-post .featured-image {
        margin: 0em 0 2em 0;
    }
    .news-post .post-content {
        max-width: 1000em;
        width: 100%;
        float: none;
        padding-right: 0em;
        padding-top: 0em;
    }


/* Archive / Category / Tag */

.archive-header {
  margin: 3em 0;
  position: relative;
}
    .archive-header  .row {
        padding-left: 3em;
    }
.archive-header h1 {
    font: bold 3em Lora, Georgia, serif;
    text-align: left;
    display: inline-block;
}
.archive-header h1:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background: black;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 0.3em;
}
.archive-header p:first-of-type {
    display: inline-block;
    color: #888;
    font-style: italic;
    margin: 0 0 0 0.2em;
    position: relative;
    top: -0.15em;
    font-size: 1.8em;
}
.category-title {
    text-align: center;
}
    .category-title .category-header {
        padding: 3em 0;
    }
    .category-title.style1 h1 {
        font: 3em Lora, Georgia, serif;
        margin: 0;
    }
    .category-title.style1 p {
        font-family: Montserrat, "Helvetica Neue", arial, sans-serif;
        margin: 1em 0 0 0;
    }
        .category-title.style-1 img {
            width: 130px;
            position: relative;
            top: -3px;
        }
        .category-title.style1 p a {
            letter-spacing: -0.05em;
        }
            .category-title.style1 p a span {
                color: #104174;
            }


.archive-header p:nth-of-type(2) {
    display: block;
    color: #666;
    font-size: 1.6em;
    padding: 0 0 0 3em;
    position: relative;
}
.archive-header p:nth-of-type(2):before {
    content: '1.';
    font: bold 1em/2.5em Lora, Georgia, serif;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ccc;
    position: absolute;
    left: -0.65em;
    top: 0;
}
.archive-header .row {
    position: relative;
    z-index: 9;
}
.archive-header .row:before {
    content: '';
    position: absolute;
    left: 3.4em;
    bottom: -6em;
    top: 8em;
    width: 1em;
    background: #ccc;
    display: block;
}
.article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-list li {
    position: relative;
    border-bottom: solid 1px #ebebeb;
    padding: 2em 0;
    background: white;
    margin: 0;
}
.category .top-padding .row .row,
.archive .top-padding .row .row {
    margin: 0 -.9375em;
}
.article-list li .row {
    text-align: left;
}
.article-list li h2 {
    font: 2.4em Lora, Georgia, serif;
    margin: 0 0 0.5em 0;
}
.article-list li .article-author,
.article-list li .article-date,
.article-list li .article-time {
    display: inline-block;
    margin: 0 1em 0 0;
}
.article-list li .medium-2 {
  max-width: 6em;
}
.article-list li .medium-2 .article-date {
  font: 1em/1 Lora, Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  position: relative;
  display: block;
  padding: 0.8em 1em;
  background: #ebebeb;
  width: 4em;
  height: 4.1em;
  border-radius: 100%;
  }
  .article-list li .medium-2 .article-date b {
    display: block;
    font-size: 1.5em;
  }
.article-list li > .row {
  position: relative;
}
.article-list li > .row:before {
    content: '';
    position: absolute;
    left: 3.4em;
    bottom: -3em;
    top: -2em;
    width: 1em;
    background: #ebebeb;
    display: block;
}
.author .article-list li > .row:before {
    left: 2.5em;
}
.article-list li:first-child > .row:before {
  top: 0;
}


/* verdict intelligence */
.category-verdict-intelligence .category-title.style1 .category-header {
    background: url(http://alain-verdict.pantheonsite.io/wp-content/uploads/2017/03/vi-header.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
}
.category-verdict-intelligence .category-header h1, .category-header.cat-269 h1 {
    position: relative;
    padding-top: 3em;
    color: ;
}
.category-header.cat-269 h1:before, .category-editors-pick.cat-269 h1:before {
    position: absolute;
    content: "\f012";
    font: 1.8em/1.7em fontawesome;
    color: white;
    position: absolute;
    left: 50%;
    top: 0em;
    width: 100px;
    margin-left: -50px;
}
.category-verdict-intelligence .category-header h1 {
    padding-top: 3.5em;
}
.category-verdict-intelligence .category-header h1:before {
    content: '';
    display: block;
    width: 200px;
    height: 130px;
    background: url('/wp-content/uploads/2016/08/Verdict-Intelligence-logo.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -250%;
}
.category-verdict-intelligence .category-header img {
    width: 7em;
    margin-top: -0.3em;
    margin-left: 0.2em;
}

.page-id-710 .category-header.cat-269 h1:before {
    content: "\f017";
}
.category-editors-pick .cat-269 h1:before {
    content: "\f15c";
}
.page-id-712 .category-header.cat-269 h1:before {
    content: "\f012";
}
.category-verdict-intelligence .article-list li .article-chart {
    width: 100%;
    height: 250px;
    border: none;
}

.category-verdict-intelligence .article-list li .article-chart img {
    width: 100%;
}
.category-verdict-intelligence .article-list li,
.category-verdict-intelligence .article-list li[class*=column]+[class*=column]:last-child {
    border: none;
    float: left;
    border-right: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    padding: 2em;
    min-height: 32em;
}
    .category-verdict-intelligence .article-list li h2 {
        font: 1.6em/1.5 Lora, Georgia, serif;
        margin: 1em 0 0.5em 0;
        text-align: center;
    }
    .category-verdict-intelligence .article-list li .article-date,
    .category-verdict-intelligence .article-list li .article-author {
        color: #999;
    }
    .category-verdict-intelligence .article-list li iframe {
        width: 100% !important;
    }
.category-verdict-intelligence .article-list li:nth-child(1),
.category-verdict-intelligence .article-list li:nth-child(2),
.category-verdict-intelligence .article-list li:nth-child(3) {
    border-top: none;
}
.category-verdict-intelligence .article-list li:nth-child(3n) {
    border-right: none;
}
.category-verdict-intelligence .article-list li:nth-child(3n+1) {
    clear: both;
}
.verdict-int-search {
    text-align: center;
    margin-top: 0;
    position: relative;
    top:25em;

}
input.verdict-int-search-bar {
    width: 50%;
    height: 3.5em;
    text-align: center;
    background: #fff;
    border: none;
    /* border-top: 4px #fff solid; */
    /* border-left: 4px #fff solid; */
    /* border-right: 4px #fff solid; */
    /* border-bottom: 4px #fff solid; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
input.verdict-int-search-bar[type=text]:focus {
    border: none;
}

.vi-charts {
    margin-top: 25%;
    padding: 3em;
    background-color: #eee;
    max-width: 100%;*/
}
.vi-charts: before {
    content: '';
    position: absolute;
    left: -19em;
    bottom: 32em;
    width: 150em;
    height: 32em;
    background: rgb(148, 30, 153);
    background: -moz-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#941e99', endColorstr='#ffffff', GradientType=0);
    transform: rotate(-45deg);
    display: block;
    opacity: 0.3;
}
.vi-charts h1 {
    text-align: center;
}
.vi-charts .small-4 {
    width: calc(33.3% - 10px);
}
.category-verdict-intelligence .article-list li {
    min-height: 30em;
    height: 35em;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    border-top: snow;
    border-bottom: 3px solid #d9d9d9;
}
.category-verdict-intelligence .category-header h1 {
    padding-top: 0;
}
.category-title .category-header {
    padding: 15% 0;
}
.verdict-int-search #Shareitem {
    height: 4.9em;
    padding: 0;
    border: none;
    width: 4.5em;
    margin-left:-4.5px;
    background-color: #06558b;
    color: white;
}
.visualizer-front-2290 {
    overflow: hidden;
}

.single .article-chart {
    width: 100%;
    height: 450px;
    border: none;
    margin: 3em auto 0;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.05);
    border-radius: 0.3em;
    z-index: 9;
    position: relative;
    border: solid 0.5em rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .category-verdict-intelligence .category-header h1:before {
        top: -40px;
        width: 50px !important;
        margin-left: -25px !important;


    }

    .category-title .category-header {
        padding: 55% 0 0 0;
    }

    .category-verdict-intelligence .category-header h1 {
        font-size: 22px;
        margin-top: -40%;
    }

    .category-title.style1 p {
    font-size: 14px;
    margin: .5em 0 0 0;
    }

    .verdict-int-search {
        top: 8em;
    }

    input.verdict-int-search-bar {
        height: 2.5em;
    }

    .verdict-int-search #Shareitem {
        height: 3.8em;
    }

    .vi-charts {
        margin-top: 35%;
    }

    .category-verdict-intelligence .article-list li {
        min-height: 30em;
        height: 31em;
        padding-bottom: 5px;
    }

    .category-verdict-intelligence .article-list li h2 {
        font-size: 1em;
    }

}

.search-box {
    background-color: #eaeaea;
    margin-bottom: 1em;
}
.verdict-int-search {
    visibility: hidden;
}
.related-economic-kpis {
    background-color: #eaeaea;
}
.related-economic-kpis h1 {
    text-align: center;
    font-size: 2em;
}
.related-economic-kpis .article-list li{
    background-color: #eaeaea;
    padding: 1em;
}
.search-box input[type=text], input[type=email], textarea {
    margin: 0;
    width: 75%;
    font-size: 18px;
    border: none;
}

.search-box .searchform fieldset input[type="submit"] {
    width: 23%;
    border: none;background: transparent;}


.gdp-article  .post-column{
margin-top: 0;
}

.gdp-article .entry-header {
    padding: 0 0 2em 0;
}

.gdp-article .next-prev-article {
    padding: 1em;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3em;
}

.gdp-article .next-prev-article ul{
    margin-bottom: 0;
    list-style: none;
}

.gdp-article p:nth-child(1) {
    font-size: 140%;
    font-weight: 700;
    color: #2a2f34;
    border-left: 5px solid #06558b;
    padding-left: 0.5em;
}

.gdp-article .post .post-content p a:hover {
    background: none !important;
    color: #06558b !important;
    border: none;
    border-bottom: none !important;
}

.gdp-article .post .post-content p a {
    border: none;
    border-bottom: none !important;
}

.gdp-article .share-container {
    margin-left: 0;
}






/* Page */
.page-header {
    text-align: center;
    background: white;
    padding: 2em 2em 0;
}
    .page-header h1 {
        font: 3em Lora, Georgia, serif;
        margin: 0 -0.666em;
        padding: 1em 0 0 0;
        background: #f7f7f7;
    }
    .page-header img {
        max-height: 20em;
        width: auto;
        margin: 0 auto 6em;
    }
.page-entry-content {
    background: #f7f7f7;
    padding: 3em 0;
}
    .page-entry-content .row {
        max-width: 960px;
    }

/* 404 Page */
.error404 .content404 {
    background: white url('http://dangermouse-verdict.pantheonsite.io/wp-content/uploads/2016/08/error_robot.jpg') no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 70%;
    text-align: center;
}
    .error404 .content404 img {
        max-width: 500px;
        margin: 0 auto 3em auto;
    }
    .poem {
        border: solid 1px rgba(0,0,0,0.1);
        padding: 4em 2em 2em 2em;
        background: #f9f9f9;
    }
    .poem h1 {
        font: 4em/1.5 "Time New Roman";
    }
        .poem h1 small {
            display: block;
        }


/* Contact page */
.page-id-639 .page-header img{
    margin: 0 auto 2em auto;
}
.page-id-639 .page-entry-content {
    text-align: center;
}
.vcard {
    border: none;
    text-align: left;
    font-size: 1.2em;
}
    .vcard li {
        border-bottom: solid 1px #ebebeb;
        padding: 0.25em 0;
    }
    .vcard li.org {
        font-weight: bold;
    }
    .vcard li.tel {
        font-weight: bold;
        padding-left: 2em;
        padding-top: 2em;
        position: relative;
    }
    .vcard li.tel:before {
        content: "\f10b";
        color: #666;
        font: 1.2em fontawesome;
        position: absolute;
        left: 0;
        top: 1.7em;
    }

/* Thank you page */
.page-id-1017 {

}


/* About page */
.page-id-637 .page-header {
    padding-top: 6em;
}

/* Community page */
body.page-id-1022 .page-header {
    background: #eee;
}
    body.page-id-1022 .page-header h1 {
        display: none;
    }
    body.page-id-1022 .page-header img {
        max-height: 100%;
    }
    body.page-id-1022 .page-entry-content {
        margin-top: -10em;
        background: #06558b;
        padding: 0;
    }
body.page-id-1022 .page-entry-content {
    position: relative;
    max-width: 1440px;
    background: white;
    padding: 2em;
    margin: -25em auto 0 auto;
}

body.page-id-1022 .page-entry-content:before,
body.page-id-1022 .page-entry-content:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

body.page-id-1022 .page-entry-content:after {
    clear:both;
}



/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.body.page-id-1022 .page-entry-content {
    *zoom: 1;
}

    body.page-id-1022 .page-entry-content > div:nth-of-type(3n+1) {
        clear: left;
    }
body.page-id-1022 .yop-poll-container {
    float: left;
    margin: 1%;
    width: 30% !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border: solid 1px #519cf9;
    padding: 3em;
}
body.page-id-1022 .yop-poll-container form > div > div > div {
    color: white;
    font-size: 1.2em;
    line-height: 1.5;
}
.yop-poll-container ul li label + span + label:before {
    display: none;
}
.page-entry-content .small-12 div:nth-of-type(3n+1) {
    clear: left;
}

.yop-poll-footer div {

}

@media (max-width: 768px) {
    body.page-id-1022 .yop-poll-container {
        width: 100% !important;
    }

    body.page-id-1022 .page-entry-content {
        margin: -5em auto 0 auto;
    }
    .yop-poll-container form div div div:first-of-type {
        font-size: 1.3em;
    }
}

/*Verdict Splash Page

body.page-id-1218  {
    background-image: url("http://dangermouse-verdict.pantheonsite.io/wp-content/uploads/2016/11/trump-2.jpg") !important;
    background-position: 50%;


}
body.page-id-1218 .vc-navigation {
    display:none;
}
body.page-id-1218 .page-entry-content {
    text-align:center; background:none;
}
body.page-id-1218 .page-content {
    color: #ffffff;
    -webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;

}
body.page-id-1218 .page-header, h1 {
    background:none !important; color: #ffffff;
}

body.page-id-1218 .yop-poll-container {
    color: #ffffff;
    border-radius: 0.15em;
    background-color: black !important;

}

body.page-id-1218 .yop-poll-container:hover {
    opacity: 1.0;

}

body.page-id-1218 .yop-poll-forms {
    color: #ffffff;
}

body.page-id-1218 button {
    margin-top: 10px;
    margin-bottom: 10px;
    background: black;
    color: white}

@media (max-width: 768px){
   body.page-id-1218 .large-6 {
    top:0 !important;
   }
}*/

.animated-bg {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


.verdict-community-registration {

}

.verdict-community-registration .wpcf7-form-control-wrap {
    display: inline-block;
    width: inherit;
}

.verdict-community-registration label {
    display: inline-block;
}

.verdict-community-registration .category-title img{
    width: 250px;
    }

.communities-lp .yop-poll-container .thank-you-message {
    display: none;
}
.communities-lp {
    background-image: url("/wp-content/uploads/2016/11/trump-2.jpg") !important;
    background-position: 50%;
    height: 100%;

}

@media (max-width: 768px) {

    .communities-lp .header-lp {
        padding: 2em 0 !important;
    }
    .communities-lp img {
        width: 100px !important;
    }
    .communities-logo{
        float: none !important;
    text-align: center !important;
    }
   .communities-poll {
     margin: 1em;
   }

   .communities-poll .yop-poll-container ul {
        margin: 0 !important;
   }

   .communities-buttons {
        display: inline-block;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    padding: 1em;
   }

   .communities-toggle p {
    font-size: 12px !important;
   }

   .signup {
        font-size: 12px !important;
   }

   .login {
        font-size: 12px !important;
   }

   .vc-registration-form {
        width: 100% !important;
   }

   .vc-registration-form .wpcf7-form-control-wrap {
    width: 100% !important;
   }


}

.communities-lp .header-lp {
    min-height: 41px;
    width: 100%;
    border-top: none;
    border-bottom: none;
    color: #fff;
    padding: 5em 0em;
    position: relative;
    margin-top: -41px;
    clear: both;
    z-index: 100;



}

.communities-lp span {

}

.communities-lp .page-header {
    background: none !important;
}

.communities-lp img {
    width: 200px;
    margin: 0;

}

.communities-lp .page-entry-content {
    background: none;
}

.signup {
    background:red;
}

.communities-buttons{
    float:right;
    width: 25%;
}

.communities-logo {
    float: left;
        margin-left: 1.75em;
}

.communities-poll {
        float: left;
    position: absolute;
    padding-top: 15%;
}

.communities-poll .yop-poll-forms {
    color: #ffffff;
    font-size: 28px !important;
}

.communities-poll .yop-poll-container {
    border:5px solid #327BD6 !important;
}

#panelThatSlides {
    text-align: center;
    background-color: #06558b !important;
}

.communities-agenda {
   font: lighter 1em montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 0;
    background: #fff !important;
    /*margin-bottom: .5em;*/
    border-radius: 0.2em;
    border: 5px solid whitesmoke !important;
}

.communities-agenda h1 {
    font-size: 27px;
    text-align: center;
    color: black;
    margin-bottom: 0;
}
.communities-toggle {
    font: lighter 1em montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 1em;
    background: #06558b !important;
    color: #ffffff;
    position: relative;
    margin-top: .5em;
    border-radius: 0.2em;
    border: 5px solid #327BD6;
        }
        .communities-toggle:after {
            color: white;
        }
        .communities-toggle p {
            font: lighter 14px montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
            margin-bottom: 0;
            text-transform: initial;
            color: #ffffff;
        }
}



/* Author Page */
.author-header {
    text-align: center;
}
.author-header img {
    display: block;
    margin: 0 auto 1em auto;
}
.author-header h1 {
    font: 3em Lora, Georgia, serif;
}
.author .article-list {
    padding: 0 3em;
    background: white;
}
.site-footer {
    clear: both;
    border-top: solid 1px #ebebeb;
    padding: 2em 2em 0 2em;
    text-align: center;
    margin-top: 3em;
}
.site-footer p {
    margin: 0;
    font-size: 1.2em;
}


/* Search page results */
/*.search-results .searchtab {
  background-color: #f5f5f5;
  padding-top: 0.9em;
  padding-left: 0.5em;
  padding-bottom: 0.7em;
  border-bottom: 4px solid #1ea7ff;
  margin-bottom: 2em;
}
.search-results .searchtab h4 {
    margin-bottom: 0;
}
.search-results .post h2 {
    font-size: 26px;
}*/
.search-header {
    padding: 2em 0;
}
    .search-header h1 {
        font: 2.1em Lora, Georgia, serif;
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
    }
        .search-header h1 span {
            font-style: italic;
            color: #06558b;
        }
    .search-header h1:before {
        content: "\f002";
        font: 0.9em fontawesome;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.55em;
        color: #ccc;
    }
.search-results .article-list li > .row:before {
    display: none;
}
.search-results .nav-links {
    background-color: #f5f5f5;
    padding: 0.7em;
    margin-bottom: 2em;
}
.search-results .page-numbers {
    padding: 0.1em 0.6em 0em 0.6em;
    background-color: #bfbfbf;
    color: white;
    margin-right: 0.2em;
}
.search-results .page-numbers:hover {
    background-color: #555;
}
.search-results .page-numbers .current {
    background-color: #999;
}

/*
.search-results .screen-reader-text {
    font-size: 23px;
}
.search-results .post {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 0.5em;
    opacity: 0.5;
}
.search-results {
    margin-left: auto;
    margin-right: auto;
}
.search-results a img {
    max-width: 150px;
}
.search-results .site-footer {
    text-align: center;
}
.searchbox {
    padding-right: 13em !important;
    padding-left: 13em !important;
}


.search-results .article-date{
  float: right;
display: inline;
padding-right: 1em;
color: #649fd6;
}

.search-results .article-author{
  float: right;
display: inline;
padding-right: 1em;
color: #06558b;
}

.searchtab span{
  text-decoration: underline;
}*/

.pagination {
    clear: both;
    text-align: center;
    margin-top: 2em;
    padding: 1em;
    border-top: solid 1px #ededed;
}
    .single .post-content .pagination a {
        display: inline-block;
        padding: 0.5em;
        margin: 0 0.25em;
        background: #06558b;
        color: white;
    }
    .single .post-content .pagination a:hover {
        background: #333;
    }
.next-previous {
    position: absolute;
    top: -4em;
    right: 1em;
    left: 1em;
    padding: 0;
    border: none;
    margin: 0;
}
    .single .post-content .next-previous a {
        float: right;
        background: #06558b;
        padding: 1em 3em 1em 1em;
        position: relative;
        color: white;
        font: 1.2em Lora, Georgia, serif;
        margin: 0;
        -webkit-animation-name: pulsar;
        -webkit-animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
    }
    .next-previous a:after {
        content: "\f105";
        font: 1em fontawesome;
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -0.5em;
    }
    .single-paged-2 .post-content .next-previous a:first-of-type, .single-paged-3 .post-content .next-previous a:first-of-type, .single-paged-4 .post-content .next-previous a:first-of-type, .single-paged-5 .post-content .next-previous a:first-of-type, .single-paged-6 .post-content .next-previous a:first-of-type, .single-paged-7 .post-content .next-previous a:first-of-type, .single-paged-8 .post-content .next-previous a:first-of-type, .single-paged-9 .post-content .next-previous a:first-of-type, .single-paged-10, .single-paged-11 .post-content .next-previous a:first-of-type, .single-paged-12 .post-content .next-previous a:first-of-type, .single-paged-13 .post-content .next-previous a:first-of-type, .single-paged-14 .post-content .next-previous a:first-of-type, .single-paged-15 .post-content .next-previous a:first-of-type, .single-paged-16 .post-content .next-previous a:first-of-type, .single-paged-17 .post-content .next-previous a:first-of-type, .single-paged-18 .post-content .next-previous a:first-of-type, .single-paged-19 .post-content .next-previous a:first-of-type, .single-paged-20 .post-content .next-previous a:first-of-type {
        float: left;
        padding: 1em 1em 1em 3em;
        -webkit-animation-name: none;
        background: #666;
    }
    .single-paged-2 .post-content .next-previous a:first-of-type:after, .single-paged-3 .post-content .next-previous a:first-of-type:after, .single-paged-4 .post-content .next-previous a:first-of-type:after, .single-paged-5 .post-content .next-previous a:first-of-type:after, .single-paged-6 .post-content .next-previous a:first-of-type:after, .single-paged-7 .post-content .next-previous a:first-of-type:after, .single-paged-8 .post-content .next-previous a:first-of-type:after, .single-paged-9 .post-content .next-previous a:first-of-type:after, .single-paged-10:after, .single-paged-11 .post-content .next-previous a:first-of-type:after, .single-paged-12 .post-content .next-previous a:first-of-type:after, .single-paged-13 .post-content .next-previous a:first-of-type:after, .single-paged-14 .post-content .next-previous a:first-of-type:after, .single-paged-15 .post-content .next-previous a:first-of-type:after, .single-paged-16 .post-content .next-previous a:first-of-type:after, .single-paged-17 .post-content .next-previous a:first-of-type:after, .single-paged-18 .post-content .next-previous a:first-of-type:after, .single-paged-19 .post-content .next-previous a:first-of-type:after, .single-paged-20 .post-content .next-previous a:first-of-type:after {
        content: "\f104";
        right: auto;
        left: 1em;
    }

@-webkit-keyframes pulsar {
    0% { background:  #06558b; }
    50% { background:  #222; }
    100% { background:  #06558b; }
 }

 /* Ranking page starts here */


.ranking-table th h1{
    font-weight: bold;
    font: 1.5em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: center;
    color: white;
    margin: 0;
    text-transform: uppercase;

}

.ranking-table th{
      font-weight: bold;
      font-size: 1em;
    text-align: center;
  color: #185875;
            background-color: #06558b;
}

.ranking-table td {
      font-weight: normal;
      font-size: 1em;
            text-align: center;
}

.ranking-table {
      text-align: left;
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
  display: table;

}

.ranking-table td, .ranking-table th {
        padding: 0.8em;
        width: 400px;
            -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
}

/* Background-color of the odd rows */
.ranking-table tr:nth-child(odd) {
          background-color: #ffffff;
}

/* Background-color of the even rows */
.ranking-table tr:nth-child(even) {
background-color: #e6e6e6;
}

.ranking-table tr:hover {
    background-color: #8DC0FD;
}

.ranking-table td:hover {
      background-color: #0270F3;
  color: #ffffff;

  box-shadow: #000000 -1px 1px, #000000 -2px 2px, #000000 -3px 3px, #000000 -4px 4px, #000000 -5px 5px, #000000 -6px 6px;
  transform: translate3d(6px, -6px, 0);

  transition-delay: 0s;
      transition-duration: 0.4s;
      transition-property: all;
  transition-timing-function: line;
    -webkit-transition: 0.5s ease-out;
-moz-transition: 0.5s ease-out;
-o-transition: 0.5s ease-out;
transition: 0.5s ease-out;
}

.ranking-table img{
    max-width: 150px;
}

@media (max-width: 800px) {
    .ranking-table td:nth-child(4),
    .ranking-table th:nth-child(4) { display: none; }

    .featured-articles li:first-of-type .visualisations {
        border: none;
    }
}

.effect8
{
    position:relative;
    -webkit-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.ranking-headline h2{
    border-bottom: 3px solid #06558b;
    font: 2em Lora, Georgia, serif;
            padding-bottom: 0.3em;
}

.ranking-content ul li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #06558b;
    /* padding: 0.4em; */
    padding-left: 0.5em;
    margin-right: 0.5em;
    color: white;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-transition: 1s ease-out;
-moz-transition: 1s ease-out;
-o-transition: 1s ease-out;
transition: 1s ease-out;
    border: 2px solid #f7f7f7;

}

.ranking-content li:hover{
    background: #04418c;
    -webkit-transition: 1s ease-out;
-moz-transition: 1s ease-out;
-o-transition: 1s ease-out;
transition: 1s ease-out;
  border: 2px solid black;
}

.ranking-content li:nth-child(1){
    font-weight: 700;
    background:none;
    color:black;
        border: 2px solid black;

}

/* Ranking page starts here */

/* Gallery post */

.right-arrow{
    position: absolute;
right: 0.2em;
top: 50%;
margin-top: -1em;
height: 2em;
font-size: 2em !important;
}

.left-arrow{
    position: absolute;
    left: 0.2em;
    top: 50%;
    margin-top: -1em;
    height: 2em;
    font-size: 2em !important;
}
.nav-arrow{
    color:white;
    font-size: 1.3em;
        vertical-align: text-top;
}
.gallery-entry-header{
    background: none;
    text-align: center;
    position: relative;
    padding-top: 2em;
    margin:0;
}
.gallery-entry-header h1 {
    font: 5em Lora, Georgia, serif;
    color: black;
    z-index: 99;
    position: relative;
    max-width: 1300px;
    margin: 0.5em auto;
    padding-bottom: 0.2em;
    border-bottom: 2px solid rgb(239, 239, 239);
    border-top: 2px solid rgb(239, 239, 239);
    font-size: 4em;
}
.share-container .fa-facebook{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #284c92;
    border: 2px solid #284c92;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.share-container .fa-reddit {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #ff2800;
    border: 2px solid #ff2800;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-linkedin {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #0075b8;
    border: 2px solid #0075b8;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-envelope-open {
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em;
    width: 3em;
    background: #000;
    border: 2px solid #000;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-twitter{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #009be1;
        border: 2px solid #009be1;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-google-plus{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #a92c18;
        border: 2px solid #a92c18;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-pinterest{
    border-radius: 100%;
    text-align: center;
    line-height: 2.8;
    color: white;
    height: 3em ;
    width: 3em ;
    background: #ff2300;
        border: 2px solid #ff2300;
            -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.share-container .fa-facebook:hover, .share-container .fa-twitter:hover, .share-container .fa-linkedin-plus:hover, .share-container .fa-reddit:hover, .share-container .fa-envelope-open:hover, .share-container .fa-linkedin:hover, .share-container .fa-pinterest:hover {
    background: #ffffff;
        border: 2px solid #000000;
            color:black;
}


.share-container .social{
    margin-right: 0.5em;
        margin-top: 0.4em;
        display: block;
                padding-bottom: 0.2em;
}
.share-container span {
    font: 600 1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
}
.share-container span {
    display: none;
}
.share-container h6 {
    position: relative;
    text-indent: -5000px;
    overflow: hidden;
}
.share-container h6:before {
    content: "\f064";
    font: 1em fontawesome;
    color: #ccc;
    position: absolute;
    top: 0.5em;
    right: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
}
.share-article-vertical {
    width: 110px;
    text-align: center;
    float: left;
    padding: 0.5em;
}
.share-container h6 {
    text-align: center;
    font: 3em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    color: #ccc;
    width: 100%;
}
    .share-container h6 span {
        font-size: 35%;
        display: block;
        letter-spacing: 0.05em;
        margin-top: -0.2em;
        margin-bottom: 1em;
    }
    .share-container i {
        margin-right: 0.5em;
    }


/* Brexit Article 
.post-content-container {
    
}
    .in-brexit .post-content-container .entry-content {
        margin-left: 10%;
        width: 70%;
        float: left;
    }
    .brexit-timeline {
        /*padding-bottom: 100%;
        margin-bottom: -100%;
        width: 28%;
        float: right;
        position: relative;
        margin-top: -450px;
    }
        .brexit-widget {
            
        }
        .brexit-timeline ul {
            list-style: none;
            text-align: center;
            position: absolute;
            top: 600px;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .brexit-timeline li {
            width: 14em;
            margin: 30% auto;
            position: relative;
            background: white;
            box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        }
            .brexit-timeline li .article-date {
                background: #06558b;
                color: white;
                text-transform: uppercase;
                display: block;
                margin: 0;
                padding: 0.5em 0.5em 0.3em 0.5em;
                font-size: 0.9em;
            }
            .brexit-timeline li h4 {
                font: 1.2em/1.4 Lora, Georgia, serif;
                padding: 0.5em;
                color: #06558b;
                margin: 0;
            }
        .brexit-timeline ul li:last-child {
            margin: 10% auto 0 auto;
        }
    .brexit-timeline ul:before {
        content: '';
        position: absolute;
        width: 1em;
        top: -10em;
        bottom: 0;
        left: 50%;
        margin-left: -0.5em;
        display: block;
        background: #ebebeb;
    }
.article-timeline-toggle {
    display: none;
}
*/


@media (max-width: 399px) {

    /* Site header */
    .site-header .site-logo-col {
        width: 50%;
    }
    .site-logo img {
        max-width: 100%;
    }
    .site-header .site-menu-col,
    .site-header .site-search-col {
        /*width: 25%;*/
    }
    .search-toggle {
        width: 3em;
    }

    /* Home page */
    .home .visualisations {
        display: none;
    }
    .home .article-tags a {
        font-size: 1.1em;
    }
    .featured-articles li:first-of-type:before {
        width: 20em;
        height: 20em;
        margin-left: -10em;
    }
    .featured-articles li h2 {
        font-size: 1.2em;
    }
    .featured-articles li:first-of-type h2 {
        font-size: 1.8em;
    }
    .featured-articles li:first-of-type .article-author {
        font-size: 1.2em;
    }

    /* Article */
    .post .post-content p {
        font-size: 1.1em;
    }
    .post .post-content p:first-of-type {
        font-size: 1.3em;
    }
}
@media (min-width: 400px) and (max-width: 767px) {

    /* Home page */
    .home .visualisations {
        width: 30em;
        height: 30em;
        margin-left: -15em;
        top: -6em;
    }
    .home .visualisations div,
    .home .visualisations svg {
        height: 25em !important;
        width: 25em !important;
    }
    .home .article-tags a {
        font-size: 1.2em;
    }
    .featured-articles li h2 {
        font-size: 1.3em;
    }
    .featured-articles li:first-of-type h2 {
        font-size: 2.4em;
    }
    .featured-articles li:first-of-type:before {
        width: 20em;
        height: 20em;
        margin-left: -10em;
    }
    .floaters article h2 {
        font-size: 1.8em;
    }
    .email-subscription {
        padding: 2em 2em 0 2em;
    }
    .email-subscritption h2 {
        width: 290px;
    }
    .email-subscritption .button {
        clear: left;
        float: none;
        margin-top: 1em;
    }
    .email-subscription img {
        max-width: 200px;
        float: right;
    }
    .download-app {
        padding: 2em;
    }
}
@media (max-width: 460px) {

    /* Site header */
    .site-logo {
        width: 120px;
    }
    .promoted-links li {
        padding-left: 0;
    }
        .mega-menu .promoted-links li.explore {
            display: none;
        }

    /* Home page */
    .floaters article .row .small-5,
    .floaters article .row .small-7 {
        float: none;
        width: 100%;
        padding-top: 1em;
    }
    .floaters article .row .small-5 {
        padding-left: .9375em;
    }
    .floaters article .row .small-5 img {
        width: 100%;
    }
    .floaters .download-app {
        background: #06558b;
        margin-top: 3em;
    }
    .floaters .download-app h2 {
        color: white;
    }
    .home .floaters .email-address-field,
    .floaters .download-app input[type=text],
    .download-app input {
        width: 100%;
    }
    .floaters .download-app input.button {
        background: white;
        color: #06558b;
    }
    .floaters .email-subscription {
        margin-bottom: 0;
        padding: 2em;
    }

    .archive-header h1 {
        font-size: 2.1em;
    }
    .archive-header p:nth-of-type(2), .archive-header p {
        font-size: 1.6em;
    }

    .email-subscription form .email-address-field {
        width: 100%;
        float: none;
    }
    .home .floaters .email-subscription .button {
        width: 100%;
        float: none;
        margin-top: 0.5em;
    }
    .privacy-checkbox label {
        color: white;
    }
        .privacy-checkbox label a {
            color: white;
            text-decoration: underline;
        }
    .home .floaters .email-subscription .button {
        background: white;
        color: #053a5f;
    }

    .featured-articles .article-author a {
        color: white !important;
    }

    .featured-articles .article-author {
        color: white;
    }

    .floaters article .article-author {
        font-size: .8em;

    }

    .floaters article .row .article-date {
        font-size: .8em;
    }

    .floaters .most-recently article .row h3 {
        font-size: 1em;

    }

    .floaters .download-app{
       padding: 2em;
    }

    .floaters .download-app p {
       color: white;
    }

    .pop-up {
        padding: 0;
    }
}
@media (max-width: 320px) {
    .home .visualisations {
        border: solid 2em #ebebeb;
        border-radius: 50%;
        width: 16em;
        height: 16em;
        margin-left: -8em;
        top: 0;
        display: block;
    }
}
@media (min-width: 320px) and (max-width: 500px) {
    .home .visualisations {
        border: solid 2em #ebebeb;
        border-radius: 50%;
        width: 20em;
        height: 20em;
        margin-left: -10em;
        top: 0;
        display: block;
    }
}
@media (max-width: 500px) {

    /* Site header */
    .search-toggle:after {
        color: #333;
        line-height: 2.4em;
    }
    .promoted-links li {
        margin-bottom: 0;
    }
    .promoted-links li:first-child {
        margin-left: 0;
    }

    /* Home page */
    .home.theres-a-pokemon-somewhere-in-this-page----or-is-there .visualisations {
        top: -1em;
    }
    .theres-a-pokemon-somewhere-in-this-page----or-is-there .featured-articles li:first-of-type h2 {
        margin-bottom: 0.5em;
    }
    .home .visualisations div,
    .home .visualisations svg {
        /*height: 20em !important;
        width: 20em !important;*/
        display: none;
    }
    .featured-articles li:first-of-type .article-author, .featured-articles li:first-of-type .article-author a {
        color: #06558b !important;
    }
    .featured-articles li:nth-child(2),
    .featured-articles li:nth-child(3),
    .featured-articles li:nth-child(4) {
        margin: 0 !important;
        background: #06558b;
        padding: 2em;
    }
    .featured-articles li:nth-child(3) {
        background: #064875;
    }
    .featured-articles li:nth-child(4) {
        background: #053a5f;
    }
    .featured-articles li:nth-child(2) .article-tags a,
    .featured-articles li:nth-child(3) .article-tags a,
    .featured-articles li:nth-child(4) .article-tags a {
        color: #ebebeb;
        font-size: 0.9em;
    }
    .featured-articles li:nth-child(2) .article-date,
    .featured-articles li:nth-child(3) .article-date,
    .featured-articles li:nth-child(4) .article-date {
        color: #ebebeb;
    }
    .featured-articles li:nth-child(2) h2 a,
    .featured-articles li:nth-child(3) h2 a,
    .featured-articles li:nth-child(4) h2 a {
        color: white;
    }
    .featured-articles .article-author a {
        color: #333;
    }
    .floaters {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
        .floaters .email-subscription {
            margin-top: 3em;
            background: #053a5f;
        }
            .floaters .email-subscription h3 {
                color: #b6d8ef;
            }
                .floaters .email-subscription h3 strong {
                    color: white;
                }
            .download-app img {
                display: none;
            }
            .email-subscription form input[type="text"],
            .home .floaters .email-subscription .button {
                width: 100%;
                margin-top: 1em;
            }
            .privacy-checkbox {
                float: none;
                width: 100%;
                clear: both;
                margin-bottom: 1em;
            }
                .privacy-checkbox label {
                    color: white;
                }
                .privacy-checkbox label a {
                    color: white;
                    text-decoration: underline;
                }
            .email-subscription img {
                display: none;
            }
            .email-news-home .wysija-submit {
                width: 100%;
                max-width: 100%;
                background: #b6d8ef;
                color: #053a5f;
            }

    /* Article */
    .entry-header h1 {
        font-size: 1.8em;
    }
    img.alignleft, img.alignright {
        margin: 2em 0em;
        max-width: 100%;
        float: none;
    }
    .single-format-standard .share-container {
        padding-top: 1em !important;
    }
    .in-article-native-ad {
        padding: 4em 1em 2em 1em;
        background: #f7f7f7;
        margin: 2em 0;
    }
    .in-article-native-ad:before {
        top: 2em;
        left: 1em;
    }


    /* Category / Archive */
    .article-list li h2 {
        font-size: 1.8em;
    }

    /* Page */
    .page-header img {
        max-height: 7em;
        margin-bottom: 2em;
    }
    .page-header h1 {
        font: 2.1em Lora, Georgia, serif;
        margin: 0 -1em;
    }
}
@media (max-width: 540px) {

    /* Site header */
    .searchform fieldset input[type="text"], .searchform fieldset input[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 0.5em auto;
    }

    /* Article */
    .article-mpu {
        width: 100%;
        float: none;
        margin: 3em 0;
        text-align: center;
    }
    .timeline {
        width: 100%;
        float: none;
        margin: 3em 0;
    }

    /* Category / Tag */
    .article-list li .medium-2 {
        width: 12% !important;
    }
        .article-list li .medium-2 .article-date {
            margin-left: -1.5em !important;
        }
    .article-list li > .row:before {
        left: 0.9em !important;
    }
    .article-list li .medium-10 {
        width: 88% !important;
    }
}
@media (min-width: 400px) and (max-width: 659px) {
    /* Home page */

    .featured-articles li:first-of-type:before {
        width: 30em;
        height: 30em;
        margin-left: -15em;
    }
    .email-subscription img,
    .download-app img {
        display: none;
    }
}
@media (min-width: 361px) and (max-width: 600px) {

    /* Article */
    .entry-header {
        padding: 2em 2em 0 2em;
    }
}
@media (max-width: 600px) {

    /* Site header */
    .site-header {
        background: #06558b;

    }
        .site-logo {
            margin: 0;
        }
        .site-logo a {
            background: white;
            display: block;
            margin: 0;
            padding: 0.9em;
        }
        .menu-toggle {
            background: rgba(0,0,0,0.2);
            color: white;
        }
        .menu-toggle:after {
            color: white;
        }
        .menu-links-open .menu-toggle, .menu-toggle:hover {
            color: black;
        }
        .search-toggle:after {
            color: white;
        }
        .promoted-links li.explore {
            display: none !important;
        }
        .mega-menu .promoted-links li.explore {
            display: block !important;
        }
            .mega-menu .promoted-links li.explore:hover ul {
                display: none;
            }
            .explore-open .mega-menu .promoted-links li.explore:hover ul, .explore-open .mega-menu .promoted-links li.explore:hover ul {
                display: block;
                margin-top: 0.5em;
                left: 50%;
                visibility: visible;
                opacity: 1;
                z-index: 999;
            }

    /* Article */
    .entry-header {
        padding: 2em 2em 0 2em;
    }
        .post .post-title h1 {
            font-size: 1.8em;
        }
        .entry-header .article-date {
            background: #f7f7f7;
        }
        .entry-header .article-tags a {
            margin-right: 1.5em;
            display: inline-block;
            background: #06558b;
            padding: 0.45em 0.65em 0.5em 0.65em;
            font-size: 0.85em;
        }
        .entry-header .featured-image {
            position: static;
            margin: 2em 0;
        }
        .image-toggle {
            display: none;
        }
        .entry-header .featured-image img, .theres-a-pokemon-somewhere-in-this-page----or-is-there .entry-header .featured-image img {
            width: 100%;
            opacity: 1;
        }
    .entry-header .article-date {
        background: none;
        padding: 0 0 0 2em;
        margin: 1em 0 1em -0.3em;
    }


    /* Home page */
    .pop-up .yop-poll-container {
        width: 100% !important;
        width: 6em;
        height: 6em;
        border: none;
    }
    .yop-poll-container {
        height: auto !important;
    }
    .pop-up .yop-poll-container:before {
        border: none;
    }
    .vc-logo {
        width: 6em;
        height: 6em;
    }

}
@media (min-width: 460px) and (max-width: 768px) {

    /* Site header */
    .site-logo {
        width: 160px;
    }
}
@media (max-width: 768px) {

    /* Site header */
    .site-header {
        position: relative;
        padding-left: 1em !important;
        padding-right: 1em !important;
        /*padding-top: 70px !important;*/
    }
        .menu-links-open .menu-toggle {
            border: none;
            background: white;
        }
        .site-menu {
            width: 100% !important;
            left: 0;
            padding: 0em 1em 0;
        }
        .header-app {
            background: #444 url('http://dangermouse-verdict.pantheonsite.io/wp-content/uploads/2016/08/verdict-app.png') no-repeat 20px 0;
            width: 100% !important;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            color: white;
            padding-left: 90px;
            margin-top: 0 !important;
        }
            .header-app .app-cta p {
                color: #333;
            }
        .download-app-open .header-app {
            position: absolute;
        }

    /* Home page */
    .floaters article {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }
    .floaters article h2 {
        font-size: 1.6em;
    }
    .other-stuff .download-app .app-cta {
        width: 100%;
        float: none;
    }
    .single article .email-subscription {
        padding: 2em;
        background: #06558b;
        clear: both;
    }
        .single article .email-subscription h3 {
            color: white;
        }
        .single article .email-subscription img {
            display: none;
        }
        .single article .email-subscription .email-address-field:before {
            bottom: 1.3em;
        }
        .single article .email-subscription form .button {
            background: #222;
            width: 100%;
            margin-top: 1em;
        }

    .alm-reveal img {
        margin: 0 0 1em 0;
    }
    .alm-listing li h3 {
        font-size: 1.8em;
    }
    .alm-reveal p {

    }

    /* Category / tag / Archive */
    .archive-header h1 {
        font-size: 2.1em;
    }
    .archive-header p:first-of-type, .archive-header p:nth-of-type(2) {
        font-size: 1.2em;
    }
    .article-list img {
        margin: 0 0 1em 0;
    }
    .category-verdict-intelligence .category-header h1 {
        font-size: 30px;
        padding-top: 3em;
    }
    .category-verdict-intelligence .category-header h1:before {
        width: 100px !important;
        height: 75px !important;
        margin-left: -50px !important;
    }

    /* Article */
    .news-post .post-column {
        padding: 2em;
    }
    .news-post .entry-header .medium-2, .news-post .entry-header .medium-10 {
        width: 100%;
        display: block;
    }
        .news-post .entry-header .medium-2 .article-date {
            width: 100%;
            font-size: 1.6em;
            border: none;
            width: 100%;
            font-size: 1.2em;
            border: none;
            float: right;
            text-align: right;
        }
            .news-post .entry-header .medium-2 .article-date b {
                display: inline;
                font-size: 1em;
            }
    .news-post .sharers ul {
        padding-bottom: 2em;
        float: left;
        width: 300px;
    }
    .sharers li {
        display: inline-block;
    }
    .sharers li .stButton > span:first-of-type {
        border-radius: 100%;
        height: 3em !important;
        width: 3em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 3em;
        height: 3em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
    .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 3em;
        background: none;
        width: 2.7em;
    }
    .news-post .entry-header {
        padding-bottom: 5em;
    }
        .news-post .entry-header .article-date {
            position: absolute;
            right: -1em;
            top: -1.65em;
            padding: 0.5em;
            width: auto !important;
        }
    .news-post .featured-image {
        margin: 1em 0 2em 0;
    }
    .most-popular-list {
        display: none;
    }

    .in-between-post-ad h3 {
        font-size: 3em;
    }
}


/* Sharers on Single Format Standard article (on left hand side of the large article format) */
.single-format-standard .share-container {
    padding: 0;
    margin-left: -1em;
}
    .share-article-vertical {
        padding: 0;
    }
    .single-format-standard .share-container h6, .single-format-standard .share-container a {
        border: solid 1px #ebebeb;
        margin: 0;
    }
    .single-format-standard .share-container a {
        margin-top: -1px;
        padding: 1em 0;
    }


@media (max-width: 359px) {

  /* Site header */
  .site-menu {
    padding: 0;
  }


  /* Article */
  .single .entry-header {
    padding: 1em;
  }
  .news-post .single .entry-header {
    padding: 1em 1em 4em 1em;
  }
  .related-charts ul li {
    padding: 0em;
  }

  /* Archive / Category / Tag */
  .article-list li .medium-2, .article-list li > .row:before {
    display: none;
  }
  .article-list li .medium-10 {
    width: 100% !important;
  }
  .category-verdict-intelligence ul.article-list li {
    padding: 1em;
  }
}
@media (max-width: 320px) {

    /* Article */
    .article-row .large-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
        .article-row .large-12 .article-mpu div, .article-row .large-12 .article-mpu ins {
            margin-left: -10px;
            margin-right: -10px;
        }
}
@media (min-width: 360px) and (max-width: 499px) {

  /* Archive / Category / Tag */
  .article-list li .medium-2 {
    float: left;
    width: 21%;
  }
    .article-list li .medium-2 .article-date {
      margin-left: 1em;
    }
  .article-list li .medium-10 {
    float: right;
    width: 77%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {

  /* Archive / Category / Tag */
  .article-list li .medium-2 {
    float: left;
    width: 16%;
  }
    .article-list li .medium-2 .article-date {
      margin-left: 1em;
    }
  .article-list li .medium-10 {
    float: right;
    width: 83%;
  }
}
@media (max-height: 670px) {
    .its-poll-time-clap-your-hands .pop-up {
        height: auto;
        bottom: 0;
        top: 0;
    }
    .its-poll-time-clap-your-hands .pop-up .close-toggle {
        margin: 0;
    }
    .pop-up .yop-poll-container:before {
        display: none;
    }
    .pop-up .yop-poll-container {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: scroll;
    }
    .pop-up .yop-poll-container form div div div:first-of-type {
        font-size: 1.4em;
    }
}
@media (max-width: 768px) {

    /* Site header */
    .other-stuff {
        padding: 0 2em 2em 2em;
    }
    .menu-links .sc h3 {
        margin-top: 0;
    }

    /* Home page */
    .featured-articles li:first-of-type h2 {
        margin-bottom: 2em;
    }
    .featured-articles li:nth-child(2),
    .featured-articles li:nth-child(3),
    .featured-articles li:nth-child(4),
    .featured-articles li:last-child {
        float: none;
        width: 100%;
        max-width: 550px;
        margin: 0 auto 2em auto;
    }
    .show-full-image .hover-image {
        display: none !important;
    }
    .featured-articles li:first-of-type {
        width: 100% !important;
    }
    .featured-articles li:first-of-type .visualisations:after {
        display: none !important;
    }
    .floaters {
        padding-top: 3em;
    }
    .floaters:before {
        display: none;
    }
    .email-subscription h3 {
        font-size: 1.8em;
    }

    .poll-pages {
        width: 100%;
        margin: 0;
        left: 0;
    }

    /* Article */
    .article-aside {
        padding: 2em 1em;
    }
    .author-image {
        margin-right: 0.5em;
    }

    /* Archive / Category / Tag */
    .archive article .medium-3 {
        display: none;
    }
    .archive article h2 {
        font-size: 1.8em;
    }
    .category-verdict-intelligence ul.article-list li {
        width: 100% !important;
        border: none !important;
        border-bottom: solid 1px #ebebeb !important;
    }
}
@media (min-width: 768px) {

    /* Header */
    .other-stuff .row {
        margin: 0 -.9375em;
    }
    .other-stuff .download-app-column,
    .other-stuff .email-subscription {
        padding: 2em 0 0 0;
    }
    .other-stuff .email-subscription {
        padding-left: 2em;
    }
    .other-stuff .download-app {
        padding: 0;
    }
    .download-app .app-cta {
        padding-top: 5em;
    }
    .download-app img {
        float: left;
        max-width: 300px;
        margin-right: 3em;
    }


    /* Home page */
    .floaters article:nth-child(4) .small-5 {
        float: right;
        padding-left: inherit;
        padding-right: 0;
    }
    .floaters article:nth-child(4) .small-7 {
        padding-right: 2em;
        text-align: right;
    }
    .home .floaters .email-subscription form input[type="text"] {
        margin: 0 0.5em 0 0;
        height: 2.5em;
        padding-left: 0.5em;
    }
    .floaters .email-address-field:before {
        bottom: 1.4em;
    }
    .email-news-home p, .email-news-home .wysija-submit {
        width: 49%;
        float: left;
    }
    .email-news-home .wysija-submit {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {

    /* Home Page */
    .alm-reveal p {
        display: none;
    }

    /* Article / News post */
    .news-post .entry-header .article-date {
        width: 2.25em;
        font-size: 1.8em;
    }

    /* Category / Verdict Intelligence */
    .category-verdict-intelligence ul.article-list li {
        width: 50%;
    }
    .category-verdict-intelligence ul.article-list li:nth-child(3n+1) {
        clear: none;
    }
    .category-verdict-intelligence ul.article-list li:nth-child(2n+1) {
        clear: left;
    }
    .category-verdict-intelligence .article-list li:nth-child(3n) {
        border-top: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {
    .email-subscription .row {
        padding: 0;
    }
    .floaters .email-address-field:before {
        bottom: 1.9em;
    }
}

@media (min-width: 1000px) and (max-width: 1190px) {
    .verdict-intelligence a span.vi-cta {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 1190px) {
    /* Home */

    .home .visualisations {
        width: 44em;
        height: 44em;
        margin-left: -22em;
    }
    .home .visualisations div,
    .home .visualisations svg {
        width: 34em !important;
        height: 34em !important;
    }
    /* Article */

    .post .post-content .pullquote {
        float: left;
        width: 50%;
    }
}
@media (max-width: 640px) {

    /* Article Page */
    .article-aside .sharers {
        margin: 0 0 0 0em;
        clear: left;
        padding-top: 1em;
    }
        .sharers ul {
            width: 100%;
            padding: 1em 0 0 0;
        }
        .share-container h6, .share-container a {
            padding: 10px 5px !important;
        }
}
@media (min-width: 400px) and (max-width: 659px) {
    .email-subscription form .email-address-field {
        width: 49%;
        float: left;
    }
    .single article .email-subscription form .button {
        width: 49%;
        float: right;
    }
}
@media (max-width: 659px) {
    .other-stuff .download-app .app-cta,
    .other-stuff .email-subscription form {
        width: 100%;
        float: none;
    }
}
@media (min-width: 659px) and (max-width: 768px) {

    /* Home page */
    .home .floaters .email-subscription form {
        width: 60%;
    }
        .home .floaters .email-address-field {
            width: 100%;
            display: block;
            margin-bottom: 1em;
        }
        .home .floaters .email-subscription form input[type="text"],
        .home .floaters .email-subscription .button {
            width: 100%;
            display: block;
            float: none;
        }
}
@media (min-width: 500px) and (max-width: 768px) {

    /* Home page */
    .home .floaters .email-subscription form input[type="text"],
    .home .floaters .email-subscription .button {
        width: 100%;
        display: block;
        float: none;
    }


    /* Article */
    .entry-header h1 {
        font-size: 2.7em;
    }
    .entry-header .the-excerpt p {
        font-size: 1.3em;
    }
    .archive article .medium-3 {
        width: 25%;
        float: left;
    }
    .archive article .medium-9 {
        width: 75%;
        float: left;
    }
    .archive article h2 {
        font-size: 2.1em;
    }


    /* Page */
    .page-header img {
        max-height: 13em;
        margin-bottom: 3em;
    }
}
@media (max-width: 890px) {
    /* Site Header */

    .site-logo img {
        max-width: 100%;
    }
    .searchform fieldset input[type="text"],
    .searchform fieldset input[type="submit"] {
        font-size: 1.4em;
        width: 200px;
    }
    .email-subscription img {
        margin-top: -10em;
        max-width: 11em;
    }
}
.news-post .sharers-toggle {
    display: none;
}
@media (max-width: 510px) {

    /* Site header */
    .menu-toggle {
        margin-left: 0;
    }

    /* Article / News / Single */
    .news-post .sharers-toggle {
        display: block;
        z-index: 9;
        float: left;
        background: #06558b;
        padding: 1em 3em 1em 1em;
        position: relative;
        color: white;
        font: 1em Lora, Georgia, serif;
        margin: 0;
        cursor: pointer;
        position: absolute;
        top: 1em;
    }
        .news-post .sharers-toggle:after {
            content: "\f064";
            font: 1em fontawesome;
            position: absolute;
            right: 1em;
            top: 50%;
            margin-top: -0.5em;
        }
    .single .post-content .next-previous a {
        font-size: 1em;
    }
    .news-post .sharers ul {
        background: white;
        box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
        position: absolute;
        padding: 2em 0 !important;
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        text-align: center;
        width: auto !important;
        top: 4.5em;
        right: 0.9em;
        left: 0.9em;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
    }
    .news-post .sharers ul:before {
        content: '';
        border-bottom: solid 1em white;
        border-left: solid 1em transparent;
        border-right: solid 1em transparent;
        position: absolute;
        left: 2em;
        top: -1em;
    }
    .sharers-open .news-post .sharers ul {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
}
@media (max-width: 599px) {
    .related-charts ul li {
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .related-charts ul li {
        width: 50%;
    }
    .related-charts ul li:nth-child(3n+1) {
        clear: none;
    }
    .related-charts ul li:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 959px) {

    /* Home page */
    .home .article-tags a {
        font-size: 1.1em;
    }
    .featured-articles li h2 {
        font-size: 1.6em;
    }
    .featured-articles li:first-of-type h2 {
        font-size: 3em;
    }
    .featured-articles li:first-of-type:before {
        width: 40em;
        height: 40em;
        margin-left: -20em;
        border: solid 3.4em #ebebeb;
    }
}
@media (max-width: 960px) {

    /* Site header */
  .archive-header {
    border: none;
    padding: 0 2em;
  }
  .extra-links {
    display: none;
  }
  .mega-menu .promoted-links, .mega-menu .extra-links {
    width: 100%;
    display: block;
  }

  /* Category / Archive / Tag */
  .archive-header .row:before {
    left: 1.4em;
  }
  .archive-header p:nth-of-type(2):before {
    left: -1.9em;
  }
  .archive-header p:nth-of-type(2) {
    padding: 0 0 0 2em;
  }
}
@media (max-width: 360px) {
    .archive-header {
        margin: 2em 0;
    }
        .archive-header .row {
            padding-left: 0;
        }
        .archive-header .row:before {
            display: none;
        }
            .archive-header h1:after, .archive-header p:first-of-type {
                display: none;
            }
            .archive-header p:nth-of-type(2) {
                padding: 0;
            }
            .archive-header p:nth-of-type(2):before {
                display: none;
            }
    .article-aside {
        padding: 0.5em 0 2.5em 0 !important;
    }
}
@media (min-width: 360px) and (max-width: 540px) {
    .archive-header .row:before {
        left: -1em;
        top: 6em;
    }
    .archive-header p:nth-of-type(2) {
        padding: 0;
    }
    .archive-header p:nth-of-type(2):before {
        left: -3.25em;
        font-size: 1.4em;
    }
}
@media (max-width: 580px) {
    .promoted-links li.explore {
        display: none;
    }
}
@media (min-width: 540px) and (max-width: 768px) {
    .archive-header .row:before {
        top: 6em;
    }
    .archive-header p:nth-of-type(2):before {
        left: -2.1em;
        font-size: 1.2em;
    }
    .archive-header p:nth-of-type(2):before {
        left: -2em;
    }
}
@media (min-width: 1101px) and (max-width: 1300px) {
    /* Home page */

    .home .visualisations {
        width: 48em;
        height: 48em;
        position: absolute;
        border-radius: 100%;
        left: 50%;
        margin-left: -24em;
        top: 0em;
        overflow: hidden;
        border: solid 4em #ebebeb;
    }
    .home .visualisations div,
    .home .visualisations svg {
        border-radius: 100%;
        transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        background: white;
        height: 40em !important;
        width: 40em !important;
    }
}

@media (min-width: 460px) and (max-width: 1260px) {

    /* Site header */
    .promoted-links li ul {
        font-size: 0.9em;
    }
    .promoted-links li.hot-topics-menu-link:hover ul {
        margin-left: -80px;
    }
    .promoted-links li li {
        padding: 0;
    }
    /*.promoted-links li li a:before, .email-newsletter-toggle:before, .promoted-links li li:before {
        display: none;
    }*/
}
@media (max-width: 1260px) {
    .show-pop-up .how-pop {
        position: fixed;
        top: 50%;
        margin-top: -20em;
        left: 50%;
        margin-left: -200px;
    }
    .how-pop:before {
        display: none;
    }
}
@media(max-width: 1000px) {

    .menu-links-open .menu-toggle {
        position: fixed;
    }

            .mega-menu .scrolling-content .row .medium-6 {
                width: 75%;
                padding-right: 0;
                padding-bottom: 2em;
            }
                .mega-menu .medium-6 .verdict-network ul li {
                    width: 50%;
                }
                    .mega-menu .medium-6 .verdict-network ul li li {
                        width: 100%;
                    }
                .mega-menu .medium-6 .verdict-network ul li:nth-child(2n+1) {
                    clear: both;
                }
                .verdict-network li:nth-child(4) {
                    clear: none;
                }
            .verdict-intelligence-column {
                border: none;
                padding: 0em;
                width: 100%;
                overflow: scroll;
            }

    /* Home page */
    .floaters {
        margin-top: 3em;
        padding-top: 0;
    }

    /* Article */
    .single article .email-subscription {
        clear: both;
    }
}
@media (max-width: 850px) {

    .mega-menu .promoted-links {
        padding-top: 2em;
    }
        .promoted-links li.hot-topics-menu-link ul {
            display: none;
        }
    .mega-menu .extra-links {
        padding-bottom: 1em;
    }
    .mega-menu .extra-links ul li a {
        padding-left: 0;
    }
        .mega-menu .promoted-links, .mega-menu .extra-links {
            display: block;
            width: 100%;
            border: none;
        }
            .mega-menu .promoted-links, .mega-menu .extra-links {
                margin-bottom: 0;
            }
                .mega-menu .promoted-links li, .mega-menu .extra-links li {
                    display: block;
                    text-align: left;
                }
                .promoted-links li:last-child {
                    margin-left: 0;
                }
        .mega-menu .medium-3, .mega-menu .medium-6 {
            float: none;
            width: 100% !important;
            clear: both;
            padding-right: 0;
        }
            .trending {
                border: none;
                padding-right: 0;
            }

}
@media (max-width: 1100px) {

    /* Site header */
    .mega-menu .scrolling-content .row {
        padding: 2em !important;
    }
        .mega-menu .scrolling-content .row .verdict-network .row {
            padding: 0em !important;
        }
    .mega-menu .extra-links, .mega-menu .promoted-links {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border: none;
    }
        .mega-menu .extra-links li, .mega-menu .promoted-links li {
            display: block;
            float: none;
            width: 100%;
        }
            .mega-menu .extra-links li a, .mega-menu .promoted-links li a {
                display: block;
                float: none;
                width: 100%;
                border: none;
                border-bottom: solid 1px #ebebeb !important;
                padding: 0.5em;
            }
    .mega-menu .promoted-links {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1180px) {

    /* Article */
    .share-container {
        border-bottom: solid 1px #ebebeb;
    }
        .share-article-vertical {
            float: none;
            width: 100%;
        }
            .single-format-standard .share-container h6, .single-format-standard .share-container a {
                display: inline-block;
                width: auto;
                padding: 10px 20px;
                border: none;
            }
            .share-container h6 span {
                display: inline-block;
                position: relative;
                left: 0.5em;
                top: -0.5em;
                padding-right: 1em;
            }
            .single-format-standard .share-container a {
                top: -0.75em;
                position: relative;
            }
            .share-container .fa-facebook, .share-container .fa-twitter, .share-container .fa-google-plus, .share-container .fa-pinterest {
                width: 2.5em;
                height: 2.5em;
                line-height: 2.3em;
            }

    /* Brexit Article */
/*
    .post.blog-post {
        overflow: hidden;
    }
    .brexit-timeline {
        width: 320px;
        padding: 2em;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -190px;
        background: rgba(255,255,255,0.9);
        box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .article-timeline-toggle {
        display: block;
        position: relative;
        padding: 1.2em 1em 01em 4em;
        margin: 0 0 3em -5.1em;
        background: #06558b;
        color: white;
        cursor: pointer;
    }
    .article-timeline-toggle:before {
        content: "\f073";
        font: 1.3em/2.5em fontawesome;
        position: absolute;
        left: 0;
        top: 0;
        width: 2.4em;
        bottom: 0;
        background: rgba(0,0,0,0.2);
        text-align: center;
    }
    .article-timeline-open .brexit-timeline {
        right: 0;
    }
    .article-timeline-open .article-timeline-toggle {
        background: black;
    }
    .article-timeline-open .article-timeline-toggle:before {
        content: "\f054";
    }*/
}
@media (max-width: 768px) {
    .in-brexit .entry-header .medium-8 {
        width: 80%;
    }
    .brexit-timeline {
        top: 10em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .brexit-timeline {
        top: 10em;
    }
}
@media (min-width: 960px) and (max-width: 1120px) {

    /* Home page */
    .home .article-tags a {
        font-size: 1.2em;
    }
    .featured-articles li h2 {
        font-size: 1.4em;
    }
    .featured-articles li:first-of-type h2 {
        font-size: 3.6em;
    }
    .featured-articles li:first-of-type:before {
        width: 50em;
        height: 50em;
        margin-left: -25em;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    /* Home page */

    .email-subscription .row {
        padding: 0em 0 0 3em;
    }
    .email-subscription h3 {
        width: 60%;
        margin-right: 0;
        font-size: 2.1em;
    }
    .email-subscription form {
        clear: left;
        margin-top: 0;
        width: 65%;
        float: left;
    }
    .email-subscription form input[type="text"] {
        margin-bottom: 0.5em;
    }

    /* Article */
    .entry-header h1 {
        font-size: 3em;
    }
}
@media (min-width: 360px) and (max-width: 739px) {
    .post .post-content {
        padding: 2em;
    }
}
@media (max-width: 739px) {

    /* Article */
    .news-post .entry-header h1 {
        font-size: 1.8em;
    }
    .news-post .article-author {
        font-size: 1.1em;
    }
    .news-post .post .post-content {
        padding: 0;
    }
    .entry-content,
    .article-aside {
        width: 100%;
        float: none;
    }
        .yop-poll-container {
            float: none;
            margin: 2em 0 0 0;
            width: 100% !important;
        }
        .yop-poll-container:before {
            left: 2em;
            top: -1em;
            border-bottom: solid 1em #06558b;
            border-left: solid 1em transparent;
            border-right: solid 1em transparent;
            border-top: none;
        }
    .article-aside .author-image {
        float: left;
        width: 50px;
        height: 50px;
        line-height: 70px;
    }
    .article-aside .article-author {
        float: left;
        margin: 0.8em 0 0 0.5em;
    }
        .article-aside .sharers {
        float: left;
        clear: both;
    }
    .sharers ul, .news-post .sharers ul {
        padding: 2em 0 0 0em;
        width: 300px;
    }

    .sharers li {
        display: inline-block;
    }
    .sharers li .stButton > span:first-of-type {
        border-radius: 100%;
        height: 3em !important;
        width: 3em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 3em;
        height: 3em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
    .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 3em;
        background: none;
        width: 2.7em;
    }

    .most-popular-list {
        display: none;
    }

}
@media (max-width: 360px) {

    /* Article */
    .post .post-content {
        padding: 1em;
    }
    .sharers {
        float: none;
        margin: 0;
    }
    .sharers ul {
        width: 100%;
        padding-left: 0;
    }
    .sharers li .stButton > span:first-of-type {
        height: 2.4em !important;
        width: 2.4em !important;
    }
    .sharers li .stButton > span:first-of-type:after {
        display: none;
        width: 2.4em;
        height: 2.4em;
    }
    .sharers li.st_facebook_hcount .stButton > span:first-of-type:before,
    .sharers li .stButton > span:first-of-type:before,
    .sharers li.st_reddit_hcount .stButton > span:first-of-type:before {
        line-height: 2.4em;
        width: 2.3em;
    }
    .related-charts .visualisation-source, .visualisation-source-top {
        margin: 0;
    }
}
@media (min-width: 740px) and (max-width: 1160px) {


    /* Article */
    .news-post .entry-header h1 {
        font-size: 2.1em;
    }
    .entry-content {
        width: 70%;
    }
    .post .post-content {
        padding: 3em 3em 3em 0;
    }
    .article-aside {
        width: 30%;
    }
}
@media (max-width: 1179px) {

}
@media (min-width: 1180px) and (max-width: 1280px) {
    .in-brexit .post-content-container .entry-content {
        margin-left: 2%;
        padding-right: 2em;
    }
    
}
@media (min-width: 1280px) and (max-width: 1370px) {
    .in-brexit .post-content-container .entry-content {
        margin-left: 5%;
    }
}
@media (min-width: 1280px) and (max-width: 1370px) {
    /* Site header */
    .promoted-links li:first-child a, .promoted-links li:nth-child(2) a, .promoted-links li:nth-child(3) a, .email-newsletter-toggle {
        padding: 0.75em;
    }
    .promoted-links li:first-child a:before, .promoted-links li:nth-child(2) a:before, .promoted-links li:nth-child(3) a:before, .email-newsletter-toggle:before {
        display: none;
    }
}
@media (min-width: 1190px) {

    /* Site header */
    .email-newsletter-toggle:before {
        display: none;
    }

    /* Article */
    .post .post-content .pullquote {
        float: left;
        margin: 3em 2em 3em -10em;
        width: 60%;
        clear: both;
        position: relative;
        padding-top: 2em;
    }
    .post .post-content .pullquote:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 0.5em;
        width: 30%;
        background: #06558b;
    }
    .in-article-native-ad {
        margin: 4em 3em 4em -8.5em;
        padding-bottom: 2em;
    }
        .in-article-native-ad a {
            font-size: 1.2em;
        }
    .in-article-native-ad:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20em;
        height: 1px;
        background: #ebebeb;
        display: block;
    }
    .single .visualizer-front, .single .tableauPlaceholder {
        margin: 3em -5em 0 -5em;
        z-index: 9999;
    }
    .category .category-verdict-intelligence .visualizer-front {
        margin: 0;
        box-shadow: 0;
        -moz-box-shadow: 0);
        -webkit-box-shadow: 0;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .email-subscription .row {
        padding: 0em 0 0 3em;
    }
    .email-subscription h3 {
        width: 60%;
        margin-right: 0;
        font-size: 2.4em;
    }
    .email-subscription form {
        clear: left;
        margin-top: 0;
        width: 65%;
    }
    .floaters .email-subscription .email-address-field {
        margin-bottom: 3em;
    }
    /* .email-subscription form input[type="text"] {
        margin-bottom: 0.5em;
        width: 100%; */
    }
    .email-subscription .button {
        width: 10em;
        float: left;
    }
    .email-subscription img {
      /*  margin-top: -10em; */
        margin-right: 3em;
        width: 200px;
        float: right;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .news-post .entry-header h1 {
        font-size: 2.4em;
    }
}
@media (max-width: 1280px) {
    .promoted-links li, .extra-links li {
        display: none;
    }
    .promoted-links li.explore {
        display: inline-block;
    }
    .mega-menu .promoted-links li, .mega-menu .extra-links li {
        display: block;
    }
    .category-verdict-intelligence .category-header h1:before {
        width: 150px;
        height: 130px;
        margin-left: -75px;
    }

    /* Article */
    .most-popular-list, .article-author-box {
        padding: 1em;
    }
}
@media (max-width: 1279px) {

    /* Home Page */
    .pop-up .close-toggle {
        display: none;
    }
    .mobile-close-toggle {
        display: block !important;
        top: -3em;
        background: black;
    }
    .mobile-poll-open .polls-pop-up {
        bottom: 0;
        height: 100%;
        top: 0;
    }
    .mobile-poll-open .mobile-close-toggle {
        top: 1em;
    }
        .mobile-poll-open .mobile-close-toggle b {
            display: none;
        }
        .mobile-poll-open .mobile-close-toggle small {
            display: block;
        }
    .mobile-poll-open .mobile-close-toggle:after {
        content: "\f00d";
    }

}
.mobile-close-toggle {
    display: none;
}
@media (max-height: 900px) {

    /* Home Page */
    /*body:after {
        opacity: 1;
        z-index: 99;
        visibility: hidden;
    }
    .its-poll-time-clap-your-hands:before {
        opacity: 0;
        z-index: -99;
        visibility: hidden;
    }
    .pop-up {
        bottom: 0;
        top: 0;
        height: 100%;
    }
    .pop-up .close-toggle {
        margin-top: 0em;
    }
    .its-poll-time-clap-your-hands .pop-up {
        bottom: -36.5em;
        height: 37em;
        top: auto;
    }
    .its-poll-time-clap-your-hands .pop-up .close-toggle {
        margin-top: -3em;
    }
    .its-poll-time-clap-your-hands .pop-up .close-toggle b {
        display: block;
    }
    .its-poll-time-clap-your-hands .pop-up .close-toggle small {
        display: none;
    }
    .pop-up .close-toggle:after {
        content: "\f200";
    }*/

    .pop-up .close-toggle {
        display: none;
    }
    .mobile-close-toggle {
        display: block !important;
        top: -3em;
        background: black;
    }
    .mobile-poll-open .polls-pop-up {
        bottom: 0;
        height: 100%;
        top: 0;
    }
    .mobile-poll-open .mobile-close-toggle {
        top: 1em;
    }
        .mobile-poll-open .mobile-close-toggle b {
            display: none;
        }
        .mobile-poll-open .mobile-close-toggle small {
            display: block;
        }
    .mobile-poll-open .mobile-close-toggle:after {
        content: "\f00d";
    }
}
@media (min-width: 460px) and (max-width: 1300px) {
    .mega-menu .promoted-links li.explore {
        display: none;
    }
    .other-stuff .email-subscription .email-address, .single article .email-subscription-field {
        width: 49%;
        float: left;
    }
        .other-stuff .email-subscription .email-address:before {
            bottom: -1.7em;
        }
    .other-stuff .email-subscription .button, .single-article .email-subscription .button {
        width: 49%;
        float: right;
    }

}
@media (min-width: 660px) and (max-width: 1300px) {
    .other-stuff .email-subscription form {
        float: left;
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {

    /* Header */
    .other-stuff .social-media-links {
        margin: 0;
    }
    .other-stuff .email-subscription {
        padding: 0;
    }

    /* Home page */
    .floaters .email-subscription {
        padding-top: 3em;
        margin-top: 5em;
    }
        .floaters .email-subscription .email-address-field {
            float: left;
            width: 49%;
        }
        .floaters .email-subscription .button {
            float: right;
            width: 49%;
        }
        .other-stuff .email-address-field:before, .email-address-field:before {
            bottom: -1.7em;
            left: 0.7em;
        }

    /* Article */
    .single article .email-subscription {
        clear: both;
    }
        .single article .email-subscription form {
            clear: left;
            margin-top: 0;
            width: 65%;
            float: left;
        }
            .single article .email-subscription .email-address-field {
                float: left;
                width: 49%;
            }
                .email-subscription .email-address-field input {
                    width: 100%;
                }
                .single article .email-subscription .email-address-field:before {
                    bottom: 1.9em;
                }
            .single article .email-subscription .button {
                width: 49%;
                float: right;
            }
            .email-subscription img {
                margin-top: -11.5em;
                margin-right: 3em;
                float: right;
                width: 200px;
            }
}
@media (max-width: 1300px) {

    /* header */
    .download-app-column,
    .email-subscription-column {
        width: 100%;
    }
    .email-subscription-column {
        padding-left: 0;
    }
    .other-stuff .email-subscription {
        border-top: solid 0.5em rgba(255, 255, 255, 0.1);
        margin-top: 2em;
    }
    .other-stuff .email-subscription img {
        width: 14%;
        margin: -5em 0 0 0;
    }

    /* Home page */
    .floaters article {
        margin-bottom: 0;
        padding-top: 3em;
        padding-bottom: 3em;
        border-bottom: solid 1px #ebebeb;
        border-top: solid 1px white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    .floaters article .read-more {
        margin: 2em 0 0 0;
        font: 1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
    }
    .floaters article .read-more a {
        display: inline-block;
        padding: 0.5em 2em 0.5em 0.5em;
        color: white;
        background: #222;
        position: relative;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .floaters article .read-more a:hover {
        background: #444;
    }
    .floaters article .read-more a:after {
        content: "\f105";
        font: 1em fontawesome;
        position: absolute;
        right: 0.5em;
        top: 50%;
        margin-top: -0.5em;
        color: white;
    }
    .floaters .email-subscription {
        position: relative;
    }
    .email-subscription #messages div {
        top: 0;
        margin-left: -12em;
    }
    .email-subscription {
        margin-bottom: 0;
    }
    .email-address-field:before {
        bottom: 1.3em;
    }
    .download-app {
        padding-top: 3em;
    }


    /*  Article */
    .most-popular {
        display: none;
    }
    .single article .email-subscription {
        clear: both;
    }
        .single article .email-subscription .email-address-field:before {
            bottom: 1.9em;
        }
}
@media (max-width: 600px) {
    .privacy-checkbox {
        width: 100%;
        float: none;
    }
    .email-subscription #messages div {
        position: static;
        margin: 0 0 2em 0;
        width: 100%;
    }
    .email-subscription #messages div:after {
        display: none;
    }
    
}
@media (min-width: 1301px) {

    /* Home page */
    .floaters article {
        margin-bottom: 4em;
    }
    .floaters article:nth-of-type(2) .small-7,
    .floaters article:nth-of-type(1) .small-7 {
        background: white;
        width: 40%;
        text-align: center;
        padding: 4em;
        box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        margin: 2em 0 0 -6em;
        float: left;
        z-index: 99;
        max-width: 44em;
    }
    .floaters article:nth-of-type(3) .small-7 {
        background: white;
        background: rgba(255, 255, 255, 0.9);
        width: 40%;
        text-align: center;
        padding: 4em;
        box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
        margin: 2em -6em 0 0;
        float: right;
    }
    .floaters article .read-more a {
        display: block;
        padding: 2em;
        margin: 2em -4em -4em -4em;
        background: #f7f7f7;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .floaters article .read-more a:hover {
        background: linear-gradient(250deg, #2392c6, #6f32d5, #ee7d20);
        background-size: 600% 600%;
        -webkit-animation: AnimationName 30s ease infinite;
        -moz-animation: AnimationName 30s ease infinite;
        animation: AnimationName 30s ease infinite;
        color: white;
    }
    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    @-moz-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    @keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    .email-subscription h3 {
        width: 25%;
        float: left;
        margin-right: 2em;
        margin-top: 3.3em;
    }
    .other-stuff .email-subscription h3 {
        margin-top: 0;
        width: auto;
    }
    .floaters .email-subscription form {
        display: block;
        width: 40%;
        float: left;
        margin-top: 13em;
        z-index: 99;
        position: relative;
    }
    .floaters .email-subscription form input[type="text"] {
        margin-right: 0.5em;
    }
    .floaters .email-subscription form input.button {
        width: 48%;
        display: inline-block;
    }
    .floaters .email-subscription img {
        float: right;
        max-width: 300px;
        width: 25%;
        position: relative;
        margin-top: -16em;
    }
    .other-stuff .email-subscription form {
        margin-top: 0;
    }
    .floaters .download-app {
        position: relative;
    }
    .floaters .download-app .row {
        z-index: 9;
        position: relative;
    }
    .floaters .email-subscription {
        position: relative;
    }
    .floaters .email-subscription:before {
        content: '';
        position: absolute;
        left: -19em;
        width: 175em;
        height: 66em;
        background: rgb(148, 30, 153);
        background: -moz-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#941e99', endColorstr='#ffffff', GradientType=0);
        transform: rotate(-140deg);
        display: block;
    }
    .floaters .download-app:before {
        content: '';
        position: absolute;
        left: -19em;
        bottom: 32em;
        width: 150em;
        height: 32em;
        background: rgb(148, 30, 153);
        background: -moz-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(148, 30, 153, 1) 0%, rgba(33, 164, 178, 1) 19%, rgba(43, 145, 229, 1) 43%, rgba(50, 49, 91, 1) 67%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#941e99', endColorstr='#ffffff', GradientType=0);
        transform: rotate(-45deg);
        display: block;
        opacity: 0.3;
    }

    /* Article page */
    img.alignleft {
        margin: 2em 2em 2em -13em;
        max-width: 85%;
    }
    img.alignright {
        margin: 2em -13em 2em 2em;
        max-width: 85%;
    }
    img.alignnone.size-full {
        width: 180%;
        max-width: 180%;
        margin-left: -41.2%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .image-caption {
        margin: -2.6em 2em 2em -270px;
    }
    .single article .email-subscription {
        margin: 2em 4em 2em -16em;
        width: 77%;
        float: left;
        clear: left;
    }
        .single article .email-subscription .row {
            margin: 0;
        }
        .single article .email-subscription h3 {
            width: 60%;
            margin: 0 0 0.5em;
            font-size: 3em;
        }
        .single article .email-subscription form {
            display: block;
            width: 50%;
            float: left;
            margin-top: 0;
        }
            .single article .email-subscription form p {
                width: 100%;
            }
            .single article .email-subscription form input,
            .single .email-subscription .button {
                width: 100%;
                display: block;
                margin: 0 0 0.5em 0;
                float: none;
            }
        .single article .email-subscription img {
            width: 43%;
            margin: -5em 0em 0 0;
            float: right;
        }
    .visualisation {
        width: 125%;
        margin: 3em 0 3em -25%;
        border: solid 1px #ebebeb;
    }
    .visualisation-actions li {
        width: 33.333333333333333%;
        float: left;
    }
    .article-mpu {
        margin: 3em 3em 3em -200px;
    }
    .timeline {
        margin-left: -13em;
        width: 530px;
    }
        .entry-content .timeline img {
            margin: 0;
        }
    .sidebar .timeline {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .article-author-box .article-author{

    } 
    /* Author page */
    .author {
        /* background: url('http://dev-verdict.pantheonsite.io/wp-content/uploads/2016/08/bamboo.jpg') no-repeat center 120px; */
        background-size: 100%;
        background-attachment: fixed;
    }
    .author .top-padding {
        background: rgba(255, 255, 255, 0.4);
        padding: 2em;
    }
    .author-header img {
        width: 140px;
        height: auto;
        display: block;
        margin: -0.5em auto 0 auto;
        -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    border: 5px solid #d4d4d4;
    }
    .author .author-header h1 {
        background: white;
        padding: 1em 0;
        margin: -1em auto 0 auto;
    }
    .author article .row {
        padding: 1em 2em;
        border: none;
    }

    /* Image page */
    .image-page {
        background: rgba(255, 255, 255, 0.4);
        padding: 2em;
    }
    .image-page-content {
        max-width: 960px;
        background: white;
        padding: 2em;
        margin: 4em auto 0 auto;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .entry-header h1 {
        font-size: 4em;
    }
}
@media (min-width: 1100px) and (max-width: 1280px) {
    .mega-menu .promoted-links {
        width: 50%;
    }
    .mega-menu .extra-links {
        width: 50%;
    }
}
@media (max-width: 1250px) {
    .featured-articles li:nth-child(1) {
        float: none !important;
        margin: 0 auto;
    }
    .featured-articles li:nth-child(3), .featured-articles li:nth-child(4), .featured-articles li:last-child {
        float: left;
    }
    .featured-articles li:nth-child(3) {
        margin: 0;
    }
}
@media (max-width: 1280px) {

        /* Site header */
        .mega-menu {
            padding-top: 0;
            position: fixed;
            bottom: 0;
        }
            .scrolling-content {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                overflow: scroll;
            }
                .mega-menu .promoted-links, .mega-menu .extra-links {
                    display: inline-block;
                    background: white;
                    border-bottom: solid 1px #ccc;
                    top: 0;
                    padding: 0em 1em;
                    margin-bottom: 2em;
                }
                .mega-menu .extra-links ul {
                    margin: 0;
                    font-size: 1em;
                }
                    .mega-menu .promoted-links ul li a, .mega-menu .extra-links ul li a, .mega-menu .extra-links ul li span {
                        padding: 1.1em 0.7em 0.9em 2.5em;
                        display: block;
                        border: none;
                        margin: 0;
                    }
                    .promoted-links li:first-child a:before {
                        line-height: 3.7em;
                    }
                    .promoted-links li:nth-child(2) a:before {
                        line-height: 4.1em;
                    }
                    .promoted-links li:nth-child(3) a:before {
                        line-height: 3.9em;
                    }
                    .mega-menu .extra-links li.verdict-index-link:before, .mega-menu .extra-links li.verdict-community-link:before {
                        content: '';
                        display: block;
                        width: 25px;
                        height: 20px;
                        background: url(/wp-content/uploads/2016/08/Verdict-Intelligence-logo.png) no-repeat;
                        background-size: 100%;
                        position: absolute;
                        left: 0.5em;
                        margin-top: -8px;
                        top: 50%;
                    }
                    .mega-menu .extra-links li.verdict-community-link:before {
                        background: #1971dc url(http://www.verdict.co.uk/wp-content/uploads/2016/11/Verdict-Communities-icon.png) center center no-repeat;
                        left: 0.4em;
                        background-size: 18px;
                        width: 22px;
                        margin-top: -10px;
                    }
                    .email-newsletter-toggle:before {
                        content: "\f0e0";
                        font: 1em/3.5em fontawesome;
                    }
    .entry-header .medium-3, .entry-header .medium-9 {
        float: none;
        width: 100%;
        padding: 0;
    }
    .entry-header .article-date {
        display: inline-block;
        border: none;
        margin: 0 1em 1em 0;
        padding-right: 0.5em;
        font-size: 1em;
    }
    .entry-header .article-tags {
        padding: 0;
        display: inline-block;
    }
    .single-post .entry-title {
        padding-left: 0;
    }
}
@media (min-width: 1440px) {

    /* Home Page */
    .featured-articles li {
        
    }
    .featured-articles li:first-of-type {
        float: left;
        margin-bottom: 0;
    }

    .article-author-box {
        padding: 3em;
    }
    .wpp-list li {
        margin-bottom: 3em;
    }
}
@media (max-width: 1460px) {
    .mega-menu .scrolling-content .row {
        padding: 0 2em;
    }
    .mega-menu .scrolling-content .row .verdict-network .row {
        padding: 0;
    }
    .mega-menu .scrolling-content .row .medium-6 {
        padding-left: 0;
    }

    /* Home Page */
    .featured-articles {
        padding-top: 4%;
    }
        .featured-articles li:first-of-type {
            float: left;
            width: 46em;
            height: 46em;
            margin-bottom: 3em;
        }
        .featured-articles li:first-of-type .visualisations {
            width: 46em;
            height: 46em;
        }
    .featured-articles li:nth-child(3), .featured-articles li:nth-child(4), .featured-articles li:last-child {
        width: 450px;
    }
    .floaters {
        padding-top: 3em;
    }
}
@media (max-width: 960px) {
    .home .top-padding {
        padding: 0;
    }
    .featured-articles li:nth-child(3), .featured-articles li:nth-child(4), .featured-articles li:last-child {
        width: 100%;
        max-width: 100%;
        background: #06558C;
        padding: 3em;
        margin: 0;
    }
    .featured-articles li:nth-child(4) {
        background: #054a79;
    }
    .featured-articles li:nth-child(5) {
        background: #043e65;
    }
    .featured-articles li:nth-child(3) h2 a, .featured-articles li:nth-child(4) h2 a, .featured-articles li:last-child h2 a {
        color: white;
        margin-top: 0.5em;
        display: block;
    }
    .featured-articles li:nth-child(3) .article-date, .featured-articles li:nth-child(4)  .article-date, .featured-articles li:last-child  .article-date {
        color: rgba(255,255,255,0.5);
    }
    .featured-articles li:nth-child(3) .article-tags a, .featured-articles li:nth-child(4)  .article-tags a, .featured-articles li:last-child  .article-tags a {
        color: rgba(255,255,255,0.8);
    }
}
@media (min-width: 1600px) {

    /* Home page */
    .visualisations {
        top: -7.3em;
    }
    .featured-articles li:first-of-type h2 {
        font-size: 4em;
    }
    .featured-articles li h2 {
        font-size: 1.8em;
    }
    .floaters article h2 {
        font-size: 2.4em;
    }
    .floaters .email-subscription:before,
    .floaters .download-app:before {
        width: 220em;
    }
}
@media (min-width: 1800px) {
    .sidebar-timeline {
        width: 140%;
    }
        .sidebar .timeline ul:before {
            left: 13%;
        }
        .sidebar .timeline ul:after {
            left: 10.75%;
        }
}
@media (min-width: 2000px) {

    /* Home page */
    .floaters .email-subscription:before,
    .floaters .download-app:before {
        width: 230em;
    }
}


/* Don't show home poll to users who have already seen it */
.poll-already-seen .polls-pop-up {
    display: none !important;
}



/*
.news-post .share-article-vertical:before, .news-post .share-article-vertical:after {
    content: '';
    position: absolute;
    top: -8em;
    left: 0;
    right: 0;
    height: 8em;
    display: block;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.news-post .share-article-vertical:after {
    top: auto;
    bottom: -8em;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
*/





@media (max-height: 800px) {
    .entry-header h1 {
        font-size: 3em;
    }
}
@media (min-width: 1024px) and (min-height: 800px) {
    .entry-header {
        padding: 20em 2em 4em;
    }
    .entry-header h1 {
        font-size: 4.4em;
    }
}
@media (min-width: 1280px) and (min-height: 900px) {
    .entry-header {
        padding: 22em 2em 5em;
    }
    .next-previous {
        top: -5em;
    }
}
@media (min-width: 1280px) and (min-height: 1100px) {
    .entry-header {
        padding: 26em 2em 6em;
    }
    .entry-header h1 {
        font-size: 4.8em;
    }
    .image-toggle {
        bottom: -4em;
    }
}

.gallery .post .post-title a {
    color: #080808;
}




/***** styling the video format style page ****/

article.post_format-post-format-video header.post-title{
    padding: 40px 20px 40px 20px;
    min-height: 150px;
}


article.post_format-post-format-video header.post-title a.single_category_title{
    color: #b3b3b3;
}

article.post_format-post-format-video header.post-title h1.entry-title{
    color: black;
    font-size: 2.7em;
}

article.post_format-post-format-video div.post-content{
    max-width: 100%;
}

article.post_format-post-format-video div.post-content p,
article.post_format-post-format-video div.post-content a{
    color: white;
}

article.post_format-post-format-video div.post-content h4{
    color: #aaa;
}

article.post_format-post-format-video div.post-content p span{
    color: #ccc;
}

article.post_format-post-format-video header.post-title.entry-header.other-videos-style {
    min-height: 100px;
}

article.post_format-post-format-video header.post-title.entry-header.other-videos-style a{
    color: black;
}

div.dynamo-ads {
    border: 1px solid black;
    padding: 1.5em;
    width: 125%;
    margin-left: -25%;
}



/* Old Gallery
.gallery-navigation{
    text-align: center;
    width: 100%;
    border: none;
    color: #f7f7f7;
    background: rgba(0, 0, 0, 0.7);
    font: 1.2em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    padding: 1em;
    bottom: 0;
    position: absolute;
}
    .gallery-navigation span {
        color: #06558b;
    }
    .gallery-navigation .fa-angle-right:before, .gallery-navigation .fa-angle-left:before {
        font-size: 1.8em;
    }


.single-format-gallery .post .post-content{
    max-width: 53em;
    float: none;
    padding-right: 0em;
    padding-top: 0em;
    padding-left: 5em;
}
*/



.widget_wysija{
    text-align: center;
    transition: all 0.5s ease;

}


/*
@keyframes colorchange
{
  0%   {background: #3892FE;}
  25%  {background: #5743FE;}
  50%  {background: #61A8FE;}
  75%  {background: #351DFD;}
  100% {background: #127DFD;}
}


{
  0%   {background: #3892FE;}
  25%  {background: #5743FE;}
  50%  {background: #61A8FE;}
  75%  {background: #351DFD;}
  100% {background: #127DFD;}
}

 #pmg-btn-load{
   animation: colorchange 25s;
    -webkit-animation: colorchange 25s;
    font-size: 1.5em;
    border: none;
     background: rgb(56, 145, 254);
    color: white;
    padding: 0.4em;
    font: 1.5em Lora, Georgia, serif;
    transition: all 0.5s ease;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom: 1em;
}


#pmg-btn-load:hover{
  -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}


*/




  #pmg-btn-next{
   border: none;
   background: rgb(56, 145, 254);
   color: white;
       width: 100%;
   padding: 0.4em;
      font: 1.5em Lora, Georgia, serif;
      transition: all 0.5s ease;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
       display: inline-block !important;
  }

  #pmg-btn-next:hover{
  background: rgb(56, 108, 254);
  }

.wysija-checkbox-label{
      color: black !important;
font: 1.1em Lora, Georgia, serif !important;
      text-transform: capitalize !important;
}
#pmg-btn-prev{
 border: none;
 background: rgb(56, 145, 254);
 color: white;
 padding: 0.2em;
    font: 1.3em Lora, Georgia, serif;
    transition: all 0.5s ease;
 border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
     display: inline-block !important;
     margin-right:0.2em;
}

#pmg-btn-prev:hover{
  background: rgb(56, 108, 254);
}

.wysija-submit:hover{
    background: rgb(56, 108, 254);
}

.wysija-submit{
border: none;
background: rgb(56, 145, 254);
color: white;
padding: 0.2em;
   font: 1.3em Lora, Georgia, serif;
   transition: all 0.5s ease;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    display: inline-block !important;
}

.pmg-form-part-1{
    margin: 3em 0;
    padding: 3em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.2);
}

.pmg-form-part-2{
  padding-right: 4em;
padding-left: 4em;
border: 3px solid #f1f1f1;
padding: 2em;

border-radius: 30px 0px 30px 30px;
-moz-border-radius: 30px 0px 30px 30px;
-webkit-border-radius: 30px 0px 30px 30px;

-webkit-box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
-moz-box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
box-shadow: inset 0px 0px 53px 9px rgb(239, 239, 239);
}

@media screen and (max-width: 768px) {
  .pmg-form-part-1{
    padding-right:0em;
    padding-left:0em;
        padding: 1em;
  }
}

.share-article-vertical a{
  color:black !important;
  padding: 1.65em;
  display: inline-block;
}


/* Video post */

.video-format-post iframe{
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 728px) {
  .video-format-post iframe{
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .video-format-post iframe{
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 360px) {
  .video-format-post iframe{
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 1024px) {
    .gallery-entry-header h1 {
        font-size: 3em;
    }
}


.video-format-post header{
background: black;
      margin-top: 3.3em;
}

.video-format-post .entry-header{
  padding:0em !important;
}

.video-format-post .entry-header h1{
  text-align: center;
      color: white !important;
      /* position: absolute; */
      /* bottom: 0; */
      margin-top: -0.5em;
    font-size: 1.7em !important;
      background: rgb(56, 145, 254);
      width: 100%;
max-width: 100%;

}

.video-format-post .single_category_title{
  background: #23282d !important;
      color: white;
      padding: 0.5em;
      position: absolute;
    top: -26px;
}


  .video-format-post .post-content p {
    font-family: 'Droid Serif';
    color: #222 !important;
    font: 1.3em/1.5 Lora, Georgia, serif !important;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
font-size: 1.3em !important;
line-height: 24px;
}


.single-format-video .post .post-content p:first-of-type{
  font-size: 1.5em;
  line-height: 1.4;
  color: #666;
  margin: 0em 0 2em 0;
}

.single-format-video .post .post-content {
    float: none;
    padding-right: 0;
    padding-top: 2em;
    margin: 0 auto;
    background: white;
    padding: 3em;
    max-width: 100%;
}



  .video-format-post .entry-content{
    width:100%;
  }


.other_videos .entry-header{
  padding:2em;
}

.video-others .post-title h6 {
  font-size: 1em;
line-height: 1.4;
}

/**** fixes floating post share div *******/
@media only screen and (min-width: 48.063em){
    .post-content-container {
        padding-left: 120px;
    }
}

article.post_format-post-format-video div.post-content a {
      color: black;
}

.social1 .share-container{
    height: 200px;
}

.social1 .share-article-vertical{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.social2 .share-article-vertical{
  float:left;
}

.bot-soc .share-article-vertical {
    width: 400px !important;
    text-align: center;
  }

  .bot-soc .share-container .social a {
    display: inline-block !important;
}

.bot-soc .share-container .social {
    display: inline-block !important;
}

@media (max-width: 768px){
  .article-aside .sharers {
    height: 300px;
    float: none;
  }
}



@media (max-width: 768px){
  .email-news-home .widget_wysija_cont p label {
      color:white;
  }

  .site-menu .abs-req{
    display: none;
  }
}

 .email-news-home .widget_wysija_cont .updated{
   background-color: #e0ffe8;
       border-color: #00ab71;
       padding: 1em;
       font-size: 1em;
       font-weight: 700;
       width: 60%;
}

@media (max-width: 1300px) and (min-width: 768px){
  .email-subscription img {
      margin-top: -9em;
  }
}

.site-menu .email-subscription h3{
  font-size: 1em;
      text-align: center;
}


.site-menu .widget_wysija .wysija-required{
  display: none;
}

.site-menu .email-subscription h3 strong {
    font-size: 100%;
    margin-bottom: 1em;
}

.site-menu .email-subscription .wysija-submit{
  background: #06558b;
  color: white;
  border: none;
  border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  font: 1.1em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0.75em 0;
  text-transform: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}


.site-menu .formError .formErrorContent{
  left:-40em;
  position: absolute;
}


@media (max-width: 1300px) and (min-width: 1100px){

}
.site-menu .email-subscription form {
    clear: left;
    margin-top: 0;
    width:100%;
}

@media (max-width: 1300px) and (min-width: 1100px){
.site-menu .email-subscription .row {
      padding: 0em;
  }
}

.site-menu .widget_wysija_cont .updated{
  display: none;
}

.site-menu .widget_wysija_cont .allmsgs li {
    list-style-type: none;
    color: #00a500;
  }



.no-results-page{
  text-align: center;
    background: white;
    padding: 1em;
    font-weight: 700;
    font: 1.8em Lora, Georgia, serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}


.wpp-list .article-image img{
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
background: none !important;
background-color: none !important;
}


.wpp-list .article-image img:hover{
  transform: scale(1.2);
  background: none !important;
  background-color: none !important;
  opacity:0.8;
}

.related img:hover {
  transform: scale(1.1);
  background: none !important;
  background-color: none !important;
  opacity:0.8;
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.related img {
  transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.robot-subscribe-thanks{
  background: white;
  padding: 1em !important;
  font-weight: 700;
  font: 1.4em Lora, Georgia, serif;
  font-family: 'Poppins';
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  border-top: 6px solid #426289;
  margin-top: -1.35em !important;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
  -moz-box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
  box-shadow: -11px 10px 18px 3px rgba(202, 202, 202, 0.75);
}




.vc-registration-form {
    margin:auto;
    background: white;
    border-radius: 20px;
    padding: 3em;
    width: 45%;
    margin-top:0;
}


.select-label label {
    display: inline-block;
}

.select-label .mailpoetsignup-811{
    display: inline;
}

.interest {
    border-bottom: 1px solid #9BE;
    margin-bottom: 20px;
}

.login {
    text-align: center;
}

 .extra-links li a {
    display: inline-block;
}

.verdict-index-link img {
    width: 40px;
    padding: 4px 10px 5px 5px;
}

.extra-links .menu-communities a {
    padding: 6px 10px 0px 5px;
}

.yop-poll-container img{
  max-width: 40px;
  margin:auto;
}



.article-author-box img {
   width: 66%;
    display: block;
    margin: 0em auto 0 auto;
    -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    border: 5px solid #d4d4d4;
}

.article-author-box .author-bio {
    margin-top: 10px;
    display: block;
    font-size: 0.8em;
    color: #666;
    line-height: 1.4;
}

.tracker {
    border:5px solid #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+31,06558b+100 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), rgb(34,34,34); /* Old browsers */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("/wp-content/uploads/2017/03/may-bg-1.png"), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#06558b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    position: relative;
    margin:auto;
}





.small-widget {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+31,06558b+100 */
    background: url("/wp-content/uploads/2017/03/may-bg.png"), rgb(34,34,34); /* Old browsers */
    background: url("/wp-content/uploads/2017/03/may-bg.png"), -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background: url("/wp-content/uploads/2017/03/may-bg.png"), -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("/wp-content/uploads/2017/03/may-bg.png"), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#06558b',GradientType=0 ); /* IE6-9 */
    background-position: center bottom;
}
    .small-widget #chart_container {
        margin-top: 1.35em;
    }

.spinner {
    margin: 23% auto 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
      background-color: white;
      height: 100%;
      width: 6px;
      display: inline-block;
      -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
      animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s;
    }
    .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s;
    }

    .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
    }

    .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
    }

    @-webkit-keyframes sk-stretchdelay {
      0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
      20% { -webkit-transform: scaleY(1.0) }
    }

    @keyframes sk-stretchdelay {
      0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
      }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
      }
    }
        
    .chart {
        position: absolute;
        top:250px;
    }
    .tracker .headline {
        padding: 0 35px;
        text-align: center;
        color: #fff;
        margin: 10px 0 0 0;
        min-height: 6em;
    }
        .tracker .headline h1 {
            font-family: montserrat, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 1.5em;
            padding-top: 1em;
            margin: 0;
            font-weight: normal;
            line-height: initial;
            color: #ffffff;
        }
    .tracker p.date {
        margin-bottom: 3px;
        font-family: 'poppins';
        font-size: 10px;
    }
    .tracker .image-overlay {
        bottom: 0;
        background-image: url(img/london-may-bg.png);

    }


}


/* Paginated Posts / Best Lists / Best Cities for Business */

/* 

What do you call a man in a brown paper suit?

.....


....

...

..

Russell


Ba ding da bing bong ba bing bash bash ting ting 

*/

.article-logo {
    width: 17em;
}
.paginated-post .entry-header {
    padding-bottom: 2em;
    padding-top: 2em;
}
.paginated-post h1 {
    font-size: 3.6em;
}
.paginated-post .post-content {
    padding-top: 0;
}
.post-next-prev {
    font-size: 10px;
    height: 9em;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    margin: 0 -1.5em;
}
    .post-next-prev .row {
        margin: 0 auto;
        padding: 2em;
        border-right: solid 1px rgba(255,255,255,0.2);
        border-left: solid 1px rgba(255,255,255,0.2);
    }
    .post-next-prev a {
        float: right;
        display: inline-block;
        height: 2.381em;
        padding: 0 1em;
        line-height: 2.6em;
        width: 10em;
        position: relative;
        color: white;
        background: linear-gradient(270deg, #338af0, #861fea, #16e87b);
        background-size: 600% 600%;
        -webkit-animation: pagimation 20s ease infinite;
        -moz-animation: pagimation 20s ease infinite;
        animation: pagimation 20s ease infinite;
        font-size: 2.1em;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .post-next-prev a:after {
        content: "\f105";
        font: 2em/1.25em fontawesome;
        color: white;
        position: absolute;
        right: 0.3em;
    }
    .post-next-prev a:hover {
        background: #06558b;
        color: white;
        box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.1);
    }
    .paged-2 .post-next-prev a:nth-of-type(1), .paged-3 .post-next-prev a:nth-of-type(1), .paged-4 .post-next-prev a:nth-of-type(1), .paged-5 .post-next-prev a:nth-of-type(1), .paged-6 .post-next-prev a:nth-of-type(1), .paged-7 .post-next-prev a:nth-of-type(1), .paged-8 .post-next-prev a:nth-of-type(1), .paged-9 .post-next-prev a:nth-of-type(1), .paged-10 .post-next-prev a:nth-of-type(1), .paged-11 .post-next-prev a:nth-of-type(1) {
        float: left;
        text-align: right;
        background: #666;
    }
    .paged-2 .post-next-prev a:nth-of-type(1) {
        float: left;
        text-align: right;
    }
    .paged-2 .post-next-prev a:nth-of-type(1):after, .paged-3 .post-next-prev a:nth-of-type(1):after, .paged-4 .post-next-prev a:nth-of-type(1):after, .paged-5 .post-next-prev a:nth-of-type(1):after, .paged-6 .post-next-prev a:nth-of-type(1):after, .paged-7 .post-next-prev a:nth-of-type(1):after, .paged-8 .post-next-prev a:nth-of-type(1):after, .paged-9 .post-next-prev a:nth-of-type(1):after, .paged-10 .post-next-prev a:nth-of-type(1):after, .paged-11 .post-next-prev a:nth-of-type(1):after {
        content: "\f104";
        right: auto;
        left: 0.3em;
    }

.main-area {
    background: #f7f7f7;
    margin-top: -2em;
}
.paginated-post .article-row {
    background: #f7f7f7;
    margin-top: 2em;
}

.paginated-post .post-content-container {
    padding-top: 2em;
}
    .paginated-post .entry-content {
        padding-bottom: 3em;
    }
    .paginated-post h2:first-of-type {
        margin-top: 0;
    }
    .post-pagination {
        margin: 0 auto;
        text-align: center;
        padding: 0;
        width: 60%;
        clear: both;
        position: relative;
        top: -3.8em;
    }
        .post-pagination a {
            display: inline-block;
            margin: 0 0.5em;
            width: 2em;
            height: 2em;
            text-align: center;
            line-height: 2em;
            background: #06558b;
            color: white;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }
        .post-pagination a:hover {
            background: black;
        }

.post-footer-prev-next {
    clear: both;
    border-top: solid 1px #ebebeb;
    margin-top: 3em;
    background: #222;
}
.funny-messages, .funny-messages .navigation {
    display: none;
}


@media (min-width: 770px) {
    .post-footer-prev-next {
        margin-left: -13.5em;
    }
    .funny-messages {
        display: block;
        position: relative;
        top: -3.6em;
        color: white;
        text-align: right;
        margin-right: 16em;
    }
}
@media (max-width: 900px) {
    .post-next-prev a {
        text-indent: -5000px;
        overflow: hidden;
        width: 3em;
        text-align: left;
    }
    .paged-2 .post-next-prev a:nth-of-type(1), .paged-3 .post-next-prev a:nth-of-type(1), .paged-4 .post-next-prev a:nth-of-type(1), .paged-5 .post-next-prev a:nth-of-type(1), .paged-6 .post-next-prev a:nth-of-type(1), .paged-7 .post-next-prev a:nth-of-type(1), .paged-8 .post-next-prev a:nth-of-type(1), .paged-9 .post-next-prev a:nth-of-type(1), .paged-10 .post-next-prev a:nth-of-type(1), .paged-11 .post-next-prev a:nth-of-type(1) {
        text-align: left;
    }
    .post-next-prev a:after {
        text-indent: 0;
    }
    .post-pagination {
        display: none;
    }
}
@media (max-width: 359px) {
    
    .post-next-prev .row {
        padding: 2em 3em;
    }
}
@media (max-width: 600px) {
    .featured-image-credit {
        position: static;
    }
}
@media (min-width: 360px) and (max-width: 600px) {
    .article-logo {
        position: relative;
    }
    .post-next-prev .row {
        padding: 2em 4.5em;
    }
}
@media (max-width: 400px) {
    .article-logo {
        width: 100%;
    }
}
@media (min-width: 470px) and (max-width: 790px) {
    .share-container h6 {
        display: none;
    }
}
@media (max-width: 690px) {
    .post-pagination {
        display: none;
    }
}
@media (max-width: 1280px) {

}


@-webkit-keyframes pagimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes pagimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes pagimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

    .tracker .logo {
        margin:auto;
        width: 150px;
        padding-top: 20px;
    }
    .tracker .small-6, .tracker .small-8, .tracker .small-4 {
        position: static;
    }
    .small-widget.narrow-tracker .small-8, .small-widget.narrow-tracker .small-4 {
        width: 100%;
        float: none;
        text-align: center;
    }
    .small-widget .small-8 {
        margin-top: -2em;
    }
    .last-updated p {
        font-size: .85em;
        color: rgba(255,255,255,0.7);
        font-family: 'Poppins';
    }
    .last-updated p span {
        color: white;
    }
    .small-widget .small-8 > label {
        position: relative;
        top: 12.9em;
        left: 16em;
        color: white;
        font-weight: lighter;
        text-transform: none;
        font: 300 12px Roboto, "helvetica neue", helvetica, arial, sans-serif;
    }
    .small-widget g:nth-of-type(2) line:nth-of-type(5), .small-widget g:nth-of-type(2) line:nth-of-type(2) {
        stroke: rgba(0,0,0,0);
    }
    .small-widget g:nth-of-type(5) text:nth-of-type(1), .small-widget g:nth-of-type(5) text:nth-of-type(2) {
        fill: none;
    }
    .small-widget .date1, .small-widget .date2, .small-widget .date3 {
        -webkit-font-smoothing: antialiased;
        font-family: Roboto;
        font-size: 12px;
        color: white;
        position: relative;
        display: inline-block;
        margin: 0 1.3em;
        top: -3em;
    }
    .small-widget .date1 {
        margin-left: 2.5em;
    }
    .small-widget .date3 {
        margin-right: 0;
    }
    .change div {
        color: red;
        padding-left: 1.3em;
        position: relative;
        top: -0.3em;
        font-size: 1.4em;
    }
    .change div.rate-change-positive {
        color: #73bf24;
    }
    .change div:before {
        content: "\f078";
        font: 1em fontawesome;
        color: red;
        position: absolute;
        top: -7px;
        left: 0;
    }
    .change div.rate-change-positive:before {
        color: #73bf24;
        content: "\f077";
    }
    .big-number {
        font-size: 5em;
        color: #eaeaea;
        margin-top: 10px;
        margin-left: 10px;
    }
    .how-text-toggle {
        position: relative;
        cursor: pointer;
        }
        .how-text-toggle:after {
            content: "\f059";
            font: 1em/1 fontawesome;
            color: white;
            position: absolute;
            right: 0;
            height: 1em;
            top: 50%;
            margin-top: -0.5em;
        }
        .how-pop, .credit-pop {
            z-index: -9;
            top: 5em;
            right: 0;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background: white;
            width: 100%;
            height: auto;
            overflow: scroll;
            box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 2em 0 rgba(0,0,0,0.5);
            padding: 3em;
            transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
            -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
        }
            .close-pop-up {
                position: absolute;
                right: 0;
                top: 0;
                text-indent: -5000px;
                overflow: hidden;
                width: 2em;
                height: 2em;
                cursor: pointer;
            }
            .close-pop-up:before {
                content: "\f00d";
                font: 1em/2em fontawesome;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                text-indent: 0;
            }
        .show-how-pop:before {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.7);
        }
        .how-open .how-pop, .credit-open .credit-pop {
            z-index: 9999;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            visibility: visible;
            opacity: 1;
            position: fixed;
        }
        .show-how-pop .featured-articles li:first-of-type {
            z-index: -1;
        }
        .how-pop p {
            font-family: 'poppins', "Helvetica Neue", helvetica, arial, sans-serif;
            color: #222222;
            font-size: 1em;
        }
        .how-pop p:last-of-type {
            margin-bottom: 0;
        }

@media (max-width: 410px) {
    .small-widget .date1, .small-widget .date2, .small-widget .date3 {
        margin: 0px 1.2em;
    }
}

.tracker .small-8 {
    position: relative;
}
.small-widget .small-4 {
    float: right;
    padding-left: 0;
}
.spinner {
    position: absolute;
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.show-graph .spinner {
    opacity: 0;
    visibility: hidden;
    z-index: -99;
}
.tracker svg {
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.show-graph svg {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}



@media (max-width: 390px) {
    .small-widget .small-4 {
        width: 27%;
        font-size: 0.9em;
    }
        .small-widget .small-4 .big-number {
            font-size: 3.3em;
        }
}
@media (max-width: 960px) {
    .home .tracker {
        margin: 0 auto;
    }
}
@media (max-width: 1250px) {

    .show-pop-up .featured-articles li:first-of-type {
        z-index: -1;
    }
}

/*Homepage Tracker*/

.tracker-home {
    width: 100%;
    min-height: inherit;
}

.tracker-home .row {
    margin-top: 1em;
}

.tracker-home .chart {
    position: inherit;
    top: 0;
    padding: 0;
}

.tracker-home .last-updated p{
    text-align: right;
}

.tracker-home .logo {
    margin:0;
}

.tracker-home .big-number {
    font-size: 3.5em;
}

.chart-responsive {
    width: 100%;
    min-height: inherit;
}

/* Styles for small widget only */
.small-widget {
    width: 100%;
    margin: 0 auto;
    border: solid 0.2em #204566;
    box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.2);
}
    .small-widget .logo {
        width: 100px;
    }
    .small-widget .headline h1 {
        font-size: 1.2em;
    }
    .small-widget .small-6 {
        height: 150px;
        overflow: hidden;
    }
    #linechart_material5 {
        width: 100% !important;
        height: auto !important;
    }
    .small-widget svg {
        margin: 0;
        height: 160px !important;
    }
        .small-widget svg g:nth-of-type(5) text {
            fill: white;
        }
        .tracker svg g:nth-of-type(2) line {
            stroke: rgba(255,255,255,0.2);
        }
    .tracker .row .row, .tracker .chart {
        max-width: 100%;
        margin: 0;
        position: static;
        margin-top: 2em;
    }

    /*
    .small-widget g:nth-of-type(5) text:nth-of-type(2), .small-widget svg g:nth-of-type(5) text:last-of-type {
        display: none;
    }
    */
    
    .small-widget  g:nth-of-type(5) text:nth-of-type(3), .home .tracker g:nth-of-type(5) text:nth-of-type(4), .home .tracker g:nth-of-type(5) text:nth-of-type(5), .home .tracker g:nth-of-type(5) text:nth-of-type(1) {
        fill: white !important;
    }
    
    .small-widget .big-number {
        font-size: 3.6em;
        line-height: 0.5em;
        font-weight: normal;
        margin: 0.2em 0 0 -0.1em;
    }
    .small-widget .how-text {
        
    }
.how-text, .credit-text {
    display: inline-block;
}
.widget-ctas {
    background: white;
    border-bottom: solid 1px #0a4d7a;
    border-right: solid 1px rgba(6, 85, 139, 0.2);
}
    .widget-cta {
        display: inline-block;
        text-align: center;
    }
    .brexit-cta {
        width: 46%;
    }
    .how-text {
        width: 37%;
    }
    .brexit-cta a {
        padding: 0.9em 0 0.7em 2.8em;
        display: block;
        text-align: left;
        position: relative;
        background: rgba(11, 76, 121, 0.1);
        font: lighter 0.9em helvetica, arial, sans-serif;
        text-transform: uppercase;
    }
        .brexit-cta a:before {
            content: "\f080";
            font: 1em/2.8em fontawesome;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 2.3em;
            text-align: center;
            color: #06558b;
            background: rgba(11, 76, 121, 0.1);
        }
    .credit-text {
        width: 10%;
    }
    .small-widget .how-text-toggle, .small-widget .credit-toggle {
        font: lighter 0.65em helvetica, arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
        color: #06558b;
        position: relative;
        top: -0.1em;
        left: -0.5em;
        padding: 1.4em 0 1.2em 0.8em;
        border-right: solid 1px rgba(6, 85, 139, 0.2);
        cursor: pointer;
    }
        .small-widget .credit-toggle {
            border-right: none;
            text-align: center;
        }
.widget-share-zone {
    position: absolute;
    right: 1em;
    top: 1em;
}
.large-widget .widget-share-zone {
    right: 16em;
}
.large-widget .share-box {
    height: auto;
    bottom: auto;
}
@media (max-width: 550px) {
    .large-widget .widget-share-zone {
        right: auto;
        left: 1em;
        top: 7em;
    }
}
.widget-share-toggle {
    background: rgba(255,255,255,0.5);
    padding: 0.5em 2em 0.5em 0.5em;
    border-radius: 0.2;
    -moz-border-radius: 0.2;
    -webkit-border-radius: 0.2;
    color: white;
    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.3);
    cursor: pointer;
}
.widget-share-toggle:after {
    content: "\f064";
    font: 1em/2em fontawesome;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2em;
    text-align: center;
}
.share-box {
    position: fixed;
    top: 5em;
    right: 0em;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    padding: 2em;
    width: 100%;
    height: 100%;
}
.widget-share-open .share-box {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
#st-1 .st-btn > svg {
    height: 16px !important;
}
#st-1.st-has-labels .st-btn {
    margin: 0 0.5em 0.5em 0;
}


.brexit-tracker .category-header {
    background-image:  rgb(34,34,34); /* Old browsers */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'),  -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'),  -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url('/wp-content/uploads/2017/03/london-skyline.png'), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222 ', endColorstr='#06558b ',GradientType=0 ); /* IE6-9 */
    padding: 10% 0;
    background-position: right 20px bottom 0px;
    background-repeat: no-repeat;
}
    .brexit-tracker .category-header h1 {
        color: white;
        max-width: 15em;
        margin: 1em auto 0 auto;
    }
    .brexit-tracker .category-title.style1 p a {
        text-decoration: underline;
        color: white;
    }


#chart_container {
    position: relative;
}
#chart_cover {
    height: 500px;
    position: absolute;
    width: 900px;
    top: 0;
    z-index: 10;
}
.small-widget #chart_cover {
    height: 180px;
    width: 350px;
}

.category-header img {
    margin-top: -5em;
    width: 250px;
}

.brexit-tracker ul {
    margin: 1em 0;
}

.brexit-tracker .category-header ul li {
    list-style-type: none;
    display: inline-block;
    /*margin-right: 1em;*/
    background: #8fc5e9;
    padding: 5px;
    color:#06558b;
    
}
.timeline-container {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;

}

.brexit-timeline ul {
    padding: 50px 0;
    background: #ffffff;
    margin-top: -2em;
}

.brexit-timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #8fc5e9;
}
.brexit-timeline ul li span.date {
    background: white;
    display: inline-block;
    padding: 1em;
    margin-left: -10em;
    width: 20em;
    border: 1px solid #e9e9e9;
}


 .brexit-timeline ul li div h2 {
    margin-bottom: 0;
    font: 2.1em/1.4 Lora, Georgia, serif;
    padding: 1em 1em 0 1em;
 }

 .brexit-timeline ul li div .read-more a {
    display: block;
    padding: 2em;
    margin: 2em 0 0 0;
    background: #f7f7f7;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
 }

 .brexit-timeline ul li div .read-more a:hover {
    background: linear-gradient(250deg, #2392c6, #6f32d5, #ee7d20);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    color: white;
    }
    .small-widget  .how-text-toggle {
        padding-right: 1.2em;
    }
    .small-widget  .how-text-toggle:after {
        margin-top: -0.6em;
    }

.small-widget {
    max-width: 450px;
    background-repeat: no-repeat;
}



.brexit-timeline ul li div {
    width: 400px;
    margin-top: 1.5em;
    color: #ffffff;
    position: relative;
    bottom: 0;
    box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
}

.brexit-timeline ul li div img {

}

.brexit-timeline ul li:nth-child(odd) div {
    left: 45px;
}

.brexit-timeline ul li:nth-child(even) div {
    left: -439px;
}

/*
.timeline ul li div:before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}
*/

.brexit-timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #e9e9e9;

}

.brexit-timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #8fc5e9 transparent transparent;
}

.brexit-timeline ul li.in-view::after {
    background: #8fc5e9;
}

.brexit-timeline ul li::after {
    transition: background .5s ease-in-out;
}

.brexit-timeline ul li::after {
        content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.brexit-external  {

}

.brexit-external div {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
}

.brexit-external div h2 a {
    color: #222222;
    font-size: .8em;
}

.brexit-external div p {
    color: #06558b;
}




/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
  .brexit-timeline ul li div {
    width: 250px;
  }
  .brexit-timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media (max-width: 460px) {
    .brexit-cta {
        width: 46%;
        font-size: 0.8em;
    }
        .brexit-cta a {
            font-size: 1em;
            font-weight: normal;
        }
    .how-text {
        width: 52%;
    }
    .small-widget .credit-text {
        width: 15%;
        position: absolute;
        left: 1em;
        top: 0;
    }
        .small-widget .credit-text .credit-toggle {
            color: rgba(255,255,255,0.7);
        }
    .small-widget .how-text-toggle {
        padding-right: 1.2em;
        font-size: 0.8em;
        padding: 0.5em 1em;
        border: none;
        font-weight: normal;
    }
}
@media screen and (max-width: 600px) {
  .brexit-timeline ul li {
    margin-left: 20px;
  }
  .brexit-timeline ul li div {
    width: calc(100vw - 91px);
  }
  .brexit-timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .brexit-timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #e9e9e9 transparent transparent;
  }
}
.center {
  text-align: center;
}

.block {
  display: block;
}

.credit {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.btn-green-flat-trigger{
  background: transparent;
  font-size: 20px;
  color: #47ba6b;
  font-weight: 200;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}
.btn-green-flat-trigger:hover{
  text-decoration: none;
  color: #fff;
  background: #47ba6b;
  transition: background 0.5s ease,
              padding 0.8s linear;
}


.btn-green-flat {
  border: 1px solid #47BA6B;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #47BA6B;
  font-weight: 200;
  padding: 10px 28px;
  text-align: center;
  width: 175px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  
}
.btn-green-flat:hover{
  text-decoration: none;
  color: #fff;
  background: #47ba6b;
  transition: background 0.2s ease,
  padding 0.8s linear;
  
}
.overlay {
  background: rgba(255, 255, 255, 0.77);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-modal {
  visibility: hidden;
}

.global-modal_contents {
  background: #FFF;
  -webkit-box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
  -moz-box-shadow: 0 0 8px 2px rgba(182,182,182, 0.75);
  -o-box-shadow: 0 0 8px 2px rgba(182,182,182,0.75);
  box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
  width: 50%;
  position: absolute;
  left: 42%;
  margin-left: -16%;
  top: 15%;
  min-height: 40%;
  z-index: 999;
}
.global-modal-header{
  border-bottom: 1px solid #ccc;
}
.global-modal-header h3{
  color: #34495E;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.global-modal-header .mobile-close{
  display: none;
}
.global-modal-header span{
  font-weight: 200;
}
.global-modal-body{
  width: 100%;
}
.global-modal-body p{
  color: #34495E;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.global-modal-body .content-left {
  width: 100%;
  position: relative;
  top: 55px;
  float: left;
  border-right: 1px solid #CCC;
}

.global-modal-body .content-right{
  height: 225px;
  width: 100%;
  position: relative;
  top: 55px;
  float: left;
  text-align: left;
}
.content-right .sponsor-name{
  font-weight: bold;
  color: #000;
}
.global-modal_contents h1 {
  margin: 0;
  padding: 0;
  line-height: 32rem;
  text-align: center;
  display: block;
}

.global-modal_close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-decoration: none;
  display: none;
}

.global-modal-show {
  visibility: visible;
}

.global-modal-transition {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.global-modal-show .global-modal-transition {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Chart text */
.tracker svg g:nth-of-type(5) text {
    fill: white;
}

/* Graph line */
.tracker svg path {
    stroke: white;
}

/* Grid lines */
.tracker svg g:nth-of-type(5) line {
    stroke: rgba(255,255,255,0.2);
}

@media (max-width: 1139px){
  .global-modal p{
    text-align: center;
  }
  .global-modal:after {
    clear: both;
    content: '';
    display: table;
  }
  .global-modal-body .content-left{
    width: 100%;
    display:block;
    float: none;
    margin: 0 auto;
    border-right: none;
    padding: 0 1em;
}
  .global-modal-body .content-right{
    width: 80%;
    display: block;
    margin: 40px auto;
    float: none;
    border-right: none;
  }
}
@media(max-width: 1027px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width : 767px) {
  
  .global-modal_contents {
    width: 80%;
    margin: 0;
    min-height: 570px;
    left: 10%;
  }
  .global-modal-header h3{
    font-size: 22px;
  }
  .global-modal-header .mobile-close{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .global-modal_close {
    display: block;
  }
  
  .global-modal-transition {
    -webkit-transform: translateX(-0) translateY(150%);
    -moz-transform: translateX(-0) translateY(150%);
    -ms-transform: translateX(-0) translateY(150%);
    transform: translateX(-0) translateY(150%);
  }
  
}
@media (max-width: 495px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width: 415px){
  .global-modal-header h3{
    font-size: 15px;
  }
}
@media (max-width: 400px) {

}
@media (min-width: 400px) and (max-width: 420px) {
    .small-widget .small-4 {
        float: right;
        width: 28%;
    }
    .big-number {
        font-size: 3em;
    }
}
.landing-page-widget iframe {
    border: none;
}

/*Brexit Media Queries*/
@media (max-width: 370px) {

    /*.home .how-text-toggle {
        width: 13em;
        margin: 1em auto;
    }
    .home .how-text {
        padding-left: 0.75em;
    }*/
}
@media (max-width: 500px) {
    .featured-articles li:nth-child(3) {
        padding: 0;
    }
}
@media (max-width: 385px) {
    .brexit-tracker-iframe {
        height: 585px;
    }
   .brexit-cta {
        width: 100%;
        font-size: 1em;
    }
        .brexit-cta a {
            font-size: 1em;
            font-weight: normal;
        }
    .how-text {
        width: 100%;
    }
        .small-widget .how-text-toggle {
            font-size: 1em;
            padding: 0.75em 1em;
        }
        #linechart_material5 > div {
            margin: 0 auto;
        }
        .small-widget .small-8, .small-widget .small-4 {
            width: 100%;
            float: none;
            text-align: center;
        }
        .small-widget .small-8 > label {
            left: 8em;
        }
        #linechart_material5 > div > div {
            width: 100% !important;
        }
        .big-number {
                margin: 0 auto;
            }
        .change div {
            max-width: 3.5em;
            margin: 0 auto;
        }
    .widget-ctas {
        margin-top: 2em;
    }
}
@media (max-width: 340px) {
   .brexit-cta {
        width: 100%;
        font-size: 1em;
    }
        .brexit-cta a {
            font-size: 1em;
            font-weight: normal;
        }
    .how-text {
        width: 100%;
    }
        .small-widget .how-text-toggle {
            font-size: 1em;
            padding: 1em 1em 0.9em 1em;
            top: 0;
        }
}
@media (max-width: 768px) {
    .brexit-tracker .category-header img {
        width: 150px;
        margin-top: 0;
    }
    .brexit-tracker .category-title.style1 h1 {
        font: 1.5em Lora, Georgia, serif;
    }
    .brexit-timeline ul li span.date {
        margin-left:0;
    }
    .brexit-timeline ul li div h2 {
        font:1.8em/1.4 Lora, Georgia, serif;
    }
}
@media (max-width: 350px) {
    .widget-share-toggle {
        text-indent: -5000px;
    }
    .widget-share-toggle:after {
        text-indent: 0;
    }
}
@media (max-width: 390px) {
    #linechart_material5 > div:first-of-type {
        max-height: 163px;
    }
    .widget-ctas {
        font-size: 0.8em;
    }
}

.brexitembed {
    text-align: center;
    padding: 2em 0;
    width: 70%;
}

.brexitembed textarea {
    width: 100%;
    min-height: 1em;
    border: 4px solid #eaeaea;
    font-size: 1em;
    padding: .73em;

}

.brexitembed button {
    height: auto;
    min-height: 1em;
    padding: 1.443em;
    background: #eaeaea;
    color: #222222;
    font-family: 'Poppins';
    font-weight: bold;
}




/* Large widget on Brexit landing page */

.large-widget {
    width: 100%;
    min-height: inherit;
    border:5px solid #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+31,06558b+100 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), rgb(34,34,34); /* Old browsers */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), -moz-linear-gradient(top,  rgba(34,34,34,1) 31%, rgba(6,85,139,1) 100%); /* FF3.6-15 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), -webkit-linear-gradient(top,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url("/wp-content/uploads/2017/03/may-bg-head.png"), linear-gradient(to bottom,  rgba(34,34,34,1) 31%,rgba(6,85,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#06558b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    position: relative;
    margin:auto;
    background-position:center;
    background-size: contain;
}
.large-widget .spinner {
    margin-top: 5%;
}
.large-widget .row {
    margin-top: 1em;
}
.large-widget .chart {
    position: inherit;
    top: 0;
    padding: 0;
    height: 165px;
    overflow: hidden;
    margin-bottom: 2em;
}
#linechart_material5 {
    height: 180px !important;
}
.large-widget svg g:nth-of-type(5) text:last-of-type(4) {
    display: none;
}
.large-widget .last-updated p{
    text-align: right;
}
.large-widget .logo {
    margin:0;
}
.large-widget h1.big-number {
    font-size: 3.5em;
    float: right;
}
.chart-responsive {
    width: 100%;
    min-height: inherit;
}
.visualisation-actions li a, .visualisation-actions li span.share-visualisation-toggle, .visualisation-actions li span.embed-toggle {
    text-align: center;
}
.share-tracker .visualisation-actions li {
    list-style: none;
}
.brexitembed h3 {
    color: #ffffff; 
    font-weight: normal; 
    font-size: 1.5em;
}
.brexitembed textarea {
    width: 100%;
    min-height: 1em;
    border: 3px solid #9dc6e2;
    font-size: 0.8em;
    padding: 1em;
    box-shadow: inset 0 0 1em 0 rgba(0,0,0,0.3);
    color: #888;
    font-weight: lighter;
    height: 7em;
}
.share-tracker textarea {
    min-height: 200px;
}

@media (min-width: 1301px) {
    .share-tracker .visualisation-actions li {
        width: 50%
    }
}

.large-widget .change div {
    float: right;
}

@media (max-width: 768px) {
    .brexitembed {
        display: none;
    }
}
@media (max-width: 1180px) {
    .brexit-timeline {
        width: 100% !important;
        padding: 2em !important;
        position: relative !important;
        right: 0 !important;
        background: none !important;
        box-shadow: 0 !important;
        -moz-box-shadow: 0 !important;
        -webkit-box-shadow: 0 !important;
    }
}
@media (max-width: 470px) {
    .share-container {
        margin: 0;
        padding: 1em 2em;
    }
    .share-container h6 {
        display: block;
        background: #222;
        color: white;
        padding: 0.2em 2em 0.2em 0.5em !important;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;
        margin: 0;
        font: 1.8em Montserrat, helvetica, arial, sans-serif;
        position: relative;
        text-align: left;
        text-indent: 0;
        cursor: pointer;
        box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0.1em 0.1em 0.5em 0 rgba(0,0,0,0.3);
    }
    .share-container h6:before {
        content: "\f064";
        font: 0.75em/2.6em fontawesome;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        width: 2em;
        text-align: center;
        text-indent: 0;
        color: white;
        background: rgba(0,0,0,0.2);
        border-left: solid 1px rgba(0,0,0,0.5);
        border-top-right-radius: 0.2em;
        border-bottom-right-radius: 0.2em;
    }
    .share-container a {
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        position: absolute !important;
        background: rgba(255,255,255,0.9) !important;
        top: 11em;
        left: 0;
        width: 33.3333% !important;
        transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
    }
    .share-container a:nth-of-type(2) {
        left: 33.3333%;
    }
    .share-container a:nth-of-type(3) {
        left: 66.6666%;
    }
    .share-container a:nth-of-type(4) {
        left: 0%;
    }
    .share-container a:nth-of-type(5) {
        left: 33.3333%;
    }
    .share-container a:nth-of-type(6) {
        left: 66.6666%;
    }
    .share-open .share-container a {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        top: 4.5em;
    }
    .share-container a:nth-of-type(4), .share-container a:nth-of-type(5), .share-container a:nth-of-type(6) {
        top: 8.5em;
    }
}


/* For external brexit stylesheet */
.verdict-brexit-tracker { 
    margin: 0 auto;
} 
.narrow-tracker .small-4, .narrow-tracker .small-8 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
}
.small-widget.narrow-tracker .small-8 #linechart_material5 > div {
    margin: 0 auto;
}
iframe.narrow-tracker { 
    height: 640px !important; 
}
    .narrow-tracker #linechart_material5 > div {
        margin: 0 auto;
        width: 250px;
    }
    .narrow-tracker .tracker-number {
        width: 9em;
        font-size: 1.3em;
        margin: 0 auto 3em auto;
    }
    .narrow-tracker .change div {
        text-align: left;
    }
    .narrow-tracker.small-widget .big-number {
        font-size: 4em;
    }
@media(max-width: 430px) { 
    .verdict-brexit-tracker { 
        height: 600px !important; 
    }
}

/*Fixes 06/04/2017*/

/* In article poll */
.poll {
    position: relative;
    margin: 2em 0;
    padding: 2em 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}
    .poll form div div div:first-of-type {
        line-height: 1.5;
        color: white;
        font-size: 1.2em;
    }
    .entry-content div.poll p {
        margin-right: 7em;
    }
    .entry-content div.poll p:first-of-type {
        font-size: 1.3em;
        line-height: 1.5;
        color: black;
        margin: 0 5em 0.8em 0;
        padding: 0;
    }
        .entry-content div.poll p span {
            background: yellow;
        }
        .entry-content div.poll p:last-of-type {
            margin-bottom: 0;
        }
    .article-poll {
        float: left;
        margin: 1em 3em 1em -12em;
        width: 20em;
        height: 54em;
        border: none;
        z-index: 99;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -webkit-border-radius: 0.2em;

    }
        .article-poll .iframe-body {
            background: white;
            padding: 0 1em 1em 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .yop-poll-container {
            position: relative;
            background: white !important;
            border: solid 1px #ebebeb;
            box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0,0,0,0.1);
            padding: 2em !important;
        }
        .voted .yop-poll-container-error, .voted .yop-poll-container-success {
            position: absolute;
            font-size: 1.8em;
            color: white;
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
            padding: 1em;
        }
        .yop-poll-container form div div div {
            background: none !important;
            color: black;
        }
        .yop-poll-container ul {
            list-style: none;
            font-size: 1em;
            padding: 0;
            margin: 2em 0 !important;
        }
            .yop-poll-container ul li {
                width: 100% !important;
                border-bottom: solid 1px rgba(0,0,0,0.05);
                padding: 1em 0 !important;
            }
                .yop-poll-container ul li input[type="radio"] {
                    position: absolute;
                    visibility: hidden;
                }
                .yop-poll-container ul li label {
                    text-transform: none;
                    color: black;
                    display: inline-block;
                    font: 1.2em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif !important;
                    position: relative;
                    cursor: pointer;
                    -webkit-transition: all 0.25s linear;
                    padding-left: 2em;
                }
                    .yop-poll-container ul li label span:first-of-type span {
                        display: block;
                        font-size: 80%;
                    }
                    .yop-poll-container ul li label span:last-of-type span {
                        color: white;
                        font-size: 100%;
                    }
                    .yop-poll-container ul li label:before {
                        display: block;
                        position: absolute;
                        content: '';
                        border-radius: 100%;
                        height: 1.4em;
                        width: 1.4em;
                        top: 0px;
                        left: 0px;
                        margin: auto;
                        transition: all 0.25s linear;
                        -webkit-transition: all 0.25s linear;
                        border: solid 0.25em black;
                        box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -moz-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                        -webkit-box-shadow: inset 0.1em 0.1em 0.2em 0.2em rgba(0,0,0,0.1);
                    }
                    .yop-poll-container ul li input[type="radio"]:checked + label:after {
                        content: "\f00c";
                        font: 1.8em fontawesome;
                        color: white;
                        position: absolute;
                        left: -0.1em;
                        top: -0.2em;
                        text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -moz-text-shadow: 2px 2px rgba(0,0,0,0.5);
                        -webkit-text-shadow: 2px 2px rgba(0,0,0,0.5);
                    }
                .yop-poll-container ul li label:hover, .yop-poll-container ul li input[type="radio"]:checked + label {
                    color: #69baf1;
                }
                .yop-poll-container ul li label:hover:before, .yop-poll-container ul li input[type="radio"]:checked + label:before {
                    border: solid 0.25em #69baf1;
                }

        .yop-poll-container .thank-you-message {
            /*margin: -1.8em -1.7em 2em -1.76em;
            padding: 10em 2em 2em 2em;
            background: #1971dc;
            color: white;
            position: relative;
            line-height: 1.7;
            font-size: 1.4em;
            font-style: normal;*/
            display: none;
        }
            .yop-poll-container .thank-you-message .cta a {
                margin-top: 2em;
                display: inline-block;
                background: #fbd55e;
                color: black;
                text-decoration: none;
                text-transform: uppercase;
                box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -moz-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
                -webkit-box-shadow: 0.1em 0.1em 0.4em 0 rgba(0,0,0,0.2);
            }
            .yop-poll-container .thank-you-message .cta a:hover {
                background: #edb918;
            }
        .yop-poll-container .thank-you-message:before {
            content: '';
            background: url('/wp-content/uploads/2016/10/verdict_communities.png') no-repeat;
            width: 200px;
            height: 52px;
            position: absolute;
            left: 50%;
            margin-left: -100px;
            top: 3em;
            background-size: 100%;
        }

        .yop-poll-container button {
            font: 1.6em Montserrat, "Helvetica Neue", arial, sans-serif !important;
            text-transform: uppercase;
            border: none;
            background: #69baf1;
            color: white;
            padding: 0.5em 1em;
            border-radius: 0.1em;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }
        .yop-poll-container button:hover {
            background: black;
        }
        .yop-poll-container-error {
            font-style: normal;
            color: white !important;
            /* background: red; */
        }
        /*.yop-poll-container-error:before {
            content: "\f071";
            font: 1.2em fontawesome;
        }*/

/*
.voted:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: block;
    z-index: 9999;
}*/

.poll-toggle {
    display: none;
}

.authorbio {
    display: none;
}
