/*font css*/
@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    font-weight: 400;
    src: local('Roboto Slab'), url(/theme_manilatimes/css/fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    font-weight: 500;
    src: local('Roboto Slab'), url(/theme_manilatimes/css/fonts/RobotoSlab-Medium.ttf);
}

@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    font-weight: 700;
    src: local('Roboto Slab Bold'), url(/theme_manilatimes/css/fonts/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    font-weight: 400;
    src: local('Roboto'), url(/theme_manilatimes/css/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    font-weight: 700;
    src: local('Roboto Bold'), url(/theme_manilatimes/css/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'LibreBaskerville Regular';
    font-weight: 400;
    font-display: swap;
    src: local('LibreBaskerville Regular'), url(/theme_manilatimes/css/fonts/LibreBaskerville-Regular.ttf);
}

@font-face {
    font-family: 'LibreBaskerville Regular';
    font-weight: 700;
    font-display: swap;
    src: local('LibreBaskerville Regular'), url(/theme_manilatimes/css/fonts/LibreBaskerville-Bold.ttf);
}


.login-page,
.signup-page,
.forget-password-page,
.reset-password-page,
.change-password-premium,
.EditProfile {
    display: table;
    margin: 2px auto 10px;
    width: 100%;
    max-width: 37%;
    padding: 20px 30px 10px
}
.warning{
    margin: 10px 0px;
    font-size: 16px;
}
.reset-password-page,
.change-password-page,
.userProfile,
.packageInfo {
    display: table;
    margin: 2px auto 0;
    width: 100%;
    padding: 20px 30px 0
}
.signup-page .relative-position,.premium .relative-position{
    position: relative;
}
.signup-page .eye-icon,.premium .eye-icon{
    width: 4%;
    position: absolute;
    right: 3%;
    top: 26px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: solid 1px #000;
    border-radius:  75% 15%;
    transform: rotate(45deg);
}
.signup-page .eye-icon:before,.premium .eye-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.signup-page .crossed-eye-icon:after,.premium .crossed-eye-icon:after{
    position: absolute;
    content: "/";
    color: #000;
    font-size: 20px;
    left: 1px;
    top: -9px;
    transform: rotate(-22deg);
}
.main-title{margin-bottom: 20px;}
.small-title{
    margin-bottom: 10px;
}
.small-title .fieldName{
    display: inline-block;
}
.small-title label{
    display: inline-block;
}
.premium .btn-social {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    display: block;
    text-align: center;
    max-width: 450px;
    margin: 10px auto;
}

.premium .login-page .fb-btn,
.premium .signup-page .fb-btn {
    background: #3b579d;
    color: #fff
}

.premium .login-page .btn-google,
.premium .signup-page .btn-google {
    background-color: #BB001B;
    color: #fff
}

.premium .login-page .signIn-header,
.premium .signup-page .signIn-header,
.premium .forget-password-page .h1-header,
.premium .reset-password-page .h1-header,
.premium .change-password-page .h1-header,
.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px
}

.premium .forget-password-page .h1-header,
.premium .reset-password-page .h1-header,
.premium .change-password-page .h1-header,
.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    margin-top: 0;
    text-align: left;
}

.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    margin-bottom: 20px
}

.premium .backTo a {
    display: inline-block;
    color: #06c
}

.premium input {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    margin: 10px 0 5px;
    border-radius: 5px;
}

.premium input[type=submit] {
    background-color: #c4361e;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    font-size: 18px;
    cursor: pointer;
    max-width: 185px;
}

.premium a.forgot-password-link{
    font-size: 14px;
    display: block;
    text-align: right;
    width: 100%;
    color: #06c;
}

.premium a.register {
    font-size: 17px;
    margin-top: 10px;
    display: block;
    width: 100%;
    color: #06c;
}

.premium .error-msg {
    color: red
}
.premium .grey-border{
    border-top: 1px solid #e8e8e8;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-group {
    margin-top: 20px;
    margin-bottom: 20px
}

.premium .success-msg {
    font-size: 20px;
}

.thankyou {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
    font-size: 20px;
}

.premium .rowField {
    padding-bottom: 10px
}

.premium .profile-actions {
    padding: 20px 0 30px;
    display: flex;
    justify-content: left;
    align-items: center
}

.premium .profile-actions a {
    background-color: #c4361e;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px
}
.premium .profile-actions a  button{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.premium .EditProfile {
    display: none
}
.premium .renew-button{
    background-color: #c4361e;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
    display: block;
    width: fit-content;
}
.action-subscription-btn{
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #000;
    margin-top: 10px;
    display: inline-block;
}

.premium select {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    margin: 10px 0 5px;
    border-radius: 5px;
}

.premium .checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.premium .checkbox input {
    height: 20px;
    width: auto;
    margin: 7px 20px 5px 5px
}

.premium .buttonGold {
    background-color: #c59958;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 20px;
    border: 0
}
.website-packages .active-account{
    text-align: center;
    padding: 20px 5px;
    font-size: 18px;
    width: 100%;
}
.website-packages .row .col-md-4{
    flex: 0 0 33%;
    max-width: 33%;
}
.website-packages .select-plan{
    position: absolute;
    bottom: 15px;
    border-radius: 3px;
    background-color: #c4361e;
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 7px 5px 8px;
    text-transform: uppercase;
    width: 91%;
    border: 1px solid #c4361e;
    cursor: pointer;
}
.website-packages .select-plan:hover{
    background-color:transparent;
    color: #c4361e;
}
.website-packages .select-plan:hover a[href]{
    background-color:transparent;
    border:none;
    color: #c4361e;
}
.website-packages .inner-description{
    height: auto;
}
.website-packages .inner-description ul{
    padding-left: 0px;
}
.website-packages .inner-description li:before{
    content: '\2713';
    display: inline-block;
    color: #000000;
    padding: 0 6px 0 0;
    font-size: 19px;
    font-weight: bold;
}
.website-packages .inner-description li{
    clear: both;
    list-style: none;
    margin:15px 0px 15px 15px;

}
.website-packages .package-price{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.website-packages span.yearly-bill{
    font-size: 14px;
    font-style: italic;
}
.website-packages .package-container{
    background-color: #f5f5f5;
    padding: 5px 20px;
    position: relative;
    height: 405px;
}
.website-packages .package-title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #c4361e;
}

.website-packages .billing{
    text-align: center;
    font-size: 18px;
}
.website-packages .free-trial{
    color:#c4361e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}
.website-packages .note{
    font-style: italic;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.website-packages .underlined{
    border-bottom: double #93afe4 3px;;
}
.website-packages .best-value{
        background-color: #c3251d;
    padding: 5px 10px;
    color: white;
    text-align: center;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.DisplayProfile{
    width: 100%;
}
.DisplayProfile .userProfile, .DisplayProfile  .packageInfo{
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
}

@media screen and (max-width: 1400px){
    .website-packages .package-container{height: 470px;}
}
@media screen and (max-width: 1000px){
    .website-packages .package-container{height: 530px;}
    .website-packages .best-value{width: 70%;}
    .website-packages .select-plan{width: 85%;}
}


@media screen and (max-width:768px) {
    .signup-page .eye-icon,.premium  .eye-icon{
        right: 10%;
    }
    .login-page, .signup-page, .forget-password-page, .reset-password-page, .change-password-premium, .EditProfile{
        max-width: 100%;
    }
    .website-packages .package-container{margin-bottom: 20px;height: 465px;}
     .website-packages .select-plan{width: 95%;}
    .website-packages .inner-description{height: auto;}
    .premium .profile-actions {
        display: block
    }
    .premium .profile-actions a {
        display: block;
        margin: 10px;
        width: 92%;
        border-radius: 5px;
        text-align: center
    }
    .premium .buttonGold {
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 4px
    }
    .premium input {
        width: 92%
    }
    .website-packages .row .col-md-4{
        flex: auto;
        max-width: 100%;
    }
    .DisplayProfile .userProfile, .DisplayProfile  .packageInfo{width: 100%;}
}
/*modal style*/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1;
    display: block;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.hide {
    display: none !important
}

.show {
    display: block !important
}
.packages-link a{color: #c4361e;}
.packages-link{
    margin-top: 20px;
    font-size: 20px;
}
.subscribe-newsletter-row{
    margin-top: 20px;
}

.subscribe-newsletter-row input{
    height: 20px;
    width: 20px;
    margin: 0px;
    margin-right: 10px;
}
.italic{font-style: italic;}