/*
Theme Name:		 Newser
Theme URI:		 http://quoranet.com
Description:             newser is a theme for bloging and magazine sites
Author:			 Quoranet
Author URI:		 http://quoranet.com
Version:		 1.0.0
*/

/*
        Whitepaper CSS
*/
/* 404  */
.page-error-404 h1 {
    font-size: 79px;
    color: #142a35;
}
.navbar-nav {
    margin: 7.5px 0px;
}

.page-error-404 h1 span {
    color: #33d0c9;
}

/* Thank you message after submiting form */
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.navbar-toggle .icon-bar {
    border: 1px solid #b6474d;
}

.single-whitepaper .block-box {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(0, 0, 0, .05);
    padding: 26px;
}

.panel-default .nav-pills li a {
    color: #233665;
}

.social-shares {
    margin-top: 23px;
}

#mostVisited .meta-content-details .post-title {
    color: #233665;
}

#recent .meta-content-details .post-title {
    color: #233665;
}

#mostVisited .post-date,
#recent .post-date {
    color: #a7a7a7;
}

.navbar-header .whitepaper-logo {
    width: 200px;
    padding-top: 0px;
}

.mobile-nav li {
    list-style: none;
    padding: 3px;
}

.mobile-nav .dropdown-child_menu {
    padding-left: 9px;
}

.dwn-form {
    color: #fff;
}

.dwn-form .click-wp-action {
    background-color: transparent;
    border: none;
    color: #b6474d;
}

.jsResp.alert.subscribe-message.alert-success {
    top: 7em;
    font-size: 20px;
    height: 40px;
    background-color: transparent;
    border: 0;
    bottom: 0;
    left: -10px;
}

.jsResp.alert.subscribe-message.alert-success.unlogged {
    background-color: transparent;
    border: 0;
    bottom: 0;
    top: 14em;
    font-size: 16px;
}

.thank-you-message-newslatter {
    text-align: center;
    display: none;
    min-height: 120px;
    padding-top: 15px;
    margin: 70px auto;
    position: relative;
    left: -50px;
}

.thank-you-message {
    text-align: center;
    display: none;
    min-height: 210px;
    padding-top: 15px;
    background-image: url(images/wp-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you-message i.fa-check,
.thank-you-message-newslatter p i.fa-check {
    font-size: 44px;
    color: #b6474d;
}

.thank-you-message h1,
.thank-you-message p,
.thank-you-message-newslatter h1,
.thank-you-message-newslatter p {
    color: #fff;
}

.thank-you-message .thank-text,
.thank-you-message-newslatter .thank-text {
    padding: 5px 0 0;
    font-size: 13px;
}

.privacy-policy-page {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(0, 0, 0, .05);
}

/* Breadcrumb Css */
.breadcrumb .breadcrumbs li {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
}

.breadcrumb .breadcrumbs li a {
    color: #b6474d;
    font-size: 14px;
}

.breadcrumb .breadcrumbs li a:active {
    color: #b6474d;
    font-size: 14px;
}

.breadcrumb .breadcrumbs .item-current strong {
    font-size: 14px;
}

.breadcrumb {
    padding: 9px 1px;
    margin-bottom: 0px;
}

.breadcrumb ul {
    margin-bottom: 0px;
    padding: 0;
}

.single-white-paper .post-tags-wrp {
    margin-top: 25px;
}

.single-white-paper .post-tags-wrp ul {
    display: inline;
    padding-left: 10px;
    margin: 0px;
}

.single-white-paper .post-tags-wrp ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.single-white-paper .post-tags-wrp .title {
    background-color: #282828;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #282828;
    text-transform: capitalize;
    transition: all ease .3s;
}

/*.single-white-paper .post-tags-wrp ul li a{border: 1px solid #282828;padding: 6px 10px;border-radius: 3px;text-transform: capitalize;}*/
/*.single-white-paper .post-tags-wrp ul li a:hover {background-color: #31cdc6;color: #fff;border-radius: 3px;}*/
.single-white-paper .post-tags-wrp {
    margin-left: 25px;
}

.tags-bg ul li a,
.tags-wrapper ul.nav li a {
    color: #233665;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.single-white-paper .post-tags-wrp ul li a {
    color: #233665;
    text-transform: capitalize;
    border: 1px solid #282828;
    padding: 6px 10px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.single-white-paper .post-tags-wrp ul li a:hover,
.tags-bg ul li a:hover,
.tags-wrapper ul.nav li a:hover {
    color: white;
}

.single-white-paper .post-tags-wrp ul li a:hover:before,
.tags-bg ul li a:hover:before,
.tags-wrapper ul.nav li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-white-paper .post-tags-wrp ul li a:before,
.tags-bg ul li a:before,
.tags-wrapper ul.nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #233665;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.all-category-whitepaper {
    margin-top: 15px;
}

.all-category-whitepaper #select-cat {
    margin: 0 auto;
    width: 284px;
    height: 44px;
}

.meta-content {
    padding: 5px 8px 0;
}

.meta-content span.sponsor-name {
    font-size: 12px;
    background-color: #b6474d;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.22);
}

.meta-content span.sponsor-name a {
    color: #fff;
    padding-left: 2px;
}

span.released-date {
    float: right;
    font-size: 12px;
    padding: 4px 10px;
    background: #233665;
    color: #fff;
    border-radius: 2px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.22);
}

.page-template-page-all_whitwpapers .meta-content,
.tax-wp-category .meta-content,
.tax-wp_tag .meta-content,
.page-template-page-sponsors .meta-content {
    padding: 0 0 15px;
}


.tax-wp-category .min-text-length,
.page-template-page-all_whitwpapers .min-text-length,
.tax-wp_tag .min-text-length,
.page-template-page-sponsors .min-text-length {
    max-height: 40px;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.tax-wp-category #catFilterResult .wpCatWrapper .panel-footer,
.page-template-page-all_whitwpapers #catFilterResult .wpCatWrapper .panel-footer,
.tax-wp_tag #catFilterResult .wpCatWrapper .panel-footer,
.page-template-page-sponsors .wpCatWrapper .panel-footer {
    min-height: 100px;
}

.page-template-page-sponsors .wpSponsorWrapper .panel-footer {
    min-height: auto !important;
}

.page-template-page-sponsors .wpSponsorWrapper .panel-footer p {
    text-align: center !important;
}

.tax-wp-category #catFilterResult .wpCatWrapper .panel-footer p,
.page-template-page-all_whitwpapers #catFilterResult .wpCatWrapper .panel-footer p .tax-wp_tag #catFilterResult .wpCatWrapper .panel-footer p,
.page-template-page-sponsors #catFilterResult .wpCatWrapper .panel-footer p,
.home #latestWhitepaper .item p {
    text-align: left;
    font-weight: 500;
    color: #142a35;
}


/* New Added  */
/*.home .tags-bg ul li a:hover{background-color:#31cdc6; color:#fff;border-radius: 3px;}*/
select.error {
    border-color: #ff0000;
}

/* Form validation css */
.newsletter-bg #newsLetter .required,
#wpDownloadFrm .sub-form .required {
    border-bottom: solid 1px #f90b3e;
}

.newsletter-bg #newsLetter span.error {
    font-size: 12px;
    color: #d71c44;
    font-weight: 500;
    padding: 0;
    bottom: -5px;
    position: absolute;
}

#wpDownloadFrm span.error {
    font-size: 12px;
    color: #bb0028;
    font-weight: 500;
    padding: 0;
    left: 40px;
    bottom: -23px;
    position: absolute;
}

#wpDownloadFrm input.required {
    border-bottom: solid 1px #bb0028;
}


.alert.alert-success.download-wp-message {
    position: absolute;
    top: -4em;
    left: 0;
    right: 0;
    background: #04a49f;
    color: #fff;
    font-weight: 300;
}

.download-wp-message a.close {
    color: #fff !important;
    opacity: 0.8;
}

.download-wp-message form.dwn-form {
    display: inline-block;
}

button.dwn-link.jsDwnWP {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-weight: 500;
}

/* Sticky Header */
.sticky-header .login-with-linkedin.jsLinkedLogin.user-login {
    padding: 13px 15px;
}


/* Old Added  */
body * {
    font-family: 'Roboto', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.container {
    width: 1400px;
    max-width: 90%;
}

.single-whitepaper .publishe-user {
    display: inline-block;
}

.remove-pad {
    padding: 0 !important;
}

.remove-pad-left {
    padding-left: 0 !important;
}

.remove-pad-right {
    padding-right: 0 !important;
}

.color-white {
    color: #fff;
}

.owl-carousel {
    touch-action: none;
}

.remove-margin {
    margin: 0 !important;
    line-height: 50px;
    font-size: 31px;
}

.cus-pad {
    padding: 0 12px;
}

.full-width {
    width: 100%;
}

.d-block {
    display: block !important;
}

.color-white {
    color: #fff !important;
}

.min-text-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    /* fallback */
    max-height: 32px;
    /* fallback */
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #666;
    background-color: transparent;
}


/* Header */
header {
    -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sticky-header header {
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.33);
}

.sticky-header header .navbar-brand {
    padding: 10px 0;
}

.sticky-header header .whitepaper-logo {
    width: 200px;
}

.sticky-header header .nav.social-nav {
    padding: 0px 10px;
}

.sticky-header header #top-nav ul.main-nav {
    padding: 0;
}

.sticky-header header .nav.social-login-nav {
    padding: 0;
}

.sticky-header header #whitepaperCatNav {
    padding: 13px 0;
}

.whitepaper-cat-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.whitepaper-cat-menu::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.whitepaper-cat-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

a {
    color: #b6474d;
}

.footer-text p a:hover {
    color: #fff;
}

header .navbar-brand {
    height: auto;
    padding: 15px 0;
    margin: 0 !important;
}

header .container-fluid {
    padding: 0;
    width: 88%;
}

header .navbar-bgcolor {
    background-color: #ededed;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

#top-nav ul.main-nav {
    padding: 9px 0;
    margin: 0;
}

#top-nav .main-nav li a {
    color: #333;
    text-transform: uppercase;
}

#top-nav .main-nav li a:hover,
#top-nav .main-nav li a:active,
#top-nav .main-nav li a:focus {
    background-color: transparent;
}

/* Social Nav */
header .nav.social-nav {
    display: table;
    margin: 2px 0;
    padding: 13px 10px;
    border-left: 1px solid #808c92;
    border-right: 1px solid #808c92;
}

header .nav.social-nav li {
    display: table-cell;
}

header .nav.social-nav li a {
    padding: 10px 5px;
}

header .nav.social-nav li a:hover,
header .nav.social-nav li a:active,
header .nav.social-nav li a:focus {
    background-color: transparent;
}

header .nav.social-nav li a .fa {
    background: #fff;
    color: #142a35;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px 0;
}

header .nav.social-login-nav {
    padding: 10px 0;
}

header .nav.social-login-nav li a {
    color: #fff;
}

header .nav.social-login-nav li a:hover,
header .nav.social-login-nav li a:active,
header .nav.social-login-nav li a:focus {
    background-color: transparent !important;
}

.login-with-linkedin.jsLinkedLogin {
    float: right;
}

.login-with-linkedin.jsLinkedLogin.user-login {
    padding: 23px 15px;
}

.login-with-linkedin.jsLinkedLogin.user-logout {
    padding-right: 15px;
}

a.loggedin-user {
    color: #fff;
}

/* Sliderbar Nav */
.whitepaper-cat-menu .nav>li>a:hover,
.whitepaper-cat-menu .nav>li>a:active,
.whitepaper-cat-menu .nav>li>a:focus {
    background-color: transparent;
}

.push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.backBtn { font-size: 16px; text-align: right; }*/
a.backBtn {
    position: absolute;
    right: 5px;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 0;
    top: 5px;
}

.backBtn i {
    font-size: 22px;
}

.menu-right .backBtn {
    font-size: 18px;
    font-weight: 500;
    border: 2px solid;
    position: absolute;
    border-radius: 35px;
    display: inline-block;
    width: 30px;
    padding: 2px 0;
    height: 30px;
    text-align: center;
}

.whitepaper-cat-menu {
    border-right: 1px solid #233665;
    background-color: #233665;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 1010101010;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    padding: 15px 5px
}

.whitepaper-cat-menu ul.nav {
    padding: 15px 0 0;
}

.whitepaper-cat-menu ul li a {
    padding: 1px 15px;
    line-height: 28px;
}

.whitepaper-cat-menu a {
    display: block;
    color: #fff;
    font-size: 15px;
}

.whitepaper-cat-menu a:hover,
.whitepaper-cat-menu a:active,
.whitepaper-cat-menu a:focus {
    background-color: transparent;
    text-decoration: none;
}

.menu-right {
    right: -290px;
}

.menu-right.right-open {
    right: 0;
}

.whitepaper-cat-menu ul.nav>li>ul {
    list-style: none;
}

.menu-left {
    left: -290px;
}

.menu-left.left-open {
    left: 0;
}

.push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.push-right {
    right: -290px;
}

.push-left {
    left: -290px;
}

.push-right .backBtn {
    text-align: left;
}

.push-left .backBtn {
    text-align: right;
}

.push-right.pushright-open {
    right: 0;
}

.push-left.pushleft-open {
    left: 0;
}

.push-toright {
    left: -290px;
}

.push-toleft {
    right: -290px;
}

#whitepaperCatNav {
    padding: 23px 11px;
}

#whitepaperCatNav i {
    color: #333;
}

/* Whitepapers Filter Search */
.whitepaper-filter {
    background-color: #233665;
    padding: 3em 0;
}

.whitepaper-filter h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

form.searchWhitepaper {
    width: 55%;
    margin: 30px auto;
}

.searchWhitepaper select {
    height: 50px;
    background: #142a35;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 0 8px;
}

.searchWhitepaper input {
    height: 50px;
    border-radius: 30px;
    border: 0;
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.15);
}

.searchWhitepaper input:focus {
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.15);
}

button#btnSearchWhitepaper {
    position: absolute;
    top: 22%;
    background: transparent;
    border: 0;
    right: 5%;
    outline: none;
}

.whitepaper-filter h4,
.whitepaper-filter p {
    color: #fff;
}

.whitepaper-filter p {
    font-weight: 300;
}

/*theChampLogin*/
.theChampLogin {
    display: none;
}

a.subscibe_with_linkedin {
    padding: 7px 10px;
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 0px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.subscribe-message {
    background-color: #b6474d;
    border-color: #142a35;
    position: absolute;
    padding: 5px 0;
    bottom: -37px;
    color: #fff;
    width: 90%;
    font-size: 14px;
    text-align: center;
}

form.frmDownloadWP {
    padding: 20px 37px 5px;
    width: 60%;
    margin: 0 auto;
}


/* Latest Whitepapers */
.latest-whitepaper {
    padding: 25px 0 40px;
    background-color: #eff2f3;
}

.latest-whitepaper h3.section-title {
    color: #051821;
    text-transform: uppercase;
}

.latest-whitepaper .carousel-wrap {
    padding-top: 15px;
    position: relative;
}

#latestWhitepaper .item {
    position: relative;
    z-index: 100;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
}

#latestWhitepaper .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

#latestWhitepaper .owl-nav i {
    font-size: 26px;
    color: #142a35;
    border: 1px solid;
    border-radius: 35px;
    width: 30px;
    height: 30px;
    text-align: center;
}

#latestWhitepaper .item p {
    text-align: center;
    padding: 10px 12px;
}

#latestWhitepaper .owl-nav .owl-prev {
    left: -40px;
}

#latestWhitepaper .owl-nav .owl-next {
    right: -40px;
}

#latestWhitepaper .owl-item img {
    min-height: 300px;
    object-fit: cover;
    overflow: hidden;
    max-height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Newsletter */
.newsletterWithTags {
    background-color: #eff2f3;
}

.tags-bg hr {
    border-top: 2px solid #fff;
}

/*.newsletterWithTags { position: relative; background-color: #eff2f3; padding-bottom: 3em; z-index: 9999999; }*/
/*.newsletterWithTags:before {
    content: "";
    position: absolute;
    background: url('images/news-letter-bg.jpg');
    height: 325px;
    z-index: -1;
    left: 0;
    right: 50%;
    top: 0;
    background-size: cover;
}*/
/*section.newsletterWithTags.sign-in:before,
section.newsletterWithTags.sign-in:after {
    background: none;
}
.newsletterWithTags:after {
    content: "";
    position: absolute;
    background: url('images/tags-bg.jpg');
    height: 325px;
    z-index: -1;
    right: 0;
    left: 50%;
    top: 0;
    background-size: cover;
}
*/
.home .newsletter-bg {
    padding: 25px 60px 0 0;
}

.newsletter-bg h3 {
    text-align: center;
    color: #fff;
}

h3.newsletter-head {
    padding: 4px;
    margin: 0;
    font-weight: 400;
}

.newsletter-bg hr {
    width: 50px;
    margin: 10px auto;
    opacity: 0.6;
}

.home form#newsLetter,
#wpDownloadFrm {
    margin: 35px auto;
}

form#newsLetter input,
.single-whitepaper-form form input {
    background: transparent;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom-color: #929292;
    color: #fff;
    font-weight: 300;
    padding-left: 0;
    box-shadow: none;
}

form#newsLetter #btnSubscribe {
    color: #000 !important;
    border: 0;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: none !important;
    display: inline-block;
    font-weight: 500;
}

.home form#newsLetter input::-webkit-input-placeholder,
.single-whitepaper-form form::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8
}

/* Edge */

.home form#newsLetter input:-ms-input-placeholder,
.single-whitepaper-form form input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8
}

/* Internet Explorer 10-11 */

.home form#newsLetter input::placeholder,
.single-whitepaper-form form input::placeholder {
    color: #fff;
    opacity: 0.8
}

.home form#newsLetter input:hover,
.home form#newsLetter input:focus,
.home form#newsLetter input:active,
.single-whitepaper-form form input:hover,
.single-whitepaper-form form input:focus,
.single-whitepaper-form form input:active {
    box-shadow: none;
}

/* Tags */
.tags-bg {
    padding: 25px 25px;
    overflow: hidden
}

section.newsletterWithTags.sign-in .tags-bg {
    background-image: url('images/tags-bg.jpg');
    padding: 25px 10px;
}

.tags-bg ul {
    display: table;
}

.tags-bg ul li {
    display: inline-block;
    padding: 0 5px;
}

.tags-bg ul li a {
    padding: 5px 5px;
}

.tags-bg h3 {
    color: #142a35;
}

/* Footer */
footer {
    padding: 35px 0 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(0, 0, 0, .05);
}

footer .whitepaper-desp p {
    padding: 15px 0;
}

footer hr {
    border-top: 1px solid #c9c9c9;
    margin: 0;
}

footer .footer-head {
    text-transform: uppercase;
}

footer ul.nav.social-nav {
    display: table;
    margin-top: 15px;
}

footer ul.nav.social-nav li {
    display: table-cell;
    padding-right: 15px;
}

footer ul.nav.social-nav li a {
    padding: 0;
}

footer ul.nav.social-nav i {
    color: #fff;
    padding: 5px 0px;
    width: 30px;
    text-align: center;
}

footer ul.nav.social-nav i.fa.fa-linkedin {
    background: #0073b1;
}

footer ul.nav.social-nav i.fa.fa-twitter {
    background: #32ccfe;
}

footer ul.nav.social-nav i.fa.fa-facebook {
    background: #4267b2;
}


/* Popular Post */
div#popularWhitepaper {
    padding: 15px 0;
}

div#popularWhitepaper .owl-item img {
    border-radius: 5px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.11);
}

#popularWhitepaper .owl-stage .item {
    margin: 5px;
}

#popularWhitepaper .owl-nav {
    right: 0;
    position: absolute;
    width: 55px;
    top: -35px;
}

#popularWhitepaper .owl-nav i.fa {
    border: 2px solid #7f7f7f;
    border-radius: 35px;
    width: 25px;
    color: #7f7f7f;
    text-align: center;
    height: 25px;
    font-size: 24px;
    line-height: 20px;
}

#popularWhitepaper .owl-nav .owl-prev {
    float: left;
}

#popularWhitepaper .owl-nav .owl-next {
    float: right;
}

.footer-text {
    background: #034580;
    padding: 14px 0;
    margin-top: 20px;
}

.footer-text p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}


/* All Whitepapers */
.top-banner {
    background-image: url('images/all-whitepaper-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-banner h1 {
    text-align: center;
    padding: 7%;
}

/* Whitepaper Category Filter */
.wp-category-filter {
    padding: 4em 0;
    background-color: #eff2f3;
}

.wp-category-filter form .form-control {
    height: 40px;
}

.wp-category-filter form {
    width: 450px;
    margin: 25px auto;
}

input#btnFilterCat {
    background-color: #142a35;
    color: #fff;
    border: 0;
}

input.btn-clear {
    background-color: #d7d031;
    color: #fff;
    border: 0;
}

.wp-category-filter .wpCatWrapper {
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.15);
}

#catFilterResult .wpCatWrapper .panel-body {
    padding: 0;
}

#catFilterResult .wpCatWrapper .panel-footer {
    padding: 10px 10px;
    background-color: #fff;
    position: relative;
}

#catFilterResult .wpCatWrapper .panel-footer p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #142a35;
    font-weight: 400;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.06);
}

/* Pagination */
.screen-reader-text {
    display: none
}

.navigation.pagination,
.sponsor-nav {
    display: block;
    text-align: center;
    clear: both;
    margin-right: 15px;
}

.navigation.pagination .page-numbers,
.sponsor-nav .page-numbers {
    border: 1px solid #b7b7b7;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
}

.navigation.pagination .page-numbers.current,
.sponsor-nav .page-numbers.current {
    background-color: #dfdfdf;
}

.sponsor-nav .page-numbers.dots {
    border: 0;
}

.navigation.pagination a.prev.page-numbers,
.navigation.pagination a.next.page-numbers,
.sponsor-nav a.prev.page-numbers,
.sponsor-nav a.next.page-numbers {
    background-color: #dfdfdf;
    font-size: 24px;
    vertical-align: middle;
    padding: 0;
    border-radius: 3px;
}


/* Download Whitepaper Page */

.single-whitepaper {
    background-color: #eff2f3;
    padding: 2em 0;
    background-image: url('images/single-wp-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.single-whitepaper .img-wrapper {
    box-shadow: 4px 12px 10px -8px rgba(0, 0, 0, 0.27);
}

.single-whitepaper .img-wrapper>img {
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    object-fit: fill;
}

.single-whitepaper p.whitepaper-title {
    background-color: #142a35;
    color: #fff;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 15px;
}

.single-whitepaper .content-wrapper {
    padding-left: 25px;
}

.spansor-img {
    border: 1px solid #d7d7d7;
    display: inline-block;
    border-radius: 5px;
    float: left;
    padding: 2px 2px;
    background: #fff;
    margin-right: 5px;
}

.spansor-img img {
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
    border-radius: 5px;
}

.single-whitepaper ul.social-share-list.nav {
    float: left;
    display: table;
    padding: 0 15px;
}

.single-whitepaper ul.social-share-list.nav li {
    display: inline-block;
    margin-right: 15px;
}

.single-whitepaper ul.social-share-list.nav li a {
    padding: 38px 15px;
    border-radius: 5px;
}

.single-whitepaper ul.social-share-list.nav li a.linkedin {
    background-color: #1a70a3;
}

.single-whitepaper ul.social-share-list.nav li a.twitter {
    background-color: #28abd9;
}

.single-whitepaper ul.social-share-list.nav li a.facebook {
    background-color: #325fb0;
}

.single-whitepaper ul.social-share-list.nav li a.plus {
    background-color: #142a35;
}

.single-whitepaper ul.social-share-list.nav li a>i.fa {
    background: #fff;
    padding: 3px 0;
    border-radius: 2px;
    width: 20px;
    text-align: center;
}

.single-whitepaper ul.social-share-list.nav li a>i.fa.fa-linkedin {
    color: #1a70a3;
}

.single-whitepaper ul.social-share-list.nav li a>i.fa.fa-twitter {
    color: #28abd9;
}

.single-whitepaper ul.social-share-list.nav li a>i.fa.fa-facebook {
    color: #325fb0;
}

.single-whitepaper ul.social-share-list.nav li a>i.fa.fa-plus {
    color: #142a35;
}

/*.single-whitepaper .meta-content-list.nav { clear: both; padding: 25px 0 15px; display: block; border-bottom: 1px solid #b7b7b7; }*/
.single-whitepaper .meta-content-list.nav li {
    padding: 5px;
}

.single-whitepaper .meta-content-list li b {
    font-weight: 500;
    color: #142a35;
}

.single-whitepaper .meta-content-list li a {
    display: inline-block;
    padding: 0 0;
    color: #142a35;
}

.single-whitepaper .meta-content-list.nav li>span {
    border: 1px solid #696262;
    border-radius: 35px;
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.single-whitepaper .whitepaper-desp {
    padding: 21px;
}

.single-whitepaper .publishe-user .meta-content-list li:nth-child(1) a {
    color: #b6474d;
}

.single-whitepaper-form {
    background-image: url('images/wp-form-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.single-whitepaper-form form {
    padding: 25px 25px;
    width: 90%;
}

.single-whitepaper-form form input {
    border-bottom-color: #b7b7b7;
    height: 35px;
}

.single-whitepaper-form form .form-group,
.sidebar-wrapper form .form-group {
    position: relative;
    display: flex;
}

.single-whitepaper-form form .form-group i.fa,
.sidebar-wrapper form .form-group i.fa {
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 5px 0;
    margin-right: 10px;
}

/*#wpDownloadFrm .form-group i.fa.fa-phone { border-color: #fff; }*/
button#btnDownloadWP {
    border: 0;
    margin-top: 20px;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #e6e6e6;
}

.single-whitepaper-form form a.download_with_linkedin {
    padding: 5px;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: capitalize;
    display: block;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
}

.single-whitepaper-form form i.fa.fa-download {
    color: #091a34;
}

.text-or {
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}

.single-white-paper .downloadMessage.alert-success {
    position: absolute;
    padding: 5px;
    bottom: -4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #b6474d;
    color: #fff;
}

/* Sidebar */
.sidebar-wrapper #newsLetter {
    width: auto;
    margin: 25px auto 0;
}

.sidebar-wrapper .panel.panel-default.newsletter-bg {
    background-image: url(images/siderbar-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.15);
}

.sidebar-wrapper h3.newsletter-head {
    font-weight: 300;
    color: #4d4646;
}

.sidebar-wrapper form .form-group i.fa {
    color: #6b6f82 !important;
}

.sidebar-wrapper form input {
    color: #000 !important;
}

.sidebar-wrapper form#newsLetter #btnSubscribe {
    font-weight: 400;
    width: 100%;
    background-color: #b6474d !important;
    color: #fff !important;
    padding: 8px 0;
}

.sidebar-wrapper .text-or {
    color: #000;
}

.sidebar-wrapper #newsLetter span.error {
    font-size: 12px;
    color: #d71c44;
    font-weight: 500;
    padding: 0;
    top: 3.5em;
    position: absolute;
    left: 3.3em;
}

.sidebar-wrapper a.subscibe_with_linkedin {
    width: 100%;
    background-color: #27465c;
    font-weight: 400;
    padding: 8px 0;
}


/* Most Visited */
.sidebar-wrapper .panel-heading {
    background-color: #e5e5e5;
}

.sidebar-wrapper .ul.nav-pills li a {
    background-color: transparent !important;
    border: 1px solid #b7b7b7;
    color: #142a35 !important;
    margin-right: 5px;
    padding: 5px 10px;
}

.sidebar-wrapper ul.nav-pills li.active a,
.sidebar-wrapper ul.nav-pills li a:hover {
    background-color: #233665 !important;
    color: #fff !important;
}

#mostVisited .post-img,
#recent .post-img {
    object-fit: cover;
    border: 1px solid #f2f2f2;
}

#mostVisited p.post-title,
#recent p.post-title {
    font-size: 14px;
}

#recent p.post-date,
#mostVisited p.post-date,
#recent p.post-date {
    font-size: 12px;
}

#mostVisited .row.margin-top,
#recent .row.margin-top {
    margin-top: 15px;
}

.tags-wrapper ul.nav {
    display: table;
}

.tags-wrapper ul.nav li {
    display: inline-block;
}

.tags-wrapper ul.nav li a {
    padding: 5px 10px;
}




/* All Sponsor */
/*.page-template-page-sponsors .wpCatWrapper .panel-footer .sponsor-name { text-transform: uppercase; }*/
#catFilterResult .wpCatWrapper .panel-body .wp-img {
    min-height: 300px;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#catFilterResult .wpCatWrapper .panel-body .sp-img {
    min-height: 128px;
    height: 128px;
    object-fit: cover;
}


.toup {
    position: fixed;
    color: #fff;
    right: 40px;
    bottom: 30px;
    background-color: #b6474d;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.3);
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999999;
}

.toup.active {
    opacity: 0.8;
    visibility: visible;
}

/* Media Query */

@media(max-width: 1199px) {
    #latestWhitepaper .item p {
        font-size: 14px;
    }

    .meta-content span.sponsor-name {
        font-size: 11px;
        padding: 5px 5px;
    }

    span.released-date {
        font-size: 11px;
        padding: 4px 5px;
    }

    .navigation.pagination .page-numbers {
        font-size: 14px;
    }

    .navigation.pagination .page-numbers {
        width: 30px;
        height: 30px;
        padding: 5px 0;
    }

    #catFilterResult .wpCatWrapper .panel-footer p {
        font-size: 15px;
    }

    .navigation.pagination a.prev.page-numbers,
    .navigation.pagination a.next.page-numbers {
        font-size: 20px;
    }
}

@media(max-width: 992px) {
    .thank-you-message-newslatter p i.fa-check {
        font-size: 30px;
    }

    .jsResp.alert.subscribe-message.alert-success.unlogged {
        top: 8em;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
    }

    .jsResp.alert.subscribe-message.alert-success {
        background-color: transparent;
        border: 0;
        top: 4em;
        height: 200px;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
        margin: 0 auto;
    }

    .thank-you-message-newslatter {
        left: 0;
        margin: 1.5em 0 5em;
    }

    .newsletterWithTags .container {
        min-height: 210px;
        padding-top: 15px;
        background-image: url(images/news-letter-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home .newsletter-bg {
        padding: 30px 30px 5px;
    }

    .thank-you-message-newslatter {
        left: 0;
    }

    .wp-category-filter {
        padding: 2em 0;
    }

    form.searchWhitepaper {
        width: 80%;
    }

    .latest-whitepaper .carousel-wrap {
        padding: 15px 0;
        width: 80%;
        margin: 0 auto;
    }

    #latestWhitepaper .item p {
        font-size: 13px;
    }

    .top-banner h1 {
        font-size: 28px;
    }

    .single-whitepaper {
        padding: 2em 0;
    }

    .newsletter-bg {
        background-image: url('images/news-letter-bg.jpg');
        padding: 20px 20px;
    }

    .tags-bg {
        background-image: url('images/tags-bg.jpg');
        padding: 25px 10px;
    }

    .newsletterWithTags .remove-pad-xs {
        padding: 0 !important;
    }

    .newsletterWithTags:before,
    .newsletterWithTags:after {
        background-image: none;
    }

    .newsletterWithTags {
        padding-bottom: 2em;
    }

    .single-whitepaper .img-wrapper>img {
        min-height: 320px;
        max-height: 320px;
    }

    .single-whitepaper .content-wrapper {
        padding-left: 0;
    }
}

@media(max-width: 767px) {
    .navbar-default .mobile-nav>li>a {
        color: #282828;
    }

    .mobile-mode {
        width: 100%;
    }

    .mobile-mode .mobile-nav {
        max-height: 424px;
        width: 100%;
        overflow-y: scroll;
    }

    .thank-you-message-newslatter p i.fa-check {
        font-size: 30px;
    }

    .jsResp.alert.subscribe-message.alert-success.unlogged {
        top: 8em;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
    }

    .jsResp.alert.subscribe-message.alert-success {
        background-color: transparent;
        border: 0;
        top: 3em;
        height: 175px;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
        margin: 0 auto;
    }

    .thank-you-message-newslatter {
        left: 0;
        margin: 1.5em 0 5em;
    }

    .all-category-whitepaper #select-cat {
        width: 100%;
    }

    .whitepaper-cat-menu ul.nav li>ul {
        margin: 0;
        padding: 0 20px;
    }

    .whitepaper-cat-menu {
        width: 250px;
    }

    .menu-right {
        right: -250px;
    }

    .navbar-header {
        float: left;
        padding-left: 15px;
        width: 100%;
    }

    .whitepaper-logo {
        width: 150px;
    }

    .mobile-nav {
        float: right;
        padding: 15px 0;
    }

    .sticky-header .mobile-nav {
        padding: 8px 0;
    }

    .mobile-nav ul.nav {
        display: table;
    }

    .mobile-nav ul.nav li {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    .mobile-nav ul li a {
        padding: 0 0;
        font-size: 14px;
    }

    .mobile-nav ul li.linkedin-Login {
        background: #eff2f3;
        padding: 2px 9px;
    }

    .mobile-nav ul li.linkedin-Login a {
        color: #142a35;
    }

    .mobile-nav ul li a i.fa.fa-linkedin {
        color: #fff;
        background: #142a35;
        padding: 5px;
    }

    #whitepaperCatNavMobile {
        padding: 2px;
        margin-top: 16px;
        margin-left: 10px;
        border: 1px solid #b6474d;
        width: 28px;
        text-align: center;
        height: 28px;
        background-color: #253866;
    }

    #whitepaperCatNavMobile i {
        color: #fff;
        vertical-align: sub;
    }

    .whitepaper-cat-menu a {
        font-size: 14px;
    }

    .whitepaper-cat-menu ul li a {
        line-height: 20px;
    }

    .searchWhitepaper input {
        height: 40px;
    }

    .whitepaper-filter h2 {
        font-size: 24px;
    }

    .whitepaper-filter {
        padding: 2em 0 1em;
    }

    .latest-whitepaper {
        padding: 25px 0 15px;
    }

    .latest-whitepaper h3.section-title {
        padding-bottom: 10px;
        margin: 0;
        font-size: 20px;
    }

    .cus-pad {
        padding: 0 15px;
    }

    .top-banner h1 {
        font-size: 20px;
    }

    header .container-fluid {
        padding: 0 15px;
        width: 100%;
    }

    form.searchWhitepaper {
        width: 100%;
        margin: 25px 0 0;
    }

    .wp-category-filter {
        padding: 15px 0 20px;
    }

    .wp-category-filter form {
        width: 90%;
    }

    .newsletterWithTags:before,
    .newsletterWithTags:after {
        background-image: none;
    }

    .remove-pad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .remove-pad-left {
        padding-left: 15px !important;
    }

    .remove-pad-right {
        padding-right: 15px !important;
    }

    .newsletterWithTags .remove-pad-xs {
        padding: 0 !important;
    }

    .newsletter-bg {
        background-image: url('images/news-letter-bg.jpg');
        padding: 10px 0px;
        margin-top: 15px;
    }

    .tags-bg {
        background-image: url('images/tags-bg.jpg');
        padding: 25px 10px;
    }

    .popular-posts-wrapper {
        padding-top: 25px;
    }

    div#popularWhitepaper .owl-item img {
        /*height: 100%;*/
        min-height: 200px;
        max-height: 200px;
    }

    .newsletterWithTags {
        padding-bottom: 2em;
    }

    footer {
        padding: 15px 0 0;
    }

    .single-whitepaper .content-wrapper {
        padding-left: 0;
    }

    .single-whitepaper ul.social-share-list.nav li {
        margin-right: 5px;
    }

    .single-whitepaper ul.social-share-list.nav li a {
        padding: 38px 7px;
    }

    .navigation.pagination {
        text-align: center;
        float: none;
        margin: 0;
    }

    #catFilterResult .wpCatWrapper .panel-body .wp-img {
        min-height: 250px;
        height: 250px;
    }

    form.frmDownloadWP {
        width: 70%;
    }

    .navigation.pagination .page-numbers {
        margin-bottom: 5px;
    }

    .tax-wp-category #catFilterResult .wpCatWrapper .panel-footer,
    .page-template-page-all_whitwpapers #catFilterResult .wpCatWrapper .panel-footer {
        min-height: auto;
    }
}

@media(max-width: 320px) {
    .top-banner h1 {
        font-size: 20px;
    }

    .single-whitepaper ul.social-share-list.nav li a {
        padding: 38px 5px;
    }

    .top-banner h1 {
        font-size: 18px;
    }

    .col-xs-100 {
        width: 100%;
    }

    .meta-content span.sponsor-name,
    .meta-content span.released-date {
        font-size: 10px;
    }

    .spansor-img img {
        min-height: 95px;
        max-height: 95px;
        width: 80px;
    }
}