/*
Theme Name: CaptiveReview Theme.
Theme URL: captivereview.com
Description: Main Theme for CaptiveReview.
Version: 1.0
Author: Invideous
Author URL: invideous.com
Tags: invideous
*/

body,
html {
    font-family: "Open Sans", helvetica, verdana;
    font-size: 0.8em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*  BACKGROUND IMAGE AD */
    /* background-image: url('https://captivereview.com/wp-content/uploads/2017/07/DIG1590_Captive-Review-Digital-Skin-Takeover.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 2%; 	
    margin: 0; */
}


/* BACKGROUND IMAGE AD */

#bglink {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    text-indent: -5000em;
}

a.ad-banner-fullbg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    /* display: none; */
}

.menu-main-menu-container {
    text-align: center;
}

#menu-main-menu {
    display: inline-block;
    padding: 0;
}

.clear {
    clear: both;
}

.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.login-popup,
.register-popup,
.change-pass-popup,
.free-membership-popup,
.forgot-pass-popup,
.error-popup,
.chg-pass-success-popup {
    display: none;
}

.main-wrapper {
    width: 1024px;
    margin: 0 auto;
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(225, 225, 225);
    background: white;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    z-index: 100;
    position: relative;
}

.main-content p {
    font-size: 14px;
    text-align: justify;
}

a {
    color: #005496;
    text-decoration: none;
}

header {
    padding: 10px 25px 0px 25px;
    background: url('images/header-pattern.png');
    background-color: white;
}

.logo {
    margin-top: 30px;
    height: 57px;
    width: 210px;
}

a.about-membership {
    margin-right: 13px;
    font-size: 11px;
    margin-top: 0px;
    display: block;
    float: left;
}

a.about-membership * {
    font-size: 14px;
    padding: 0;
}

.logo,
.logo a,
.logo img {
    border: none;
    outline: none;
}

.logo,
.ad-header {
    float: left;
    vertical-align: middle;
}

.ad-header {
    margin-left: 28px;
}

.top-header-bar {
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-bottom: 10px;
}

.newsletter-header {
    height: 30px;
    width: 330px;
    float: left;
    margin-bottom: 10px;
}

#newsletter-icon {
    height: 25px;
    width: auto;
    float: left;
}

.newsletter-header-text {
    float: left;
    vertical-align: top;
    padding-top: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
}

.newsletter-header-text:hover {
    opacity: 0.7;
}

.free-membership-popup .gform_wrapper {
    width: 300px;
    height: 510px;
    background: white;
    padding: 15px 25px 15px 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px rgb(206, 206, 206);
    border: 5px solid rgb(227, 227, 227)
}

.free-membership-popup .gform_title {
    margin: 0;
    font-size: 15px;
}

.free-membership-popup ul.gform_fields {
    margin: 10px;
    padding: 0;
}

.free-membership-popup ul.gform_fields li {
    list-style: none;
}

.free-membership-popup .gfield_label {
    font-size: 14px;
    color: gray;
}

.free-membership-popup .ginput_container input[type=text] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid rgb(219, 219, 219);
}

.free-membership-popup input[type=submit] {
    padding: 5px 15px 5px 15px;
    background: white;
    border: 1px solid silver;
    font-weight: 600;
    color: rgb(87, 87, 87);
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}

.free-membership-popup input[type=submit]:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.login-header {
    float: right;
    margin-top: 2px;
}

.login-header .login {
    font-size: 11px;
}

.login-header .login input[type=submit] {
    border: 1px solid rgb(171, 171, 171);
    background: none;
    float: right;
    margin-top: 3px;
    color: rgb(90, 90, 90);
    cursor: pointer;
}

.login-header .logged-in {
    float: left;
    margin: 4px;
    margin-right: 10px;
}

.login-header .logout-btn {
    float: right;
}

#login-btn {
    background: white;
    padding: 2px;
    padding-right: 15px;
    padding-left: 15px;
    color: rgb(89, 89, 89);
    border: 2px solid rgb(240, 240, 240);
    outline: 1px solid rgb(228, 228, 228);
}

#login-btn:hover {
    outline: 1px solid rgb(244, 244, 244);
}

.premium-popup,
.thank-you-popup,
.error-popup,
.chg-pass-success-popup {
    display: none;
    width: 350px;
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 10px;
    height: 175px;
    top: 0;
    left: 0;
    margin-top: auto;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    bottom: 0;
    margin-bottom: auto;
    position: absolute;
    box-shadow: 0px 0px 15px black;
}

.premium-popup-text,
.thank-you-popup-text,
.error-popup-text,
.chg-pass-success-popup-text {
    font-size: 16px;
    margin-top: 28px;
}

.need-login-details {
    float: right;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 11px;
}

.search-bar {
    float: right;
    margin-right: 2px;
}

.search-bar #searchform {
    margin: 0;
}

.search-bar input[type=text] {
    margin: 0;
    padding: 4px;
    position: relative;
    bottom: 3px;
    height: 28px;
    border: 1px solid rgb(232, 232, 232);
    outline: 0;
}

.search-bar input[type=text]:focus {
    box-shadow: inset 0px 0px 5px rgb(215, 215, 215);
    border: 1px solid rgb(213, 213, 213);
}

.search-bar input#searchsubmit {
    position: relative;
    top: 5px;
    right: 3px;
    width: 28px;
    height: 28px;
    outline: none;
    background: url('images/icons/search-icon.png') white;
    border: 1px solid rgb(212, 212, 212);
}


/* SEARCH PAGE */

.search-results {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.search-results .search-num-results {
    font-size: 13px;
    color: gray;
    font-style: italic;
}

.header-social {
    float: right;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-right: 10px;
}

.social-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    vertical-align: middle;
}

.social-label {
    float: left;
    color: gray;
}

.social-icon.fb {
    background: url('images/social-buttons.jpg') no-repeat 0px 0;
}

.social-icon.tw {
    background: url('images/social-buttons.jpg') no-repeat -20px 0;
}

.social-icon.in {
    background: url('images/social-buttons.jpg') no-repeat -40px 0;
}

.social-icon.gp {
    background: url('images/social-buttons.jpg') no-repeat -60px 0;
}

.main-menu {
    padding: 2px;
    border-top: 2px solid rgb(225, 225, 225);
    border-bottom: 2px solid rgb(231, 231, 231);
}

.main-menu ul li {
    list-style: none;
    display: inline;
}

.main-menu ul li a {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.main-menu ul li:not(:first-child) a {
    border-left: 1px solid gainsboro;
}

.main-menu ul li a:hover {
    opacity: 0.6;
}

#de .full-page-wrap {
    padding: 10px;
}

.full-page-wrap {
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.full-columns {
    width: 818px;
    float: left;
}

#de .full-column-wrap {
    padding: 10px;
    width: 818px;
}

.full-column-wrap {
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 818px;
}

.left-content,
.middle-content {
    padding: 0px 10px 15px 10px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#de .left-content {
    width: 376px;
}

.left-content {
    width: 412px;
    margin-top: 15px;
}

.premium-content {
    font-size: 16px;
}

.news-header,
.promoted-header {
    margin-bottom: 10px;
}

.news-headline,
.promoted-headline {
    color: #b2b1b1;
    font-size: 20px;
    display: inline-block;
}

.news-header .line,
.promoted-header .line {
    display: inline-block;
    border-top: 1px solid #b2b1b1;
    vertical-align: super;
    width: 295px;
    margin-left: 9px;
}

.promoted-header .line {
    width: 80px !important;
}

#de .news-post-box {
    width: 380px;
    float: left;
}

.news-post-box {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgb(231, 231, 231);
    position: relative;
}


/* .native-ad-box *{
color: rgb(135, 52, 52) !important;
} */

.native-ad {
    float: right;
    position: relative;
    top: -6px;
    right: 0;
    background: url('images/sponsored-ad.png') no-repeat;
    width: 52px;
    height: 44px;
    background-size: 52px auto;
}

.ad-banner-300-250 {
    text-align: center;
    margin-top: 35px;
}

.news-headline-wrapper h2,
.related-tags h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.news-headline-wrapper h2:hover,
.related-tags h2:hover {
    opacity: 0.7;
}

.related-tags {
    margin-top: 10px;
}

.related-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.related-box:not(last-child) {
    border-bottom: 1px solid rgb(241, 241, 241);
}

.digital-editions-info {
    font-size: 16px;
    line-height: 24px;
}

#digital-editions-header {
    margin: 20px;
}

.digital-edition-title {
    font-size: 22px !important;
}

.digital-edition-image {
    width: 130px;
    height: 175px;
    border: 5px solid white;
    outline: 1px solid rgb(206, 206, 206);
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}

.digital-edition-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.digital-edition-info {
    float: left;
    width: 230px;
    height: 115px;
    position: relative;
}

.digital-editions-link {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.digital-editions-link a {
    font-size: 12px;
    font-weight: 100;
    padding: 5px 15px 5px 15px;
    background: rgb(141, 141, 141);
    color: white;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.digital-edition-pager ul {
    margin: 0;
    padding: 0;
}

.digital-edition-pager a {
    width: 30px;
    height: 30px;
    background: rgb(76, 96, 137);
    display: inline-block;
    line-height: 29px;
    font-size: 12px;
}

.news-teaser-image {
    width: 145px;
    height: 80px;
    border: 5px solid white;
    outline: 1px solid rgb(206, 206, 206);
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}

.news-teaser-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.news-teaser-text {
    font-size: 13px;
    color: rgb(104, 104, 104);
    height: auto;
    text-align: justify;
    position: relative;
    vertical-align: top;
}

.news-post-info-item {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 10px;
    color: rgb(145, 145, 145);
    line-height: 16px;
    padding-left: 18px;
}

.news-post-info-item.date {
    background: url('images/icons/date-icon.png') no-repeat;
    float: left;
    background-size: 15px;
}

.news-post-info-item.author {
    background: url('images/icons/author-icon.png') no-repeat;
    float: left;
    background-size: 15px;
    margin-left: 15px;
}

.news-post-info-item.tags {
    padding-left: 0px;
}

.read-more-text {
    font-weight: bold;
    color: grey;
}

.read-more-text:hover {
    opacity: 0.7;
}

.read-more-btn div {
    font-weight: bold;
    font-size: 10px;
    margin-left: 4px;
    float: right;
    margin-top: 10px;
    padding: 2px 6px 2px 6px;
    border: 1px solid gray;
}

.read-more-btn div:hover {
    opacity: 0.7;
}

.events-headline {
    margin-top: 10px;
}

.events-box:first-child {
    margin-top: 10px;
}

.events-box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 51px;
    background-image: url('images/calendar-icon.png');
    background-repeat: no-repeat;
    background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    background-position: left;
    -moz-background-position: left;
}

.events-box:not(:last-child) {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.events-title a {
    font-size: 14px;
    font-weight: bold;
    color: #005496;
}

.events-date {
    font-size: 12px;
    color: gray;
    font-style: italic;
}

.middle-content {
    width: 422px;
    margin-top: 15px;
}

.promoted-box ul.bjqs {
    border: 5px solid white;
    outline: 1px solid rgb(240, 240, 240);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.promoted-box ul li img {
    width: 100%;
    height: auto;
}

ul.bjqs .cp_images img {
    margin: 0 5%;
    width: auto;
    max-width: 80%;
}

.promoted-box ul li .promoted-title {
    position: absolute;
    bottom: 10px;
    color: white;
    background: rgba(0, 37, 74, 0.8);
    padding: 10px;
    width: 370px;
}

.promoted-box ul li .promoted-title a {
    color: white;
    font-size: 17px;
}

.promoted-box .bjqs-markers {
    display: none;
}

.promoted-box .bjqs-controls li a {
    right: 0;
    top: 10px !important;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: all .2s ease-out;
}

.promoted-box .bjqs-controls li a:hover {
    opacity: 1.0;
}

.promoted-box .bjqs-controls.v-centered li.bjqs-prev a {
    right: 45px;
    left: inherit;
    background: url('images/nav-arrows.png');
    background-size: auto 30px;
    -moz-background-size: auto 30px;
    -webkit-background-size: auto 30px;
}

.promoted-box .bjqs-controls.v-centered li.bjqs-next a {
    right: 10px;
    background: url('images/nav-arrows.png');
    background-size: auto 30px;
    -moz-background-size: auto 30px;
    -webkit-background-size: auto 30px;
    background-position: 30px;
    -moz-background-position: 30px;
    -webkit-background-position: 30px;
}

.news-featured-post-box.big {
    position: relative;
}

.news-featured-post-box.big .news-featured-title {
    position: absolute;
    bottom: 0;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin: 5px;
}

.news-featured-post-box.big .news-featured-title a {
    color: white;
    font-size: 17px;
}

.news-featured-post-box.big .news-featured-teaser-image {
    width: 290px;
    height: 200px;
    border: 5px solid white;
    outline: 1px solid rgb(206, 206, 206);
    overflow: hidden;
}

.news-featured-post-box.big .news-featured-teaser-image img {
    width: 100%;
    height: auto;
}

.features-header {
    padding: 0px 5px 4px 0px;
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(189, 189, 189);
    font-weight: bold;
    color: #005496;
}

.features-header span {
    border-bottom: 4px solid rgb(217, 217, 217);
    padding-left: 10px;
    padding-right: 10px;
}

.features-box {
    position: relative;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgb(236, 236, 236);
}

.features-box .features-title {
    margin-bottom: 8px;
}

.features-box .features-title a {
    font-size: 16px;
    font-weight: bold;
}

.features-box .features-teaser-image {
    float: left;
    margin-right: 10px;
    outline: 1px solid rgb(194, 194, 194);
    border: 5px solid rgb(255, 255, 255);
    width: 85px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.features-box .features-teaser-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: auto;
}

.features-box .features-teaser-text {
    width: auto;
    vertical-align: top;
    font-size: 12px;
}

.features-box .features-teaser-text .read-more-btn div {
    font-weight: bold;
    font-size: 9px;
    padding: 2px 6px 2px 6px;
    border: 1px solid gray;
    float: right;
    margin-top: 15px;
}

.digital-editions-link a {
    font-size: 12px;
    font-weight: 100;
    padding: 5px 15px 5px 15px;
    background: rgb(141, 141, 141);
    color: white;
}

.digital-editions-link a:hover {
    opacity: 0.6;
}

.full-wrapper {
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 824px;
    margin-top: 10px;
}

#sd-title {
    font-size: 16px;
}

.service-directory-box {
    width: 383px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#sd-left {
    width: 395px;
    margin-top: 15px;
    padding: 0;
}

#sd-mid {
    width: 401px;
    margin-top: 25px;
    margin-left: 13px;
    padding: 0;
}

.sidebar {
    width: 165px;
    float: left;
    padding: 10px;
    text-align: center;
}

.sidebar *:not(:first-child) {
    margin-top: 10px;
}

.share-this-header {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(224, 224, 224);
    color: rgb(108, 108, 108);
    font-weight: 100;
}

.cookie-bar {
    position: fixed;
    top: 0;
    bottom: auto !important;
    width: 100%;
    height: auto !important;
    height: 40px;
    background: #005496;
    border-top: 3px solid #00467C;
    bottom: -60px;
    opacity: 0;
    color: white;
    padding: 5px 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    z-index: 100;
}

.cookie-wrap {
    width: 1024px;
    margin: 0 auto;
}

.cookie-wrap h1{
    margin-bottom: 0;
}

.cookie-wrap p{
    font-size: 15px;
    line-height: 24px;
}

.cookie-buttons {
    float: left;
}

.cookie-btn {
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    border: 1px solid rgb(127, 176, 202);
}

.cookie-btn:hover {
    opacity: 0.7;
}

.cookie-text {
    float: left;
    font-size: 13px;
    margin-top: 4px;
}

.footer {
    color: lightgray;
    padding: 5px;
}

footer {
    padding: 10px;
    border-top: 1px solid rgb(202, 202, 202);
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.footer-copyright div {
    margin: 0 auto;
    color: gray;
}

.footer-copyright div:first-child {
    padding-right: 15px;
}

.footer-copyright div:last-child {
    padding-left: 15px;
    /* border-left: 1px solid rgb(202, 202, 202); */
}

.footer-links ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.footer-links ul li {
    display: inline;
}

.footer-links ul li a {
    color: gray;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-links ul li:not(:first-child) a {
    border-left: 1px solid gray;
}

span.delimiter-trial {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 26px;
}

.category-list {
    padding: 0;
    list-style: none;
    margin: 10px;
    margin-left: 0px;
}

.category-list a {
    display: block;
    padding: 5px;
    padding-left: 15px;
    font-size: 16px;
    background: white;
    color: black;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.category-list a:hover {
    background: rgb(238, 238, 238);
}

.category-list li:not(:last-child) a {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.gform_body ul {
    list-style: none!important;
}

ul#input_7_12 {
    padding: 0;
}

body .gform_wrapper .gform_validation_container {
    display: none;
}



#reset-pass-form .change-pass-info, 
#reset-pass-form .field-item, 
#reset-pass-form .grey-bg-input-container,
.set-header{
    text-align: center;
}

#reset-pass-form .input-label {
    display: block;
    text-align: center;
    margin: 15px auto 5px;
}
#reset-pass-form input {
    display: inline-block;
}

#reset-pass-form #submit-button {
    float: none;
    display: inline-block;
    margin-top: 20px;
}

.set-form-container {
    margin: 15px;
    text-align: center;
}

.alert.alert-danger {
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #b20303;
}

.form-login.hide {
    display: none;
}

.activate-email{
    width: 250px;
    height: 2em;
}

#reset-pass-form .field-item-row label{
    margin-bottom: 5px;
}

.activate-submit {
    margin-top: 5px !important;
}

.breaking-news-wrap {
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    bottom: -100%; 
    z-index: 9999;
    top: 70px; 
    margin-bottom: 15px;
}

.cookies-info {
    position: relative;
}

.cookies-text {
    padding: 15px 15px;
    background-color: #005496;
}

.cookies-info h5, .breaking-info h5 {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
}

.cookies-text p {
    color: white;
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
}

.cookies-text a {
    margin-right: 25px;
}

.cookies-text a {
    color: white;
}

.cookie-buttons-holder {
    margin-top: 20px;
}

.cookie-buttons-holder .cookie-btn {
    display: inline-block;
}

header.header {
    position:relative;
}

@media only screen and (max-width:767px) {
    #accept-cookies,
    #cookie-policy-learn-more,
    #do-not-accept-cookies {
        display: block;
        line-height: 2em;
    }
  
    header {
        height: 70px;
    }
  }

/* NEW ADS - Start */

.ads-holder {
  text-align: center;
}

.ads-holder div[id^='div-gpt'] {
  display: inline-block;
}

.ads-devider {
  width: 100%;
  height: 30px;
}

/* NEW ADS - End */