/*
Theme Name:		CapX
Theme URI:
Author:			GIRIN Consulting Ltd / Make Do 
Author URI:		http://www.girincon.com / http://makedo.net
Version:		5.0
*/
/*-----------------------------------------------------------------------------------
	= Table of Contents

	1. = Fonts
	2. = Body, Typography and some main Elements
	3. = Structure
	4. = Header styling
	5. = Navigation styling
	6. = Home Page styling
	7. = Page styling
	8. = Single Post Page styling
	9. = Columnists Page styling
	10.= Topic Page styling

/*-----------------------------------------------------------------------------------*/
/* 1. = Fonts
/*-----------------------------------------------------------------------------------*/

@import url(css/font-awesome.min.css);
/*-----------------------------------------------------------------------------------*/
/* 2. = Body, Typography and some main Elements
/*-----------------------------------------------------------------------------------*/

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 13px;
    color: #181c1e;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    background: #EEF1F1;
    position: relative;
}
body.page-template-page_iframe-php {
    overflow: hidden;
}
input,
textarea,
label {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 1.3;
    font-weight: 400;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 13px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a,
a:visited,
a:active {} a:focus,
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.fade {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
strong {
    font-weight: 700;
}
.tel {
    cursor: default;
    text-decoration: none;
}
.tel:hover,
.tel:focus {
    text-decoration: none;
}
.button {
    color: #181c1e;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px 4px 10px;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 12px;
    background: #FFF;
    text-decoration: none !important;
}
.button:hover {
    background: #CCC;
}
.button.dark {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.button.dark:hover {
    background: #000;
    color: white;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.loading {
    padding: 40px 0 80px;
    opacity: 1;
    position: relative;
    display: none;
}
.letterbreak {
    border-bottom: 1px solid black;
    margin: 50px 0;
}
.wp-caption.alignnone {
    max-width: 100%;
}
p.wp-caption-text {
    font-size: 13px !important;
    font-weight: 300 !important;
    background-color: #fbfbfb;
    padding: 15px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    line-height: 1.8 !important;
}
/*
.loading span { width:57px; height:57px; margin:0 auto; display:block; background:url(images/loading.png) no-repeat;
	-webkit-animation:loading 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	-webkit-animation:loading 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
	-moz-animation:loading 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	-ms-animation:loading 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	-o-animation:loading 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
	animation:loading 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
}
@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(360deg)}100%{-webkit-transform:rotate(720deg)}}
@-moz-keyframes loading{0%{-moz-transform:rotate(0deg)}50%{-moz-transform:rotate(360deg)}100%{-moz-transform:rotate(720deg)}}
@-ms-keyframes loading{0%{-ms-transform:rotate(0deg)}50%{-ms-transform:rotate(360deg)}100%{-ms-transform:rotate(720deg)}}
@-o-keyframes loading{0%{-o-transform:rotate(0deg)}50%{-o-transform:rotate(360deg)}100%{-o-transform:rotate(720deg)}}
@keyframes loading{0%{transform:rotate(0deg)}50%{transform:rotate(360deg)}100%{transform:rotate(720deg)}}
*/
/*-Contact Form-*/

.wpcf7 {
    font-size: 14px;
    padding: 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    font-size: 15px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    border: 1px solid #7f7f7f;
    border-radius: 2px;
    font-weight: 200;
    line-height: 30px;
}
.wpcf7-submit {
    background: #181c1e;
    color: #FFF;
    font-size: 16px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    padding: 10px 35px;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    font-weight: 300;
}
.wpcf7-submit:hover {
    background-color: #373737;
}
#letterbody {
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* 3. = Structure
/*-----------------------------------------------------------------------------------*/

.container {
    width: 1195px;
    margin: 0 auto;
}
.view-mobile {
    display: none;
}
.one-third {
    width: 385px;
    float: left;
    margin: 0 20px 20px 0;
}
.one-third:nth-child(3n) {
    margin-right: 0;
}
.two-third {
    width: 790px;
    float: left;
    margin: 0 0 20px 0;
}
/*-----------------------------------------------------------------------------------*/
/* 4. = Header styling
/*-----------------------------------------------------------------------------------*/

#header {
    padding: 26px 0;
    position: relative;
    z-index: 4;
    background: #111;
}
#header a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
#header .menu {
    float: left;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 30px 0 15px;
    background: url(images/icon-menu.png) no-repeat right 4px;
    background-size: 22px auto;
    font-weight: 400;
}
#header .version {
    float: left;
    margin-right: 35px;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
}
#header .version.current {
    font-weight: 700;
}
#header .menu:hover {
    opacity: 0.47;
}
#header .search {
    float: left;
    margin: 3px 0 0 0;
}
#header .search label {
    float: right;
    text-align: right;
    width: 15px;
    height: 15px;
    margin: 0 15px 0 0;
    padding: 0;
    background: url(images/icon-search.png) no-repeat;
    background-size: 100% auto;
    border: none;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
}
#header .search label:hover {
    opacity: 0.47;
}
#header .search input[type=text] {
    float: left;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    padding: 1px 10px 0 0;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    background: none;
    opacity: 0.99;
}
#header .search input::-webkit-input-placeholder {
    color: #FFF;
    opacity: 0.99;
}
#header .search input:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
#header .search input::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
#header .search input:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}
#header .logo {
    display: block;
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -30px;
}
#header .fa {
    font-size: 15px;
    display: block;
}
#header .social-links {
    float: right;
}
#header .social-links li {
    float: left;
    margin-right: 10px;
}
#header .social-links li a {
    line-height: 21px;
}
#header .social-links li a i {
    display: block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    width: 21px;
    height: 21px;
    background: #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#header .social-links li a:hover i {
    background: #777A7F;
}
#header .social-links li:last-child {
    float: left;
    margin-right: 0;
    margin-left: 20px;
}
#header .social-links li:last-child i {
    font-size: 12px;
    float: left;
    margin-right: 9px;
}
#header .social-links li .subscribe:hover {
    color: #777A7F;
}
#header .social-share {
    float: right;
}
#header .social-share li {
    float: left;
    margin-right: 13px;
    font-size: 15px;
}
#header .social-share li:first-child {
    margin-right: 20px;
    color: #FFF;
}
#header .social-share li a {
    line-height: 21px;
}
#header .social-share li a i {
    display: block;
    font-size: 13px;
    color: #181c1e;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 21px;
    height: 21px;
    background: #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#header .social-share li a:hover i {
    background: #777A7F;
}
#header .back {
    font-size: 15px;
    text-transform: none;
    background: url(images/icon-back.png) no-repeat left center;
    padding-left: 26px;
    float: left;
    display: inline-block;
}
#header .one-fifth {
    width: 20%;
    float: left;
}
#header .two-fifth {
    width: 40%;
    float: left;
}
#header .two-fifth.right {
    width: 40%;
    float: right;
}
/*-----------------------------------------------------------------------------------*/
/* 5. = Navigation styling
/*-----------------------------------------------------------------------------------*/

#nav {
    top: 0;
    left: -100%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background: #000;
    z-index: 100;
    max-height: 0px;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.2);
    min-height: 310px;
}
#nav .nav-container {
    width: 1195px;
    margin: 0 auto;
    padding: 15px 0 0;
    max-height: 300px;
    z-index: 99;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #FFF;
}
#nav .menu {
    display: block;
    margin: 0 0 20px 20px;
    font-size: 50px;
    line-height: 16px;
    color: #000;
}
#nav .nav {
    height: 250px;
}
#nav .nav li {} #nav .nav li.current_page_item a,
#nav .nav li a:hover {
    text-decoration: underline;
}
#nav .nav li:first-child {} #nav li a {
    padding: 5px 0;
    display: block;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
}
#nav li a:hover {
    text-decoration: underline;
}
#nav .nav li.user {} #nav .nav li.mail a {} nav.nav.menu-top {
    width: 180px;
    display: inline-block;
}
nav.nav.menu-bottom {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}
#nav .social-links {
    margin: 0 0 25px 25px
}
#nav .social-links li {
    float: left;
    margin-right: 16px;
}
#nav .social-links li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
}
#nav .social-links li i {
    font-size: 18px;
    color: #181c1e;
}
#nav .social-links li .fa-twitter {
    margin-top: 1px;
}
#nav .social-links li a:hover {
    background: #777A7F;
}
#site-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    display: none;
}
#wrapper {
    position: absolute;
    transition: left 150ms ease 0s;
    top: 0;
    width: 100%;
}
body.nav-active #site-mask {
    display: block;
}
body.nav-active #wrapper {
    left: 0;
}
body.nav-active #nav {
    left: 0;
    width: 100%;
    top: 73px;
}
#nav-col h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
}
#nav-col {
    width: 230px;
    display: inline-block;
    vertical-align: top;
}
#nav-col.col-1 {
    margin: 0 105px;
}
#nav-col.col-3 {
    margin-right: 56px;
}
/*-----------------------------------------------------------------------------------*/
/* 6. = Home Page styling
/*-----------------------------------------------------------------------------------*/

#home-featured {
    position: relative;
    margin: 0;
    background: #000;
}
#home-featured .featured-container {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
#home-featured .caption {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    bottom: 50px;
    z-index: 2;
}
#home-featured .caption .button {
    margin: 0 0 15px 0;
}
#home-featured .caption .button:hover {
    background: #FFF;
}
#home-featured .caption h2 {
    margin: 0 0 15px 0;
    max-width: 550px;
    line-height: 1.25;
    font-size: 25px;
}
#home-featured .caption h2 a {
    color: #FFF;
}
#home-featured .caption p {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
#home-featured .caption p a {
    color: #FFF;
}
#home-featured .caption p a:hover {
    text-decoration: underline;
}
#home-featured .mask {
    background: url(images/featured-fade.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#cat-banner {
    background: #fff;
    box-shadow: 6px 5px 7px #e5e5e5;
    margin-bottom: 40px;
}
#cat-banner .bar-label {
    padding: 33px 0 30px;
    width: 110px;
    display: inline;
    float: left;
}
#cat-banner .cat-list {
    padding: 33px 0 30px;
    width: 1080px;
    display: inline;
    float: right;
}
#cat-banner .bar-label p {
    text-transform: uppercase;
    margin: 0;
    color: #22282b;
    font-weight: 600;
    display: inline;
    font-size: 12px;
}
#cat-banner #menu-category-menu {
    width: 110%;
}
#cat-banner li {
    display: inline;
    text-align: right;
}
#cat-banner li a {
    color: rgba(34, 40, 43, 0.5);
    padding-left: 11%;
    padding-right: 0%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer
}
#home-slider {
    position: relative;
    margin: 0 0 21px 0;
}
#home-slider .slides li {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#home-slider .slides li .caption {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -575px;
    bottom: 50px;
}
#home-slider .slides li .caption h2 {
    margin: 0 0 20px 0;
    max-width: 450px;
    line-height: 1;
}
#home-slider .slides li .caption h2 a {
    color: #FFF;
}
#home-slider .slides li .caption h2 a:hover {
    color: #666;
}
#home-slider .slides li .caption p {
    margin: 0;
    color: #FFF;
}
#home-slider .slides li .caption p a {
    color: #FFF;
}
#home-slider .slides li .caption p a:hover {
    text-decoration: underline;
}
#home-slider .flex-control-nav {
    display: none;
}
#home-slider .flex-direction-nav {
    display: none;
}
.articles-list {
    margin: 0 0 32px 0;
}
.articles-list .article {
    position: relative;
    margin-right: 20px;
    box-shadow: 2px 3px 3px #DDD;
    transition: none;
    font-size: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.articles-list .article .caption {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: 345px;
    z-index: 10;
    height: 80%;
}
.articles-list .article.white .caption {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: 300px;
    z-index: 10;
    height: auto;
    margin-top: -5px;
}
.articles-list .article .caption h3 {
    margin: 18px 0 20px 0;
    line-height: 1.25;
    color: #FFF;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 21px;
}
.articles-list .article .caption h3.stat {
    margin: 10px 0 15px;
    min-height: 52px;
    max-height: 52px;
    /*overflow: hidden;*/
}
.articles-list .article .caption h3 a {
    color: #FFF;
}
.articles-list .article .caption .meta {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}
.articles-list .article .caption .meta a {
    color: #181C1E;
    text-decoration: none;
    font-size: 11px;
}
.articles-list .article .twitter {
    position: absolute;
    right: 20px;
    bottom: 12px;
    z-index: 10;
}
.articles-list .article .twitter i {
    color: #FFF;
    font-size: 20px;
}
.articles-list .article .twitter:hover i {
    color: #777A7F;
}
.articles-list .article img {
    width: 100%;
}
.articles-list .article .button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    z-index: 99;
}
.articles-list .article .button:hover {
    background: #FFF;
}
.twitter-content {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articles-list .article-3 {
    margin-right: 0 !important;
}
.articles-list .article-4 {
    margin-right: 0 !important;
    float: right;
}
.articles-list .article-5 {
    margin-right: 0 !important;
}
.articles-list .article-6 {
    margin-right: 0 !important;
}
.articles-list .article-7 {
    clear: both;
}
.articles-list .article-9 {
    margin-right: 0 !important;
}
.articles-list .article-11 {
    margin-right: 0 !important;
}
.articles-list .article-12 {
    margin-right: 0 !important;
}
.cat-link {} .articles-list .article.white {
    background: #FFF;
}
.articles-list .article.white i {
    color: #181c1e;
}
.articles-list .article.white .caption {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 345px;
}
.articles-list .article .caption.cap-top {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 15px !important;
    z-index: 99;
}
.articles-list .article.white .caption.cap-top {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 300px;
    height: 15px !important;
}
.articles-list .article.white .caption p {
    color: #181C1E;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.017em;
}
.articles-list .article.white .caption .meta {
    color: #181c1e;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.005em;
}
.articles-list .article.white h3 {
    color: #181C1E;
    position: relative;
    margin: 10px 0 20px 0;
}
.articles-list .article.white h3 a {
    color: #181C1E;
    text-decoration: none;
}
.articles-list .article.white h3 a {
    color: #181C1E;
}
.articles-list .article.white .meta {
    color: #181C1E;
}
.articles-list .article.white > img {
    opacity: 0;
}
.articles-list .article.black {
    background: #181c1e;
}
.articles-list .article.black h3 {
    font-size: 55px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.articles-list .article.black h3 a {} .articles-list .article.black p {
    font-size: 16px;
    color: #FFF;
    margin: 0 0 5px 0;
}
.articles-list .article.twitter {
    background: #22282b;
    text-align: center;
}
.articles-list .article.twitter .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
.articles-list .article.twitter .caption .twitter-container {
    padding: 0 30px;
    margin: 40px 0 0;
}
.articles-list .article.twitter .caption i {
    font-size: 28px;
    margin: 0 0 18px 0;
}
.articles-list .article.twitter .caption h5 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin: 0 0 30px 0;
    color: #fff;
}
.articles-list .article.twitter .caption p {
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.articles-list .article.twitter .caption p a {
    color: #9aa5ab;
}
.articles-list .article.twitter .caption p a:hover {
    color: #fff;
}
.articles-list .article.twitter .caption .meta {
    color: #181c1e;
    font-size: 12px;
    bottom: 0;
    color: #181c1e;
    left: 0;
    position: absolute;
}
.articles-list .article.twitter > img {
    opacity: 1;
}
.articles-list .article.two-third .caption {
    width: 450px;
}
.articles-list .article-container.one-third {
    margin-bottom: 0;
}
.articles-list .article-grid9:nth-child(3n) {
    margin-right: 0 !important;
}
.articles-list.articles-list-bottom {
    margin-top: 53px;
}
.articles-list.search-list .article:nth-child(3n) {
    margin-right: 0 !important;
}
#newsletter .container.newsletter {
    width: 400px;
}
#newsletter {
    background: #121d27 url(images/signup_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10% 0 9% 0;
    margin: 0 0 0 0;
}
#newsletter.page-newsletter {
    margin: 0;
}
#newsletter.post-newsletter {
    margin: 0;
}
#newsletter .container {
    width: 900px;
}
#newsletter h2 {
    font-size: 25px;
    color: #FFF;
    font-weight: 100;
}
#newsletter h2 span {
    font-weight: 400;
}
#newsletter p {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 40px 0;
    line-height: 1.6;
}
#newsletter form input[type=text],
#newsletter form input[type=email] {
    background: #FFF;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    text-align: left;
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    letter-spacing: 0px;
    color: #4c4c4c;
}
#newsletter form input:required {
    box-shadow: none;
}
#newsletter form input:invalid {} #newsletter form input[type=submit] {
    background: transparent;
    border: 1px solid #FFF;
    vertical-align: top;
    text-transform: none;
    color: #FFF;
    font-size: 14px;
    padding: 9px 38px 13px 38px;
    width: 150px;
    height: 42px;
    margin: 0 0 0 -3px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 10px;
}
#newsletter form input[type=submit]:hover {
    background: #fff;
    color: #111c24;
    opacity: 0.7;
}
#newsletter .mc4wp-alert {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#newsletter .mc4wp-ajax-loader {
    margin-top: 13px;
    display: none !important;
}
#newsletter .dd-container {
    display: inline-block;
    vertical-align: top;
    width: 170px !important;
    margin: 0 0 0 10px;
}
.dd-select {
    background-color: #FFF !important;
    border-radius: 0px !important;
    text-align: left;
    width: 170px !important;
    font-weight: 400;
    background: #fff url(/wp-content/themes/capx2015/images/capx_arrow.png) no-repeat right 15px center !important;
    background-size: 16px 10px !important;
}
.dd-select a {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    color: #757575;
    -webkit-font-smoothing: subpixel-antialiased;
}
.dd-selected {
    font-weight: 300;
    padding: 10px 18px 9px !important;
    -webkit-font-smoothing: subpixel-antialiased;
}
.dd-options {
    width: 150px;
}
ul.dd-options.dd-click-off-close {
    width: 170px !important;
}
option > .placeholder {
    display: none;
}
.dd-option-disabled {
    display: none !important;
}
.dd-pointer-down {
    border: 0 !important;
}
label {
    font-weight: normal;
}
label.dd-selected-text {
    font-size: 14px;
    color: #515151;
    font-weight: 300;
    letter-spacing: 0px;
}
label.dd-option-text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    float: left;
    padding-left: 8px;
}
#dropdown ul {
    width: 150px;
}
::-webkit-input-placeholder {
    color: #22282b;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}
#gforms_confirmation_message {
    color: #398f14;
    font-size: 18px;
}
.gform_wrapper {
    margin: 0 !important;
    width: auto !important;
}
.gform_wrapper form {
    text-align: center !important;
}
.gform_wrapper .newsletter .gfield input[type=text],
.gform_wrapper .newsletter .gfield input[type=email] {
    background: #FFF;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    text-align: left;
    width: 310px;
    display: inline-block;
}
.gform_wrapper .newsletter .gfield input:required {
    box-shadow: none;
}
.gform_wrapper .newsletter .gfield input:invalid {
    box-shadow: 0 0 3px red;
}
.gform_wrapper .newsletter .gform_footer input[type=submit] {
    background: #22282B;
    text-transform: none;
    color: #FFF;
    border: none;
    font-size: 15px;
    padding: 11px 38px;
    width: 150px;
    height: 42px;
    margin: 0 0 0 -3px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gform_wrapper .newsletter .gform_footer input[type=submit]:hover {
    background: #777A7F;
}
.gform_wrapper .newsletter .gfield_label {
    display: none !important;
}
.gform_wrapper .newsletter .gform_ajax_spinner {
    display: none !important;
}
.gform_wrapper .gform_body {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    display: none !important;
}
.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.gform_wrapper .newsletter div.validation_error {
    color: #FF0000;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required input[type=text] {
    color: #FF0000;
}
.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}
.about-newsletter br {
    display: none;
}
.about-newsletter .small {
    font-size: 12px;
    color: #a3aaad;
    font-weight: 300;
    display: block;
    margin: -20px 0 0 0;
}
/*-----------------------------------------------------------------------------------*/
/* 7. = Page styling
/*-----------------------------------------------------------------------------------*/

#page-content {
    padding: 80px 20px 100px 20px;
    background: #FFF;
}
.page-content {
    background: #FFF;
}
.page-entry {
    width: 690px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 20px;
    font-weight: 100;
}
.page-entry h1 {
    font-size: 38px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry h2 {
    font-size: 26px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry h3 {
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry h4 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry h5 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry h6 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry p {
    font-weight: 100;
    margin: 0 0 30px 0;
}
.page-entry hr {
    height: 1px;
    width: 100%;
    border-top: 1px solid #999;
    margin: 100px 0 75px;
    display: block;
}
.page-entry br {
    clear: both;
}
.page-entry .button {
    margin: 0 0 30px 0;
    font-weight: 600;
}
.page-entry .alignleft {
    float: left;
    margin: 0 50px 30px 0;
}
.page-entry .alignright {
    float: right;
    margin: 0 0 30px 50px;
}
.page-entry .gform_wrapper {
    max-width: 450px !important;
    display: inline-block;
}
.page-entry .gform_wrapper .gform_body {
    margin-right: -5px;
}
.page-entry .gform_wrapper .newsletter .gfield input[type=text] {
    width: 250px;
    background: #E0E0E0;
    color: #232628;
    float: left;
}
.page-entry .gform_wrapper .newsletter .gfield input[type=email] {
    width: 250px;
    background: #E0E0E0;
    color: #232628;
    float: left;
}
.page-entry .gform_wrapper .newsletter .gform_footer input[type=submit] {
    padding: 11px 25px;
    margin-left: 0;
    float: left;
}
.page-entry .newsletter br {
    display: none;
}
.page-entry .gform_wrapper .newsletter div.validation_error {
    text-align: left;
}
.page-entry .gform_wrapper .newsletter .gform_footer input[type=submit] {
    height: 42px;
    display: block;
}
.page-entry a {
    color: #777A7F;
}
.page-entry ul {
    margin: 0 0 30px 0;
}
#page-footer-top {
    background: #FFF;
    padding: 67px 0 80px 0;
    text-align: center;
    color: #181c1e;
}
#page-footer-top .container {
    max-width: 530px;
}
#page-footer-top img {
    margin: 0 auto 45px auto;
}
#page-footer-top h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
#page-footer-top p {
    font-size: 15px;
    font-weight: 100;
    margin: 0 0 40px 0;
}
#page-footer-top .social-links li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
#page-footer-top .social-links li a {
    display: block;
    color: #181c1e;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 25px;
    height: 25px;
    background: #181c1e;
    border-radius: 50%;
}
#page-footer-top .social-links li a:hover {
    opacity: 0.47;
}
#page-footer-top .social-links li i {
    font-size: 16px;
    color: #FFF;
}
#page-footer-top .social-links li.twitter a {
    padding-top: 5px;
}
#page-footer-top .social-links li.web a {
    width: 25px;
    height: 25px;
    background: url(images/icon-web.png) no-repeat;
    background-size: 100% 100%;
}
#page-footer-bottom {
    background: #181c1e;
    color: #FFF;
    padding: 50px 0 40px 0;
    text-align: center;
}
#page-footer-bottom .footer-signal h2 {
    margin: 0 0 5px 0;
    font-size: 28px;
    color: #FFF;
    letter-spacing: 1px;
}
#page-footer-bottom .footer-signal p {
    margin: 0 0 5px 0;
    font-size: 12px;
    letter-spacing: 1px;
}
#page-footer-bottom .footer-signal p a {
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/* 8. = Single Post Page styling
/*-----------------------------------------------------------------------------------*/

body.single {
    background: #FFF;
}
body.single .loading {
    margin: 40px 0;
}
.post-title {
    width: 730px;
    padding: 65px 20px 60px 20px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    font-weight: 100;
}
.post-title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 30px;
    letter-spacing: -0.01em;
}
.post-title .author {
    display: inline-block;
    line-height: 1;
}
.post-title .author.no-border {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.post-title .twitter {
    display: inline-block;
    line-height: 1;
    margin-left: 18px;
    padding-left: 20px;
    border-left: 1px solid #181c1e;
}
.post-title span a {
    color: #181c1e;
}
.post-title span a:hover {
    text-decoration: underline;
}
.post-title .meta {
    margin: 0;
}
.post-title p {
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.slider.black {
    background: #000;
    color: #FFF;
}
.post-title.gallery {
    padding-bottom: 25px;
}
.slider.black .ngg-imagebrowser h3,
.ngg-imagebrowser-nav .counter,
.ngg-imagebrowser-nav {
    font-size: 13px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
}
.ngg-imagebrowser-nav .counter {
    padding: 1%;
}
.slider.black .ngg-imagebrowser .pic {
    margin: 0;
    border: none;
}
.slider.black .post-entry {
    width: 60%;
    padding-top: 4%;
}
.ngg-imagebrowser .pic a {
    margin: 0 !important;
}
.ngg-imagebrowser-nav {
    padding: 4% 0 !important;
}
.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next {
    padding: 6px 25px !important;
    font-size: 14px;
    border: 1px solid #FFF !important;
    font-weight: 600 !important;
    color: #FFF !important;
}
.ngg-imagebrowser-nav .back a,
.ngg-imagebrowser-nav .next a {
    color: #FFF !important;
}
table,
th,
td {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
}
.ngg-imagebrowser-nav a {
    color: #FFF;
}
.featured-image {} .featured-image img {
    display: block;
}
.featured-image-location {
    background: #000;
    padding: 16px 0;
}
.featured-image-location p {
    margin: 0;
    font-size: 12px;
    color: #FFF;
    width: 730px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
}
.featured-image-location p a {
    color: #FFF;
}
.featured-image-location i {
    margin-right: 10px;
    font-size: 13px;
}
.cat-featured-container {
    height: 80%;
}
.top-content {
    background: #181c1e;
    padding: 95px 20px 50px 20px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 100;
}
.top-content .large-circle {
    background: #181C1E;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    margin: 0 auto 50px auto;
}
.top-content .large-circle .top {
    font-weight: 600;
    padding: 46px 0;
    margin: 0;
}
.top-content .large-circle .bottom {
    padding: 44px 0 0 0;
    margin: 0;
}
.top-content .circle br {
    display: none;
}
.top-content .small-circle {
    background: #FFF;
    width: 314px;
    height: 314px;
    border-radius: 50%;
    padding: 128px 0 0 0;
    margin: 0 auto;
    color: #181c1e;
}
.top-content .small-circle p span {
    font-weight: 600;
    display: block;
}
.top-content > p {
    margin: 0;
    font-size: 15px;
}
.post-entry .twitter-list {
    font-weight: 300;
    margin: 0 0 50px 0;
}
.post-entry .twitter-list h3 {
    color: #666;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
}
.post-entry .twitter-list ul {
    margin: 0;
}
.post-entry .twitter-list li {
    border-top: 1px solid #F1F2F2;
    position: relative;
    list-style: none;
}
.post-entry .twitter-list li a {
    padding: 13px 0 16px 36px;
    font-size: 15px;
    display: block;
    color: #181c1e;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.post-entry .twitter-list li:last-child {
    border-bottom: 1px solid #F1F2F2;
}
.post-entry .twitter-list li i {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 20px;
    color: #666;
}
.post-entry .twitter-list li i:hover {
    color: #111;
}
.post-entry .twitter-list li a:hover {
    background: #FBFBFB;
}
.post-entry {
    width: 730px;
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
/**
 * Font alterations
 */

.post-entry h1 {
    font-size: 38px;
    margin: 0 0 30px 0;
}
.post-entry h2 {
    font-size: 26px;
    margin: 0 0 30px 0;
}
.post-entry h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
}
.post-entry h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
}
.post-entry h5 {
    font-size: 20px;
    margin: 0 0 30px 0;
}
.post-entry h6 {
    font-size: 20px;
    margin: 0 0 30px 0;
}
/*
.post-entry h1 { font-size:38px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
.post-entry h2 { font-size:26px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
.post-entry h3 { font-size:22px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
.post-entry h4 { font-size:20px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
.post-entry h5 { font-size:20px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
.post-entry h6 { font-size:20px; font-family:"merriweather", Arial, Helvetica, sans-serif; margin:0 0 30px 0; }
*/

.post-entry ul {
    margin: 0 0 30px 17px;
}
.post-entry ul li {
    list-style: disc;
}
.post-entry ol {
    margin: 0 0 30px 19px;
}
.post-entry ol li {
    list-style: decimal;
}
/**
 * Font alterations
 */

.post-entry,
.post-entry p,
.post-entry blockquote,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4 {
    font-family: "merriweather", Georgia, serif;
}
.post-entry p {
    margin: 0 0 30px 0;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.post-entry blockquote {
    font-size: 21px;
    padding: 0 20px 0 40px;
    font-style: normal;
    margin: 60px 0 60px 0;
    line-height: 1.8;
    border-left: solid #000 5px;
}
.post-entry blockquote p:last-child {
    margin: 0;
}
.post-entry .gray-para {
    font-size: 15px;
    color: #757575;
    font-weight: 300;
}
.post-entry .gray-para p {
    font-size: 15px;
    color: #757575;
    font-weight: 300;
}
.post-entry a {
    color: #777A7F;
}
.post-entry .share {
    float: left;
}
.post-entry .share h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.01em;
}
.post-entry .share input[type=text] {
    padding: 0 10px;
    width: 190px;
    height: 35px;
    line-height: 35px;
    color: #181c1e;
    border: 1px solid #BCBCBC;
    font-weight: 300;
}
.post-entry .social-links {
    margin: 32px 0 0px 30px;
    display: inline-block;
}
.post-entry .social-links ul {
    margin: 0;
}
.post-entry .social-links li {
    float: left;
    margin-right: 13px;
    list-style: none;
}
.post-entry .social-links li:last-child {} .post-entry .social-links li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0 0 0;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #181c1e;
    border-radius: 50%;
}
.post-entry .social-links li a:hover {
    background: #777A7F;
}
.post-entry .social-links li i {
    font-size: 14px;
    color: #FFF;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.post-entry .bottom-share-lines {
    margin: 80px 0 0 0;
}
.page-title {
    font-size: 33px;
    padding: 55px 0;
    margin: 0;
    text-align: center;
    font-weight: 100;
}
.iframe-content iframe {
    height: 300px;
}
.lastline_author {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin: 50px 0 15px 0 !important;
    font-weight: 400 !important;
    font-style: normal;
}
.lastline_shares {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    margin: 50px 0 18px 0 !important;
    font-weight: 600 !important;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/* Partners Page styling
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* 9. = Columnists Page styling
/*-----------------------------------------------------------------------------------*/

.columnists-list {} .columnists-list .columnist {
    font-size: 0;
    display: inline-block;
}
.columnists-list .columnist .caption {
    min-height: 125px;
    padding: 18px 0 0 0;
}
.columnists-list .columnist h2 {
    font-size: 19px;
    margin: 0 0 3px 0;
}
.columnists-list .columnist h2 a {
    color: #181c1e;
}
.columnists-list .columnist p {
    font-size: 14px;
    margin: 0 0 5px 0;
}
.columnists-list .columnist .twitter {
    display: inline-block;
    font-size: 12px;
    color: #181c1e;
}
.columnists-list .columnist .twitter i {
    background: #181c1e;
    text-align: center;
    padding: 4px 0 0 0;
    margin-right: 5px;
    border-radius: 50%;
    color: #FFF;
    width: 18px;
    height: 18px;
    font-size: 11px;
}
/*-----------------------------------------------------------------------------------*/
/* 10. = Topic Page styling
/*-----------------------------------------------------------------------------------*/

#home-featured .caption.category {
    bottom: 45%;
}
#home-featured .caption.category h2 {
    max-width: none;
    text-align: center;
    color: #FFF;
    margin: 10px 0 15px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
}
#home-featured .caption.category p,
#home-featured .affiliate p {
    max-width: none;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}
#home-featured .caption.affiliate {
    bottom: 10%;
}
#home-featured .caption.affiliate img.yougov {
    max-width: 150px;
    margin: 0 auto;
}
#home-featured .caption.affiliate p {
    font-size: 13px;
    margin-bottom: 15px;
}
.featured-image img.portrait-featured {
    width: 75%;
    margin: 0 auto;
}
.articles-list .article img.stat {
    max-height: 60%;
    max-width: 100%;
}
.articles-list .article img.stat.large {
    height: auto;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
}
#home-featured.category {
    background: none;
}
#home-featured.category.no-img .caption {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
}
#home-featured.category.no-img .text {
    padding: 6% 0;
}
#home-featured.category.no-img h2,
#home-featured.category.no-img p {
    color: #000;
}
#home-featured.category.no-img h2 {
    font-size: 36px;
}
.topic-title {
    font-weight: 100;
    padding: 76px 0 70px 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.topic-title h1 {
    font-size: 33px;
    margin: 0 0 27px 0;
    font-weight: 100;
}
.topic-title p {
    font-size: 18px;
}
.topic-title p:last-child {
    margin: 0;
}
#advert {
    margin: 0 0 53px 0;
    background: #181c1e;
}
#advert img {
    float: right;
}
#advert .container > div {
    float: left;
    width: 480px;
    padding: 90px 0 0 0;
}
#advert h2 {
    color: #8EC930;
    font-weight: 100;
    margin: 0 0 12px 0;
}
#advert p {
    color: #FFF;
    font-size: 20px;
    font-weight: 100;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        /* Safari only override */
        
        #header .search input[type=text],
        #header .search input::-webkit-input-placeholder {
            margin-top: -2px;
            text-align: right;
            width: 150px;
        }
    }
}
/*-----------------------------------------------------------------------------------*/
/* 11. = Embed Responsivness
/*-----------------------------------------------------------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* XX. = Hacking - Make Do
/*-----------------------------------------------------------------------------------*/
/**
 * Related Posts
 *
 * Related posts at the bottom of each single post
 */

.related-posts h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 1023px) {
    .related-posts .articles-list .article.one-third {
        width: 32%;
        margin: 0;
        margin-bottom: 2%;
    }
    .related-posts .articles-list .article-1,
    .related-posts .articles-list .article-4 {
        float: left;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
}
/**
 * Blockquote text alignments
 *
 * The shortcake blockquotes
 */

.post-entry aside p,
.post-entry blockquote p {
    margin: 0;
}
.post-entry aside footer p,
.post-entry blockquote footer p {
    margin-top: 20px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.post-entry aside.align-left,
.post-entry blockquote.align-left,
.post-entry aside.align-right,
.post-entry blockquote.align-right,
.post-entry aside.align-center,
.post-entry blockquote.align-center {
    background-color: #eee;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-entry aside.align-left,
.post-entry blockquote.align-left {
    padding: 36px 40px;
    background-color: #eee
}
.post-entry aside.align-right,
.post-entry blockquote.align-right {
    text-align: right;
    border-left: none;
    padding: 36px 40px;
}
.post-entry aside.align-center,
.post-entry blockquote.align-center {
    text-align: center;
    padding: 36px 30px;
}
.post-entry aside.pull-quote blockquote.align-left {} @media only screen and (min-width: 786px) {
    .post-entry aside.pull-quote blockquote.align-left {
        float: left;
        width: 40%;
        margin: 0 20px 20px -20%;
    }
    .post-entry aside.pull-quote blockquote.align-right {
        float: right;
        width: 40%;
        margin: 0 -20% 20px 20px;
    }
    .post-entry aside.pull-quote blockquote.align-center {
        width: 80%;
        margin: 20px auto;
    }
}
/**
 * Sharelines
 */

@media only screen and (min-width: 1024px) {
    .top-share-lines {
        width: 882px;
        margin-left: -77px !important;
    }
}
.post-entry .twitter-list li {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
}
.post-entry .twitter-list li:hover {
    background-color: #FBFBFB;
}
.post-entry .twitter-list li a {
    display: inline-block;
}
.post-entry .twitter-list li i.fa-facebook {
    left: 44px;
}
/**
 * Caption text improvements
 */

.caption .home-title,
.caption .meta,
.featured-container .text h2 a,
.featured-container .text p {
    text-shadow: 0px 1px 10px #000, 1px 1px 2px #333;
}
.article.white .caption .home-title,
.article.white .caption .meta,
.featured-container .text .button {
    text-shadow: none;
}
/**
 * Last Line improvements
 */

.lastline_author {
    margin: 20px 0 !important;
    padding: 20px 30px;
    background-color: #eee;
    border: 1px solid #ddd;
}
.lastline_readmore {
    margin: 40px -40px !important;
    padding: 20px;
}
/**
 * Post CTAs
 */

.post-entry aside,
.post-entry aside h1,
.post-entry aside h2,
.post-entry aside h3 {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
}
.get-more,
.elsewhere {
    margin: 20px -1px !important;
    padding: 20px 30px;
    background-color: #eee;
    border: 1px solid #ddd;
}
.get-more ul,
.elsewhere ul {
    margin-bottom: 0;
}
/**
 * Homepage Mobile Hack
 */

.homepage-mobile {
    margin-top: 2px;
}
.homepage-mobile .article {
    height: 260px;
}
/**
 * Welcome Mat
 */

.mib {
    background: rgba(1, 1, 1, 0.6) !important;
}
@media only screen and (min-width: 786px) {
    .mib #mib-form {
        width: 100%;
        height: 100%;
        padding: 7% 14% 5%;
    }
}
.mib .background {
    background-image: url('images/signup_bg_uk.jpg') !important;
}
.mib .subscription {
    max-width: 900px !important;
    padding: 0 8% !important;
}
.mib .mainheading {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    font-weight: 300 !important;
}
.subheading.sub_heading {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    font-weight: 200 !important;
    max-width: 80%;
    margin: auto;
}
.mib .subscription-arrow .icon.icon-down-round {
    border-color: #fff !important;
    color: #fff !important;
}
.mib .subscription-arrow {
    display: none;
}
.button.button-agree.button-submit.submit_button {
    font-family: 'adelle-sans', Arial, Helvetica, sans-serif !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
}
@media only screen and (max-width: 639px) {
    .zMobile {
        display: none !important;
    }
}