/*
  Theme Name: GoodLife Child Theme
  Theme URI: http://themeforest.net/user/fuelthemes
  Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
  Version: 2.0.0
  Author: fuelthemes
  Template: goodlife-wp
*/

.header {}
body {
    color: #222;
}
.trending-bar {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}
.whiteppr{padding-top: 30px;}
.trending-bar p {}
.tab-content .vc_tta-panel-body {
    padding: 0 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background: #333 !important;
    color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #e3e3e3 !important;
    border-bottom: none !important;
}
.latest-article-image {
    z-index: 2;
}
.latest-article-image .columns {
    padding: 0 !important;
}
.post-header .inner_header .post-title {
    padding: 0 0%;
}
.main-image {
    margin: 30px 0;
    min-height: 600px;
    align-items: flex-end;
}
.main-image .inner_header {
    text-align: left;
    align-items: flex-end;
}
.main-image .post_title {
    padding: 0 30% 0 10%;
}
.main-image .single_category_title.boxed-link {
    background: #1080f2;
    padding: 10px 50px;
}
.main-image .post-title h1 {
    font-size: 50px;
    line-height: 50px;
}
.vc_tta-tabs-container {
    padding-left: 15em;
}
.vc_tta-title-text {
    font-size: 10px;
}
.vc_tta.vc_general .vc_tta-tab>a {
    padding: 5px 15px !important;
}
.intro {
    text-align: center;
}
.intro h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    padding: 5% 15% 0;
}
.intro h2 {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 50px;
}
.cta {
    width: 50% !important;
    margin: auto !important;
}
.home-row {
    margin-left: auto;
    margin-right: auto;
}
.login-form {
    text-align: center
}
.login-form h2 {
    font-size: 20px;
    color: #333;
    padding: 40px;
    line-height: normal;
    margin: 0;
}
.login-inner {
    background-color: #fff;
    /* padding: 2em; */
    margin-bottom: 1em;
    border: 1px solid #e3e3e3;
}
.login-form p {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.9em;
    color: #fff;
    margin-top: 1em;
}
form {
    /* padding: 7% 0% 0 0; */
}
.b-search {
    position: relative;
    border: 1px solid #E5E9DF;
    padding: 0.5em 0;
    background: #fff;
    width: 99%;
}
.b-search form {
    padding: 0% 0% 0 0;
}
.b-search input[type="text"] {
    width: 83%;
    outline: none;
    padding: 0em 0.6em;
    font-size: 0.9em;
    color: #999;
    position: relative;
    border: none;
    background: none;
    margin: 0;
}
.b-search input[type="submit"] {
    background: url(../images/search.png) no-repeat 0px 2px;
    border: none;
    height: 26px;
    width: 26px;
    position: absolute;
    outline: none;
    top: 6px;
    right: 2px;
}
.b-search input[type="submit"]:hover {
    background: url(../images/search.png) no-repeat 0px 2px;
}
.new {
    margin: 1em 0 1em 0;
}
.new p {
    float: left;
}
.new p a, .new p.sign {
    color: #fff;
    font-weight: 400;
    font-size: 0.91em;
}
.new p a:hover, .new p.sign a:hover {
    text-decoration: underline;
}
.new p a {
    font-size: 0.95em;
}
.new p.sign {
    float: right;
}

/*
form input[type="text"]{
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #999;
  font-size: 14px;
  outline: none;
  font-weight: 500;
  border: none;
  -o-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  }
*/


/*
form input[type="password"]{
   width:75%;
     padding: 1.1em 1em 1.1em 4em;
   color: #999;
  font-size: 14px;
  outline: none;
  font-weight: 500;
  border: none;
   background: url("../images/icons.png") no-repeat 13px -32px #ffffff;
  border: none;
      border-radius: 0.2em;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
  margin-bottom:1em;

  }
.submit {
    text-align: center;
}
*/

form input[type="submit"] {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 1.7em 1em;
    width: 100%;
    border: none;
    background: #1080f2;
    border-radius: 0.2em;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    margin: auto;
}
form input[type="submit"]:hover {
    background: #484848;
}

/*
.endcolumn {
  background: #F6F6F6;
  padding: 30px 0px !important;
}
*/

.endcolumn .post-category a {
    color: #1080F2;
    background: #1080F2;
    padding: 8px 12px 0px 0px;
    font-size: 1.2em;
}
.endcolumn .post-bottom-meta span {
    color: #525252 !important;
    fill: #525252 !important;
}
.endcolumn .post-bottom-meta svg {
    color: #525252 !important;
    fill: #525252 !important;
}
.home .endcolumn .post-bottom-meta [rel="author"] {
    color: #525252;
}
.home .endcolumn .post-bottom-meta [rel="author"]:not(.hide)+ .time {
    color: #525252;
}
.endcolumns .post-bottom-meta span {
    color: #525252 !important;
}

/*
.endcolumn h5 {
  font-size: 35px;
  line-height: 50px;
}
*/


/*
.endcolumn p {
  font-family: 'Poppins' !important;
  padding-right: 25%;
}
*/

.wpb_column .button {
    width: 100%;
    background: #1080F2;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
}
.whitepapers {}
.whitepapers strong {
    text-align: center;
    color: #1080F2;
    font-size: 22px;
    border-bottom: none;
}
.whitepapers .fa {
    font: normal normal normal 50px/1 FontAwesome;
    color: #333;
}
.whitepapers h2 {
    font-size: 16px;
    line-height: normal;
}
.whitepapers p {
    font-size: 12px;
}
.textwidget {
    padding: 20px;
}
.menu-holder {
    float: left;
}
.style3 .fa {
    font: normal normal normal 50px/1 FontAwesome;
}

/*
.post:hover {
  background-color:#ffffff;
}
*/


/*Header Image Style */

.article-latest {
    float: left;
    background-color: #161f26;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
}
.category-header {
    position: relative;
    z-index: 16;
}
.category-header:after {
    content: "";
    /* background: url('http://subtlepatterns.com/patterns/bo_play_pattern.png') repeat; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
.category .row.top-padding {
    padding-top: 0px;
    margin-top: -31px;
}
.category .single_category_title {
    letter-spacing: 0px;
    background: #1080F2 !important;
    ;
    color: #fff !important;
    padding: 10px 10px 8px;
    margin-right: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.category .single_category_title:hover {
    background-color: #0b85f4;
    color: #fff;
}
.post .single_category_title {
    display: inline-block;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0px;
    background: #1080F2;
    color: #fff !important;
    padding: 10px 10px 8px !important;
    margin-right: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.style3 .single_category_title {
    text-align: center;
    font-weight: lighter;
    font-size: 0.7em;
    padding: 8px 4px 7px;
    background: rgb(16, 128, 242) !important;
}
.category .style3 .single_category_title {
    min-width: 0px;
    text-align: center;
    font-weight: lighter;
    font-size: 0.7em;
    padding: 8px 6px 6px;
    position: absolute;
    z-index: 1;
    background-color: rgb(16, 128, 242);
    color: #fff !important;
    margin-left: 7px;
    margin-top: 7px;
    font-size: 1em;
}
.article-latest h1 {
    color: #1080f2;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 1px;
}
.style3 .post-bottom-meta {
    color: #fff;
    padding-top: 30px;
}
.style3 .post-bottom-meta strong {
    color: #fff;
}
.sidebar {
    padding-right: 0px;
}
.intro .wpb_wrapper h1 {
    width: 100%;
}
.intro .wpb_wrapper h2 {}
.intro {
    position: absolute;
    background: transparent none repeat scroll 0% 0% !important;
    z-index: 11;
}
.canvas-container {
    background-color: rgb(16, 128, 242);
    z-index: 1;
    position: relative;
}
.intro .intro-signup {}
.intro .intro-signup form {
    display: block !important;
    max-width: 800px;
    width: 50%;
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 60px;
    padding: 0px;
    color: #1080F2;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 3px;
}
.intro .intro-signup span {
    background: none;
    border: none;
    color: #fff;
    width: 49.5%;
    float: left;
    padding-left: 20px;
    text-align: left;
}
.intro .intro-signup .wpcf7-submit {
    width: 50.4%;
    background: #ffffff;
    color: #1080F2;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}
.home-subscribe-bottom span {
    background: none;
    border: none;
    color: #fff;
    width: 49.5%;
    float: left;
    padding-left: 20px;
}
.home-subscribe-bottom span input {
    background: none;
    border: none;
}
.home-subscribe-bottom .wpcf7-submit {
    width: 50.4%;
    background: #ffffff;
    color: #1080F2;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}
.home-subscribe-bottom form .wpcf7-text {
    background: #1080F2 !important;
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}
.home-subscribe-bottom form {
    display: block !important;
    width: 100%;
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 60px;
    padding: 0px;
    color: #1080F2;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 3px;
}
.intro .intro-signup form .button {
    width: 50.4%;
    background: #ffffff;
    color: #1080F2;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}
.intro .intro-signup form input {
    background: #1080F2;
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}
.intro .intro-signup form input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    width: 49.5%;
    float: left;
    padding-left: 20px;
}
.intro .intro-signup form .email-address {
    padding-left: 20px;
}
.intro .intro-signup form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}
.intro .intro-signup form input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
}
.intro .intro-signup form input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
}
.intro .intro-signup form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
}
.home-subscribe-bottom form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}
.home-subscribe-bottom form input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
}
.home-subscribe-bottom form input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
}
.home-subscribe-bottom form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
}
.home-row .post-slider h3 {
    font-size: 50px;
    line-height: 50px;
}
.demo-1 {
    background-image: url(/wp-content/uploads/2016/08/particles.png);
}
.home .post .post-content {
    background-color: #eee;
}
.home .post .post-content {
    background-color: #fff;
}
.home .trending-bar p {
    text-align: center;
    color: #fff;
    padding: 0px 25%;
}
.home .trending-bar p a {
    color: #fff;
    box-shadow: none;
    border: none;
    font-family: 'Poppins';
}
.home .trending-bar {
    padding: 10px;
    margin-top: 30px;
}
.home .post-content p a:hover {
    background: #000;
    color: #fff;
}
.home-subscribe-bottom {
    background: #1080F2;
    min-height: 160px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.home-subscribe-bottom .row {
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
}
.home-subscribe-bottom h3 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 18px;
    padding-left: 35px;
}
.home-whitepaper-partners {
    text-align: center;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    position: relative;
}
.home-whitepaper-partners h3 {
    color: #b8b8b8;
    font-size: 2.5em;
    padding-bottom: 30px;
}
.home-whatis h1 {
    text-align: left;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 100px;
    margin-bottom: 0px;
}
.home-whatis p {
    text-align: left;
    padding-left: 30px;
    color: #fff;
    padding-right: 100px;
    width: 90%;
    padding-bottom: 10px;
}
.home-whatis .hi-icon-wrap {
    right: 0px;
    position: absolute;
    bottom: -10px;
}
.home .home-whatis .col-1 {
    padding: 0px;
}
.home .home-whatis .col-1 .wpb_content_element {
    text-align: right;
    padding-right: 0px;
}
.home .home-whatis .col-1 .wpb_content_element img {
    margin-top: 0px;
}
.home .home-whatis .col-2 {}
.home-whatis .readmore {
    padding: 10px 10px 8px;
    background-color: #ededed;
    border-radius: 5px;
    margin-left: 30px;
    height: 10px;
    max-height: 10px;
    line-height: 20px;
    padding: 6px 35px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home-whatis .home-whatis-featured {
    padding-bottom: 40px;
}
.home-whatis .pinit {
    /*
  width: 60px;
  border-radius: 30px;
  height: 60px;
  text-align: center;
  background-color: #1180f3;
  color: #fff;
  font-size: 30px;
  padding-top: 15px;
  margin-left: 30px;
  position: absolute;
  margin-top: -10px;
  margin-right: 0px;
  right: 50px;
  bottom: 30px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  */
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    color: #fff;
    margin-top: -20px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 3px;
}

/* Effect 1 */

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #1180f3;
    right: 50px;
    bottom: 30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-content-container .wpfp-span {
    display: block;
    color: #fff;
    position: absolute;
    margin-top: -80px;
    width: 155px;
    text-align: left;
    margin-left: -98px;
    height: 40px;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.wpfp-span {
    display: block;
    color: #fff;
}
.post-content-container .wpfp-span:hover {
    background-color: #1080f2;
}
.post-content-container .wpfp-span::before {
    content: "\f08d";
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 80px;
    padding-left: 13px;
    position: absolute;
    font-size: 1.5em;
    padding-top: 9px;
    font-family: FontAwesome;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpfp-span .wpfp-link {
    position: absolute;
    margin-top: 0px;
    font-size: 12px;
    padding-left: 5px;
}
.post-content-container .wpfp-span .wpfp-link {
    position: absolute;
    margin-top: 14px;
    color: #fff;
    font-size: 12px;
    padding-left: 45px;
}
.wpfp-span img {
    display: none;
}
.hi-icon:after, .wpfp-span:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon-wrap {
    right: 0px;
    position: absolute;
    bottom: 0px;
}
.hi-icon-mobile:before, .post-content-container .wpfp-span:before {
    content: "\f08d";
    color: #fff;
}
.hi-icon-effect-1 .hi-icon {
    background: #1180f3;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */

.hi-icon-effect-1a .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #1180f3;
}
.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #1180f3;
}
.hi-icon-effect-1a .hi-icon:hover:before {
    color: #1180f3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.post .post-content p a:hover {
    color: rgb(16, 128, 242);
    background-color: #fff;
}
.post .post-content p a {
    border-color: #0b85f4;
    -moz-box-shadow: inset 0 -5px 0 #11c8ff;
    -webkit-box-shadow: inset 0 -5px 0 #11c8ff;
    box-shadow: inset 0 0px 0 #0b85f4;
}
.top-leaderboard {
    padding: 20px;
    text-align: center;
    background-color: #f2f2f2;
}
.inbetweenarticle-leaderboard {
    padding: 20px;
    text-align: center;
    background-color: #f2f2f2;
}
.subheader.fixed> .row .progress {
    background: #161f26;
}
#close-top-leaderboard {
    height: 25px;
    text-align: right;
    cursor: pointer;
}
#fixed-top-leaderboard {
    box-shadow: 0px 0px 0.5em 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
}
.post .post-bottom-meta a {}
.post .post-bottom-meta {}
.wpb_wrapper .fa-file-text-o {
    font-size: 4em;
}
.header.style1 {
    background: rgb(16, 128, 242) !important;
}
.menu-holder.dark {
    background: rgb(16, 128, 242) !important;
}
.dark-menu {
    background: rgb(16, 128, 242);
}
#navholder> .row {
    background: rgb(16, 128, 242);
}
#content-container {}
.subheader.dark {
    background: rgb(16, 128, 242);
    max-width: 100%;
}
.subheader .medium-8 {
    padding-top: 0px !important;
}
#menu_width {
    width: 100%;
    text-align: left;
}
.menu-holder.dark.style1 {
    padding: 0 10px;
}
.home .main_content .small-6.columns {
    max-height: 400px;
}
.home .main_content .small-6.columns:nth-child(odd) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px;
}
.home .main_content .small-6.columns:nth-child(even) {
    border-top: 1px solid #eee;
    padding: 15px;
}
.home .main_content {
    padding-right: 15px;
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.06) !important;
}
.home .endcolumn .post .post-title a {
    color: #080808;
    font-size: 1.1em;
    line-height: 1.3em;
    transition:0.3s all;
}
.home .endcolumn .post .post-title a:hover {
  color: rgb(16, 128, 242);
  transition: 0.3s all;
  text-decoration: none !important;
}

.post .post-content p {
    font-family: "Droid Serif", serif;
}
.home-exclusive {
    background-color: #222 !important;
}
.home-row .row.posts.endcolumn .post-category {
    position: absolute;
    z-index: 1;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 1.0em;
}
.home-row .row.posts.endcolumn .post-category a {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 0.7em;
    background: #1080F2;
    min-width: 0px;
    font-weight: 600;
}
.home .post .single_category_title.boxed-link {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5em;
    background: #1080F2;
}
.home .home-exclusive .row {
    max-width: 66.875em;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.home .home-exclusive {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home .home-exclusive p {
    color: #fff;
    background-color: #222 !important;
}
.home .home-exclusive a, .home .home-exclusive .post-bottom-meta, .home .home-exclusive .post-bottom-meta span {
    color: #fff !important;
}
.home .home-exclusive .post-bottom-meta svg {
    fill: #fff;
}
.home .home-exclusive h1 a, .home .home-exclusive h2 a, .home .home-exclusive h6 a, {
    color: #fff;
}
.home .home-reviews {
    padding-top: 50px;
}
.home .home-morenews .main_content {
    padding: 20px;
}
.home .home-exclusive h5 a {
    color: #fff !important;
    font-size: 2em;
    line-height: 1.3em;
}
.home .home-morenews h3 {
    padding-top: 50px;
    padding-left: 0px !important;
}
.home .home-morenews .wpb_column {
    padding-top: 40px;
}
.home .home-whatis {
    border-top: 35px solid #1180f3;
    border-bottom: 35px solid #1180f3;
    background-color: #222;
    height: auto;
    position: relative;
}
.home .home-morenews .main_content {
    padding-bottom: 160px;
}
.home #wrapper [role="main"] {
    position: inherit;
}
.home .home-morenews .posts article {
    padding-right: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.home .home-morenews .posts .columns {
    padding-right: 0px;
}

/* White paper sponsors */

.ms-thumb-frame {
    margin-right: 40px !important;
}
.ms-thumb-frame img {
    height: auto !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.6;
}
.single-post .post-tools {
    width: 100%;
    border-bottom: 3px solid #ddd;
    height: 60px;
}
.single-post .content {
    padding: 0px;
}
.single-post .author-image {
    display: inline;
    padding-right: 10px;
}
.single-post .author-image img {
    border: 2px solid #fff;
}
.post-header .inner_header .post-title .post-bottom-meta [rel=author], .post-header .inner_header .post-title .post-bottom-meta .time {
    float: none;
    display: inline;
}
.post .post-bottom-meta [rel=author]:not(.hide)+ .time {
    display: inline;
}
.single-post .author-image img {
    border-radius: 50px;
}
.post .post-bottom-meta [rel=author] {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #525252;
}
.post .post-bottom-meta [rel=author]:not(.hide)+ .time {
    color: #222;
}
.sidebar_inner .time {
    color: #6f6f6f !important;
}
.post.blog-post .entry-title {
    margin-bottom: 25px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}


/* .cool-category .post-bottom-meta a {
    color: #649fd6;
} */

.widget .post-bottom-meta {
    color: #666 !important;
}
.cool-category .post-bottom-meta span {
    color: rgba(0, 0, 0, 0.4) !important;
    fill: rgba(0, 0, 0, 0.4) !important;
}
.post .post-title .post-bottom-meta span {
    margin-left: 7px;
    display: inline;
    float: none;
}
.cool-category .single_category_title {
    background: #0872d2 !important;
}
.sidebar_inner .single_category_title {
    background: #0872d2 !important;
}
.cool-category .single_category_title:hover {
    background: #4DA1F4 !important;
}
.sidebar_inner .single_category_title:hover {
    background: #4DA1F4 !important;
}
.menu-holder ul.sf-menu .thb_mega_menu_holder {
    border-color: rgb(16, 80, 150) !important;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children> div .post.style1 .post-bottom-meta {
    margin: 0;
}

.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children> div .post.style1 .post-bottom-meta .author-image {
    display: none;
}


.whitepaper-home-top {
    background-color: #222 !important;
    height: 500px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.whitepaper-home-search {
    height: 100px;
    background-color: #222 !important;
    text-align: center;
}
.whitepaper-home-vendors {
    background-color: #fff !important;
    height: 300px;
    text-align: center;
}
.whitepaper-home-featured {
    background-color: #eee !important;
    min-height: 500px;
    text-align: center;
}
.whitepaper-home-categories {
    text-align: center;
}
.whitepaper-home-aboutus {
    background-color: #fff !important;
    height: 500px;
    text-align: center;
}
.whitepaper-home-signup {
    min-height: 254px;
    background-size: cover;
    text-align: center;
}
.whitepaper-home-sitemap {
    background-color: #222 !important;
    text-align: center;
}
.page .header.style2 {
}
.page .header.style2 .logo {
    width: auto !important;
    margin-left: 0 !important;
}
.post-header.parallax_bg .inline_bg {
    opacity: 0.6;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a {
    color: #0b85f4 !important;
}



/*What Is Article Page */

.whatis {
    /* width: 250px; */
    height: 375px;
    line-height: 375px;
    text-align: center;
    background: #161f26;
}
#whatis-image {
    position: relative;
    padding-left: 0;
    padding-right: 0;
        z-index: 1;
}
#whatis-image img {
  position: relative;
      top: 0;
      left: 0;
      min-width: 100%;
      /* padding: 0.5em; */
      /* border: 1px solid #efefef; */
      border: 5px solid #eaeaea;
      margin-bottom: 0.3em;
      /* background: #f1f1f1; */
}
.whatis:after {
    content: "\f129";
    font: 1.8em fontawesome;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 1em;
    top: 1em;
}
.whatis-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.whatis h1 {
    color: #ffffff;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.whatis .single_category_title {
      color: #0b85f4;
}
.whatis-def {}
.whatis-article {
    /*
  text-align: center;
  max-width: 50%;
*/
    margin: 0 auto;
}
.whatis-share {}

/*what is landing page*/

.entry-header-whatis {
    background-image: url('/wp-content/uploads/2016/08/Fotolia_116856740_Subscription_Monthly_M.jpg');
    background-size: cover;
    padding: 12% 0;
    background-position: center center;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    background: rgba(0, 0, 0, 0.64);
}
.whatis-bg {
    background-image: url('/wp-content/uploads/2016/08/Fotolia_116856740_Subscription_Monthly_M.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.entry-header-whatis p {
    color: white;
    font-weight: 700;
}
.search-whatis {
    border: 3px solid rgba(100, 159, 214, 0.5) !important;
}
.search-whatis:hover {
    border: 3px solid #265694 !important;
}
.search-whatis:focus {
    border: 3px solid #265694 !important;
}
.entry-header-whatis .entry-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.header-leaderboard {
    padding: 1.5em;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: inset -14px 62px 5px -59px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -14px 62px 5px -59px rgba(0, 0, 0, 0.15);
    box-shadow: inset -14px 62px 5px -59px rgba(0, 0, 0, 0.15);
}
.header-leaderboard div, .header-leaderboard iframe, .header-leaderboard ins, .mpu> div, .mpu> iframe, .mpu> ins {
    display: inline-block;
    position: relative;
    z-index: 999;
    padding: 0;
    margin: 0;
}
.featured-whatis {
    background: #161f26;
    text-align: center;
    padding: 30px;
}
.featured-whatis h1 {
    color: #ffffff;
    font-weight: 700;
}
.featured-whatis p {
    color: #ffffff;
    margin: 0 auto;
    font-family: "Droid Serif", serif !important;
    padding-bottom: 1%;
}
.featured-post-category {
    /* position: absolute; */
    z-index: 1;
    /* margin-top: 15px; */
    /* margin-left: 15px; */
    padding-bottom: 20px;
    font-size: 1.0em;
}
.featured-single_category_title {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 0.7em;
    background: #1080F2;
    min-width: 0px;
    font-weight: 600;
}
.featured-cta {
    background: #ffffff;
    color: #161f26;
    border-style: none;
    padding: 10px;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.featured-inner {
    margin: auto;
    width: 50%;
    max-width: 600px;
}

/* Responsive CSS */

@media only screen and (min-width: 64.063em) {
    .post .post-title h1 {
        font-size: 48px;
        line-height: 62px;
    }

    body.single .post-title h1 {
        font-size: 42px;
        line-height: 52px;
        font-weight: bold;
    }

}

/* Article Switcher */

#article-switcher {
    display: block;
    position: fixed;
    top: 50%;
    width: 245px;
    height: 100vh;
    top: 0px;
    background-color: #161f26;
    left: -245px;
    padding: 0em;
    z-index: 9999;
    -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);

    -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);

    transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
}

#article-switcher .timeline-wrapper {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1em;
    height: 100vh;
}

#article-switcher.active {
    /* left: 0px; */
    transform: translate3d(245px, 0px, 0px);
}
#article-switcher.hide {
    /* left: -245px !important; */
    transform: translate3d(-245px, 0px, 0px);
}
#article-switcher h4 {
    border-bottom: 1px solid #fff;
    color: #fff;
}
#article-switcher img {
    height: 65px;
    margin-bottom: 30px;
}
#article-switcher .readability-tools {
    bottom: 0px;
    position: absolute;
    width: 87%;
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: #161f26;
}
#article-switcher .readability-tools .fa {
    color: #fff;
    font-size: 1.6em;
}
#article-switcher .readability-tools .fa-font {
    padding-right: 7px;
    font-size: 1.0em;
    color: #fff;
}
#article-switcher .readability-tools h4 {
    border-bottom: 1px dotted #fff;
}
#article-switcher .readability-tools .buttons {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.readability-tools .buttons #font-size-plus, .readability-tools .buttons #font-size-minus {
    padding-right: 5px;
    opacity: 1.0;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}
.readability-tools .buttons #font-size-plus:hover {
    opacity: 0.2;
}
.readability-tools .buttons #font-size-minus:hover {
    opacity: 0.2;
}
#article-switcher .timeline h5 {
    font-family: "Droid Serif", serif !important;
    margin-bottom: 5px;
}
#article-switcher .timeline h5 a {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
}
#article-switcher .timeline .article-date {
    font-size: 0.8em;
    color: #1080F2;
    /* color: #ec9b18; */
}
#article-switcher .timeline .timeline-article {
    padding-left: 20px;
    padding-bottom: 20px;
}
#article-switcher .timeline .timeline-article:before {
    content: ' \25CF';
    font-family: FontAwesome;
    font-size: 1.8em;
    float: left;
    color: #fff;
    position: absolute;
    margin-left: -30px;
    margin-top: -5px;
}
#article-switcher .timeline .articles {
    border-left: 1px dotted #fff;
    margin-left: 10px;
}
@keyframes sheen1 {
    100% {
        transform: translate(0.3em, 0em);
    }
}
@keyframes sheen2 {
    100% {
        color: orange;
    }
}
#article-switcher .timeline .timeline-article:hover h5, #article-switcher .timeline .timeline-article:focus h5 {
    animation: sheen1 0.5s forwards;
}
#article-switcher .timeline .timeline-article:hover a, #article-switcher .timeline .timeline-article:focus a {
    animation: sheen2 0.5s forwards;
}
#article-switcher .timeline .timeline-article:hover:before, #article-switcher .timeline .timeline-article:focus:before, #article-switcher .favourites .wpfp-span ul li:hover a, #article-switcher .favourites .wpfp-span ul li:hover:before {
    animation: sheen2 0.5s forwards;
}
#article-switcher .favourites {
    padding-bottom: 40px;
}
#article-switcher .favourites .wpfp-span {}
#article-switcher .favourites .wpfp-span ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#article-switcher .favourites .wpfp-span ul li {
    list-style: none;
    padding-left: 20px;
    line-height: 1.2em;
}
#article-switcher .favourites .wpfp-span ul li:before {
    content: '\f08d';
    font-family: FontAwesome;
    position: absolute;
    margin-left: -20px;
    color: rgb(16, 128, 242);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#article-switcher .favourites .wpfp-span ul li a {
    font-family: "Droid Serif", serif !important;
    color: rgb(16, 128, 242);
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: -1px;
}
#article-switcher .favourites .wpfp-span img {
    display: none;
    width: auto;
    height: auto;
}
#article-switcher .favourites .wpfp-span .wpfp-link {
    font-size: 0.7em;
    color: #525252;
}
#article-switcher .favourites p {
    display: none;
}
#switch-button {
    margin-top: 45vh;
    right: -45px;
    background-color: #161f26;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
    color: #fff;
    padding-top: 15px;
    /*
    animation-name: shake-with-delay;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    */
}

@keyframes shake-with-delay {
    from, 16%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

#switch-button .fa {
    font-size: 1.6em;
}

/* Bob */

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

/*Line 1524*/

.featured-single_category_title {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 0.7em;
    background: #161f26;
    min-width: 0px;
    font-weight: 600;
}

/*Line 1471 */

.featured-whatis {
    background: rgb(16, 128, 242);
    text-align: center;
    padding: 30px;
    margin-bottom: 5%;
}
@media only screen and (max-width: 1085px) {
    .intro .wpb_wrapper h1 {
        padding: 0px;
        line-height: 1.2em;
        padding: 1em;
    }
}
@media only screen and (max-height: 1000px) {
    .intro .wpb_wrapper h1 {
        padding: 0px;
        line-height: 1.2em;
        padding: 0em;
        padding-top: 0.5em;
    }
    .intro h2 {
        padding-bottom: 0px;
    }
}
/*
@media only screen and (max-width: 892px) {
    .home .full-width-row.intro, .home .canvas-container {
        display: none;
    }
}
@media only screen and (max-height: 860px) {
    .home .full-width-row.intro, .home .canvas-container {
        display: none;
    }
}
*/
/* Arturas changes below */

#comments {
    display: none;
}
.post-header .inner_header .post-title h1 {
    color: #fff;
    font-weight: 700;
}
.widget.widget_socialcounter ul li a.facebook .fa {
    border: 2px solid #3b5998;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.facebook .fa:hover {
    background: #3b5998;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget.widget_socialcounter ul li a.twitter .fa {
    border: 2px solid #00aced;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.twitter .fa:hover {
    background: #00aced;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget.widget_socialcounter ul li a.instagram .fa {
    border: 2px solid #3f729b;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.instagram .fa:hover {
    background: #3f729b;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget.widget_socialcounter ul li a.google-plus .fa {
    border: 2px solid #dd4b39;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.google-plus .fa:hover {
    background: #dd4b39;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget.widget_socialcounter ul li a.youtube .fa {
    border: 2px solid #e52f29;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.youtube .fa:hover {
    background: #e52f29;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget.widget_socialcounter ul li a.vimeo .fa {
    border: 2px solid #1ab7ea;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font-size: 1.8em;
}
.widget.widget_socialcounter ul li a.vimeo .fa:hover {
    background: #1ab7ea;
    color: white;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/* Responsivness - awesome */

@media only screen and (max-width: 1024px) {
    .home-row .post-slider h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .home .home-morenews .main_content {
        padding-left: 1em;
    }
    .home-subscribe-bottom h3 {
        letter-spacing: 0px;
        line-height: 1;
    }
}
@media only screen and (max-width: 460px) {
    .home-row .post-slider h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .home-whatis h1 {
        padding: 1em;
        padding-right: 0em;
    }
    .home-whatis-featured p {
        padding-right: 0em;
    }
    .hi-icon {
        display: inline-block;
        font-size: 0px;
        cursor: pointer;
        margin: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #1180f3;
        right: 50px;
        bottom: 30px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .hi-icon:before {
        font-family: 'FontAwesome';
        speak: none;
        font-size: 28px;
        line-height: 60px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }
    .home-subscribe-bottom h3 {
        font-size: 1.5em;
        padding-left: 0em;
    }
    .home-subscribe-bottom .wpcf7-submit {
        width: 100%;
    }
    .home-subscribe-bottom span {
        width: 100%;
    }
}

/* Responsivness - Magic starts here */

@media only screen and (max-width: 1024px) {
    .home-row .post-slider h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .home .home-morenews .main_content {
        padding-left: 1em;
    }
    .home-subscribe-bottom h3 {
        letter-spacing: 0px;
        line-height: 1;
        padding-top: 0px;
    }
}
@media only screen and (max-width: 460px) {
    .home-row .post-slider h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .home-whatis h1 {
        padding: 1em;
        padding-right: 0em;
    }
    .home-whatis-featured p {
        padding-right: 0em;
    }
    .hi-icon {
        display: inline-block;
        font-size: 0px;
        cursor: pointer;
        margin: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #1180f3;
        right: 50px;
        bottom: 30px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .hi-icon:before {
        font-family: 'FontAwesome';
        speak: none;
        font-size: 28px;
        line-height: 60px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }
    .home-subscribe-bottom h3 {
        font-size: 1.5em;
        padding-left: 0em;
    }
    .home-subscribe-bottom .wpcf7-submit {
        width: 100%;
    }
    .home-subscribe-bottom span {
        width: 100%;
    }
    .post-gallery h3 {
        margin-bottom: 0px;
        font-size: 1em;
        line-height: 1;
    }
    .post-content-container .wpfp-span .wpfp-link {
        position: absolute;
        margin-top: -24px;
        color: #efc136;
        font-size: 12px;
        padding-left: 16em;
        font-weight: 500;
    }
    .featured-inner {
        width: 100%;
    }
    .featured-whatis li {
        display: block !important;
    }
}

/* And end... */


/* what is landing page */

.featured-whatis li {
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding-right: 1em;
    line-height: 2.5;
    letter-spacing: 1px;
}
.post .post-bottom-meta span {
    color: rgba(0, 0, 0, 0.4);
}
.featured-inner form input[type="submit"]:hover {
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…yLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat;
    border-bottom: 5px solid #080808;
}
.sidebar-defi {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.sidebar-defi ul li {
    margin-bottom: 10px;
    display: inline-block;
    padding: 0.1em 0.5em 0.2em 0.5em;
    background: #1080f2;
    font-weight: 600;
    color: white;
    width: 30px;
    text-align: center;
    height: 30px;
    font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
          border-bottom: 3px solid #075dab;
}
.sidebar-defi li:hover {
    background: #3f6184;
          border-bottom: 3px solid #030608;
}
.sidebar-defi strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 28px;
    border-bottom: 2px solid #f2f2f2;
}


/* What is article page */

.whatis-page .next-page-link{
  border-top: 2px solid #f5f5f5;
border-bottom: 2px solid #f5f5f5;
padding-top: 1em;
padding-bottom: 1em;
}

.whatis-page .next-page-link a{
  background: #0b85f4;
  width: 100px;
  display: block;
  padding: 0.6em;
  text-align: center;
  color: white;
  font-weight: 700;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
        border-bottom: 3px solid #075dab;
}


.whatis-page .next-page-link a:hover{
  background: #3f6184;
  border-bottom: 3px solid #030608;
}


.whatis-page .page-links{
  padding-top: 1em;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 1em;
  font-weight: 500;
}


.whatis-page .page-links a{
margin-left:0.3em;
}



/* Ads */
#div-gpt-ad-1364304769881-2 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

body.category #div-gpt-ad-1364304769881-2 {
    margin-left: 30px !important;
}

.widget.widget_socialcounter ul li a.instagram .fa{
      border: 2px solid #3f729b;
      border-radius: 50px 50px 50px 50px;
      -moz-border-radius: 50px 50px 50px 50px;
      -webkit-border-radius: 50px 50px 50px 50px;
          font-size: 1.8em;

}

.whatis-page .post .post-content{
      padding-left: 98px;
}
 .post-detail-row{
  padding: 0;
  padding-bottom: 2em;
}


.whatis-page .post .post-content p{
  font-size:1.2em;
  line-height: 2;
}

.single-post .author-image{
    float: left;
    margin-top: -15px;
}

@media only screen and (max-width: 728px) {
  .whatis-page .post .post-content{
        padding-left: 0px;
  }
}





/* Editorial Team Page Style */

.grid {
  padding: 20px 20px 20px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-family: 'poppins' !important;
}

.grid li {
  display: inline-block;
  width: 440px;
  margin: 0;
  padding: 20px;
  text-align: left;
  position: relative;
}

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #1080f2;
  color: #ffffff;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}



.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #161f26;
  color: #fff;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
  z-index: 10;
}

.cs-style-7 figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 0px #1080f2;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
  opacity: 1;
  height: 130%;
  box-shadow: 0 0 0 10px #1080f2;
}

.cs-style-7 figcaption h3 {
  margin-top: 92%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}

.cs-style-7 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}

@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 10px 10px;
  }
  .grid li {
    width: 100%;
    min-width: 300px;
  }
}

/* .Editorial Team Page Style */


/* 404 */
.error404 .table > div {
    vertical-align: top;
}







/* Whitepaper Landing Page */

.whitepaper-home-top {
    height: 500px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    background-image: url(/wp-content/uploads/2016/09/wphomebg.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px -100px;
    background-size: 100%;
}
.whitepaper-home-search {
    height: 100px;
    background-color: #381f55 !important;
    text-align: center;
}
.whitepaper-home-vendors {
    background-color: #fff !important;
    height: 300px;
    text-align: center;
}
.whitepaper-home-featured {
    background-color: #fafafa !important;
    min-height: 500px;
    text-align: center;
    padding-bottom: 30px;
}
.whitepaper-home-categories {
    text-align: center;
    padding-bottom: 50px !important;
background-color: #4b3958;
background: -webkit-linear-gradient(top left,#000936,#4b3958 50%,#894671);
background: linear-gradient(to bottom right,#000936,#4b3958 50%,#894671);
}
.whitepaper-home-categories h1 {
    color: #fff;
    text-transform: uppercase;
}

.whitepaper-home-aboutus h1 {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.whitepaper-home-aboutus {
    background-color: #fff !important;
    height: 500px;
    text-align: left;
    overflow: hidden;
}

.whitepaper-home-aboutus .text {
    float: left;
    padding-right: 50px;
}

.whitepaper-home-aboutus .image {
    float: right;
    padding-right: 20px;
}

.whitepaper-home-aboutus .row, .whitepaper-home-signup .row {
    max-width: 66.875em;
    margin-left: auto;
    margin-right: auto;
}

.whitepaper-home-signup {
    background-image: url(/wp-content/uploads/2016/09/wphomesignup.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
    text-align: center;
    color: #fff;
    height: 200px;
    padding-top: 80px !important;
}
.whitepaper-home-signup h1 {
    color: #fff;
    text-transform: uppercase;
}
.whitepaper-home-signup .text p {
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: bolder;
    text-align: left;
}
.whitepaper-home-sitemap {
    background-color: #222 !important;
    text-align: center;
}
.whitepaper-home-sitemap h1 {
    color: #fff;
    text-transform: uppercase;
}
.page .header.style2, .search .header.style2 {
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 0px !important;
    height: 390px;
    background: #465498 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%) !important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #465498), color-stop(100%, #0ca7d5)) !important;
    background: -webkit-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%) !important;
    background: -o-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%) !important;
    background: -ms-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%) !important;
    background: linear-gradient(135deg, #465498 0%, #0ca7d5 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#465498', endColorstr='#0ca7d5', GradientType=1) !important;
}

.page .header.style2 .navigation, .search .header.style2 .navigation {
    z-index: 1;
    position: relative;
}
.page .header.style2 .row, .search .header.style2 .row {
    max-width: 66.875em;
}

.page .header.style2 .vendors {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 200px;
    width: 100%;
    padding-top: 30px;
}

.page .header.style2 .introduction {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    height: auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}


.searchform fieldset input[type="text"], .searchform fieldset input[type="search"] {
    margin: 0;
    width: 100%;
    font-size: 18px;  
	/*padding: 3px 10px;*/
}

.searchform fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  outline: 0;
  text-indent: -9999px;
  width: 44px;
  padding: 0;
  height: 35px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAuMDc4cHgiIGhlaWdodD0iMTguNTMxcHgiIHZpZXdCb3g9IjAgMCAyMC4wNzggMTguNTMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4wNzggMTguNTMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTguOTYsMTYuODk2bC00Ljk3My00LjkyNmMxLjAyLTEuMjU1LDEuNjMzLTIuODQ2LDEuNjMzLTQuNTc4YzAtNC4wMzUtMy4zMTItNy4zMTctNy4zODUtNy4zMTdTMC44NDksMy4zNTgsMC44NDksNy4zOTMNCgkJCWMwLDQuMDMzLDMuMzEzLDcuMzE2LDcuMzg2LDcuMzE2YzEuNjYsMCwzLjE4OC0wLjU1Miw0LjQyMi0xLjQ3MWw0Ljk5OCw0Ljk1YzAuMTgxLDAuMTc5LDAuNDE2LDAuMjY4LDAuNjUyLDAuMjY4DQoJCQljMC4yMzUsMCwwLjQ3Mi0wLjA4OSwwLjY1Mi0wLjI2OEMxOS4zMiwxNy44MzIsMTkuMzIsMTcuMjUzLDE4Ljk2LDE2Ljg5NnogTTIuNjkzLDcuMzkzYzAtMy4wMjcsMi40ODUtNS40ODksNS41NDItNS40ODkNCgkJCWMzLjA1NCwwLDUuNTQxLDIuNDYyLDUuNTQxLDUuNDg5YzAsMy4wMjYtMi40ODYsNS40ODktNS41NDEsNS40ODlDNS4xNzksMTIuODgyLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat;
}
.searchform fieldset input[type="submit"]:hover {
  color: #080808;
}

.page .header.style2 .logolink, .single .header.style2 .logolink, .search .header.style2 .logolink {
    float: left;
    padding-top: 10px;
}

.page .header.style2 .logolink img, .single .header.style2 .logolink img, .search .header.style2 .logolink img {
    width: 60px;
}
.single .header.style2 section.marquee #bubble-overlay, .search .header.style2 section.marquee #bubble-overlay {
    height: 75px;
    padding: 0px;
}
.single .header.style2 section.marquee #bubble-overlay .content .row, .search .header.style2 section.marquee #bubble-overlay .content .row {
    display: none;
}
.single section.marquee #bubble-universe, .search section.marquee #bubble-universe {
    height: 75px;
}

.header.style2 .marquee {
    position: relative;
    margin-top: -46px;
    z-index: -1;
}

.header.style2 .menu-holder {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.header.style2 .menu-holder > ul > li {
    padding-bottom: 0px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
        text-decoration-color: #fff;
        text-decoration: none;
        border-bottom: 2px solid rgba(255,255,255,0.0);
        padding-left: 5px;
        padding-right: 5px;
}

.page .header.style2 .navigation .logolink img, .search .header.style2 .navigation .logolink img {
    width: 60px;
    margin-top: 7px;
    float: left;
    position: absolute;
}

.page .header.style2 .navigation .quick_search, .search .header.style2 .navigation .quick_search {
    opacity: 0;
}

.header.style2 .menu-holder > ul > li:hover {
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.header.style2 .menu-holder {
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-top: 10px;
}

#page-id-872 .quick_search {
    display: none;
}

.page .header.style2 .logo {
    width: auto !important;
    margin-left: 0 !important;
}
.post-header.parallax_bg .inline_bg {
    opacity: 0.5;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a {
    color: #0b85f4 !important;
}
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post.style1 .post-gallery {
    overflow: hidden;
}


#menu_width {
    text-align: left !important;
    float: left;
    position: absolute;
    padding-left: 100px;
    padding-bottom: 15px;
    height: 60px;
}
#menu_width .current-menu-item a, #menu_width .current-category-ancestor a {
    color: #222;
}

.whitepaper-home-top, .whitepaper-home-vendors, .whitepaper-home-featured, .whitepaper-home-categories, .whitepaper-home-aboutus, .whitepaper-home-sitemap {
    padding-top: 50px !important;
}

.whitepaper-home-search {
    padding-top: 30px !important;
    height: 120px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}

.whitepaper-home-search h1 {
    color: #ccc;
}


.whitepaper-home-categories .row, .whitepaper-home-featured .row, .whitepaper-home-search .row, .whitepaper-home-top .row {
    max-width: 66.875em;
    margin-left: auto;
    margin-right: auto;
}

.whitepaper-home-featured {
    padding: 40px;
    padding-bottom: 50px !important;
}

.whitepaper-home-featured .featured-block {
    height: 400px;
    margin-bottom: 40px;
}
.whitepaper-home-featured h1 {
    padding-bottom: 30px;
    color: #ccc;
    text-transform: uppercase;
}

.whitepaper-home-featured .featured-block .featured-block-content {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    height: 450px;
    min-height: 400px;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    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);
    border: 2px solid white;
    margin-bottom: 30px;
}
.whitepaper-home-featured .featured-block .featured-block-content:hover {
    border: 2px solid orange;
}
.whitepaper-home-categories .category-block {
    height: 200px;
    margin-bottom: 70px;
    padding: 10px;
}
.whitepaper-home-categories .category-block a .category-block-content {
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.whitepaper-home-categories .category-block a .category-block-content:hover {
        margin-top: -20px;
}

.whitepaper-home-categories h1 {
    padding-bottom: 30px;
    text-transform: uppercase;
}

.whitepaper-home-categories .category-block .category-block-content {
    background-color: rgba(255,255,255,0.2);
    padding: 20px;
    height: auto;
    color: #fff;
    min-height: 230px;
}

.whitepaper-home-categories .category-block .category-block-content h4 {
    text-transform: uppercase;
    color: #fff;
}

.whitepaper-home-categories .category-block .category-block-content img {
    padding-bottom: 30px;
    padding-top: 10px;
}

.whitepaper-home-categories .category-block .category-block-content p {
    padding-top: 10px;
    font-size: 13px;
}

.whitepaper-home-featured .featured-block .featured-block-content:after {
    background-image: url(https://stripe.com/img/subscriptions/end/data.png);
}

.whitepaper-home-search input[type="text"] {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    text-align: center;
}

.page .header.style2 #menu_width .current-menu-item a {
    color: rgba(255,255,255,0.3);
}

.page .header.style2 #menu_width .current-menu-item {
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.page-id-872 .quick_search {
    display: none;
}

[class*=column]+[class*=column]:last-child {
    float: left;
}



.header.style2 .top-title {
    font-size: 3em;
    text-align: left;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
    padding-left: 20px;
    margin-top: 60px;
}



.header.style2 .top-desc {
    font-size: 24px;
    text-align: left;
    font-family: 'Poppins';
    color: #fff;
    line-height: 1.5em;
    padding-left: 20px;
}



.featured-block-content .logo {
    height: 80px;
}
.featured-block-content .logo img {
    height: auto;
    width: auto;
    max-height: 70px;
}

.featured-block-content .title {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
}

.featured-block-content .excerpt {
    margin-top: 20px;
}

.featured-block-content .viewmore {

}


.whitepaper-home-signup .btn {
    border: 1px solid #fff;
    color: #fff;
    height: 50px;
    padding: 20px;
    font-size: 1.2em;
    width: 100%;
}








section.marquee #bubble-overlay {
    position:absolute;
    top:0;
    width:100%;
    background-color:#52418f;
    background-color:rgba(82,65,143,.97);
    background:-webkit-linear-gradient(left top,rgba(41,8,48,.97),rgba(82,65,143,.97) 50%,rgba(114,183,227,.97));
    background:linear-gradient(to right bottom,rgba(41,8,48,.97),rgba(82,65,143,.97) 50%,rgba(114,183,227,.97));
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);
    text-shadow:0 1px 2px rgba(0,0,0,.5);
    padding-top: 100px;
    box-sizing:border-box;
    height: 480px;
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-overlay header {
        padding-left:165px
    }
}
@media screen and (max-width:479px) {
    section.marquee #bubble-overlay header {
        padding:140px 20px 30px;
        text-align:center
    }
}
section.marquee #bubble-overlay header:before {
    content:"";
    position:absolute;
    width:132px;
    height:132px;
    left:58px;
    margin-top:-25px;
    background-image:url(/img/subscriptions/logo.png);
    background-size:100% 100%
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay header:before {
        background-image:url(/img/subscriptions/logo@2x.png);
        background-size:100% 100%
    }
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-overlay header:before {
        left:0
    }
}
@media screen and (max-width:479px) {
    section.marquee #bubble-overlay header:before {
        width:100px;
        height:100px;
        left:50%;
        margin:0 0 0 -50px;
        top:20px
    }
}
section.marquee #bubble-overlay header h1 {
    font-size:32px;
    margin-bottom:12px;
    color:#fff
}
@media screen and (max-width:479px) {
    section.marquee #bubble-overlay header h1 {
        font-size:26px;
        font-weight:400
    }
}
section.marquee #bubble-overlay header p {
    font-size:18px;
    color:#b1b6eb
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-overlay header p {
        font-size:16px
    }
}
@media screen and (max-width:479px) {
    section.marquee #bubble-overlay header p {
        font-size:14px
    }
}
section.marquee #bubble-overlay .logos {
    padding:30px 0 35px;
    text-align:center
}
@media screen and (max-width:479px) {
    section.marquee #bubble-overlay .logos {
        display:none
    }
}
section.marquee #bubble-overlay .logos li {
    display:inline-block;
    margin:0 20px
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-overlay .logos li {
        margin:4px
    }
}
section.marquee #bubble-overlay .logos a {
    display:inline-block;
    height:49px;
    overflow:hidden;
    text-indent:-1000px;
    background-size:100% 100%!important;
    will-change:opacity;
    opacity:.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-filter:alpha(opacity=60);
    -moz-filter:alpha(opacity=60);
    -ms-filter:alpha(opacity=60);
    -o-filter:alpha(opacity=60);
    filter:alpha(opacity=60);
    -webkit-transition:opacity .3s;
    transition:opacity .3s
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-overlay .logos a {
        -webkit-transform:scale(.85);
        transform:scale(.85)
    }
}
section.marquee #bubble-overlay .logos a:hover {
    opacity:.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-filter:alpha(opacity=80);
    -moz-filter:alpha(opacity=80);
    -ms-filter:alpha(opacity=80);
    -o-filter:alpha(opacity=80);
    filter:alpha(opacity=80);
    -webkit-transition:opacity .1s;
    transition:opacity .1s
}
section.marquee #bubble-overlay .logos .digitalocean {
    background-image:url(https://stripe.com/img/subscriptions/logos/digitalocean.png?2);
    width:181px
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay .logos .digitalocean {
        background-image:url(https://stripe.com/img/subscriptions/logos/digitalocean@2x.png?2);
        background-size:auto auto
    }
}
section.marquee #bubble-overlay .logos .mixpanel {
    background-image:url(https://stripe.com/img/subscriptions/logos/mixpanel.png);
    width:117px
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay .logos .mixpanel {
        background-image:url(https://stripe.com/img/subscriptions/logos/mixpanel@2x.png);
        background-size:auto auto
    }
}
section.marquee #bubble-overlay .logos .udacity {
    background-image:url(https://stripe.com/img/subscriptions/logos/udacity.png);
    width:139px
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay .logos .udacity {
        background-image:url(https://stripe.com/img/subscriptions/logos/udacity@2x.png);
        background-size:auto auto
    }
}
section.marquee #bubble-overlay .logos .hubspot {
    background-image:url(https://stripe.com/img/subscriptions/logos/hubspot.png);
    width:116px
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay .logos .hubspot {
        background-image:url(https://stripe.com/img/subscriptions/logos/hubspot@2x.png);
        background-size:auto auto
    }
}
section.marquee #bubble-overlay .logos .blueapron {
    background-image:url(https://stripe.com/img/subscriptions/logos/blueapron.png);
    width:97px
}
@media (min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:138dpi),all and (-webkit-min-device-pixel-ratio:1.5) {
    section.marquee #bubble-overlay .logos .blueapron {
        background-image:url(https://stripe.com/img/subscriptions/logos/blueapron@2x.png);
        background-size:auto auto
    }
}
section.marquee #bubble-universe {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-1000px
}
@media screen and (max-width:1012px) {
    section.marquee #bubble-universe {
        margin-left:-952px
    }
}
@media screen and (max-width:479px) {
    section.marquee #bubble-universe {
        margin-left:-648px;
        top:-32px
    }
}



#navholder {
    height: 55px;
}

.menu-holder.style1.dark {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}



canvas{
    display:block;
    vertical-align:bottom;
}

#particles-js{
    width: 100%;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
    position: fixed;
    margin-top: -100px;
}

.home #particles-js {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
}

body.single #particles-js {
    max-height: 450px;
    margin-top: 0px;
    top: 0px;
}
body.category #particles-js {
    max-height: 450px;
    margin-top: 0px;
    top: 0px;
}

.home .canvas-container {
    background-color: rgb(16, 128, 242);
    height: 350px;
    max-height: 450px;
    overflow: hidden;
    z-index: 0;
}

.article-particles {
    position: absolute;
    background: rgb(16, 128, 242) none repeat scroll 0% 0% !important;
    height: auto;
}

.header.style1, #navholder, .menu-holder.dark {
    background: none !important;
}

.header.style1 {
    padding-bottom: 60px;
    max-height: 350px;
}
#navholder {
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.2) !important;
    overflow: visible;
    position: absolute;
    width: 100%;
    margin-top: -55px;
	/*margin-top: -68px;*/
}

/*
.home .header.style1 {
    background-color: #1080f2 !important;
}
*/



/* Fixed Sidebar on Article Pages */

body.single #wrapper {
}


body.single #infinite-article {
    padding-left: 300px;
    text-align: left;
}


body.single-whitepaper #infinite-article {
    padding-left: 0px;
    padding-bottom: 50px;
}

body.single-whatis #infinite-article {
    padding-left: 0px;
    max-width: 76.875em;
margin-left: auto;
margin-right: auto;
}

body.single #infinite-article .row {
    margin-left: 0px;
    max-width: 100%;
    padding-top: 0px;
}

body.single .header.style1 {
    padding-left: 280px;
    text-align: left;
}

body.single .header.style1 .row {
  margin-left: auto;
      width: 100%;
}

body.single #navholder {
    text-align: left;
    padding-left: 285px;
}

body.single #navholder .row {
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
}

body.single .header .logo {
    display: none;
}

body.single .sidebar {
    background-color: rgb(250, 250, 250) !important;
    border-left: 1px dotted rgb(221, 221, 221) !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
    z-index: 2;
    max-width: 360px;
}

body.single .widget:not(.widget_singlead) {
    background: none !important;
    padding-right: 20px;
}

body.single .post.blog-post .post-title {
    padding-top: 30px;
}

body.single .medium-8 {
    padding-right: 60px;
    padding-top: 30px;
}

body.single .share-article-vertical .social {
    left: 1px;
    width: 58px;
}

body.single .share-article-vertical .facebook.social, .share-article-horizontal .facebook.social .fa-facebook{
    background: rgb(59, 89, 152) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: none;
}

body.single .share-article-vertical .twitter.social, .share-article-horizontal .twitter.social .fa-twitter {
    background: #00aced none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: none;
}

body.single .share-article-vertical .google-plus.social, .share-article-horizontal .google-plus.social .fa-google-plus {
    background: #dd4b39 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: none;
}

body.single .share-article-vertical .pinterest.social, .share-article-horizontal .pinterest.social .fa-pinterest {
    background: #cb2027 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: none;
}

body.single .share-article-vertical .linkedin.social, .share-article-horizontal .linkedin.social .fa-linkedin {
    background: #007bb6 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: none;
}
body.single .post-content-container .excerpt p {
    color: rgb(17, 17, 17);
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 1.25rem;
    font-weight: bolder;
}
body.single .subheader.dark {
    background: rgb(16, 128, 242);
    max-width: 100%;
    padding-left: 230px !important;
}
body.single .subheader .medium-8 {
    padding-top: 0px !important;
}
body.single .post-content form  {
    background-color: rgb(245, 245, 245);
    padding: 20px;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
}
body.single .post-content form .wpcf7-form-control-wrap {
    width: 50%;
    float: left;
}
body.single .post-content form .wpcf7-form-control-wrap .wpcf7-email {
    width: 100%;
    height: 45px;
    margin-bottom: 0px;
}
body.single .post-content form .wpcf7-form-control-wrap input {
    border: 1px solid #ddd;
}
body.single .post-content form .wpcf7-form-control {
    width: 50%;
    float: right;
    padding: 10px;
    height: 45px;
}
body.single .post-content form .wpcf7-response-output {
    color: #222;
    font-family: "Droid Serif", serif !important;
    border: 2px solid #222;
    padding: 5px;
    margin-top: 20px;
}
body.single .post-content form input[type="submit"] {
    font-size: 15px;
}
body.single .post-content form input[type=email]:focus {
  box-shadow: 0 0 5px rgba(16,128,242, 1);
  border: 1px solid rgba(16,128,242, 1);
}
body.single .post-content form p {
    margin-bottom: 0px;
    min-height: 45px;
}
body.single .post-content form img {
    float: left;
}
body.single .readability-tools {
    float: right;
    margin-top: -2px;
    font-size: 13px;
    text-transform: uppercase;
}
body.single .post-title .post-bottom-meta .shares {
    display: none;
}

/* .Fixed Sidebar on Article Pages */




/* Mega Menu White */
.menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder {
    left: 0px;
    right: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
    top: 55px !important;
}
.menu-holder ul.sf-menu > li > a {
    font-size: 12px;
}
.menu-holder ul.sf-menu > li {
    margin: 0 20px 0 0;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder {
    background: #fff;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li > a {
    color: #222;
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .category-children {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.menu-holder.dark ul li.menu-item-mega-parent .thb_mega_menu_holder .post .post-title a {
    color: #222;
}
.menu-holder ul.sf-menu > li > a {
    position: relative;
}


.menu-holder ul.sf-menu .thb_mega_menu_holder::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    top: -20px;
    z-index: 111;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media only screen and (max-width: 4080px) {

.menu-holder ul.sf-menu .menu-item-category-315 .thb_mega_menu_holder::before { margin-left: 0px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-316 .thb_mega_menu_holder::before { margin-left: 60px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-779 .thb_mega_menu_holder::before { margin-left: 170px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-318 .thb_mega_menu_holder::before { margin-left: 280px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-319 .thb_mega_menu_holder::before { margin-left: 385px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-320 .thb_mega_menu_holder::before { margin-left: 500px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-321 .thb_mega_menu_holder::before { margin-left: 600px; left: 0px; }

}


@media only screen and (max-width: 1407px) {

.menu-holder ul.sf-menu .menu-item-category-315 .thb_mega_menu_holder::before { margin-left: 0px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-316 .thb_mega_menu_holder::before { margin-left: 60px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-779 .thb_mega_menu_holder::before { margin-left: 150px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-318 .thb_mega_menu_holder::before { margin-left: 250px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-319 .thb_mega_menu_holder::before { margin-left: 340px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-320 .thb_mega_menu_holder::before { margin-left: 440px; left: 0px; }
.menu-holder ul.sf-menu .menu-item-category-321 .thb_mega_menu_holder::before { margin-left: 535px; left: 0px; }

}


@media only screen and (max-width: 4080px) {

.subheader.fixed .menu-holder .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder {
    left: 0px !important;
    margin-top: -10px !important;
}

.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-315 .thb_mega_menu_holder::before { margin-left: 10px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-316 .thb_mega_menu_holder::before { margin-left: 60px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-779 .thb_mega_menu_holder::before { margin-left: 150px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-318 .thb_mega_menu_holder::before { margin-left: 240px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-319 .thb_mega_menu_holder::before { margin-left: 330px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-320 .thb_mega_menu_holder::before { margin-left: 410px; }
.subheader.fixed .menu-holder ul.sf-menu .menu-item-category-321 .thb_mega_menu_holder::before { margin-left: 500px; }

}



/* Category Page */
.category-grid .grid {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

body.category .sidebar {
    margin-top: 30px;
    padding-left: 0px !important;
}




/* Previous and Next Navigation on Posts */

#prevNextButtons {
    display: none;
    position: fixed;
    top: 80vh;
    width: 100%;
    z-index: 1;
}
.nav-box.previous {
    position: absolute;
    margin-left: -70px;
    z-index: 1;
    top: 0px;
    width: 30px;
    height: 120px;
    z-index: 9999;
}
.nav-box.previous .arrow {
    width: 35px;
    height: 120px;
    position: absolute;
    background-color: rgb(242, 242, 242);
    margin-top: 0px;
    border-radius: 2px;
    z-index: 111;
}
.nav-box.next {
    position: absolute;
    right: -55px;
    z-index: 1;
    top: 0px;
    width: 30px;
    height: 120px;
    z-index: 1;
}
.nav-box.next .arrow {
    width: 35px;
    height: 120px;
    position: absolute;
    background-color: rgb(242, 242, 242);
    margin-top: 0px;
    border-radius: 2px;
    z-index: 111;
}
.nav-box.next .arrow::after {
    content: "\f054";
    font: 27px/50px fontawesome;
    color: #222;
    position: absolute;
    right: 7px;
    top: 37px;
}
.nav-box.previous .arrow::after {
    content: "\f053";
    font: 27px/50px fontawesome;
    color: #222;
    position: absolute;
    left: 5px;
    top: 37px;
}
.nav-box.previous #prev-content {
    position: absolute;
    width: 400px;
    height: 120px;
    left: -400px;
    opacity: 0;
    padding: 30px;
    padding-bottom: 6px;
    padding-top: 15px;
    background-color: #222;
    border: 2px solid #0872d2;
}
.nav-box.previous #prev-content a {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.nav-box.previous #prev-content img {
    float: left;
    margin-left: -15px;
    margin-top: -5px;
    margin-right: 20px;
}
.nav-box.next #next-content {
    position: absolute;
    width: 400px;
    height: 120px;
    right: -400px;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 6px;
    background-color: #222;
    border: 2px solid #0872d2;
    opacity: 0;
}
.nav-box.next #next-content a {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.nav-box.next #next-content img {
    float: left;
    margin-left: -15px;
    margin-top: -5px;
    margin-right: 20px;
}
.indonesiasurvey-form input[type="text"], input[type="email"] {
    border: 1px solid black;
}
/* Previous and Next Navigation on Posts */




.home .main_content .grid {
    padding: 0px;
}


.market-categories {
    list-style: none;
    padding: 0;
    min-height: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    display: block;
    width: 100%;
    height: 51px;
}

.market-categories li {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

.market-categories li a:hover {
    color: #0b85f4;
}

.market-categories li + li {
    padding-left: 20px;
}

.market-categories li a {
    font-size: 11px;
    color: #080808;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}

.market-categories.sub li a {
    font-size: 13px;
}

.post .post-navi .columns {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.post .post-navi .columns:hover {
    background-color: #1080f2;
}

.latest-4threvolution {
    padding: 40px;
    margin-top: 40px;
    background-color: rgb(245, 245, 245);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.latest-analysis {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
}

.subheader ul > li > a {
    display: block;
    padding: 0 10px;
    line-height: 46px;
}



.home-row .post-slider h3 {
    font-size: 48px;
    line-height: 62px;
}

.home .post.post-overlay.large-padding .post-gallery .post-title {
    position: absolute;
    bottom: 35%;
    margin: 0px 10%;
    top: auto;
}

.home .post .post-bottom-meta {
    text-align: center;
}

.home .post .post-bottom-meta [rel="author"] {
    float: none;
}

.home .post .post-bottom-meta [rel="author"]:not(.hide) + .time {
    float: none;
}

.home .post.post-overlay.bottom-gradient .post-gallery > a img {
    opacity: 0.8 !important;
}

.home .post.post-overlay.bottom-gradient:hover .post-gallery > a img {
    opacity: 0.4 !important;
}

.home .post .post-bottom-meta [rel="author"]:not(.hide) + .time {
    color: #222;
}

.home .slick.grid.post-slider .post-bottom-meta [rel="author"]:not(.hide) + .time {
    color: #fff;
}

.category .post .post-bottom-meta [rel="author"]:not(.hide) + .time {
    color: #fff;
}

.home .endcolumn .post-gallery > a, .category .endcolumn .post-gallery > a {
    display: block;
    max-height: 259px;
    overflow: hidden;
}

.home-morenews .endcolumn .post-gallery > a {
    max-height: 172px;
    overflow: hidden;
}

.home-exclusive .post-gallery .post-title a {
    font-size: 1.5em;
    line-height: 1.2em;
}

.home-exclusive .post-gallery .post-title {
    position: absolute;
    bottom: 24% !important;
    margin: 0px 10%;
    top: auto;
}


.category-title.style1 .thb-sibling-categories {
    background-color: #fff;
}

#wrapper [role="main"] {
    background-color: #fff;
}

#footer.dark {
    background: #080808;
    z-index: 0;
    position: relative;
}



.category-grid article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category-grid .slick-slider article {
    border-bottom: none;
    padding-bottom: 0px;
}









/* Whitepaper Articles */
.category-white-papers .whitepaper-main-image {
   /* float: left; */
    padding-right: 30px;
    margin-bottom: 30px;
}
.category-white-papers .whitepaper-main-image img {
    max-height: 130px;
    width: auto;
}
.category-white-papers .post-content-container {
    padding-left: 0px;
}
.whitepaper-article {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.whitepaper-article .sidebar {
    background-color: black;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.4);
    padding-bottom: 30px;
}
.sidebar .form-title {
  padding-top: 30px;
}
.whitepaper-article .sidebar .wpcf7 .form-title {
    font-weight: bold;
    font-size: 1.25em;
    color: rgb(0, 0, 0);
    padding-bottom: 0px;
    font-family: Unit;
}
.whitepaper-article .icon-button.download-icon {
    font-size: 1.0em;
    line-height: 1.3em;
    margin-top: 10px;
    position: relative;
    color: #fff;
    padding-right: 35px;
    padding-left: 10px;
}
.whitepaper-article .icon-button.download-icon:hover {
    color: #1080f2;
}
.whitepaper-article .icon-button.download-icon::before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 2em;
  padding-right: 0.5em;
}
#infinite-article {
  padding-bottom: 0px;
  overflow: hidden;
}
.whitepaper-image {
  height:auto;
}
.whitepaper-image .demo-image {
  cursor: pointer;
  width: 100%;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.whitepaper-image .demo-image:hover {
  opacity: 0.7;
}

.whitepapers-content .arrow-up {
    float: right;
    position: absolute;
    z-index: 11111;
    right: 25%;
    display: none;
    margin-top: -220px;
}

.whitepaper-more-information {
  color: #222;
}

.whitepaper-description {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.related-whitepapers {
  background-color: #fff; height: 500px; border-top: 1px solid #ddd;
}

.related-whitepaper .post-gallery a {
  width: 80%;
  height: 220px;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 10px;
  border: 6px solid #eee;
}
.related-whitepaper .post-gallery a img {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.related-whitepaper .post-gallery {
    background-color: #fff !important;
}

.category-white-paper .post-content {
  padding-top: 30px ;
}

.whitepaper-background {
  background-image: url("/wp-content/uploads/2016/03/05.jpg");
  background-size: 100% auto;
  height: 1000px;
  position: absolute;
  width: 110%;
  z-index: 0;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  opacity: 0.25;
  margin-left: -20px;
}
.whitepaper-article .main-content {
    padding: 20px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 100px !important;
    -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
}

.whitepaper-article .main-content .bottom-section {
    width: 106%;
    background-color: #fafafa;
    height: 40px;
    padding-left: 10px;
    bottom: 0px;
    margin-left: -20px;
    font-size: 12px;
    position: absolute;
    padding-top: 15px;
}

.whitepaper-article {
  color: #000;
  background-color: #fff;
}
.whitepaper-article h1 {
  color: #fff;
}
.whitepaper-first {
  max-width: 80em;
  margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
float: none;
}
.whitepaper-second {
  background-color: #ffffff;
  max-width: 80em;
  margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
float: none;
}

.whitepaper-second p {
  color: #333;
}
.whitepaper-excerpt p {
  font-family: Unit;
  font-size: 24px;
  line-height: 38px;
}
.category-white-papers .post-content {
    padding-top: 30px;
}
/* .Whitepaper Articles */



.post.post-overlay .post-gallery .post-title .post-bottom-meta, .post.post-overlay .post-gallery .post-title .post-bottom-meta a {
    display: none;
}
#div-gpt-ad-1364304769881-1 {
    text-align: left;
}

.home .post .post-bottom-meta {
    text-align: left;
}
.home .slick.grid.post-slider .post-bottom-meta {
    text-align: center;
    display: block !important;
}

.home-reviews .post {
    max-height: 300px;
}
.home .home-reviews .row .large-6 .post-gallery .post-title {
    top: 30%;
}
.home .home-reviews .row .large-4 .post-gallery .post-title {
    top: 40%;
}
.home .slick.grid.post-slider .post-title .post-bottom-meta a {
    display: inline;
}
.home .home-exclusive .post-bottom-meta .time {
    color: #fff;
}


#dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    display: none;
}


.subcategory_container {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}

.home .home-exclusive .post-bottom-meta .time {
    color: #fff !important;
    display: none !important;
}

.subcategory_container .thb-sibling-categories li + li {
    padding-left: 30px;
}
.subcategory_container .thb-sibling-categories li a {
    font-size: 13px;
}

#footer .textwidget {
    padding-right: 0% !important;
}


.cool-category .post-bottom-meta .shares {
    display: none;
}

.cool-category .post .post-bottom-meta .time.hide {
    display: block;
    margin-left: 0px;
}

body.single .back-to-home-link {
        background-color: rgb(242, 242, 242);
        font-size: 0.8em;
        position: absolute;
        margin-left: 2px;
        padding: 9px 10px 8px !important;
        line-height: 1;
        margin-top: -1px;
}

body.single .back-to-home-link::before {
      content: "\f015";
      font-size: 1em;
      color: #222;
      font-family: FontAwesome;
      padding-right: 5px;
}

body.single .sidebar .single-post .author-image {
    display: none;
}

.subheader.fixed .share-article-vertical h6 {
    display: none;
}

.category-what-is .category-grid {
    background-color: #fff;
}


@media only screen and (max-width: 669px) {
    #whatis-image img {
        min-height: 0px;
    }
}

@media only screen and (max-width: 1280px) {

    body.single #infinite-article {
        padding-left: 20px;
        text-align: left;
    }

    #prevNextButtons {
        display: none !important;
    }

    #article-switcher.active {
        left: -245px;
    }

    #article-switcher.active {
        transform: translate3d(0px, 0px, 0px);
    }

    #article-switcher {
        transform: translate3d(245px, 0px, 0px);
    }

    .home #article-switcher, .category #article-switcher {
        transform: translate3d(0px, 0px, 0px);
    }

    body.single #infinite-article {
        padding-left: 15px;
    }
    body.single-whatis #infinite-article {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.single .header.style1 {
        padding-left: 0px !important;
    }
    body.single #navholder {
        padding-left: 0px;
    }
    body.single .subheader.dark {
        padding-left: 0px !important;
    }

    body.single .header .logo {
        display: block;
    }
    body.single-format-gallery .header .logo {
        display: block !important;
    }

    body.single .excerpt p {
        font-size: 2em;
        line-height: 1.7em;
    }
    body.single .post-content p {
        /* font-size: 1.8em; */
    }

    .home-row .post-slider h3 {
        font-size: 2em;
        line-height: 1.2em;
    }

    .home #article-switcher, .category #article-switcher {
        left: -245px;
    }

}



@media only screen and (max-width: 1025px) {
    .header.style1 {
        padding-bottom: 0px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
    #navholder {
        display: none;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        font-size: 1.8em;
    }

    .header.dark .quick_search .quick_search_icon {
        height: 50px;
        width: 28px;
    }


}



@media only screen and (max-width: 769px) {

    #switch-button {
        margin-top: 70vh;
    }

    body.single .post-content p {
        font-size: 14px;
    }

    body.single .excerpt p {
        font-size: 2em;
        line-height: 1.7em;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        font-size: 1.8em;
    }

    .hi-icon-mobile:before, .post-content-container .wpfp-span:before {
        content: "\f08d";
        color: #fff;
        font-size: 1em;
        margin-top: -7px;
        margin-left: -11px;
    }

    .header.dark .quick_search .quick_search_icon {
        height: 50px;
        width: 28px;
    }

    .post-content-container .wpfp-span .wpfp-link {
        padding-left: 25px;
    }

    .hi-icon-mobile:before, .post-content-container .wpfp-span:before {
        margin-top: -8px;
        margin-left: -11px;
    }

    .post-content-container .wpfp-span {
        display: block;
        color: #fff;
        position: absolute;
        margin-top: -50px;
        padding: 7px;
        float: none;
        text-align: left;
        width: 145px;
        margin-left: 0px;
        height: auto;
        background-color: rgba(0,0,0,0.2);
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
    }

    .post-content-container .wpfp-span .wpfp-link {
        position: relative;
        margin-top: 0px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
    }
    body.single .readability-tools {
        float: none;
        margin-top: -15px;
        font-size: 13px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .header.style1 {
        padding-bottom: 0px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
    body.single #navholder {
        display: none;
    }

    .home-row .post-slider h3 {
        font-size: 1.3em;
        line-height: 1.2em;
    }
    .home #article-switcher, .category #article-switcher {
        transform: translate3d(0px, 0px, 0px);
    }
    .home #article-switcher.active, .category #article-switcher.active {
        transform: translate3d(245px, 0px, 0px);
    }

    aside.sidebar {
        /*display: none;*/
    }
    body.single .medium-8 {
        padding-right: 30px;
    }
    .home .wpb_column.columns.medium-4.small-12 {
        display: none;
    }

    body.single .post-content-container .excerpt p {
        font-size: 15px;
        line-height: 24px;
    }

    body.single .post.blog-post .post-title {
        padding-top: 0px;
    }

    .post.blog-post .entry-title {
        font-weight: bold;
        padding-bottom: 20px;
    }

    body.single .back-to-home-link {
        display: none;
    }
    .post .post-bottom-meta [rel=author]:not(.hide) + .time {
        margin-left: 0px;
        padding-top: 2px;
    }
    .post .post-bottom-meta [rel=author] {
        margin-top: -2px;
    }

    body.single .post-content form .wpcf7-form-control-wrap {
        width: 100%;
    }

    body.single .post-content form .wpcf7-form-control {
        width: 100%;
        float: none;
    }
    .latest-4threvolution {
        padding: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .home .main_content .small-6 {
        width: 100%;
        min-height: none;
        max-height: none;
        padding: 35px !important;
    }

    .home .main_content .post-bottom-meta {
        display: none;
    }
    .home .main_content .post-bottom-meta .post {
        padding-bottom: 0px;
    }

    .home .home-subscribe-bottom {
        padding-bottom: 100px !important;
        padding: 20px;
    }
    .market-categories li + li {
        padding-left: 10px;
    }
    .market-categories.sub li a {
        font-size: 11px;
    }
    #footer .widget p {
        font-size: 14px;
    }
    .header .logo .logoimg {
        max-height: 45px;
    }
    .home-reviews .grid {
            padding: 0px;
    }
    .home .home-morenews .posts article {
        padding-right: 40px;
        padding-left: 20px;
    }
    .home .home-morenews h3 {
        padding-left: 18px !important;
    }
    .home .home-morenews .main_content {
        padding-bottom: 0px;
    }
    .home-whitepaper-partners h3 {
        font-size: 1.5em;
    }
    .home .post.post-overlay.large-padding .post-gallery .post-title {
        bottom: 5%;
        top: auto;
    }
    .home .main_content .grid {
        padding: 20px;
    }
    .home .home-exclusive .row {
        padding: 15px;
    }
    #particles-js {
        height: 170px;
        margin-top: 0px;
        top: 0px;
    }
    .style8 .post-gallery .post-title{
      top: 40% !important;
      font-size: 0.7em !important;
          bottom: auto !important;
              position: relative !important;
    }


}


body.single .article-tags {
    display: none;
}
body.single .sidebar .author-image img {
    border-radius: 50px;
    display: none;
}

body.single-whitepaper .whitepaper-row {
    max-width: 70.875em !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-whitepaper .sidebar {
    height: auto;
    margin-top: 100px;
    padding-left: 30px !important;
    padding-top: 0px !important;
    background: none !important;
}

.form-container {
    background-color: #222;
    height: auto;
    padding: 40px;
    border-radius: 20px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
}

.header.style2 .navigation {
    max-width: 70.875em !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.whitepaper-article p {
    font-size: 14px;
}

.whitepaper-home-featured .featured-block-content .viewmore {
    position: absolute;
    bottom: 50px;
    margin-left: -22%;
}

.whitepaper-home-featured a:hover {
    color: #080808;
}

body.page-id-872 #article-switcher {
    display: none;
}

body.single-whitepaper #article-switcher {
    display: none;
}

body.single-whitepaper .form-container input[type="text"] {
    margin-bottom: 0px;
}

body.single-whitepaper .form-container label {
    color: #fff;
}



.related-posts .post-bottom-meta, .latest-4threvolution .post-bottom-meta, .latest-analysis .post-bottom-meta {
    display: block !important;
}
.related-posts .post-bottom-meta .hide, .latest-4threvolution .post-bottom-meta .hide, .latest-analysis .post-bottom-meta .hide {
    display: block !important;
}
.related-posts .post-bottom-meta .author-image, .latest-4threvolution .post-bottom-meta .author-image, .latest-analysis .post-bottom-meta .author-image {
    display: none !important;
}
.related-posts .post-bottom-meta strong, .latest-4threvolution .post-bottom-meta strong, .latest-analysis .post-bottom-meta strong {
    padding-right: 10px;
}


#subfooter.dark {
    position: relative;
}

.category-what-is .post.style3 .post-gallery {
    min-height: 85px;
    max-height: 200px;
    height: 200px;
    background-color: #fff;
}

.cateogry-what-is .post.style3 .post-gallery img {
    margin-top: -20px;
}

.category-what-is .post.style3 .shares {
    display: none;
}

.category-what-is .post-bottom-meta {
    display: none;
}

.category-what-is .post-title h5 {
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
}

.category-what-is #wrapper [role="main"] > .row {
    background: #f2f2f2;
}

.category-what-is #wrapper [role="main"] {
    background-color: #f2f2f2;
}

.category-what-is .row.top-padding article {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 360px;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.category-what-is .row.top-padding article:hover, .category-what-is .row.top-padding article:hover .post-gallery {
    background-color: rgb(16, 128, 242);
}

.category-what-is .widget {
    background-color: #f2f2f2 !important;
}

.category-what-is .widget > strong {
    border-color: #ddd !important;
}

.category-what-is .widget.widget_socialcounter ul li a {
    background-color: #f2f2f2 !important;
}

.category-what-is article .post-category {
    display: none;
}

.category-what-is .what-is-letter {
    font-size: 7em;
    color: #fff;
    padding-top: 40px;
}

.category-what-is .row.top-padding {
    padding-top: 0px;
    margin-top: 30px;
}

.category-what-is.search-results #wrapper [role="main"] {
    margin-top: -30px;
}

.category-what-is.search-results #wrapper [role="main"] > .row {
    padding-top: 30px;
}

.whitepaper-side-form .form-container h4 {
    color: #fff;
}

.whitepaper-side-form .wp-form-page1 {
    display: block;
}

.whitepaper-side-form .wp-form-page2 {
    display: none;
}

.whitepaper-side-form .download-now-button {
    padding: 20px;
    border-radius: 5px;
    background-color: green;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    -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);
}

.whitepaper-side-form .download-now-button:hover {
    background: #484848;
}


.whitepaper-side-form .privacy-policy {
    color: #fff;
    margin-top: 20px;
    padding-top: 0px !important;
}

.whitepaper-side-form .privacy-policy a {
    color: #0b85f4;
}

.whitepaper-side-form .read-only input {
    padding: 0px;
    background: none;
    border: none;
    color: #fff;
    margin-bottom: 10px !important;
}

.whitepaper-side-form .hidden-field {
    display: none;
}

.whitepaper-side-form .read-only .wpcf7-form-control-wrap.question-1 input, .whitepaper-side-form .read-only .wpcf7-form-control-wrap.question-2 input, .whitepaper-side-form .read-only .wpcf7-form-control-wrap.question-3 input {
    background: #fff;
    border-color: #080808;
    color: #080808;
    padding: 12px 15px 11px;
    font-size: 11px;
    font-weight: 500;
}

.whitepaper-side-form .wp-submission {
    margin-top: 30px;
}


.home .home-morenews .endcolumn .post-bottom-meta span {
    display: none;
}

body.author article.type-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.whitepaper-home-categories .viewmore.btn.white {
    color: #fff;
    background: none;
}


body.page-id-874 .header.style2 section.marquee #bubble-overlay {
    height: 75px;
    padding: 0px;
}

body.page-id-876 .header.style2 section.marquee #bubble-overlay {
    height: 75px;
    padding: 0px;
}

body.page-id-878 .header.style2 section.marquee #bubble-overlay, body.search.category-white-papers .header.style2 section.marquee #bubble-overlay, body.search.category-whitepapers .header.style2 section.marquee #bubble-overlay  {
    height: 75px;
    padding: 0px;
}

body.page-id-874 .header.style2, body.page-id-876 .header.style2, body.page-id-878 .header.style2, body.page-id-272376 .header.style2, body.search.category-white-papers .header.style2, body.search.category-whitepapers .header.style2 {
    height: 70px;
    padding: 0px;
}

body.page-id-874 .single section.marquee #bubble-universe {
    height: 75px;
}
body.page-id-876 .single section.marquee #bubble-universe {
    height: 75px;
}
body.page-id-878 .single section.marquee #bubble-universe {
    height: 75px;
}
body.page-id-272376 .single section.marquee #bubble-universe, body.search.category-white-papers .single section.marquee #bubble-universe, body.search.category-whitepapers .single section.marquee #bubble-universe{
    height: 75px;
}

body.page-id-272376 #article-switcher, body.page-id-878 #article-switcher, body.page-id-876 #article-switcher, body.page-id-874 #article-switcher {
    display: none;
}





body.page-id-874 .header.style2 section.marquee #bubble-overlay .content .row, body.page-id-876 .header.style2 section.marquee #bubble-overlay .content .row, body.page-id-878 .header.style2 section.marquee #bubble-overlay .content .row, body.search.category-white-papers .header.style2 section.marquee #bubble-overlay .content .row, body.search.category-whitepapers .header.style2 section.marquee #bubble-overlay .content .row  {
    display: none;
}



.header.style2 {
    padding-top: 0px !important;
}

body.page-id-874 .whitepaper-home-categories, body.page-id-876 .whitepaper-home-categories,
body.page-id-878 .whitepaper-home-categories, body.page-id-272376 .whitepaper-home-categories
{
    background: none !important;
}

body.page-id-874 .whitepaper-home-categories .category-block .category-block-content {
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    height: auto;
    color: #fff;
    min-height: 230px;
}

body.page-id-874 .whitepaper-home-categories h1 {
    color: #222;
}


body.page-id-874 h1, body.page-id-876 h1, body.page-id-878 h1, body.page-id-272376 h1 {
padding-bottom: 30px;
color: #ccc;
text-transform: uppercase;
border-bottom: 1px solid #ccc;
max-width: 70.875em !important;
margin-left: auto !important;
margin-right: auto !important;
}


.subheader .large-9 {
    display: none;
}
.subheader .large-3 {
    position: absolute;
    right: 0;
}

.subheader.fixed .large-9 {
    display: block;
}
.subheader.fixed .large-3 {
    position: relative;
    right: auto;
}

.subheader .large-3 .right-menu {
    border: none !important;
}
.subheader .large-3 .right-menu li {
    border: none !important;
}

#pb-un-actions {
    display: none;
}



.post.post-overlay.color1-gradient .post-gallery > a img {
    opacity: 1;
    min-height: 330px;
    width: auto;
}
.home .home-reviews .row .large-6 .post-gallery .post-title {
    bottom: 60%;
}


.related-posts .post-category, .latest-4threvolution .post-category, .latest-analysis .post-category {
    display: none;
}
.related-posts .post-category .post-gallery, .latest-4threvolution .post-category .post-gallery, .latest-analysis .post-category .post-gallery {
    max-height: 150px;
    overflow: hidden;
}
.related-posts h6, .latest-4threvolution h6, .latest-analysis h6 {
    margin-top: 10px;
}
.related-posts h4, .latest-4threvolution h4, .latest-analysis h4 {
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}


body.single .guest-author .post-bottom-meta {
    margin-top: 5px;
}

#thb_latestimages_widget-11 .post-gallery, #thb_latestimages_widget-19 .post-gallery, #thb_latestimages_widget-9 .post-gallery, #thb_latestimages_widget-22 .post-gallery, #thb_latestimages_widget-15 .post-gallery,
#thb_latestimages_widget-24 .post-gallery,
#thb_latestimages_widget-23 .post-gallery {
    background: none;
}

#thb_latestimages_widget-11 .post-gallery img, #thb_latestimages_widget-19 .post-gallery img, #thb_latestimages_widget-9 .post-gallery img,
#thb_latestimages_widget-22 .post-gallery img, #thb_latestimages_widget-15 .post-gallery img,
#thb_latestimages_widget-24 .post-gallery img,
#thb_latestimages_widget-25 .post-gallery img,
#thb_latestimages_widget-23 .post-gallery img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.home .home-reviews .large-4 .post-gallery {
    max-height: 250px !important;
}

.quick_search .searchform .s {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: rgba(255, 255, 255, 0.4);
}



    .home #article-switcher, .category #article-switcher {
        transform: translate3d(0px, 0px, 0px);
    }
    .home #article-switcher.active, .category #article-switcher.active {
        transform: translate3d(245px, 0px, 0px);
    }

    .category-header {
        background-color: #222 !important;
        background: -webkit-linear-gradient(top left,#0b0b0b,#2e302f 50%,#4e4f51) !important;
        background: linear-gradient(to bottom right,#0b0b0b,#2e302f 50%,#4e4f51) !important;
    }

.thb-a {
    min-height:0;
}

.share-article-vertical h6 {
    width: 58px;
    margin-left: 1px;
}
.share-article-vertical .social:hover span {
    width: 57px;
    left: 1px;
}

body.single-whitepaper .wpcf7-not-valid {
    border: 4px solid red;
}

body.single-whitepaper .quick_search {
    opacity: 0;
}

body.single-whitepaper .header.style2 .logolink {
    float: left;
    padding-top: 20px;
}

body.single-whitepaper .header.style2 .marquee {
    margin-top: -55px;
}

body.single-whitepaper .related-white-papers {
    padding-top: 50px !important;
}

body.single-whitepaper .related-title {
    text-transform: uppercase;
    text-align: center;
}

body.single .related-white-papers article {
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 15px;
    min-height: 300px;
}

#menu_width {
    height: 50px;
}

.home .post-overlay.top-gradient .post-gallery > a {
    opacity: 0.7 !important;
}

#thb_latestimages_widget-11 .wp-post-image, #thb_latestimages_widget-9 .wp-post-image, #thb_latestimages_widget-19 .wp-post-image, #thb_latestimages_widget-22 .wp-post-image, #thb_latestimages_widget-15 .wp-post-image {
    height: 30px;
    width: auto;
}

#thb_latestimages_widget-24 .wp-post-image,
#thb_latestimages_widget-25 .wp-post-image,
#thb_latestimages_widget-23 .wp-post-image {
    height: auto;
    width: auto;
}

#thb_latestimages_widget-11 .listing-content p, #thb_latestimages_widget-9 .listing-content p, #thb_latestimages_widget-19 .listing-content p, #thb_latestimages_widget-22 .listing-content p, #thb_latestimages_widget-15 .listing-content p,
#thb_latestimages_widget-25 .listing-content p,
#thb_latestimages_widget-24 .listing-content p,
#thb_latestimages_widget-23 .listing-content p {
    margin-bottom: 10px;
}

#thb_latestimages_widget-11, #thb_latestimages_widget-9, #thb_latestimages_widget-19, #thb_latestimages_widget-22, #thb_latestimages_widget-15,
#thb_latestimages_widget-24,
#thb_latestimages_widget-23 {
    /* display: none !important; */
}

.category h5 {
    font-size: 20px;
    line-height: 26px;
}

.lead-creation-date {
    display: none;
}

.category-title.style1 .category-header {
    padding: 15px;
    display: none;
}

.category-title.style1 h1 {
    font-size: 30px;
}



.whitepaper-article .post-title h6 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.whitepaper-article .post-title h3 {
    font-size: 2.5em;
    line-height: 1.1em;
}

body.single-whitepaper .sidebar {
    border: none !important;
}





.wp-category-list {
    text-align: left;
    padding-bottom: 0px !important;
}


.whitepaper-home-categories .post-bottom-meta strong {
    font-size: 1.5em;
    letter-spacing: 0;
    display: block !important;
    float: none !important;
}

.whitepaper-home-categories .post-bottom-meta strong a {
    display: block !important;
    float: none !important;
}

.whitepaper-home-categories .post-bottom-meta img {
    max-height: 35px;
    width: auto;
}

.whitepaper-home-categories h5 a, .whitepaper-home-categories h5 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.whitepaper-home-categories h1 {
    text-align: center;
    color: #ddd !important;
}

.whitepaper-home-categories .row {
    padding: 5px;
    float: none;
}

.whitepaper-home-categories .post-gallery img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.whitepaper-home-categories .category-grid {
    width: 100%;
}

.whitepaper-home-categories .category-grid p {
    text-align: center;
    width: 100%;
}

.whitepaper-home-categories .category-grid article p {
    text-align: left;
}

.whitepaper-article .related-posts .post .post-gallery {
    background: none;
}

.whitepaper-article .related-posts .post .post-gallery img {
    max-height: 60px;
    width: auto;
}

.whitepaper-home-categories .company_section {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin-bottom: 50px;
}

.whitepaper-home-categories .company_section img {
    max-width: 30%;
    padding-bottom: 40px;
}

.whitepaper-home-categories .company_section a {
    font-size: 1.2em;
    margin-bottom: 10px;
    -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);
}
.whitepaper-home-categories .company_section a:hover {
    color: #0b85f4;
}

body.page-id-878 .whitepaper-home-categories .company-row {
    margin-top: 0px;
    padding-top: 0px !important;
    text-align: left;
    background: none !important;
}

body.page-id-878 .whitepaper-home-categories .columns {
    padding: 0px;
}


.page-id-273865 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-273865 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-273865 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-273865 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-273865 .subcategory_container {
    background-color: #fff;
}
.page-id-273865 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-273865 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-273865 .market-categories li + li {
    padding-left: 40px;
}








.page-id-274322 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-274322 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-274322 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-274322 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-274322 .subcategory_container {
    background-color: #fff;
}
.page-id-274322 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-274322 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-274322 .market-categories li + li {
    padding-left: 40px;
}




.page-id-274320 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-274320 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-274320 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-274320 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-274320 .subcategory_container {
    background-color: #fff;
}
.page-id-274320 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-274320 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-274320 .market-categories li + li {
    padding-left: 40px;
}





.page-id-274316 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-274316 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-274316 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-274316 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-274316 .subcategory_container {
    background-color: #fff;
}
.page-id-274316 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-274316 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-274316 .market-categories li + li {
    padding-left: 40px;
}





.page-id-274314 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-274314 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-274314 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-274314 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-274314 .subcategory_container {
    background-color: #fff;
}
.page-id-274314 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-274314 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-274314 .market-categories li + li {
    padding-left: 40px;
}






.page-id-274318 .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.page-id-274318 .category-title.style1 {
    margin-bottom: 0px;
}
.page-id-274318 .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.page-id-274318 .category-title.style1 h1 {
    font-size: 40px;
}
.page-id-274318 .subcategory_container {
    background-color: #fff;
}
.page-id-274318 .market-categories li a {
    font-size: 0.8rem;
}
.page-id-274318 .market-categories li a.active {
    color: #0b85f4;
}
.page-id-274318 .market-categories li + li {
    padding-left: 40px;
}







.single-post .market-categories {
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.single-post .category-title.style1 {
    margin-bottom: 0px;
}
.single-post .category-title.style1 .category-header {
    padding: 40px;
    display: block;
    background-color: #fff !important;
    z-index: 1;
}
.single-post .category-title.style1 h1 {
    font-size: 40px;
}
.single-post .subcategory_container {
    background-color: #fff;
}
.single-post .market-categories li a {
    font-size: 0.8rem;
}
.single-post .market-categories li a.active {
    color: #0b85f4;
}
.single-post .market-categories li + li {
    padding-left: 40px;
}








.dt-home-anblog {
    background-color: rgb(16, 128, 242);
    padding: 20px;
    color: #fff;
}

.dt-home-videosection {
    background-color: rgb(16, 128, 242);
    padding: 20px;
    color: #fff;
}

/*.page-id-273865 .category-element-holder {*/
.page-id-273865 .category-element-holder , .page-id-286772 .category-element-holder, .category-element-holder-post{
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 50px;
}

/*.page-id-273865 .category-element-holder:nth-child(1) {*/
.page-id-273865 .category-element-holder:nth-child(1), .page-id-286772 .category-element-holder:nth-child(1) {
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
}

/*.page-id-273865 .home-row .grid {*/
.page-id-273865 .home-row .grid , .page-id-286772 .home-row .grid {
    padding: 0px;
}

/*#post-273865, #post-274322, #post-274320, #post-274316, #post-274314, #post-274318 {*/
#post-273865, #post-274322, #post-274320, #post-274316, #post-274314, #post-274318 , #post-286772 , #post-286776  , #post-286774  , #post-286778  {
    padding-top: 30px;
}
#thb_singlead_widget-12 {
    text-align: left;
}


.digital-transformation-post .download-button small {
    display: none;
}
.digital-transformation-post .download-button {
    background-color: green !important;
    color: #fff !important;
    border: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.digital-transformation-post .post-content-container {
    padding-left: 0px;
}
.digital-transformation-post .wpfp-span {
    display: none;
}
.digital-transformation-post .entry-title {
    padding-bottom: 0px !important;
    border: none !important;
}
.digital-transformation .post-gallery img {
    background-color: #fff;
}
.digital-transformation .post-gallery {
    width: 55%;
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.digital-transformation .share-container {
    float: right;
    width: 40%;
}
.video-vault-button {
    margin-top: -30px;
    padding-bottom: 30px;
}
.dt-home-videosection p, .dt-home-anblog p {
    font-family: 'Poppins' !important;
    font-weight: bold;
    text-transform: uppercase;
}

.single-video-vault-button {
    border-radius: 5px;
    padding: 14px 20px 12px 20px;
    height: 45px;
    font-size: 17px;
    background: #1080f2;
    color: #fff;
    border: none !important;
    cursor: pointer;
    font-family: 'Poppins' !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -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);
}

.single-video-vault-button:hover {
    background: #484848 !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


@media only screen and (min-width: 770px) {
    body.single-whatis .post-detail-row .medium-8 {
        padding-left: 285px;
    }
}

body.single-whatis .post-detail-row .medium-8.offset {
    padding-left: 30px;
}
body.single .subheader.fixed.dark.offset {
    padding-left: 0px !important;
}

.menu-holder.dark ul .menu-item-270235 .sub-menu a:hover {
    color: #0b85f4 !important;
}

.category-element-holder .post-gallery, .post .post-gallery {
    background: none !important;
}

.home .post .post-gallery {
    background: #080808 !important;
}

.digital-transformation-post .medium-8 .post-gallery {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    float: none;
    padding: 0px;
}

.digital-transformation-post .medium-8 .share-container {
    float: none;
    width: 100%;
}

.digital-transformation-white-paper .medium-8 .post-gallery {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 55%;
    float: left;
    padding: 20px;
}

.digital-transformation-white-paper .medium-8 .share-container {
    float: right;
    width: 40%;
}

body.search.category-white-papers #wrapper [role="main"], body.search.category-whitepapers #wrapper [role="main"] {
    margin-top: 100px;
}
body.search.category-white-papers.search-results .medium-8 .post-bottom-meta,
body.search.category-white-papers.search-no-results .medium-8 .post-bottom-meta, body.search.category-whitepapers.search-results .medium-8 .post-bottom-meta, body.search.category-whitepapers.search-no-results .medium-8 .post-bottom-meta  {
    display: none;
}
body.search.category-white-papers .post-content, body.search.category-whitepapers .post-content {
    padding-top: 0px;
}
body.search.category-white-papers .row.top-padding, body.search.category-whitepapers .row.top-padding {
    max-width: 70.875em !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* What is Page new */


.whatis-header{
  text-align: left;
/* background-color: #353535;
background-image: url("https://www.transparenttextures.com/patterns/noisy-net.png"); */
  color:white;
    padding: 2em !important;
        padding-left: 3.5em !important;
        padding-bottom: 0px !important;

}

.whatis-header h1{
  color: #2a2f34;
      margin-bottom: 5px;
}

.whatis-header strong a{
color:#0b85f4;
}

.whatis-header .author-image{
  float:none;
  margin-top:0px;
}


.whatis-notop {
    padding-top: 0px !important;
}

@-webkit-keyframes color_change {
    from { background-color: #1080f2; }
    to { background-color: #2D1DF4; }
}
@-moz-keyframes color_change {
    from { background-color:  #1080f2;; }
    to { background-color: #2D1DF4;}
}
@-ms-keyframes color_change {
    from { background-color:  #1080f2; }
    to { background-color: #2D1DF4; }
}
@-o-keyframes color_change {
    from { background-color:  #1080f2; }
    to { background-color:#2D1DF4; }
}
@keyframes color_change {
    from { background-color:  #1080f2; }
    to { background-color: #2D1DF4; }
}

.whatis-nextwhatis span{
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.5em;
  color: white;
  font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: 300;
  position: relative;
  margin: 0 auto;

  -webkit-animation: color_change 2s infinite alternate;
    -moz-animation: color_change 2s infinite alternate;
    -ms-animation: color_change 2s infinite alternate;
    -o-animation: color_change 2s infinite alternate;
    animation: color_change 2s infinite alternate;

  animation-name: color_change;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-direction: alternate;
color: white;
    /* font-family: 'Lato'; */
    font-family: "Droid Serif", serif;
        text-transform: uppercase;



  margin-bottom: 0.5em;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  float: right;
  width: 30%;
text-align: center;
-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);
}
.whatis-nextwhatis span:hover{
      background: #484848;
      transition: all 0.5s;
    transform: scale3d(1.1, 1.1, 1.1);
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(176, 215, 255);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(16, 128, 242);
    box-shadow: 0 0 0 0 rgb(176, 215, 255);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


/* .what-is-facts:after {
  content: "\f129";
  font: 3em fontawesome;
color: rgb(208, 206, 206);
    border: 3px solid #f0f0f0;
  padding: 0.15em 0.5em;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  position: absolute;
  right: -0.2em;
      bottom: -0.3em;
  background: #fafafa;
  box-shadow: 0 0 0 rgb(16, 128, 242);
animation: pulse 2s infinite;
} */

.what-is-facts{
position: relative;
    background: #fafafa;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        margin-bottom: 2em;
/* margin-left: 15px; */
}

.what-is-facts h3{
  font-size: 1em;
      margin: 0em;
          font-family: "Droid Serif", serif;
      padding: 0.5em;
      border-bottom: 1px solid #F6F2F2;
}


.whatis-nextwhatis h2{
  display: inline-block;
color: white;
padding: 0;
margin: 0;
font-family: "Droid Serif", serif;
line-height: 0;
vertical-align: baseline;
    padding-left: 0.2em;
        font-size: 1.4em;
}

.single-whatis .post-gallery{
      margin-bottom: 0.5em;
          position: relative;
}


body.single-whatis .post-detail-row .medium-8 {
    padding-left: 50px;
    padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .whatis-nextwhatis span{
    width:100%;
  }
}

@media only screen and (max-width: 768px) {
  body.single-whatis .post-detail-row .medium-8 {
      padding-left: 15px;
      padding-right: 15px;
  }
  .single-whatis .pagelink a {
    font-size: 1.1em !important;
  }

  .whatis-article {
        padding-left: 15px;
  }

  .single-whatis .post-gallery{
    padding-left:15px;
  }
  .single-whatis .whatis-nextwhatis{
    padding-left:15px;
  }

  .single-whatis .post-navi{
      padding-left:15px;
  }
  .single-whatis .post-gallery {
      padding-left: 15px;
  }
  .what-is-facts{
   margin-left: 15px;
  }

  .what-is-facts:after {
    bottom:0.5em;
  }

.whatis-nextwhatis span{
        margin-right: -7px !important;
  }
}

.single-whatis #infinite-article {
    padding-left: 0px !important;
}


.single-whatis .next{
  color: #545454;
  padding: 1em;
  font-weight: 300;
  width: 100%;
  text-align: right;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 0.5em;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 1em;
  position: relative;
      padding-right: 3em;
}

.single-whatis .next:after{
  content: "\f101";
  font: 2em/2.5 fontawesome;
  color: #1080f2;
  position: absolute;
  right: -0.2em;
  bottom: -0.45em;
  width: 2em;
  text-align: center;
}

.single-whatis .prev{
  background: #1080f2;
  color: white;
  padding: 0.7em;
  /* font-weight: 700; */
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  width: 100%;
  text-align: center;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
      transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-whatis .prev:hover{
    background: #484848;
}

.single-whatis .next:hover{
    border-bottom: 1px solid #4099f5;
    border-top: 1px solid #4099f5;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


.single-whatis .pagelink {
  margin-bottom: 1em;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 0.5em 0;
}
    .single-whatis .pagelink p {
        margin: 0;
    }
    .single-whatis .pagelink a {
        background: #222;
        color: white;
        padding: 0.75em 4em 0.6em 0.75em;
        float: right;
        position: relative;
        font-size: 1.4em;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .single-whatis .pagelink a:after {
        content: "\f105";
        font: 1em/2.5 fontawesome;
        color: white;
        position: absolute;
        right: 0.1em;
        top: 0.1em;
        bottom: 0.1em;
        width: 2em;
        text-align: center;
        background: rgba(255,255,255,0.1);
    }
    .single-whatis .pagelink a:hover {
        background: #555;
    }
    .single-whatis.paged-2 .pagelink a:first-of-type, .single-whatis.paged-3 .pagelink a:first-of-type, .single-whatis.paged-4 .pagelink a:first-of-type, .single-whatis.paged-5 .pagelink a:first-of-type, .single-whatis.paged-6 .pagelink a:first-of-type, .single-whatis.paged-7 .pagelink a:first-of-type, .single-whatis.paged-8 .pagelink a:first-of-type, .single-whatis.paged-9 .pagelink a:first-of-type, .single-whatis.paged-10 .pagelink a:first-of-type {
        background: #888;
        float: left;
        padding: 0.75em 0.75em 0.6em 4em;
    }
    .single-whatis.paged-2 .pagelink a:last-of-type, .single-whatis.paged-3 .pagelink a:last-of-type, .single-whatis.paged-4 .pagelink a:last-of-type, .single-whatis.paged-5 .pagelink a:last-of-type, .single-whatis.paged-6 .pagelink a:last-of-type, .single-whatis.paged-7 .pagelink a:last-of-type, .single-whatis.paged-8 .pagelink a:last-of-type, .single-whatis.paged-9 .pagelink a:last-of-type, .single-whatis.paged-10 .pagelink a:last-of-type {
        padding: 0.75em 4em 0.6em 0.75em;
        float: right;
    }
    .single-whatis.paged-2 .pagelink a:first-of-type:after, .single-whatis.paged-3 .pagelink a:first-of-type:after, .single-whatis.paged-4 .pagelink a:first-of-type:after, .single-whatis.paged-5 .pagelink a:first-of-type:after, .single-whatis.paged-6 .pagelink a:first-of-type:after, .single-whatis.paged-7 .pagelink a:first-of-type:after, .single-whatis.paged-8 .pagelink a:first-of-type:after, .single-whatis.paged-9 .pagelink a:first-of-type:after, .single-whatis.paged-10 .pagelink a:first-of-type:after  {
        content: "\f104";
        left: 0.1em;
        right: auto;
    }
    .single-whatis.paged-2 .pagelink.last-page a:last-of-type, .single-whatis.paged-3 .pagelink.last-page a:last-of-type, .single-whatis.paged-4 .pagelink.last-page a:last-of-type, .single-whatis.paged-5 .pagelink.last-page a:last-of-type, .single-whatis.paged-6 .pagelink.last-page a:last-of-type, .single-whatis.paged-7 .pagelink.last-page a:last-of-type, .single-whatis.paged-8 .pagelink.last-page a:last-of-type, .single-whatis.paged-9 .pagelink.last-page a:last-of-type, .single-whatis.paged-10 .pagelink.last-page a:last-of-type {
        padding: 0.75em 0.75em 0.6em 4em;
        float: left;
    }
    .single-whatis.paged-2 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-3 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-4 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-5 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-6 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-7 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-8 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-9 .pagelink.last-page a:last-of-type:after, .single-whatis.paged-10 .pagelink.last-page a:last-of-type:after {
        content: "\f104";
        left: 0.1em;
        right: auto;
    }

/* .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_8.gif') center top no-repeat #fff;
} */


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.whatis-notop{
  animation: fadein 2s;
-moz-animation: fadein 2s; /* Firefox */
-webkit-animation: fadein 2s; /* Safari and Chrome */
-o-animation: fadein 2s; /* Opera */
position: relative;
}

.single-whatis #article-switcher{
  display: none;
}

.what-is-facts p{
  display: inline-block;
}

.what-is-facts h3{
  display: inline-block;
}


.whatis-article p:nth-child(1) {
    font-size: 140%;
    font-weight: 700;
    color: #2a2f34;
    border-left: 5px solid #1080f2;
    padding-left: 0.5em;
}

.whatis-article p:nth-child(1):first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    color: #1080f2;
}
.whatis-article .pagelink p:nth-child(1) {
    font: 1em "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    padding-left: 0;
}
    .whatis-article .pagelink p:nth-child(1) a {
        border: none;
    }

.single-whatis #navholder{
  padding-left: 35px !important;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.view-gallery-btn:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  font-family: FontAwesome;
  font-size: 18px;
  color: white;
  /* background: rgb(0, 106, 214); */
  padding: 0.5em;
  /* text-shadow: 0 0 3px #000; */
  content: "\f030";
  opacity: .95;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 40;
animation-iteration-count: 40;
}

.view-gallery-btn{
  /* background-color: #353535; */
      background-image: url(https://www.transparenttextures.com/patterns/noisy-net.png);
color: white;
padding: 0.7em;
/* font-weight: 700; */
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
width: 100%;
text-align: center;
font-family: "Droid Serif", serif;
text-transform: uppercase;
font-size: 1em;
display: block;
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor:pointer;
}
.view-gallery-btn:hover{
background: #484848;
}

.single-whatis p.view-specification-btn {
    display: inline-block;
    width:49.5%;
    border: none !important;
}
.view-specification-btn a {
background: #3b9eff;
color: white;
/* padding: 0.7em; */
/* font-weight: 700; */
/* border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px; */
    width: 100%;
padding: 0.7em;
text-align: center;
font-family: "Droid Serif", serif;
text-transform: uppercase;
font-size: 1em;
display: block;
position: relative;
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor:pointer;
}

.view-specification-btn {
/* background: #3b9eff; */
color: white;
/* padding: 0.7em; */
/* font-weight: 700; */
/* border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px; */
    width: 49%;
padding: 0.7em;
text-align: center;
font-family: "Droid Serif", serif;
text-transform: uppercase;
font-size: 1em;
display: inline-block;;
position: relative;
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor:pointer;
}

.view-specification-btn p a:hover{
    background: #484848 !important;
  }

.view-specification-btn:after {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 9999;
  font-family: FontAwesome;
  font-size: 18px;
  color: white;
  /* background: rgb(0, 106, 214); */
  padding: 0.5em;
  /* text-shadow: 0 0 3px #000; */

    content: "\f085";
  opacity: .95;
}

.single-whatis p.view-gallery-btn2 {
    display: inline-block;
    width:49.5%;
    border: none !important;
}

.view-gallery-btn2 a{
background-color: #102e5d;
color: white;
/* padding: 0.7em; */
/* font-weight: 700; */
/* border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px; */
width: 100%;
padding: 0.7em;
text-align: center;
font-family: "Droid Serif", serif;
text-transform: uppercase;
font-size: 1em;
display: block;
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
cursor:pointer;
}

.view-gallery-btn2{
/* background-color: #102e5d; */
color: white;
/* padding: 0.7em; */
/* font-weight: 700; */
/* border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px; */
width: 50%;
padding: 0.7em;
text-align: center;
font-family: "Droid Serif", serif;
text-transform: uppercase;
font-size: 1em;
display: inline-block;
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
cursor:pointer;
}

  .view-gallery-btn2 p a:hover{
      background: #484848 !important;}

.view-gallery-btn2:after {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 9999;
  font-family: FontAwesome;
  font-size: 18px;
  color: white;
  /* background: rgb(0, 106, 214); */
  padding: 0.5em;
  /* text-shadow: 0 0 3px #000; */
  content: "\f03e";
  opacity: .95;
}

@media only screen and (max-width: 768px) {
    .view-gallery-btn2:after {
      display:none;
    }
    .view-specification-btn:after {
      display:none;
    }
    .view-specification-btn:after {
      display:none;
    }
    .view-gallery-btn:after {
      display: none;
    }
    .view-gallery-btn:after {
      padding-left:0em !important;
    }
}




.single-whatis p.view-specification-btn a:hover{
  background: #484848 !important;
  color:white !important;
}


@media only screen and (min-width: 1026px) {
    .menu-holder ul.sf-menu > li {
        margin: 0 15px 0 0;
    }
    .menu-holder ul.sf-menu > li > a {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1408px) {
    .menu-holder ul.sf-menu > li {
        margin: 0 15px 0 0;
    }
    .menu-holder ul.sf-menu > li > a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1508px) {
    .menu-holder ul.sf-menu > li {
        margin: 0 15px 0 0;
    }
    .menu-holder ul.sf-menu > li > a {
        font-size: 12px;
    }
}


@media only screen and (max-width: 3280px){
 body.single-whatis .header .logo {
    display: block !important;
  }
}

body.single-whatis .header.style1 {
    padding-left: 60px;
    text-align: left;
}

.single-whatis #menu_width {
  text-align: center !important;
}

.whatis-header .author-image{
  display: none;
}

.whatis-header [itemprop="author"]{
  display: none;
}

.whatis-header .time{
color:black;
}

.whatis-header .post-category{
  display: inline-block;
font-size: 10px !important;
font-weight: 600;
text-transform: uppercase;
line-height: 1;
margin-bottom: 10px;
letter-spacing: 0px;
background: #1080F2;
color: #fff !important;
padding: 10px 10px 8px !important;
margin-right: 5px;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.whatis-header .post-category a{
    color:white !important;
}


.read-only .question-1 .wpcf7dtx-dynamictext, .read-only .question-2 .wpcf7dtx-dynamictext, .read-only .question-3 .wpcf7dtx-dynamictext {
    text-transform: uppercase;
    background: none !important;
    color: #fff !important;
    padding: 0px !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
}


body.single .post-content  form .wp-form-page2-whitepaper  .wpcf7-form-control-wrap,
body.single .post-content  form .wp-form-page2-whitepaper  .wpcf7-form-control-wrap .wpcf7-form-control,
body.single .post-content form .wp-form-page2-whitepaper  span.wp_submission .wpcf7-form-control { width:100%; }
body.single .post-content form .wp-form-page2-whitepaper  span.wp_submission .wpcf7-form-control { margin-top:1em;}
body.single .post-content  form .wp-form-page2-whitepaper .wpcf7-form-control-wrap { display:block; margin-top:0.5em;}
#wpcf7-f274377-p274094-o1 form.wpcf7-form { overflow:hidden; margin-top:-1em;}
.wp_submission { display:block; width:70%; margin:auto; padding-top:2em;}

#bubble-universe{ overflow:hidden;
}

.email_respn{
    color: white;
    width: 96%;
    padding: 1em;
    border: 2px solid red;
    margin-top: 1em;
}


div.wpcf7-response-output {
    color: #fff !important;
}


/* Yop Poll Additonal CSS */

.yop-poll-container {
    float: left;
    line-height: 1.4em;
    color: #222;
    margin-right: 20px;
    display: block !important;
}

.yop_poll_vote_button, .yop_poll_wordpress_vote_button, .yop_poll_vote_button, .yop_poll_anonymous_vote_button {
    background: #1080f2;
    -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);
    width: 100%;
    border: none;
    bottom: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.yop-poll-forms {
    padding-bottom: 25px !important;
    color: #222;
}

.yop_poll_vote_button:hover, .yop_poll_wordpress_vote_button:hover, .yop_poll_vote_button:hover, .yop_poll_anonymous_vote_button:hover {
    background: #484848;
}

.yop-poll-forms ul li {
    text-align: center;
    width: 100% !important;
}
.yop-poll-footer div {
    float: none !important;
}
.yop-poll-container form {
    margin-bottom: 0px !important;
}

/* Yop Poll Additonal CSS */



/* Next Post CTA / Gallery theme */
body.single.single-format-gallery .header .logo {
    display: block !important;
}
body.single.single-format-gallery #navholder {
    padding-left: 0;
}
body.single.single-format-gallery .header.style1 {
    padding-left: 0;
}
body.single.single-format-gallery div[role=main] {
    text-align: center;
}
body.single.single-format-gallery #infinite-article {
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}
body.single.single-format-gallery .post.blog-post .post-title {
    padding: 0;
}
 .post.blog-post .entry-title {
    border: none;
    margin: 0;
    padding: 0;
}
.pps-slider-nav {
    border-top: 1px solid #ebebeb;
    padding: 2em 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin: 1em 0;
    height: 5.2em;
    text-align: center;
}

.pps-content {
    margin-top: 20px;
}

#whatis-image {
    /*margin-top: 70px;*/
}

.single-whatis .pagelink {
    display: none;
}

body.single-format-gallery #article-switcher {
   transform: translate3d(0px, 0px, 0px);
}
body.single-format-gallery #article-switcher.active {
   transform: translate3d(245px, 0px, 0px);
}

.pps-slider-nav a {
    background: #1080f2;
    color: white;
    padding: 0.75em 1em 0.6em 0.75em;
    margin-top: -18px;
    margin-right: 0px;
    position: absolute;
    font-size: 1.4em;
    width: 8em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0.4em 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 0.4em 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0.4em 0 rgba(0, 0, 0, 0.8);
}

@keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.pps-slider-nav a:first-of-type {
    left: 0;
}
.pps-slider-nav a:last-of-type {
    right: 0;
    text-align: left;
}
.pps-first-slide .pps-slider-nav a:first-of-type{
  float: right;
    position: relative;
}
.pps-slider-nav a span {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}


.pps-first-slide a {
    padding: 0.75em 3.2em 0.6em 0.75em;
}
 .pps-first-slide .pps-content a {
    padding: 0 !important;
}




.pps-slider-nav .pps-next:after {
    content: "\f101";
    font: 1em/2.5 fontawesome;
    color: white;
    position: absolute;
    right: 0.1em;
    bottom: -0.1em;
    width: 2em;
    text-align: center;
    /*background: rgba(255,255,255,0.1);*/
}

.pps-slider-nav .pps-prev:before {
    content: "\f100";
    font: 1em/2.5 fontawesome;
    color: white;
    position: absolute;
    left: 0.1em;
    bottom: -0.1em;
    width: 2em;
    text-align: center;
    /*background: rgba(255,255,255,0.1); */
}

.pps-slider-nav .pps-prev {
    padding-left: 50px;
}

.pps-slider-nav a:hover {
    background: #777;
}
.pps-content h6{
  font-size: 1.1em;
}
/* .Next Post CTA */



@media only screen and (max-width: 640px) {
.home .home-reviews .row .large-6 .post-gallery .post-title {
    bottom: 20%;
}
}

@media only screen and (max-width: 360px) {
.home-row .post-slider h3 {
    font-size: 1.1em;
}
}
 .mobile-share-wraper { display:none;}
@media only screen and (max-width: 768px) {

 .mobile-share-wraper {position: absolute;
    right: 0;
    text-align: right;
 top: 0; display:block }

.share-icons {/*background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 9px;

    right: 0;

    width: auto;*/top: 1.8em;
z-index: 99; position: absolute;}

.share-icons aside{position: relative;}
.share-icons h6{ margin-bottom:0;}
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .view_unique{

          margin-left: 5em !important;
    }
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
   .whitepaper-home-featured .featured-block .featured-block-content {

    min-height: 470px !important;
    height: auto !important;

}

.view_unique{

    position: initial !important;
    margin-top: 4em;
    width: 88%;
    margin-left: 1em !important;

    }

}


@media screen and (min--moz-device-pixel-ratio:0) {
     .whitepaper-home-featured .featured-block .featured-block-content {

    min-height: 470px !important;
    height: auto !important;

}

.view_unique{

    position: initial !important;
    margin-top: 4em;
    width: 88%;
    margin-left: 1em !important;

    }
}


#post-286772  .row.posts { background-color: #f2f2f2;
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
    padding: 20px 0; margin-left: 0em;
    margin-right: 0;}
#post-286772 .row.posts   .small-12 { width:50%; float:right;}
#post-286772 .row.posts .columns { padding-left:0px; padding-right:0;}
#post-286772 .row.posts  > .small-12:nth-child(1)  { width:50%; padding-right:16px; padding-left:20px; float:left; min-height:30em}
#post-286772 .row.posts .columns  .columns { padding-left:16px; padding-right:20px;}
#post-286772 .row.posts .small-12  .small-6.medium-4{ max-width:115px; }
#post-286772 .row.posts .small-12.columns .small-6.medium-8.columns {padding-left:0px; }

.left-col-hub { float:left; width:50%;}

#post-286772 .row.posts .post-gallery img{max-width: 83px;    min-height: 75px;}
#post-286772 .row.posts .style1-featured .post-gallery img {  max-height: none; min-height:15em; overflow:hidden; max-width:100%}

#post-286772  .posts{ display:block;}

#post-286772  .row.posts  .post {margin-bottom: 10px;}

#post-286772 .row.posts  .post-title h5.entry-title, #post-286772 .row.posts .post-title h5.entry-title a   { font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px; }

#post-286772 .row.posts  h3.entry-title{font-size: 16px;
    font-weight: 600;
    line-height: 20px; margin-bottom:30px;}

.category-2352 .subcategory_container{
    display:none;

}

.category-2352  .page-id-273865 .subcategory_container{  display:block; margin-bottom:15px;}

.category-2352 .row.top-padding{padding-top:15px;}




/*CBR NEW news letter*/
.email-subscription {
    margin-bottom: 0em;
   /* background-image: url(http://alessio-alto-magazine.pantheonsite.io/wp-content/uploads/2016/11/bba-city-background-optimized.jpg);
    background-position: 0% 2%;
    background-size: cover;
    border-top: 5px solid #f7f7f7;
    border-bottom: 5px solid #0087ff;*/
    padding-top: 2em;
}


@media (min-width: 768px){
.email-news-home p, .email-news-home .wysija-submit {
    width: 49%;
    float: left;
}
}

.email-news-home p {
    margin-bottom: 0px;
}


@media (min-width: 768px){
.email-news-home .wysija-submit {
    float: right;
}

}

@media (min-width: 768px){
.email-news-home p, .email-news-home .wysija-submit {
    width: 49%;
    float: left;
}

}

.email-news-home .wysija-submit {
    background: #0087ff;
    color: white;
    border: none;
    border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    font: 1.1em Quattrocento, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0.75em 0;
    text-transform: none;
    cursor: pointer;
    width: 48%;
    display: inline-block;
    margin-top: 0px;
}


@media (max-width: 1300px) and (min-width: 768px){
.email-subscription img {
    margin-top: -9em;
}
}
@media (max-width: 1300px) and (min-width: 768px){
.email-subscription img {
    margin-top: -11.5em;
    margin-right: 3em;
    float: right;
    width: 200px;
}
}

.email-subscription img {
    /* margin-top: -10em; */
    margin-right: 3em;
    width: 200px;
    float: right;
}

.email-subscription h3 strong {
    display: block;
    font-size: 40%;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.03em;
}


.email-news-home .formError .formErrorContent {
    bottom: -3em;
    left: -23.7em;
    padding: 0.5em;
    font-size: 0.7em;
    width: 100%;
}

.formError .formErrorContent {
    background: none repeat scroll 0 0 #8E2121;
    border: 1px solid #BBBBBB;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    padding: 4px 10px;
    position: relative;
    width: 150px;
    z-index: 5001;
}





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;
    padding: 12px 15px 11px;
    /* margin-bottom: 24px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-weight: 500;
    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;
}


.email-news-home .formError .formErrorContent {
    bottom: -3em;
    left: -23.7em;
    padding: 0.5em;
    font-size: 0.7em;
    width: 100%;
}


@media (min-width: 1301px){
.floaters .email-subscription form {
    display: block;
    width: 40%;
    float: left;
    margin-top: 16em;
    z-index: 9;
}
}
.widget_wysija {
    text-align: center;
    transition: all 0.5s ease;
}


.home-subscribe-bottom-subs form .wpcf7-text {
    /*background: #1080F2 !important;*/
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}

.home-subscribe-bottom-subs h3 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 18px;
    padding-left: 35px;
}


.home-subscribe-bottom-subs .row {
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
}

.home-subscribe-bottom-subs .wpcf7-submit {
    width: 50.4%;
    background: #ffffff;
    color: #1080F2;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}

.home-subscribe-bottom-subs form .wpcf7-text {
    /*background: #1080F2 !important;*/
    color: #ffffff;
    border: none;
    margin-bottom: 0px;
    height: 56px;
    padding: 0px;
}

.home-subscribe-bottom-subs {
    background: #1080F2;
    min-height: 160px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.digi-trans-logos {
width: 25%;
padding-right:5%;
}


.digi-trans-p  {
font-size: 1.4em;
margin-top: 1.2em;
}


.header.style1.intro_sticky_hd {
    z-index: 99;
    position: fixed;
    background: #1080f2 !important;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.header.style1.intro_sticky_hd .thb-a {
    padding: 1em 0;
}

.header.style1.outro_sticky_hd {
    overflow-y: hidden;
    max-height: 500px; /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

}

.is_stuck {

}

.sticky-ad-padding {

}

.dmpu_stick {
}

.dmpu_nostick {

}

body.single#infinite-article.row {

}
#stick_dmpu {

}

.im_stuck {
    padding-top: 30px;
}

.mpu_padding_large {
    top: 35% !important;
}

@media only screen and (max-height: 680px) {
    .mpu_padding_large {
        top: 40% !important;
    }
}
@media only screen and (max-height: 580px) {
    .mpu_padding_large {
        top: 50% !important;
    }
}
@media only screen and (max-height: 480px) {
    .mpu_padding_large {
        top: 60% !important;
    }
}
@media only screen and (max-height: 380px) {
    .mpu_padding_large {
        top: 70% !important;
    }
}

.mpu_padding_small {
    top: 15% !important;
}

.boxy {
    height: 200px;
    display: none;
    bottom:0;
    position:absolute
}


/*Whitepaper popup style Alex*/

#dialogbox{
    position: fixed;
    z-index: 9999;
    top: 30%;
    background-color: #3288E6;
    color: #fff;
    padding: 2em 1em 0.5em;
    width: 320px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -160px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

#dialogbox button{
    color:#fff;
}

#dialogbox h4{
    color:#fff;
}


@media only screen and (min-width: 2048px) {
    #dialogbox {
        height: 26%;
    }

    #dialogbox h4 {
    margin-top: 10%;
    margin-bottom: 15%;*
}



}


@media (min-width: 767px) and (max-width: 1025px) {
    #dialogbox {
            height: 25%;
    }

    #dialogbox button {
    margin-top: 10%;
}



}



@media (min-width: 1024px) {

    .home-mpu {


    }

    .home_mpu_padding_large{

    }
}


.market-categories li a.active  {color:#2ba6cb;}
.menu-holder.dark ul.sf-menu > li.active > a  {color:#000;}

#div-gpt-ad-1364304769881-0-oop, #div-gpt-ad-1364304769881-0 {position:fixed;}

body.single-post .share-container .wpcf7-form .ajax-loader {position: absolute;}




#search-menu {
    position: absolute;
    right: 0px;
    margin-top: -30px;
    background-color: #fafafa;
    padding: 0px;
}

#search-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#search-menu li a {
    display: block;
    padding: 0 10px;
    line-height: 46px;
}

.quick_search {
    margin-top: -5px;
    z-index: 1;
}

#search-menu .menu-item-has-children a {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 0.8em;
}

#search-menu .sub-menu {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
}

#search-menu .sub-menu li a {
    padding-left: 15px;
    padding-right: 10px;
    line-height: 36px;
}

@media (max-width: 1025px) {
    #search-menu {
        display: none;
    }
}


.menu-holder.dark ul li.astm-search-menu{
	padding-top: 0px;
}
.menu-holder.dark ul li.astm-search-menu input[type="text"] {    padding: 3px 10px;}

.astm-search-menu.default form {max-width: 240px !important;}
.collectwp input {font-size:14px!important;}


.email-datatrue p {
    color: #fff !important;
}

.whitepaper-side-form a {
    color: #0b85f4 !important;
}