/* Print css */
@media print {
    body {
        background:red !important;
        color:yellow !important;
        margin:0;
        background-color:green !important;
        }

    .nos-ad-social-section{
        display: none !important;
    }
   .elementor-element-29d17e01{
    display: none !important;

   }
}

.custom-menu-red-item {
        .elementor-item { color: #bc271a!important; }
}

/* Newsletter template CSS */

.nl-page-header {
    margin-top: 15px;
    margin-bottom: 10px;
}

.nl-page-header .title {
    font-family: 'Merriweather', serif;
    color: #000;
    font-weight: 600;
    font-size: 34px;
}

.nl-exclusive .title {
    font-size: 20px;
    font-family: 'Open sans', sans-serif;
    margin-top: 15px;
    color: #bc271a;
    letter-spacing: 1px;
    font-weight: 600;
}

.nl-exclusive-container .title {
    color: #000;
    font-family: 'Playfair Display', serif!important;
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 4px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
}

.nl-exclusive-container .kicker {
    color: #868383;
    font-family: 'Playfair Display', serif!important;
    font-size: 12px !important;
    margin-bottom: 8px;
    letter-spacing: 0px !important;
}

.btn-danger-custom {
    color: #fff;
    background-color: #bc271a;
    border-color: #bc271a;
    font-family: 'Roboto Condensed';
    padding: 6px 18px;
    border-radius: 10px;
    outline: none;
}

.btn-danger-custom-2 {
    color: #fff;
    background-color: #bc271a;
    border-color: #bc271a;
    font-family: 'Roboto Condensed';
    padding: 6px 22px;
    border-radius: 0 6px 6px 0px !important;
    outline: none;
    min-width: 92px;
}

.btn-danger-success {
    color: #fff;
    background-color: #21203F;
    border-color: #21203F;
    display: inline-block;
    padding: 6px 39px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 6px 6px 0px;
    min-width: 92px;
}

.btn-danger-custom:focus,
.btn-danger-custom:active,
.btn-danger-custom-2:focus,
.btn-danger-custom-2:active {
    outline: none !important;
}

.un-text {
    font-size: 10px !important;
    line-height: 12px !important;
    color: grey !important;
    margin-top: 6px !important;
}

.un-text a {
    color: #324243;
    text-decoration: underline;
}

.nl-exclusive-container {
    padding-top: 10px;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #e0e0e0; */
    margin-bottom: 10px;
}

.nl-exclusive-container .hexcerpt {
    margin-bottom: 6px;
}

.padd-5 {
    padding: 5px;
}

.padd-20 {
    padding: 20px;
}

.input-group-append {
    display: flex;
}

.form-control,
.nl-exclusive-container .success-msg-div {
    border-radius: 6px;
}

.nl-exclusive-container input,
.nl-exclusive-container .success-msg-div {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d0d0d0 !important;
}

.mb-3 {
    width: 80%;
}

.success-active {
    display: none;
}

.nl-exclusive-container input,
.nl-exclusive-container .success-msg-div {
    color: #000000 !important;
}

.signup-error-msg {
    color: #bc271a;
    padding-top: 5px;
    font-weight: bold;
}


/* End Newsletter template CSS */
