/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
    scroll-behavior: smooth;
}

body {
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	background-color:black;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-Black.eot');
    src: url('fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Black.woff') format('woff'),
        url('fonts/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-Bold.eot');
    src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-BlackItalic.eot');
    src: url('fonts/Inter-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-BlackItalic.woff') format('woff'),
        url('fonts/Inter-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-BoldItalic.eot');
    src: url('fonts/Inter-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-BoldItalic.woff') format('woff'),
        url('fonts/Inter-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-ExtraBold.eot');
    src: url('fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-ExtraBold.woff') format('woff'),
        url('fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-Medium.eot');
    src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Medium.woff') format('woff'),
        url('fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-ExtraBoldItalic.eot');
    src: url('fonts/Inter-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-ExtraBoldItalic.woff') format('woff'),
        url('fonts/Inter-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-Italic.eot');
    src: url('fonts/Inter-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Italic.woff') format('woff'),
        url('fonts/Inter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-SemiBoldItalic.eot');
    src: url('fonts/Inter-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-SemiBoldItalic.woff') format('woff'),
        url('fonts/Inter-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-Regular.eot');
    src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-MediumItalic.eot');
    src: url('fonts/Inter-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-MediumItalic.woff') format('woff'),
        url('fonts/Inter-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('fonts/Inter-SemiBold.eot');
    src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-SemiBold.woff') format('woff'),
        url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
    

h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;font-family: 'Source Sans Pro', sans-serif;}

h1
{
    font-size:50px;
    font-family: 'Ovo', serif;
    font-weight:600;
    color:#fff;
}
h2 {
    font-size: 38px;
    color: #ffffff;
    font-family: 'Ovo';
    font-weight:600;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #ffffffcf;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    line-height:25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
section.top_footer {
    background-color: #0f213f;
    margin-top: 0;
    padding: 80px 0px;
}

.footer-text h2{
    font-size : 44px;
}
.footer-text p{
    max-width: 700px;
    margin : 0 auto;
}

footer h3 {
    font-size: 21px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}
footer ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

footer ul li a {
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    transition: all 0.5s linear;
}

footer ul li a:hover {
    color: #ffd015;
}

footer p {
    font-size: 16px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 25px;
}
footer .social_info {
    float: left;
    margin-top: 25px;
}

footer .social_info ul li a i {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
}

footer .social_info span {
    color: #fff;
}

footer .social_info ul li a {
    transition: all 0.5s linear;
}

footer .social_info ul li a:hover i {
    color: #ffd015;
}
.social_info span {
    text-transform: uppercase;
}
section.copyright {
    text-align: center;
    /*padding: 10px;*/
    padding: 30px 0px;
}

section.copyright p {
    margin-bottom: 0px;
    color: #ffffffcf;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    text-align: center;
}
div#service-slider .thumb,
div#all-char-slider .thumb
{
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3,
div#all-char-slider h3
{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Ovo', serif;
    margin: 0px 0px 15px;
    text-align: center;
}

.characters_row h1 {
    font-size: 60px;
}

.characters_row h3 {
    text-shadow: 1px 1px 1px #000;
    font-size: 30px !important;
}

div#service-slider .content p,
div#all-char-slider .content p
{
    color: #e4e4e4;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* min-height:120px; */
    text-align: justify;
}

div#service-slider .content,
div#all-char-slider .content
{
    /*text-align: center;*/
    /*padding: 10px 10px 30px;*/
    padding: 30px;
    /*margin-top: 10px;*/
}

div#service-slider .content a,
div#all-char-slider .content a
{
    font-weight: 400;
    font-size: 16px;
    color: #b7b7b7;
    margin: 0px auto 0;
    display: inline-block;
    background-color: #e8ac2f;
    color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    text-decoration:none;
    text-transform: uppercase;
}
div#service-slider .box,
div#all-char-slider .box
{
    /*max-width: 100%;*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*background: #fff;*/
    /*padding: 80px;*/
    /*padding: 50px;*/
    /*background-color: #fff;*/
    /*position:relative;*/
}
div#service-slider .box,
div#all-char-slider .box
{
    padding: 0px;
}
#service-slider .owl-nav,
div#all-char-slider .owl-nav
{
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

#service-slider .owl-nav,
div#all-char-slider .owl-nav
{
    /* display: none; */
    /* position: relative; */
    /* margin-top: -60px; */
}
#service-slider h2 {
    font-family: 'Ovo';
    font-size: 40px;
}
#service-slider .owl-nav button.owl-next,
div#all-char-slider .owl-nav button.owl-next
{
    /*float: right;*/
    /*position: relative;*/
    /*right: -140px;*/
}

#service-slider .owl-nav button,
div#all-char-slider .owl-nav button
{
    font-size: 30px;
    height: auto;
    width: auto;
    color: #ffffff;
    margin: 0px 15px;
}

/*#service-slider .owl-nav button span {*/
/*    position: relative;*/
/*    top: -3.2px;*/
/*    font-size: 49px;*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/
div#service-slider ~ div,
div#all-char-slider ~ div
{
    display: none;
}
div#service-slider .thumb img,
div#all-char-slider .thumb img
{
    width: unset;
    height: unset;
    max-height: unset;
}
h2.post-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}
h2.post-title:after {content: "";width: 10%;height: 2px;background-color: #0f213f;position: absolute;bottom: 0;left: 0;}

/* New css starts here */
    
header {    
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    z-index: 9;
    top:20px;
}
ul.toplinks {
    display: flex;
    display: -webkit-flex;
    text-align: right;
    justify-content: flex-end;
    margin-right: 3%;
}

h2.site-title {
    margin-top: 0;
}

ul.toplinks li i {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
section.top_info {
    /*border-bottom: solid 1px #cccccc;*/
    /*padding: 10px 0px;*/
}
/*ul#menu-menu-1 {*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    float: right;*/
/*}*/

/*ul#menu-menu-1 li {*/
/*    margin: 0px 7px;*/
/*}*/

/*ul#menu-menu-1 li a {*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*    text-transform: uppercase;*/
/*    font-family: 'Source Sans Pro', sans-serif;*/
/*    font-weight: 400;*/
/*    text-decoration:none;*/
/*    transition: all 0.3s linear;*/
/*}*/
/*ul#menu-menu-1 li a:hover*/
/*{*/
/*    color:#ffd015;*/
/*}*/

/*ul#menu-menu-1 li:last-child {*/
/*    margin-right: 0px;*/
/*}*/

ul.header_social li:last-child {
    margin-right: 0px;
}
section.menu_section {
    padding: 25px 0px;
}
h3.post_title a {
    font-size: 23px;
    color: #e8ac2f;
    text-decoration: none;
    margin: 0px 0px 20px !important;
    display: block;
    font-family: 'Ovo', serif;
    font-weight: 500;
}
.all_post_content h3.post_title {
    margin: 0px !important;
}
p.anchor a {
    font-size: 16px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    background: #e8ac2f !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    padding: 15px 30px !important;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
}
p.anchor a:hover {
    background: #000 !important;
}
.post_image a img {
    width: 100%;
	min-height: 396px;
}
header ul#menu-menu-1 {
    margin-top: 20px;
}
.top_banner_section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 750px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.top_banner_titles h1 {
    margin: 0px 0px 25px;
    font-size: 50px;
    font-family: 'Ovo', serif;
    font-weight: 500;
}

.top_banner_titles p {
    font-size: 18px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 30px;
        opacity: 0.85;
}

ul.banner_btns {
    display: flex;
    display: -webkit-flex;
}

ul.banner_btns li a {
    padding: 15px 40px;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.1s;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

ul.banner_btns li {
    margin: 0px 15px;
}

ul.banner_btns li:first-child {
    margin-left: 0px;
}

ul.banner_btns li:hover a {
    background: #a86138;
    border: 2px solid #a86138;
}
.read_and_explore_section .vc_col-sm-12 > .vc_column-inner {
    /*padding-top: 0px !important;*/
}

.read_and_explore_section {
    /*min-height: 500px;*/
}
.read_and_explore_section .vc_col-sm-12 > .vc_column-inner .vc_col-sm-6 {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section_titles h2 {
    margin: 0px 0px 15px;
    font-size: 40px;
    color: #c51f16;
    font-family: 'Ovo', serif;
}

.section_titles h3 {
    font-family: "Ovo", sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 24px;
}

.vc_custom_1658414934455 h1 {
    font-size: 60px;
}

.abt_section  h1 {
    color: #c51f16;
}

.section_titles p {
    color: #d2d2d2;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.block_border_btn .vc_btn3 {
    transition: 0.1s;
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    background: #c51f16 !important;
    border: 2px solid #ffffff !important;
    padding: 0.8em 1.5em !important;
    box-shadow: none;
    border-radius: 0px !important;
}

.block_border_btn .vc_btn3:hover {
    color: #fff !important;
    background: #8b1616 !important;
    border: 2px solid #8b1616 !important;
}
.move_txt_column .vc_column-inner > .wpb_wrapper {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 40px;*/
    /*background: #fff;*/
    /*width: 100%;*/
    /*max-width: 70%;*/
    /*padding: 40px !important;*/
    /*background-color: #fff;*/
    /*z-index: 1;*/
}

.white_titles h3 {color: #c51f16;background: #ffffffc7;display: table;margin: 0 auto;padding: 10px 50px;border-radius: 0px 20px;}

.with_icon_btn .vc_btn3 {
    padding: 16px 20px 16px 45px !important;
}
.characters_row {
    /*padding: 120px 160px;*/
}
.white_titles h2 {
    color: #fff;
}
.abt_single_img img {
    /*height: 500px !important;*/
    /*object-fit: cover;*/
    /*object-position: top center;*/
}
.abt_single_img figure,.abt_single_img figure .vc_single_image-wrapper,.abt_single_img figure .vc_single_image-wrapper img {
    width: 100%;
}
.abt_section .vc_col-sm-6 > .vc_column-inner {
    padding-top: 0px !important;
}

.abt_section .vc_col-sm-6 > .vc_column-inner .abt_single_img {
    margin-bottom: 0px !important;
}

.abt_section .vc_col-sm-6 > .vc_column-inner .wpb_text_column.wpb_content_element {
    padding: 5%;
}

.story_txt > .wpb_wrapper {
    /* border: solid 1px #ccc; */
    box-shadow: 0px 0px 20px 2px #ddd;
    padding: 50px;
     background: #f0f0f0; 
    min-height: 560px;
}

.story_column.is-author .story_txt > .wpb_wrapper{
    min-height: 400px;
}

.story_abt_row {
    padding: 80px 0;
}
.story_txt h2 {
    margin: 0px 0px 20px;
    font-size: 36px;
    color: #333;
    font-family: 'Ovo', serif;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.story_txt p {
    color: #515151;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.custom_icon {
    position: absolute;
    top: -15px;
    left: -15px !important;
    transition: all 0.5s linear !important;
}

.custom_icon .vc_icon_element-inner.vc_icon_element-color-custom {
    font-size: 20px !important;
    opacity: 0.5 !important;
    left: 55px;
    top: 26px;
    z-index: 9;
}

.story_column .vc_column-inner > .wpb_wrapper {
    position: relative;
    transition: all 0.5s linear;
}

.story_column .vc_column-inner:hover > .wpb_wrapper .custom_icon
{
    transform: scale(1.4);
    top: 40px;
    bottom: auto;
    left: 30px;
    margin-top: -39px;
    opacity: 0.4;
    z-index: 9;
}

div#video-text p{ 
color : white !important;
max-width: 1000px;
margin: 0 auto;
}

.blogs_section_block .all_posts .col-sm-4 {
    padding: 0px !important;
}
.all_post_content {
    padding: 30px;
    background: #000;
}
ul.post_metas {
    display: flex;
    display: -webkit-flex;
}

ul.post_metas li {
    margin: 0px 15px;
    font-size: 18px;
    color: #515151;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

ul.post_metas li:first-child {
    margin-left: 0px;
}

ul.post_metas li i {
    font-size: 19px;
    margin-right: 5px;
    color: #a86138;
}
.blogs_section_block .all_posts .post_image:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #a86138;
    transition: all 0.5s linear;
    opacity: 0;
    z-index: 9;
}

.blogs_section_block .all_posts .post_image {
    position: relative;
    overflow: hidden;
}

.blogs_section_block .all_posts .col-sm-4:hover .post_image:before {
    opacity: 0.8;
}

.blogs_section_block .all_posts .col-sm-4:hover .post_image img {
    transform: scale(1.2);
}

.blogs_section_block .all_posts .col-sm-4:hover .post_image img {
    transition: all 0.5s linear;
}
.journal_row {
    padding: 40px 0px;
}
.custom_style input {
    width: 100%;
    padding: 10px;
    border: none;
    border: solid 2px #fff;
    margin-bottom: 25px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: transparent;
    color: white;
}

.custom_style input::placeholder,.custom_style textarea::placeholder {
    font-size: 18px;
    color: #555;
    opacity: 0.6;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.custom_style textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border: solid 2px #fff;
    margin-bottom: 25px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: transparent;
    color: white;
}

.custom_style input[type=submit] {
    width: auto;
    border: 2px solid #fff;
    /*padding: 15px 25px 15px 35px;*/
    padding: 15px 25px 15px 25px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    background: #c51f16;
    transition: all 0.5s linear;
    color: white;
}
.custom_style input[type=submit]:hover {
    background: #8B1616;
    border: 2px solid #8b1616;
    color: #fff;
}
.last_btm_form {
    padding: 50px 0 0px;
}
.contact_icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.15em!important;
}
.contact_icon {
    margin-bottom: 0px !important;
}

.contact_title_anchor a {
    /*color: #515151;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    /*opacity: 0.6;*/
    /*text-decoration: none;*/
    color: #ffffffcf;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    opacity: 1;
    text-decoration: none;
    /*margin: 16px 0px !important;*/
    display: inline-block;
}
.top_banner_section .vc_col-sm-12 > .vc_column-inner {
    padding-top: 0px !important;
}
.full_video_row .vc_col-sm-12 > .vc_column-inner {padding: 0px !important;}
.read_and_explore_section .vc_col-sm-12 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* New css ends here */


/* Menu Styling css starts here */

section.menu_slider {
    position: fixed;
    z-index: 1001;
    width: 460px;
    height: 100%;
    font-size: 1.15em;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    
    -webkit-transition: -webkit-transform 0.5s, width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
    transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
    
    -o-transition: transform 0.5s, width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, -o-transform 0.5s;
    -moz-transition: transform 0.5s, width 0.5s ease-in-out, -moz-transform 0.5s;
    
    transition: transform 0.5s, width 0.5s ease-in-out;
    transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s;
    
    right: 0;
    top: 0;
    background:#100c08;
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
	flex-flow: column;
	
	
	/*background-size: cover;*/
 /*   background-position: center;*/
 /*   background-color: #333;*/
 /*   background-origin: padding-box;*/
 /*   background-repeat: repeat;*/
 /*   font-size: 14px;*/
 /*   z-index: 9000;*/
    /*background-image: url(http://subsolardesigns.com/novelawp/wp-content/uploads/2014/10/sidebarbg.jpg);*/
    background-image: url(/wp-content/uploads/2025/03/Taylor-Townsend-Bohl-Book-Cover-FF-646x1024.jpg);
    background-repeat: no-repeat;
/*     background-position: 70% 100%; */
    background-size: cover;
}

h2.site-title a {
    color: white;
}

h2.site-title a:hover {
    text-decoration: none;
    color: #dfdddd;
}

section.menu_slider.active-on:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000c4;
    z-index: -1;
}

section.menu_slider.active-on
{
	-webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
 
    /*margin-right: -317px;*/
    /*transform: translate(-317px);*/
}
a.close_menu {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 25px;
}
section.menu_slider ul li {
    margin-bottom: 20px;
    text-align: center;
}

section.menu_slider ul li a {
   transition: 0.1s;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    opacity: 0.75;
    font-size: 14px;
    transition: all 0.5s linear;
}
section.menu_slider ul li:hover a
{
    opacity: 1;
    letter-spacing: 4px;
}
section.menu_slider h3 {
    font-size: 32px;
    color: #fff;
    margin: 0px 0px 35px;
    font-family: 'Ovo', serif;
    font-weight: 500;
}
.characters_row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*     background-attachment: fixed; */
}
.characters_row:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.55);*/
}
.characters_row .vc_col-sm-12 > .vc_column-inner {
    position: relative;
    z-index: 9;
}
.add_left_pads_col .vc_column-inner > .wpb_wrapper {
    padding-left: 3em;
}
.characters_row 
{
	/*margin-top: -35.8em;*/
	/*padding-top: 40em;*/
}
/* Menu Styling css ends here */
.bannerrow h3 {color: #fff;font-family: 'Ovo', serif;font-size: 40px;}


section.top_section_page 
{
    background: #333;
    min-height: 350px;
    margin-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top_banner_titles h3 {margin: 0px 0px 15px;font-size: 35px;color: #e8ac2f;text-transform: uppercase;}

.top_banner_titles ul {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}

.top_banner_titles ul li {margin: 0px 15px;position: relative;}

.top_banner_titles ul li a {font-size: 18px;text-decoration: none;}

.top_banner_titles ul li:hover a {color: #e8ac2f;}


ul.btns {display: flex;display: -webkit-flex;}

ul.btns li {margin: 0px 10px;position: relative;}

ul.btns li:first-child {margin-left: 0px;}

ul.btns li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: #c51f16;
    border: 2px solid #fff;
    padding: 12px 10px !important;
    text-decoration: none;
    }

ul.btns li:hover a {
    color: #fff !important;
    background: #ad1911 !important;
    border: 2px solid #ad1911!important;
    }


.make_it_color > .wpb_wrapper {background: #000000;padding: 20px;}


.video_section .vc_col-sm-12 > .vc_column-inner {padding-top: 0px;}

.video_section {min-height: 500px;display: flex;display: -webkit-flex;justify-content: center;align-items: center;background-size: cover !important;background-repeat: no-repeat;background-position: center center;background-attachment: fixed;}

.play_btn .vc_btn3 {padding: 0px !important;border: none !important;width: 100px;height: 100px;border-radius: 50% !important;text-align: center !important;}

.play_btn .vc_btn3 i {-webkit-transform: translate(0%,0%) !important;
    -ms-transform: translate(0%,0%) !important;
    transform: translate(0%,0%) !important;left: 0;right: 0px;margin: 0 auto;text-align: center;top: 45% !important;color: #444 !important;
}

.play_btn .vc_btn3 {background: #fff !important;}

.play_btn .vc_btn3:hover {background: #444 !important;}

.play_btn .vc_btn3:hover i {color: #fff !important;}



div#testi_slider 
{
    text-align: center;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

div#testi_slider p.testi_desc {
    /*color: #fff;*/
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
        /*padding: 0px 8em;*/
}

div#testi_slider h3 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    font-family: 'Ovo', serif;
    margin: 0px 0px;
    text-transform: capitalize;
}
div#testi_slider .content {
    background: #ffffffab;
    padding: 35px;
    margin: 0px 20px;
    /*min-height: 570px;*/
    min-height: 615px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

div#testi_slider .owl-nav button 
{
    margin: 0px 10px;
    font-size: 22px;
    background: #fff;
    width: 50px;
    height: 50px;
    color: #c51f16;
    border-radius: 0px 15px 0px 15px;
}

div#testi_slider .owl-nav 
{
    /*margin-top: 35px;*/
    position: absolute;
    left: 0px;
    top: 38%;
    width: 100%;
}
div#testi_slider .owl-nav button.owl-prev {
    float: left;
    position: relative;
    left: -80px;
}

div#testi_slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -80px;
}

.testi_block > .wpb_wrapper 
{
    display: none;
}

.testi_block 
{
    margin: 0px !important;
}


.testi_row 
{
    background: #e8ac2f;
    margin: 5em 0px;
    padding-bottom: 50px;
    border-radius: 50px 0px 50px 0px;
    border-bottom: solid 4px #444;
}

section.menu_slider ul li.menu-item-has-children ul.sub-menu {margin-top: 20px;border-bottom: solid 1px #fff;border-top: solid 1px #fff;padding-top: 20px;}

section.menu_slider ul li.menu-item-has-children:hover ul.sub-menu {/* display: block; */}




.video_top_section {margin-bottom: 0px !important;}

.bannerrow {position: absolute;left: 0px;right: 0px;bottom: 20px;margin: 0 auto;}

.bannerrow .wpb_content_element {margin-bottom: 0px !important;}

.video_top_section p {margin: 0px !important;line-height: 0px !important;}


.full_width_coming_book {margin-bottom: 0px !important;}

.move_txt_column  .vc_column-inner {padding-right: 0px !important;}

body.page_meet-the-characters section.top_section_page {margin-bottom: 0px;}


div#service-slider {background: #fff;}

.add_more_space > .wpb_wrapper {padding: 5em;}


.read_more_bg
{
    background-position: center center;
    background-size: cover;
    padding: 5em 0px;
}

.full_width_coming_book 
{
	transform: translate(10px, -25px) rotate(10deg);
}

.change_color_title h1 {
    color: #000;
    font-size: 60px;
}
.change_color_title h3 {
    font-size: 25px;
}
body.page_about-the-author section.top_section_page {
    margin-bottom: 0px !important;
}
.inc_title_size h2 {
    font-size: 50px;
    margin-bottom: 65px !important;
}

.pr_row {
    padding: 5em 0px;
}

.author_small_intro {
    padding: 5em 0px;
}
.gray_scale_map > .wpb_wrapper {
    padding: 0px !important;
    background: transparent;
}
.gray_scale_map > .wpb_wrapper iframe {
    filter: grayscale(1) brightness(0.5);
    transition: all 0.5s linear;
}
.gray_scale_map > .wpb_wrapper:hover iframe {
    filter: grayscale(1) brightness(1);
}
.blog_single_page section.top_section_page {
    position: relative;
}

.blog_single_page section.top_section_page:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
}

div#service-slider .thumb img,
div#all-char-slider .thumb img
{
    width: 100%;
}
div#service-slider .content,
div#all-char-slider .content
{
    /*position: absolute;*/
    /*right: 20px;*/
    /*bottom: 5%;*/
    /*width: 100%;*/
    /*max-width: 40%;*/
    /*background: rgb(255,255,255,0.6);*/
}
body.single_pro_page h2.post-title {
    display: none;
}

body.single_pro_page nav.woocommerce-breadcrumb {
    margin: 0px 0px 35px;
}
nav.woocommerce-breadcrumb,nav.woocommerce-breadcrumb a {
    font-size: 18px !important;
    color: #000 !important;
}
ul.products li {
    background: #f0f0f0;
    text-align: center;
    padding-bottom: 25px !important;
}

ul.products li h2.woocommerce-loop-product__title,
.woocommerce div.product .product_title
{
    color: #a86138 !important;
    font-size: 22px !important;
}

.woocommerce div.product .product_title
{
    font-size: 28px !important;
}

ul.products li span.price,
.woocommerce div.product p.price
{
    color: #000 !important;
    font-size: 20px !important;
}

ul.products li.product .button {
    transition: 0.1s;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    background: transparent !important;
    border: 2px solid #333 !important;
    padding: 0.8em 1.5em !important;
    box-shadow: none;
    border-radius: 0px !important;
}

ul.products li.product:hover .button {
    background: #a86138 !important;
    color: #fff !important;
    border-color: #a86138 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, 
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    transition: 0.1s;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    background: transparent !important;
    border: 2px solid #333 !important;
    padding: 0.8em 1.5em !important;
    box-shadow: none;
    border-radius: 0px !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #a86138 !important;
    color: #fff !important;
    border-color: #a86138 !important;
}

.woocommerce div.product form.cart div.quantity input,
.woocommerce .quantity .qty
{
    height: 45px !important;
    font-size: 18px;
    font-weight: 700;
    border: solid 2px #a86138;
}
tr.cart_item td,tr.cart_item td a {
    font-size: 16px;
    color: #000;
}
.woocommerce ul.products li.product .onsale 
{
    margin: 0px !important;
    width: 50px;
    border-radius: 0px;
    background: #a86138;
    font-size: 15px;
    padding: 0px !important;
}
header.woocommerce-products-header {
    display: none;
}

div#service-slider .box, div#all-char-slider .box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

div#service-slider .box .thumb, div#all-char-slider .box .thumb {
    /* flex: 0 0 30%; */
}

div#service-slider .box .content, div#all-char-slider .box .content {
    /* background: rgb(255, 255, 255, 0.6); */
}

div#service-slider .item, div#all-char-slider .item {
       background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 5em 10em 8em;
    position: relative;
   
    min-height: 900px;
}
/* div#service-slider .item:after, div#all-char-slider .item:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgb(0,0,0,0.5);
} */
div#testi_slider .owl-dots {
    text-align: center;
    /*margin-top: 5em;*/
    margin-top: 3em;
}

div#testi_slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 4px;
    border-radius: 50%;
    border: solid 2px #c51f16;
}

div#testi_slider .owl-dots button.active {
    border-color: #000;
    width: 12px;
    height: 12px;
}

.test_section_new {
    padding: 5em 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
div#testi_slider .content img {
    width: auto;
    margin-bottom: 40px;
}
.adjust_size h2 {
    font-size: 45px;
}

.adjust_size h3 {
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
}
ul.starts_list {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 25px;
}

ul.starts_list li {
    font-size: 18px;
    margin: 0px 2px;
    color: #FDCC0D;
}

.make_all_white h3 {
    /*margin: unset;*/
    /*margin-bottom: 20px;*/
}

.make_all_white h1 {
    color: #fff;
}

.make_all_white p {
    color: #fff;
}

.make_all_white .block_border_btn .vc_btn3 {
    border-color: #a86138 !important;
    color: #a86138 !important;
}

.make_all_white .block_border_btn .vc_btn3:hover {
    color: #fff !important;
}

.add_right_pads p {
    /*padding-right: 5em;*/
}
.read_and_explore_section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*     padding: 3em 0px; */
}

.read_and_explore_section .vc_column-inner{
	padding:0 !important;
}
.all_text_center,.all_text_center p {
    text-align: center;
}

.all_text_center h3 {
    margin: 30px auto;
}
ul.social_links {
    display: flex;
    display: -webkit-flex;
    float: right;
    margin-top: 4px;
}

ul.social_links li {
    margin: 0px 15px;
}

ul.social_links li a {
    color: #a86138;
    font-size: 18px;
}
ul.social_links li:hover a {
    color: #000;
}

ul.social_links li:last-child {
    margin-right: 0px;
}
.set_new_height_block .story_txt > .wpb_wrapper {
    /*min-height: 370px;*/
}
.set_new_height_block_two .story_txt > .wpb_wrapper {
    min-height: auto;
}
.anchor_style p a {
    color: #e8ac2f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s linear;
}

.anchor_style p a:hover {
    color: #000;
}
.less_btm_pad {
    padding-bottom: 0px;
}
.coming_soon_txt {
    margin-bottom: 0px;
    text-align: center;
    min-height: 250px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 55px 0px 0px 0px;
}

.coming_soon_txt p {
    font-size: 55px;
    font-weight: 700;
}
.pum-content p {
    line-height: 0;
}

/* CSS for Membership pages starts here */

.my_logout_box {
    text-align: right;
}

.my_logout_box a {
    transition: 0.1s;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: transparent;
    border: 2px solid #333;
    padding: 0.5em;
    box-shadow: none;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
}

.my_logout_box a:hover {
    color: #fff;
    background: #a86138;
    border: 2px solid #a86138;
}
.pmpro_box a,nav#nav-below a,.pmpro_checkout a
{
    color: #e8ac2f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.page_purchase-now section.top_section_page {
    margin-bottom: 0px !important;
}
#pmpro_levels_table {
    width: 100%;
}

#pmpro_levels_table tr th {
    font-size: 18px;
}

#pmpro_levels_table tr td {
    font-size: 16px;
    padding: 10px;
}

#pmpro_levels_table .pmpro_btn {
    transition: 0.1s;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    background: transparent !important;
    border: 2px solid #333 !important;
    padding: 0.8em 1.5em !important;
    box-shadow: none;
    border-radius: 0px !important;
}

#pmpro_levels_table .pmpro_btn:hover {
    color: #fff !important;
    background: #a86138 !important;
    border: 2px solid #a86138 !important;
}
.pmpro_form input,.pmpro_form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.pmpro_form label {
    display: inline-block;
    margin-bottom: 8px !important;
    font-size: 15px;
}

.pmpro_form input[type=submit] {
    transition: 0.1s;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    background: transparent !important;
    border: 2px solid #333 !important;
    padding: 0.8em 1.5em !important;
    box-shadow: none;
    border-radius: 0px !important;
}

.pmpro_form input[type=submit]:hover {
    color: #fff !important;
    background: #a86138 !important;
    border: 2px solid #a86138 !important;
}
.woocommerce-form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.woocommerce-form input[type=checkbox] {
    width: auto;
}

.woocommerce-form a {
    color: #e8ac2f;
    text-decoration: none;
}
.page_purchase-now section.top_section_page {
    margin-bottom: 0px !important;
}

div#wpadminbar {
    display: none !important;
}

#new-banner .wpb_wrapper {
    margin-top: 200px;
}

div#new-banner {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    /* padding-bottom: 80px; */
}

div#new-banner .wpb_wrapper * {
    color: white;
    font-family: 'Ovo';
}

.abt_book_row h4 {
    font-family: 'Ovo';
    font-size: 18px;
    color: white;
}

.abt_book_row h3 {
    margin-top: -10px;
}

div#new-banner h2 {
    font-size: 70px;
}

div#new-banner h3 {
    font-size: 28px;
}

div#new-banner p {
    width: 70%;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
}

html {
    margin-top: 0px !important;
}

.vc_custom_1744705321641 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1744704514533 {
    padding-bottom: 80px;
}

.vc_custom_1744704514533:after {
    background-color: #000000ba;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#wpcf7-f52-p5-o1 {
    margin-top: 30px;
}
div#footer {
    border-top: 1px solid white;
    padding-top: 50px;   
}

.page_video.template_page section.top_section_page {
    margin: 0;
}

/* CSS for Membership pages ends here */