:root {
    --fishergray: #252525;
    --level1: 999;
    --level2: 9999;
    --darkblue: #103f54;
    --mediumBlue: #207ea9;
    --p3: 30px; 
    --mt2em: 2em;
}

#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: var(--level1);
}



#primary-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--darkblue);
    z-index: var(--level1);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#primary-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#primary-menu ul li {
    padding: 0 1em;
}

#primary-menu ul li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 1.6em;
}

#primary-menu ul li a[aria-current="page"]{
    position: relative;
}

#primary-menu ul li a[aria-current="page"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff6;
    bottom: 0;
    left: 0;    
}

.rrssicons-wrapper{
    display: flex;
    margin-top: var(--mt2em);
}

.rrssicons-wrapper li {
    list-style-type: none;
    padding: 0.8em;
}

.rrssicons-wrapper li img {
    width: 38px;
    height: 38px;
}

.rrssicons-wrapper li img:hover, #primary-menu ul li a:hover, #site-navigation button svg:hover {
    opacity: 0.5;
    transition: 0.6s;
}

.mobile-menu {
    display: none;
}

#site-navigation .menu-toggle {
    display: block;
}

#site-navigation .gp-icon svg {
    fill: white;
}

#site-navigation.toggled #primary-menu {
    display: flex;
}

#site-navigation button {
    z-index: var(--level2);
    position: relative;
    background-color: transparent;
}

#site-navigation button svg {
    width: var(--mt2em);
    height: var(--mt2em);
}

#site-navigation button svg:nth-of-type(1) {
    fill: var(--mediumBlue);
}

#masthead {
    transition: 0.6s;
}

#masthead .inside-header {
    padding-top: var(--p3);
    margin-left: unset;
    margin-right: unset;
    max-width: 100%;
}

#masthead.scrolldown {
    background-color: transparent !important;
}

#masthead.scrolldown #site-navigation button svg:nth-of-type(1) {
    fill: #487b8b !important;
}

/* ########################### BANNER HEADING ############################ */
#logo img, #clickable-logo img {
    cursor: pointer;
}

#books-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #103f54;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#books-modal .book-desc{
    color: white;
    max-width: 1200px;
    margin-top: 30px;
    width: 40%;
    padding: 20px;
}

.close-wrapper {
    position: fixed;
    top: 16px;
    z-index: 9999999;
    right: 2%;
    background: transparent !important;
}

.close-wrapper svg {
    fill: white;
    width: 20px;
}

.quot-container {
    overflow: hidden !important;
    width: 100vw !important;
}

.banner-heading, .conatct-section {
    overflow: hidden;
    width: 100vw;
}

body .banner-desc p {
    font-size: 1.5em !important;
    margin-bottom: 5px;
}

body .banner-desc p img {
    margin-bottom: -4px;
}

body .banner-desc a {
    margin-right: 5px;
}

/* ########################### CONTENT ############################ */
#main {
    overflow: hidden;
}

.contact-form form {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.contact-form form  button{
    background: #103f54 !important;
    color: white !important;
    border-radius: 6px;
}

.contact-form {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.o-x-h {
    overflow: hidden;
    width: 100vw;
}

body .quote-text p {
    font-size: 20px !important;
    padding: 20px 20px 0px 20px;
}

.start-p {
    font-size: 2em;
    color: #258296;
    top: 6px;
    position: relative;
}

.buy-btn span{
    color: white !important;
}

.cart {
    width: 40px;
}

.book-container {
    position: relative;
    display: block;
}

.buy-container {
    position: absolute;
    top: 0;
    left: 0;
    background: #25829699;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-container svg {
    fill: white;
}

.book-container:hover .buy-container {
    opacity: 1;
}

.opinion .author-name {
    text-align: left !important;
    color: #258296 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 9999;
}

.opinion .item-content-wrapper::before {
    color: #258296 !important;
    z-index: 99999;
}

.opinion .item-content {
    max-height: 400px;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* .opinion .item-content::-webkit-scrollbar {
    display: none;
} */
  
/* Hide scrollbar for IE, Edge and Firefox */


.opinion .item-content-wrapper {
    background-color: transparent !important;
}

.opinion p {
    text-align: justify !important;
}

.opinion .item-content::before {
    content: "";
    background-color: white;
    width: 245px;
    height: 245px;
    position: absolute;
    top: -18px;
    border-radius: 10%;
    right: -163px;
    transform: rotate(45deg);
}

.opinion .swiper-pagination-bullet {
    background-color: #487b8b !important;
}

.opinion .item-content h5, .opinion .item-content p {
    position: relative;
    z-index: 99;
}

.opinion .item-content h5 {
    font-size: 15px;
}

.swiper-arrow.swiper-button-next {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background: #799399 !important;
    opacity: 0 !important;
}

.swiper-arrow.swiper-button-prev {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background: #799399 !important;
    opacity: 0 !important;
}

.carousel-wrapper:hover  .swiper-arrow {
    opacity: 1 !important;
}

.icons-list li {
    width: 31%;
    padding: 10px !important;
}

/* ########################### FOTTER ############################ */
.inside-footer-widgets {
    display: flex;
    flex-direction: column;
}

.inside-footer-widgets h2 {
    font-size: 1.2em;
}

.inside-footer-widgets a {
    color: #258296 !important;
    text-decoration: none;
}

.inside-footer-widgets .wp-block-button a{
    color: white !important;
}

#footer-widgets {
    background: #fbfbfb;
}

.site-info {
    padding: 30px;
}

.footer-widget-2 p {
    margin-bottom: 0;
}

.banner-blogs {
    position: relative;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffab;
}

.wp-block-search__inside-wrapper button, .comment-form input[type="submit"]{
    background: #103f54;
}

.overlay-bg {
    border-bottom-left-radius: 20%;
}

.inside-right-sidebar h2{
    font-size: 1.5em;
}

#right-sidebar {
    border-left: 1px solid lightgray;
}
.blog #site-navigation button svg:nth-of-type(1), .single-post #site-navigation button svg:nth-of-type(1) {
    fill: #103f54;
}