/*@font-face {
    font-family: "rollerscript";
    src: url("fonts/Rollerscript.ttf") format("truetype");
}*/
@font-face {
    font-family: "rollerscript";
    src: url("fonts/Rollerscript.ttf") format("truetype");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "rollerscript";
}

*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}

/*nav start*/
.logo_cont {
    width: 59px;
    display: inline-block;
}

.logo_cont img {
    width: 100%;
}

.nav_inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 26px;
}

.close_nav {
    display: none;
}

.nav_outer {
    display: inline-block;
    float: right;
    margin-top: 22px;
}

.nav_outer ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.nav_outer li {
    font-size: 17px;
    display: inline-block;
    margin: 0px 8px;
    color: rgb(0 0 0);
    font-family: 'Baskervville', serif;
    font-style: italic;
}

.nav_outer li a {
    color: unset;
}

.nav_outer li.close_nav {
    display: none;
}

button.open_nav {
    display: none;
}

/*nav end*/
body.body_poetry {
    font-family: 'Baskervville', serif;
    background: rgb(251 251 251);
}

.subheading_banner {
    font-size: 20px;
}

.slick-slide img {
    width: 100%;
}

.regular_top img {
    width: 54%;
    display: block;
    margin: 0 auto;
}

.body_poetry .nav_inner {
    margin-bottom: 40px;
    margin-top: 16px;
}

.body_poetry .vertical-center-3 .slick-slide {
    opacity: unset;
    transition: all .5s!important;
}

.body_poetry .vertical-center-3 p {
    font-family: 'Baskervville', serif;
    width: 80%;
    margin: 35px auto 0px;
    line-height: 35px;
    color: black;
}

h2 span {
    font-family: 'rollerscript';
}

.v_slide_cont h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.v_slide_cont h2 span {
    font-size: 52px;
    margin-left: 10px;
    font-weight: 300;
}

.v_slide_cont h2 span.poetry_date {
    display: block;
    text-align: right;
    font-family: 'Baskervville';
    font-size: 17px;
    position: absolute;
    right: -33px;
    bottom: -28px;
}

.regular .inner_reg_slider {
    padding: 9px;
}

.regular .inner_reg_slider img {
    box-shadow: 1px 2px 10px -3px #524f4f;
}

.regular {
    margin-top: 20px;
    z-index: 2;
}
.reg_slider_cont{
	cursor:pointer;
}
.vertical-center-3.slider.slick-initialized.slick-slider{
/* 	    background: red; */
    max-height: 66vh;
    overflow: hidden;
}
.slick-list.draggable {
/* background: red; */
    max-height: 66vh;
    overflow-y: auto;
    width: 104%;
    overflow-x: hidden;
}
.v_slide_cont h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 38px;
}
.v_slide_cont h2 span.poetry_date {
    display: block;
    text-align: right;
    font-family: 'Baskervville';
    font-size: 17px;
    position: absolute;
    right: 5%;
    bottom: -22px;
}
@media only screen and (max-width: 999px) and (min-width: 300px) {
    .v_slide_cont h2 span.poetry_date {
        display: block;
        text-align: left;
        font-family: 'Baskervville';
        font-size: 17px;
        position: static;
        margin-top: 8px;
    }

    .v_slide_cont h2 span {
        font-size: 30px;
        margin-left: 10px;
        font-weight: 300;
    }

    .v_slide_cont h2 {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }

    .body_poetry .vertical-center-3 p {
        font-family: 'Baskervville', serif;
        width: 100%;
        margin: 12px auto 0px;
        line-height: 35px;
        color: rgb(0 0 0);
    }
}
@media only screen and (max-width: 999px) and (min-width: 700px) {
    }

.poetry_footer {
    display: block;
    text-align: left;
    color: #040303;
    width: 100%;
    margin: 0 auto;
    font-size:12px;
    position: relative;
    z-index: 2;
    font-family: 'Baskervville', serif;
    bottom: 03px;
    max-width: 1151px;
    /* background:red; */
    transform: translateY(-66px);
    z-index: 0;
}
.poetry_footer a{
    color: #040303;
    font-size:12px;
    font-family: 'Baskervville', serif;
}
footer.poetry_footer span{
    position: static;
    font-family: 'Baskervville', serif;
    display: block;
    text-align: left;
}
@media only screen and (max-width: 900px) and (min-width: 300px){
    .delibaration_footer {
    display: block;
    text-align: center;
    color: black;
    width: 100%;
    margin: -33px auto 0px;
    position: relative;
    font-size:17px;
}
footer.poetry_footer span {
    text-align: center;
}
	
}
@media only screen and (max-width: 9999px) and (min-width: 1920px) {
.poetry_footer {
    bottom: -11vh;
    max-width: 1151px;
}
}