/*
	Website:	Bronzatura
	Version:	2.1
	Media:	 	Screen
    Author:     Emmanuel.A
*/

@import '../style/bootstrap.min.css';
@import '../style/common.css';
@import '../style/owl.carousel.min.css';
@import '../style/owl.theme.default.css';
@import '../font/all.min.css';
@import '../font/icofont.min.css';

/* GENERAL */

html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html,
body,
form {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: #656469;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

table {
    margin: 0;
    padding: 0;
    border: 0;
}

td {
    vertical-align: middle;
    font-weight: 400;
}

/* tbody tr:nth-child(even) {
    background: rgba(129, 105, 253, 0.05);
} */

tbody tr:hover:nth-child(even),
tbody tr:hover {
    background: rgba(129, 105, 253, 0.07);
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
div,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

input,
textarea,
select,
option,
button {
    outline: 0 none;
    font-family: 'Poppins', sans-serif;
    ;
    line-height: 20px;
}

input {
    vertical-align: top;
    font-size: 15px;
    -webkit-border-radius: 0;
    border-radius: 0
}

ul,
ol,
li,
dd,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre {
    margin: 0px;
    color: #373738;
    padding: 0px;
}

p,
img,
pre,
dl {
    margin: 0;
    padding: 0;
    border: 0px;
}

a {
    color: #535353;
    text-decoration: none;
    outline: 0 none;
    cursor: pointer;
    font-weight: 500;
}

.book-detail .con ul li,
.book-detail .con ul li label,
.book-detail .con ul li span,
.authors-book .caption,
header nav:not(.mobile-nav),
.shop .con-wrap,
.shop a h5,
.btn-sub,
.community .con,
.cform form a svg,
.resources .con h5,
.resources .con h6,
header nav:not(.mobile-nav) li>ul,
a {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

a:hover {
    text-decoration: none !important;
    color: #ba3a71;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    ;
}

h1 {
    font-size: 50px;
    line-height: 71px;
    padding: 10px 0;
    font-weight: 700;
}

h2 {
    font-size: 48px;
    line-height: 50px;
    padding: 10px 0;
    font-weight: 400;
}

h3 {
    font-size: 44px;
    line-height: 49px;
    padding: 10px 0;
    font-weight: 400;
}

h4 {
    font-size: 38px;
    line-height: 54px;
    padding: 10px 0;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    line-height: 31px;
    padding: 10px 0;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
    font-weight: 400;
}

p {
    line-height: 28px;
    padding: 10px 0;
    font-weight: 400;
}


header,
footer,
article,
section,
nav,
menu,
hgroup,
figcaption,
figure {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

form {
    padding: 0 0 0;
    background: none;
}

label {
    font-weight: 600;
    margin: 0;
    font-size: 13px;
    display: block;
    color: #838383;
    padding: 0;
    background: white !important;
}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"],
select,
textarea {
    width: 100%;
    border-radius: 0;
    margin: 8px 0;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: white;
    font-family: 'Poppins', sans-serif;
}

.input:focus-within,
textarea:focus button:focus {
    box-shadow: 0 0 3px rgba(146, 115, 227, 0.8);
}

select:focus {
    border-color: #c6c1e4
}

textarea {
    height: 95px;
    resize: none;
    display: block;
}

select {
    background: white url(../images/drop.png) no-repeat right center;
    -webkit-appearance: none;
}

input[type="file"] {
    margin-top: 10px;
    display: block;
}

option {
    color: #2d2d2d;
}

input[type="email"].error,
input[type="text"].error,
input[type="password"].error,
input[type="date"].error,
textarea.error {
    border-color: red !important;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
    border-color: none;
    background: none;
}

button[type="submit"],
button,
button[type="button"],
input[type="button"],
input[type="submit"] {
    padding: 12px 35px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    position: relative;
    border-radius: 0;
    /* width: 100%;*/
}

button {
    background: none;
    border: none;
    outline: none;
}

button i {
    margin-right: 10px;
}

input[type="submit"] {
    background: #b46fbe;
    border-radius: 3px;
    color: white;
}

button[type="button"],
input[type="button"] {
    background: #cacaca;
}

button:focus {
    box-shadow: none !important;
}

button:active,
button:focus {
    border: none;
    box-shadow: none;
    outline: 0
}

em,
blockquote {
    font-style: italic;
    font-weight: 500;
}


/* CONTENT */

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 13px 0;
    font-size: 15px;
    line-height: 19px;
}

del {
    color: #808080;
}

address {
    padding: 13px 0;
    color: #222222;
    line-height: 19px;
}

small {
    font-size: 11px;
}

hr {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    height: 1px;
    width: 100%;
    margin: 30px 0 20px;
    padding: 0;
}

table {
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

th {
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.05);
}

th span {
    background: #EF5763;
    background: linear-gradient(135deg, rgba(239, 87, 100, 1) 0%, rgba(129, 105, 253, 1) 56%, rgba(82, 168, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

td {
    border: none;
    border-top: 1px solid #e1e1e1;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 15px;
    color: #7c7c7c;
}

td a {
    font-size: 13px;
    margin: 0 5px;
}

th:first-child {
    border-left: none;
}


td:first-child {
    border-left: none;
}




.left {
    float: left
}

.right {
    float: right;
}


/* Selection colours (easy to forget) */

::selection {
    background: #494545;
    color: white;
}

::-moz-selection {
    background: #494545;
    color: white;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

::-webkit-input-placeholder {
    color: black;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
}

:-moz-placeholder {
    color: black;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
}

::-moz-placeholder {
    color: black;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: black;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
}

/* FORM STYLING */


/* FORM STYLING */
.radio-btn {
    margin: 0 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.radio-btn.block {
    display: block;
}

.radio-btn label {
    position: relative;
    padding: 10px 20px 10px 30px;
    font-size: 13px;
    font-weight: 500;
    color: #838383;
}

.radio-btn.error label {
    color: red;
}

.radio-btn label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
}

.radio-btn label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
    margin-right: 10px
}

.checkbox {
    margin: 0 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.checkbox.block {
    display: block;
}

.checkbox label {
    position: relative;
    padding: 10px 20px 10px 30px;
    font-size: 13px;
    font-weight: 500;
    color: #736cc7;
}

.checkbox.error label {
    color: red;
}

.checkbox label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 15px;
    width: 5px;
    height: 8px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #b4aee4;
}

input[type="checkbox"]:checked+label:before {
    background: rgb(239, 87, 100);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(239, 87, 100, 1) 0%, rgba(129, 105, 253, 1) 56%, rgba(82, 168, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(239, 87, 100, 1) 0%, rgba(129, 105, 253, 1) 56%, rgba(82, 168, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(239, 87, 100, 1) 0%, rgba(129, 105, 253, 1) 56%, rgba(82, 168, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5764', endColorstr='#52a8f3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #e4dcf8;
}

input[type="radio"]:checked+label:before {
    border: 3px solid #e4dcf8;
}

input[type="checkbox"]:checked+label:after {
    border-color: white;
}

input[type="radio"]:checked+label:after {
    border: 6px solid #9273e3;
}

.btn a {
    position: relative;
}

button {
    overflow: hidden;
}

form button span,
.btn a span {
    position: relative;
    z-index: 5;
}

button:hover:after,
.btn a:hover:after {
    opacity: 1;
}

.input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    background: white;
    padding: 8px 10px 9px;
    margin: 5px 0 15px;
}

.input.error {
    border-color: red;
}

.input.error label {
    color: red !important;
}

.floating-label>input+label,
.floating-label>textarea+label {
    top: 7px;
}

.floating-label>input:focus+label,
.floating-label>input:focus+label.label-sm,
.floating-label>textarea:focus+label,
.floating-label>textarea:focus+label.label-sm {
    top: 7px !important;
    font-size: 10px !important;
    opacity: 0;
}

.input label {
    font-size: 12px !important;
    color: #656469 !important;
    font-weight: 500 !important;
}

.input i {
    color: #b0b3d7;
}

.input input,
.input textarea {
    border: none;
    position: relative;
    z-index: 5;
}

.input.date {
    background: #f6f5ff !important;
}

.input.readonly {
    background: #fdf8e9 !important;
    border-color: #dcd4ba !important;
}

.flex {
    display: flex;
    align-items: center;
}

.cutsom-btn.btn,
button.btn,
.btn-sub,
.btn a {
    background: #b34a00 !important;
    color: white !important;
    padding: 13px 50px 13px 25px;
    display: inline-block;
    line-height: 18px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 0 black;
    box-shadow: none;
    position: relative;
    border: none;
}

.subBtn {
    background: white !important;
    color: #8f244d !important;
    border-radius: 25px !important;
}

.cutsom-cart-btn {
    background: #8f244d !important;
    color: white !important;
    padding: 13px 50px 13px 25px;
    display: inline-block;
    line-height: 10px !important;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 500;
    text-shadow: 1px 1px 0 black;
    box-shadow: none;
    position: relative;
    border: none;
}

.cutsom-cart-btn:hover {
    color: #fff;
    background-color: #b83970 !important;
    border-color: #b83970 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
button.btn:focus,
button.btn:hover,
.btn-sub:hover,
.btn-hoverable:hover,
.btn a:hover {
    background: #b83970 !important;
    color: white !important;
    border: none !important;
}

.authors-list .col-lg-3 a:after,
.authors-list .col-lg-3 a:before,
button.btn:before,
button.btn:after,
.btn-sub:after,
.btn-sub:before,
.btn a:after,
.btn a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 4px;
    margin: auto;
    height: 13px;
    font-size: 15px;
}

.authors-list .col-lg-3 a:after,
button.btn:after,
.btn-sub:after,
.btn a:after {
    right: 30px;
}

.authors-list .col-lg-3 a:before,
button.btn:before,
.btn-sub:before,
.btn a:before {
    right: 22px;
}

.authors-list .col-lg-3 a:hover:after,
button.btn:hover:after,
.btn-sub:hover:after,
.btn a:hover:after {
    animation: bounceback 1.2s linear infinite;
}

.authors-list .col-lg-3 a:hover:before,
button.btn:hover:before,
.btn-sub:hover:before,
.btn a:hover:before {
    animation: bounceback 1s linear infinite;
}

.justify-space-between {
    justify-content: space-between;
}

/* HEADER */
header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .header-top {
    padding: 10px 0 25px;
}

header .header-top ul {
    display: flex;
    justify-content: flex-end;
}

header .header-top ul li {
    padding: 0 20px;
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
}

header .header-top ul li:first-child {
    border-left: none;
}

header .header-top ul li a {
    opacity: 0.6;
}

header .header-btm {
    padding: 5px 30px;
    background: #fefefe;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

header .fa-bars {
    display: none;
}

header .row {
    align-items: center;
}

header .col-lg-9 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
}

header nav:not(.mobile-nav) ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav:not(.mobile-nav) li {
    padding: 15px;
    position: relative;
}

header nav:not(.mobile-nav) li a {
    padding: 10px 13px;
    font-size: 16px;
}

header nav:not(.mobile-nav) li:hover>a {
    color: #ba3a71;
}

header nav:not(.mobile-nav) li>ul {
    position: absolute;
    background: white;
    width: 250px;
    display: block;
    left: 0;
    top: 59px;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}

header nav:not(.mobile-nav) li:hover>ul {
    opacity: 1;
    visibility: visible;
}

header nav:not(.mobile-nav) li li:not(.no-hoverables):hover {
    background: rgba(0, 0, 0, 0.1);
}

header nav:not(.mobile-nav) li ul ul {
    left: 247px;
    top: 0;
}

header nav:not(.mobile-nav) li ul li a {
    font-size: 14px;
    padding: 12px 20px;
    display: block;
}

header nav:not(.mobile-nav) li li {
    padding: 0;
}

header nav:not(.mobile-nav)#main-menu>ul>li:last-child>a {
    background: #8f244d;
    color: white;
    border-radius: 20px;
}

header p {
    font-weight: 800;
    color: #644329;
    padding: 0 0 0 25px;
    margin: 0;
}

/* FOOTER */
footer {
    background: #f5f5f5;
    padding: 50px 0 30px
}

footer .logo {
    width: 30%;
}

footer h6 {
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

footer p {
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    padding-right: 15px;
    color: black;
}

footer h5 {
    color: #8f244d;
    font-weight: 600;
}

footer .copy {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 0;
    margin-top: 35px;
    display: flex;
    align-items: center;
}

footer .copy p {
    font-size: 12px;
}

footer li a {
    font-size: 13px;
}

footer .social {
    padding: 30px 0 0;
}

footer .social a {
    color: #fed976;
    font-size: 28px;
    margin-left: 30px;
}

footer .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

footer .share a {
    font-size: 22px;
    margin-right: 20px
}

/* PAGE TITLE */
.page-title {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 65px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.page-title:after {
    content: "";
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-bg.jpg) no-repeat left top;
    mix-blend-mode: luminosity;
    opacity: 0.3;
    background-size: cover;
}

.page-title .container {
    position: relative;
    z-index: 5;
    height: 50%;
    display: flex;
    align-items: flex-end;
}

.page-title h2 strong {
    font-weight: 700;
}

/* title */
.title span {
    padding-bottom: 25px;
    position: relative;
}

.title span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 5px;
    background: black;
    border-radius: 5px;
}

.title span:after {
    content: "\f141";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 25%;
    height: 7px;
    display: flex;
    align-items: center;
    bottom: 0;
    background: rgb(250 183 110);
    padding: 0 10px;
    color: white;
    font-size: 30px;
}

.list li {
    padding: 5px 15px;
    position: relative;
    font-weight: 400;
    line-height: 23px;
}

.list li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 6px;
    color: #8f244d;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.dataTable th span:after {
    opacity: 0.7;
}

.input.date input {
    background: none;
}

@keyframes bounceback {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.w-max {
    width: max-content;
}

.border-sharp {
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .count-book-author-record {
        display: none !important;
    }
}

.subBtn:hover {
    background: #ba3a71 !important;
}

#contactemail .btn-us:hover {
    background: #ba3a71 !important;
}

.onlineSubmissionForm input[type="email"]:focus,
.onlineSubmissionForm input[type="text"]:focus,
.onlineSubmissionForm input[type="password"]:focus,
.onlineSubmissionForm input[type="date"]:focus,
.onlineSubmissionForm textarea:focus {
    background: white !important;
}

.footer-menu {
    color: #b34a00;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    padding: 10px 0;
    font-weight: 600;
}