/* global */

body {
    background-color: #f1f4f5;
    position: relative;
}

.overlay.popup-open {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(35, 35, 35, 0.5);
}

a:hover {
    text-decoration: none;
}

.navbar{
    background-color: #fff;
    margin-bottom: 0px;
}

.navbar-nav>li>a {
    color: rgb(26, 43, 60);
    font-size: 14px;
    padding: 5px 10px;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 70px;
    z-index: 999;
}

.navbar-brand>img {
    padding: 0px;
}

.navbar-form {
    margin: 0px;
    padding: 13px;
}

header {
    padding: 50px 0px;
    /* background-color: #2060b6; */
    background: url('../images/global/page_header_bg.svg');
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 122px;
    text-shadow: 2px 2px #3a3a3a;
}

header.home-page-header {
    background: none;
    background-color: #0a0a0a;
}

.home-page-header img {
    height: 300px;
}

section {
    padding: 30px 0px;
}

.section-header {
    margin-bottom: 25px;
}

.video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/* .videoWrapper {
    position: relative;
    padding-bottom: 45.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

/* navbar */

.category-links{
    text-align: center;
    margin-bottom: 20px;
}

.category-links li {
    list-style: none;
    display: inline;
    margin: 0px 2px;
    padding: 8px 10px;
}

input#globalSearch {
    border: 1px solid #ececec;
    box-shadow: none;
}

.navbar-form .input-group-btn>.btn {
    border: 1px solid #ececec;
}

/* Editors Pick Article */

.editor-pick .article-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.editor-pick .article {
    margin-bottom: 12px;
    height: 488px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.editor-pick .article .embed-responsive {
    height: 100%;
    position: relative;
}

.editor-pick .article-card .article-info {
    background-color: rgba(0,0,0,0.75);
    padding: 0px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.editor-pick .article-card .article-info .article-title {
    color: #fff;
    opacity: 0.7;
}

.editor-pick .article:hover .article-card .article-info .article-title {
    opacity: 1;
}

.editor-pick .article-card .article-info .article-author {
    color: #fff;
    text-align: right;
}

.editor-pick .article-card .article-info .article-author i {
    text-transform: none;
}

.editor-pick .right-part .article:nth-child(odd) {
  height: 238px;
}

/* Featured Article */
.featured-article .article-card {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    color: #111111;
    margin-bottom: 30px;
    height: 340px;
    position: relative;
}

.featured-article .article-card .featured-image {
    height: 240px;
}

.featured-article .article-card .featured-image .embed-responsive {
    height: 100%;
}

.featured-article .article-card .featured-image img {
    height: 100%;
    width: 100%;
}

.featured-article .article-info {
    padding: 15px 20px;
    text-align: center;
}

.featured-article .article-card:hover {
    background-color: #403eb8;
}

.featured-article:nth-child(2n) .article-card {
    background-color: #004ED3;
    color: #fff !important;
}

.featured-article:nth-child(2n) .article-card:hover {
    background-color: #52b5bd;
}


.featured-article .article-card:hover .article-info {
    color: #fff;
}

.featured-article .article-info .article-title {
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.featured-article .article-info .article-author {
    font-size: 12px;
    text-transform: capitalize;
}

/* Article List */

.article-list .article {
    margin-bottom: 30px;
}

.article-list .article-card {
    padding-bottom: 15px;
    border: 3px solid #fff;
    background-color: #fff;
}

.article-list .article-card .featured-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 8px;
}

.article-list.search-articles .article-card .featured-image,
.article-list .article-card.related-article .featured-image {
    height: 200px;
}

.article-list .article-card .featured-image .embed-responsive {
    height: 100%;
}

.article-list .article-card .featured-image a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.article-list .meta-data {
    font-size: 13px;
}

.article-list .meta-data a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #52b5bd;
}

.article-list .article-info {
    height: 115px;
    padding: 0px 10px;
}

.article-list .article-title {
    font-size: 19px;
    text-transform: capitalize;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-title a {
    color: #333;
}

.article-list span.article-author {
    text-transform: capitalize;
}

.section-blog-page-wrapper {
    margin-top: 122px;
}

.videoWrapper .article-card {
    height: auto;
    bottom: 0;
}

.newsletter-subscription {
    /* background-image: linear-gradient(90deg,#54529a,#432a78); */
    background-image: url('../images/global/page_header_bg.svg');
    clear: both;
    color: #fff;
    padding: 5em 1em;
    position: relative;
    z-index: 4;
}

.newsletter-subscription .subscription-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.newsletter-subscription input {
    padding: 15px 12px;
    height: auto;
}

.newsletter-subscription .input-group-btn .btn {
    padding: 15px;
}

/* Single News  */

.single-blog-page article .blog-title {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.single-blog-page article .blog-subtitle {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 20px;
}

.single-blog-page article .meta-data {
    font-size: 17px;
    margin-bottom: 25px;
}

.single-blog-page article .meta-data span:first-child a {
    padding-bottom: 2px;
    border-bottom: 2px solid #a9dade;
    color: #52b5bd;
}

.single-blog-page article .article-author {
    font-size: 16px;
}

.single-blog-page article .article-author i {
    font-weight: bold;
}

.single-blog-page article .blog-content {
    font-size: 17px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 75px;
}

.single-blog-page article .blog-content p {
    margin-bottom: 15px;
}

.single-blog-page article .social-list-wrapper {
    margin-bottom: 25px;
}

.single-blog-page article .social-list-wrapper ul {
    padding-left: 0px;
}

.single-blog-page article .social-list-wrapper ul li.social-item {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.single-blog-page article .social-list-wrapper ul li.social-item i{
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
    /* background-color: #00859b;
    background-image: -webkit-gradient(linear,left top,right top,from(#22588a),to(#00859b));
    background-image: linear-gradient(90deg,#22588a,#00859b); */
    background-image: url('../images/global/page_header_bg.svg');
    background-size: cover;
    color: #e2d5d5;
}

.single-blog-page article .social-list-wrapper ul li.social-item:hover i {
    color: #fff;
}

/* Contribute Page */
.contribute-page-header {
    background-color: #E1ECF0;
    margin-top: 132px;
}

.contribute-page-header .header-wrapper .welcome-speech {
    color: #232c35;
    padding: 50px 0px;
}

.contribute-page-header .header-wrapper .welcome-speech h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.contribute-page-header .header-wrapper .welcome-speech p {
    font-size: 14px;
    line-height: 24px;
}

.contributor-image {
    background: url('../images/global/contributor_bg.jpg');
    background-attachment: fixed;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: calc(100vh - 132px);
}

section.reason-to-contribute {
    padding: 60px 0px;
}

.section-title {
    color: #000;
    margin-bottom: 50px;
}

.feature-content {
    margin-bottom: 2.714em;
    background-color: #ffffff;
    padding: 25px 0px;
    box-shadow: 1px 1px 8px 2px #dcdcdc;
    border-radius: 4px;
    height: 135px;
}

.feature-heading {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.feature-description {
    padding: 10px 20px;
    margin-bottom: 0px;
}

.sign-up-form {
    background-color: #E1ECF0;
}

.sign-up-form .form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 10px;
}

.sign-up-form label {
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.accordion .card {
    border-top: 1px solid #828282;
}

.accordion .card:last-child {
    border-bottom: 1px solid #828282;
}

.accordion .card .card-header a {
    color: #333;
    text-decoration: none;
}

.accordion .card .card-header a h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 20px 10px 15px;
}

.accordion .card .card-body {
    padding: 5px 20px 10px;
}

.accordion .card .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    margin-right: 15px;
    margin-top: 20px;
}
.accordion .card .card-header > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.author-content {
    background-color: #ececec;
    padding: 30px 50px;
    position: relative;
    margin-bottom: 30px;
}

.author-image {
    position: absolute;
    left: -40px;
    top: -40px;
}

.author-image img {
    width: 80px;
    border-radius: 50%;
}

a.social-share {
    cursor: pointer;
}

.footer {
    background-color: #37424f;
    color: #fff;
    padding: 30px 0px;
}

.footer-area.cta {
    background: #37424f;
    color: #fff;
    margin: 0px;
    padding: 70px 0px;
    position: relative;
    z-index: 999;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #fff;
    padding: 0px 17px;
}

.footer-social-icon {
    margin-top: 50px;
}

.footer-social-icon a {
    color: #afb3b9;
    margin: 0px 6px;
    font-size: 20px;
}

.footer-logo {
    margin-top: 28px;
}

.footer-logo img {
    width: 200px;
}

.footer-title p {
    margin-bottom: 0px;
    margin-top: 5px;
}

.footer-title p a {
    color: #fff;
}

/* subscription-popup */
.subscription-popup {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 360px;
    overflow: auto;
    background-color: rgb(0,0,0);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

.timeoutPopup_hidden {
    visibility: hidden;
    opacity: 0;
    background: transparent
}

#closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
    z-index: 9999;
}

#closeBtn:before {
    content: "\f00d";
    color: #000;
    font-family: "FontAwesome";
    font-size: 15px;
    padding-left: 1px;
}


.popup-header {
    margin-top: 50px;
}

.popup-header h4 {
    font-size: 24px;
    text-align: center;
}

.popup-content {
    padding: 25px;
}

.popup-content .form-control {
    border-radius: 0px;
    padding: 12px 15px;
    height: auto;
}

.popup-content p {
    margin-bottom: 20px;
}

.popup-content .btn {
    padding: 8px 0px;
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 5px;
}

.popup-content small {
    opacity: 0.5;
}

.popup-content .btn:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 767px) {
    .subscription-popup {
        width: 345px;
        height: 380px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}