/* Base Css Start */
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #304a53;
    margin:0px;
}

.container {
    max-width:1390px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin:0px;
    padding:0px;
}
ol, ul {
    list-style:none;
}

a:focus, button:focus {
    outline: none;
}

a:hover{
    text-decoration:none;
}
/* Base Css End */


/*Common Css Start */

.section-row{
	width:100%;
	display:inline-block;
}

.bannerimg {
    height: 603px !important;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}
h3{
	font-size:48px;
	color:#482156;
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style:italic;
}
h4 a{
	color: #314853 !important;
}
h4{
	font-size:40px;
	color:#fdfdfa;
	font-family: 'Playfair Display', serif;
	font-weight:900;
	line-height:45px;
}
h5{
	font-size:28px;
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:32px;
}
.single-line {
    position: relative;
}

.single-line:before {
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: url(../img/single-line.png) no-repeat right top;
    background-size: 100% auto;
}

.mobile-logo{
	display:none;
}
.top-donate{
	display:none;
}
.mobile-top-nav{
	display:none;
}
/*Common Css End */

/* Header Css Start */

header {
    background: url(../img/header-bg.png) no-repeat left top;
    width: 100%;
    background-size: 100% 100%;
	position:relative;
	z-index:999;
}

.primery-header{
	width:100%;
	display:inline-block;
}
.logo {
    padding: 45px 0 26px 0;
    width: 30%
}
.logo img{
    width: auto;
    max-height: 92px;
    max-width: none !important;
}

.header-right {
    float:right;
}
.header-right .top-nav {
    display: inline-block;
}
.header-right .top-nav li {
    display: inline-block;
    margin-right: 40px;
    font-family: 'Special Elite', cursive;
    font-size:22px;
    position:relative;
}
.header-right .top-nav li.Subscribe {
    margin-right:60px;
}

.header-right .top-nav li.Subscribe:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "";
    background: url(../img/mail-icon.png) no-repeat left top;
    width: 21px;
    height: 21px;
}
.header-right .top-nav li.carticon {
    margin-right: 60px;
}
.header-right .top-nav li.carticon:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "";
    background: url(/wp-content/uploads/2019/06/shopping-cart-1.png) no-repeat left top;
    width: 23px;
    height: 23px;
	background-size:cover;
	background-repeat:no-repeat;
}
.header-right .top-nav li.Search:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "";
    background: url(../img/search-icon.png) no-repeat left top;
    width: 21px;
    height: 21px;
}
.header-right .top-nav li.visit {
    text-transform:uppercase;
}

.header-right .top-nav li a{
    color: #fdfcfc;
    position:relative;
}
.header-right .top-nav li a:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background-color:rgba(253,252,252,0.5);
    height:1px;
    width:100%;
}

.header-right .top-nav li.visit a:before {
    display: none;
}

.header-right .donate {
    display: inline-block;
    background: url(../img/CAS-sprite-img.png) no-repeat right -105px top -57px;
	text-align:center;

}

.header-right .donate a {
    color: #000;
    font-family: 'Special Elite', cursive;
    padding: 19px 18px;
    display: inline-block;
    font-size: 22px;
}
.header-right  .menu-bar{
	text-align: right;
    margin-top: 23px;
}
/* Header Css End */
/* Menu Start */
.menu-bar .quick_navigation ul li a:before {
    content: ">";
    color: #ffd855;
    float: left;
    padding: 0 10px 0 0;
}
.header-right .menu-bar {
    position: relative;
}
.header-right .menu-bar a img {
	display:none;
}
.header-right .menu-bar a.menuIcn{
	position: absolute;
    text-align: right;
    background-image: url(https://casanctuaryorg.wpengine.com/wp-content/themes/casanctuaryorg/img/menu-bar.png);
	background-position:0px 0px;
    display: block;
    width: 69px;
    height: 44px;
    right: 0px;
}
.header-right .menu-bar a.menuIcn:hover{
	background-position:0px -45px;
}
.menu-bar .quick_navigation     {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 62px;
	max-width: 485px;
    background: rgba(32,94,144,0.96);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration:1s;
    transition-duration:1s;
    -moz-transition-duration:1s;
}

.menu-bar .quick_navigation.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration:1s;
    transition-duration:1s;
    -moz-transition-duration:1s;
}

.menu-bar .quick_navigation ul  {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.menu-bar .quick_navigation ul li  {
    width: 100%;
    text-align: left;
    float: left;
    padding: 0px 30px;
    margin: 0px;
}

.menu-bar .quick_navigation ul li a {
   	width: 100%;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    background: url(../img/menu_devider_bg.png) no-repeat left bottom;
    float: left;
    padding: 7px 7px 7px 7px;
    margin: 0px;
    color: #fff;
}

.menu-bar .quick_navigation ul li:last-child a {
    background: none;
}

.menu-bar .quick_navigation ul li a:hover {
    color: #ffd855;
}

.menu-bar .quick_navigation ul li a span    {
    color: #ffd855;
    float: left;
    padding: 0 10px 0 0;
}

.menu-bar .quick_navigation ul li ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: none;
}

.menu-bar .quick_navigation ul li.sub.active ul {
    display: block;
}

.menu-bar .quick_navigation ul li.sub.active a {
    color: #ffd855;
}

.menu-bar .quick_navigation ul li.sub.active ul li a {
    color: #fff !important;
}

.menu-bar .quick_navigation ul li.sub.active ul li.highlight a {
    color: #ffd855 !important;
    font-style: italic;
}

.menu-bar .quick_navigation ul li.sub.active ul li a:hover {
    color: #ffd855  !important;
}

.menu-bar .quick_navigation ul li ul li {

}

.menu-bar .quick_navigation ul li ul li a {
    background: none;
    padding-left: 80px;
}
.menu-bar .quick_navigation ul li ul li a span {
    display: none;
}

.menu-bar .quick_navigation ul li.sub.active a span {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: relative;
    top: 6px;
    right: 5px;
}

/* Menu End */
/* left menu */
a{
    cursor: pointer;
}
.leftmenu .ParentButton{
    background: url(../img/innrbg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 100%;
}
.leftmenu{
        padding: 20px;
    background: #f8f9f5;
}
.leftmenu .ParentButton  a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: auto;
}
.sub-menu li a{
    color: #007bff !important;
    height: auto !important;
    line-height: 110% !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
}
.sub-menu li {
    height: 30px;
}
/* Banner Css Start */

#banner {
	margin-top: -15px;
    position: relative;
    z-index: 0;
}

.banner-slider .item img {
	width:100%;
}

.banner-slider .banner-text {
	position: absolute;
    right: 0;
    width: 100%;
    bottom: 25%;
}

.home .banner-slider .banner-text {
	position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    margin-top: -12%;
}

.banner-slider .banner-detail {
	float: right;
}

.banner-slider .banner-detail h2 {
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-size:70px;
	    text-shadow: 1px 1px 2px #777;
}
.banner-slider .banner-detail .visitBookzz {
	background:url(../img/CAS-sprite-img.png) right -345px top -40px;
	display: inline-block;
	margin-top:60px;
}
.banner-slider .banner-detail .visitBook {
	background:url(../img/button-large.png) no-repeat right top ;
	display: inline-block;
	margin-top:60px;
}


.banner-slider .banner-detail .visitBook a {
	color: #000;
    font-family: 'Special Elite', cursive;
    padding: 0 45px;
    display: inline-block;
    font-size: 39px;
    line-height: 88px;
}
/* Banner Css End */

/* Section Css Start */
.spoken-here{
	padding-bottom:40px;
	display: inline-block;
    width: 100%;

}
.spoken-here:after {
    position: absolute;
    top: 29px;
    left: 50%;
    content: "";
    background: url(../img/CAS-sprite-img.png) no-repeat right -1347px top -14px;
    width: 233px;
    height: 233px;
    margin-left: -116px;
}
.spoken-here-row1{
    position:relative;
    display: inline-block;
    width: 100%;
}
.spoken-here-row1:before {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: url(../img/dubble-line.png) no-repeat right top ;
    background-size: 100% auto;
}

.spoken-here-row{
	position:relative;
	display: inline-block;
    width: 100%;
}
.spoken-here-row:before {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: url(../img/dubble-line.png) no-repeat right top ;
    background-size: 100% auto;
}
.spoken-here-row:after {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: url(../img/dubble-line.png) no-repeat right top;
    background-size: 100% auto;
}

.spoken-here-grid {
	margin-top:60px;
}
.spoken-grid-data {
	padding:0 80px;
}

.spoken-here-grid .spoken-IMG{
	position:relative;
	width:100%;
	display:inline-block;
	margin-bottom:30px;
}
.spoken-here-grid .spoken-IMG img{
	width:100%;
}
.spoken-here-grid .spoken-IMG-data {
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
	height: 100%;
}

/*.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn{
	position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn a{
	font-size:29px;
	color:#fbfbfa;
	font-family: 'Special Elite', cursive;
	padding: 0 20px;
    line-height: 50px;
    height: 41px;
    display: inline-block;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn a.spoken-IMG-1-btn {
	background: url(../img/CAS-sprite-img.png) no-repeat right -105px top -164px;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn a.spoken-IMG-2-btn {
	background: url(../img/CAS-sprite-img.png) no-repeat right -365px top -164px;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn a.spoken-IMG-3-btn {
	background: url(../img/CAS-sprite-img.png) no-repeat right -110px top -261px;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn a.spoken-IMG-4-btn {
	background: url(../img/CAS-sprite-img.png) no-repeat right -618px top -164px;
}*/

.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn{
	position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
}
.spoken-here-grid .spoken-IMG-data  .spoken-IMG-btn span{
	font-size:29px;
	color:#fbfbfa;
	font-family: 'Special Elite', cursive;
	padding: 0 20px;
    line-height: 50px;
    height: 41px;
    display: inline-block;
}
.spoken-IMG-btn span{
	background: url(../img/CAS-sprite-img.png) no-repeat right -105px top -164px;
}
.spoken-IMG-2-btn span{
	background: url(../img/CAS-sprite-img.png) no-repeat right -365px top -164px;
}
.spoken-IMG-3-btn span{
	background: url(../img/CAS-sprite-img.png) no-repeat right -110px top -261px;
}
.spoken-IMG-4-btn span{
	background: url(../img/CAS-sprite-img.png) no-repeat right -618px top -164px;
}
.FallinLove {
    background: #eeedec;
    padding:60px 0;
}
.FallinLove h3 {
    font-weight: 900;
    font-style: Normal;
}
.FallinLove p {
    /* font-size: 26px; */
    color: #000000;
    margin-top:50px;
}
.FallinLove a.BookToday {
    background: url(../img/CAS-sprite-img.png) no-repeat right -855px top -54px;
    color: #000;
    font-family: 'Special Elite', cursive;
    padding: 0 20px;
    line-height: 64px;
    height: 64px;
    display: inline-block;
    font-size: 39px;
    margin-top:60px;
}
.FallinLove-img img {
    width:100%;
}

.blogPost {
    padding: 60px 0;
}

.blogPost .blogPost-title {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #c7b299;
    padding-bottom:10px;
}
.blogPost .blogPost-title h3 {
    font-style:normal;
    font-size:39px;
    margin-bottom:10px;
 }
.blogPost .blogPost-title h3 span {
    font-style: normal;
    font-size: 29px;
    color: #7e588c;
}
.blogPost .blogPost-title p {
    font-size: 26px;
    color: #37627b;
}
.blogPost .blogPost-title p .viewPosts {
    font-family: 'Special Elite', cursive;
    color: #37627b;
    font-size: 22px;
    float: right;
}
.mobile-width-100 { width:100%; }

.blogPost-blogGrid {
    margin-top:50px;
}
.blogPost-blogGrid .blogPost-bigBlock img{
    width:100%;
}

.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption {
    margin-top:24px;
}

.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption h5 {
    font-size: 29px;
    color: #000000;
    margin-bottom:25px;
}
.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption h4 {
    color: #314853;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 35px;
}
.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption p {
    color: #314853;
    font-size: 26px;
}
/*.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption a {
    color: #314853;
    font-size: 26px;
    text-decoration:underline;
    margin-top:45px;
    display:inline-block;
}*/

.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog {
    margin-bottom:30px;
}
.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog img{
    width:100%;
}

.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption {
    margin-top: 10px;
}
.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption h5 {
    font-size: 16px;
    color: #000000;
}
.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption h4 {
    font-size: 33px;
    color: #314853;
    font-weight: 400;
    line-height:35px;
    margin-bottom:10px;
}
.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption p {
    font-size: 16px;
    color: #314853;
}
.blogPostStir {
    background: #f0f5f3;
}

.calender-row {
    background: #eeedec;
    padding:60px 0;
}

.calenderBlock {
    padding-bottom:30px;
}

.calenderBlock-title {
    border-bottom: 3px solid #c7b299;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.calenderBlock-title h3{
    display: inline-block;
    font-style:normal;
}
.calenderBlock-title a {
    margin-top: 30px;
    font-family: 'Special Elite', cursive;
    color: #37627b;
    font-size: 22px;
}
.calenderBlockslider {
    margin-top:50px;
    padding:0 50px;
}
.calenderBlockDetails img {
    width:100%;
}

.calenderBlockDetails .calender-caption {
    margin-top:10px;
}
.calenderBlockDetails .calender-caption p {
    font-size: 16px;
    color: #000000;
}
.calenderBlockDetails .calender-caption h4 {
    font-size: 34px;
    color: #314853;
    font-style:normal;
    font-weight:400;
}
.calenderBlockslider.owl-carousel .owl-item img {
    height: 170px;
}
.home .calenderBlockslider.owl-carousel .owl-item img {
    height: 225px;
}

.calenderBlockslider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -87px;
}
.calenderBlockslider .owl-nav button.owl-prev {
    margin: 0px;
    border-radius: 0px;
    font-size: 0px !important;
    background: url(../img/CAS-sprite-img.png) no-repeat right -1283px top -144px;
    width: 42px;
    height: 49px;
    float:left;
}

.calenderBlockslider .owl-nav button.owl-next {
    margin: 0px;
    border-radius: 0px;
    font-size: 0px !important;
    background: url(../img/CAS-sprite-img.png) no-repeat right -1240px top -144px;
    width: 42px;
    height: 49px;
    float: right;
}

.calenderBlockslider .owl-nav button.owl-prev:hover {
    background: url(../img/CAS-sprite-img.png) no-repeat right -1283px top -144px;
}
.calenderBlockslider .owl-nav button.owl-next:hover {
    background: url(../img/CAS-sprite-img.png) no-repeat right -1240px top -144px;
}

/* Section Css End */

/* Footer Strat*/

footer {
    width: 100%;
    display: inline-block;
    background: url(../img/footer-bg.png) no-repeat left top;
    background-size: cover;
    padding-top: 70px;
    position:relative;
}
footer:before {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #eeedec;
    height: 25px;
    content: "";
    z-index: -1;
}

.footerLogo{
	width: 80%;
}
.footerLogo img{
	width: 100%;
}
.footer-nav {
    padding:20px 0;
}
.footer-nav ul li {
    display: inline-block;
    font-size: 21px;
    border-right: 1px solid #fff;
    line-height: 19px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.footer-nav ul li a {
    color: #fff;
}


.footer-Bottom .footer-donet {
    background: url(../img/CAS-sprite-img.png) no-repeat right -1005px top -128px;
    width: 142px;
    height: 75px;
    display: inline-block;
}
.footer-Bottom .footer-donet a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    color: #000;
    font-family: 'Special Elite', cursive;
    font-size:22px;
    margin-top: 25px;
}
.footer-bar {
    display: inline-block;
    margin-left: 0px;
}
 .footer-bar ul li {
    display: inline-block;
    margin-right: 30px;
    font-family: 'Special Elite', cursive;
    font-size: 22px;
    position: relative;
}
.footer-bar ul li:last-child {
	margin:0px;
}

 .footer-bar ul li.Subscribe {
    margin-right: 50px;
}

 .footer-bar ul li.Subscribe:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "";
    background: url(../img/mail-icon.png) no-repeat left top;
    width: 21px;
    height: 21px;
}

 .footer-bar ul li.Search:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "";
    background: url(../img/search-icon.png) no-repeat left top;
    width: 21px;
    height: 21px;
}

.footer-bar ul li.visit {
    text-transform: uppercase;
    margin-right: 50px;
}

 .footer-bar ul li a {
    color: #fdfcfc;
    position: relative;
}

 .footer-bar ul li a:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background-color: rgba(253,252,252,0.5);
    height: 1px;
    width: 100%;
}
.footer-bar ul li.visit a:before {
    display: none;
}


.socile-icon {
    display:inline-block;
	margin-right:30px;
}
.socile-icon li {
    display: inline-block;
    margin-right:20px;
}
.socile-icon li:last-child {
    margin-right:0px;
}

.footer-Bottom-right {
    position:absolute;
    right:15px;
    bottom:20px;

}
.footer-Bottom-right ul {
    margin-bottom:30px;
}
.footer-Bottom-right ul li {
    display: inline-block;
    margin-left: 30px;
}
.footer-Bottom-right ul li:first-child {
     margin-left: 0px;
}
.footer-Bottom-right p {
    color: #fbfbf9;
}

.footer-Bottom-right p a {
    color: #fbfbf9;
}


/* Footer End*/

.spoken-IMG-2-btn a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 48px;
    display: inline-block;
    width: auto;
}
span.spoken-IMG-2-btn{
    background: url("../img/innrbg.png") no-repeat ;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 48px;
    display: inline-block;
    width: auto;
	position:relative;
}
span.spoken-IMG-2-btn:after{
	content: "";
    height: 48px;
    width: 23px;
    background: url(../img/innrbg.png) no-repeat;
    background-position: right top;
    display: block;
    position: absolute;
    top: 0px;
    right: -23px;
    z-index: 1;
}
.spoken-img-btn1-grid {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.animalWrapper .animalBio, .animalWrapper .sponsorAnimalButton{
	display:none;
	transition:all ease .5s;
}
.animalWrapper{
	width: calc(33% - 24px);
	border:1px solid #849308;
	padding:12px;
	display:block;
	float:left;
	height:333px;
	min-height:333px;
	    margin: 12px 12px;
	cursor:pointer;
	transition:all ease .5s;
}

.animalWrapper:hover{
	border:1px solid #000;
}
.animalWrapper:hover .imgWrapper{
	opacity:.9;
}
.animalWrapper .imgWrapper{
	width:100%;
	height:252px;
	background-position:center center;
	background-size:cover;
	transition:all ease .5s;
	display:block;
}

.animalWrapper h3 {
    margin-top: 12px;
    font-size: 33px;
}
.animalWrapper.opened{
	cursor:default;
    width: calc(66% - 24px);
    height: 689px;
}

.animalWrapper.opened.board{
	cursor:default;
	    width: calc(66% - 24px);
    height: 1000px;
}

.animalWrapper.opened .imgWrapper{
	height:478px;
}
.animalWrapper.opened .animalBio, .animalWrapper.opened .sponsorAnimalButton{
	display:block;
	    padding-top: 17px;
}
.animalInner{
	position:relative;
}
.animalWrapper.opened .sponsorAnimalButton{
	position: absolute;
    right: 1px;
    top: -7px;
    color: #fff;
    background: url(https://casanctuaryorg.wpengine.com/wp-content/themes/casanctuaryorg/img/CAS-sprite-img.png) no-repeat;
    color: #000;
    font-family: 'Special Elite', cursive;
    /* padding: 0 20px; */
    /* line-height: 64px; */
    height: 46px;
    /* display: inline-block; */
    font-size: 23px;
    /* margin-top: 60px; */
    background-position: -274px -66px;
    padding: 7px 7px 0px 23px;

}.animalWrapper.opened .sponsorAnimalButton:hover{
	color:#849308;
}


a.BookToday1 {

    color: #000;
    font-family: 'Special Elite', cursive;
    padding: 0 20px;
    line-height: 64px;
    display: inline-block;
    font-size: 23px;
    margin-top: 60px;
	position:relative;
	background-size: auto;
    background-position: 0px -291px !important;
    background-image: url(/wp-content/themes/casanctuaryorg/img/CAS-sprite-img.png?v=2);
    /* background: yellow; */
    height: 73px;
	z-index:1;
}
a.BookToday1:after {
	content: "";
    height: 73px;
    width: 23px;
    background-size: auto;
    background-position: -906px -291px !important;
    background-image: url(/wp-content/themes/casanctuaryorg/img/CAS-sprite-img.png?v=2);
    position: absolute;
    right: -23px;
    top: 0px;
    display: block;
    z-index: -1;
}

.sub-menu li a {
    line-height: 1.4;
    height: auto;
}


/* Responsive Start */

@media screen and (max-width: 1366px) {
	.footer-nav{
		margin-bottom: 20px;
	}
	.footer-Bottom .footer-donet{
		position: absolute;
	    left: 0;
    	bottom: 0;
	}
	.footer-bar{
		margin-left: 130px;
	}
	.socile-icon{
		margin-left: 130px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.footer-Bottom-right ul{
		float:right;
	}
	.footer-Bottom-right ul li{
		margin-left:20px;
	}
}


@media screen and (max-width: 1280px) {
	h3{
		font-size:40px;
	}
	.logo {
		padding: 45px 0 55px 0;
		width: 10%;
	}
	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption h4{
		font-size: 37px;
		line-height:40px;
	}
	.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption h4{
		font-size: 27px;
		line-height:30px;
	}
	.calenderBlockDetails .calender-caption h4{
		    font-size: 23px;
			line-height:27px;
	}
	.spoken-here:after{
		top:21px;
	}
	.spoken-here {
		padding-bottom: 20px;
	}
	.spoken-here-grid {
		margin-top: 20px;
	}
	.FallinLove {
		padding: 30px 0;
	}
	.blogPost {
		padding: 20px 0;
	}
	.calender-row {
		padding: 20px 0;
	}
	.footer-Bottom-right ul li {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1024px) {
    a.BookToday1 {
        font-size: 20px;
        line-height: 1.5;
        padding-top:20px;
    }

    .logo { margin-top:32px; }
    .page-id-347 .banner-detail { display: none; }
    .page-id-354 .vc_col-sm-6 {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .owl-carousel .owl-stage-outer{
        height: auto !important;
    }
    .owl-carousel{
        height: auto !important;
    }
    #banner {
        height: auto !important;
    }
    .banner-slider .banner-detail{
        right: 0 !important;
    }
    .banner-slider .banner-text{
        /* top: 20% !important; */
    }

    .home .banner-slider .banner-text{
        top: 20% !important;
    }

    h5 {
		font-size: 21px;
		line-height: 30px;
	}
	ul.sub-menu li a {
	    font-size: 14px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    margin-left: 0 !important;
	}
	ul.sub-menu li {
	    padding-left: 0 !important;
	    margin-left: 0 !important;
	}
	.header-right .top-nav li.Subscribe {
		margin-right: 50px;
	}
	.header-right .top-nav li{
		margin-right:20px;
		font-size:16px;
	}
	.banner-slider .banner-detail{
		float:none;
		text-align:right;
	}
	.home .banner-slider .banner-detail{
		float:none;
		text-align:center;
	}
	.banner-slider .banner-detail h2 {
		font-size:40px;
	}
	.banner-slider .banner-detail .visitBook{
		margin-top:30px;
	}
	.banner-slider .banner-detail .visitBook a{
		font-size:27px;
	}
	.spoken-here:after {
		top: 0;
	}
	.spoken-grid-data {
		padding: 0;
	}
	.FallinLove p {
		margin-top: 20px;
	}
	.FallinLove a.BookToday{
		margin-top: 20px;
	    margin-bottom: 40px
	}
	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption a{
		margin-bottom:40px;
	}
	.footerLogo {
		width: 100%;
		text-align: center;
	}
	.footerLogo img {
		width: 70%;
	}
	.footer-nav {
		text-align: center;
	}
	.footer-Bottom .footer-donet{
		display:none;
	}
	.footer-bar {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.socile-icon {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.footer-Bottom-right{
		position: static;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.footer-Bottom-right ul {
		float: none;
		text-align: center;
    }
    .spoken-IMG-2-btn a { font-size:16px;}
    .pagecont .vc_col-sm-3 { width: 33%; }
    .pagecont .vc_col-sm-9 { width: 67%; }

}
/* 992 */

@media screen and (max-width: 860px) {
    a.BookToday1 {
        font-size: 20px;
        line-height: 1.5;
        padding-top:20px;
    }
    .logo img {
        width: auto;
        max-height: 67px;
        margin-top: 20px;
    }

}

@media all and (max-width: 800px) {

    a.BookToday1 {
        font-size: 14px;
        line-height: 1.5;
        padding-top:20px;
    }

    /* .page-id-376 .vc_col-sm-3 { width: 30%; }
    .page-id-376 .vc_col-sm-9 { width: 67%; }

    .page-id-359 .vc_col-sm-3 { width: 33%; }
    .page-id-359 .vc_col-sm-9 { width: 67%; }

    .page-id-364 .vc_col-sm-3 { width: 33%; }
    .page-id-364 .vc_col-sm-9 { width: 67%; } */

    .pagecont .vc_col-sm-3 { width: 33%; }
    .pagecont .vc_col-sm-9 { width: 67%; }

    .page-id-384 .leftlovespeak p:last-child { display: none; }

    .woocommerce-cart .coupon button,
    .woocommerce-page table.cart td.actions .button { max-width: 200px !important ; }

    .bannerimg { height: 330px !important; }
    .spoken-IMG-2-btn a { font-size:16px;}
}

@media all and (max-width: 768px) {
    .pagecont .vc_col-sm-3 { width: 33%; }
    .pagecont .vc_col-sm-9 { width: 67%; }
    .woocommerce-cart .coupon button { max-width: 200px !important ; }
}

@media all and (max-width: 767px) {

    .mobilehide { display: none; }

    .vc_row { margin-left:0px !important; margin-right: 0px !important; }

    .pagecont .vc_col-sm-3 { width: 25%; }
    .pagecont .vc_col-sm-9 { width: 100%; }

    /* .page-id-376 .vc_col-sm-3 { width: 25%; }
    .page-id-376 .vc_col-sm-9 { width: 100%; }

    .page-id-359 .vc_col-sm-3 { width: 25%; }
    .page-id-359 .vc_col-sm-9 { width: 100%; }

    .page-id-364 .vc_col-sm-3 { width: 25%; }
    .page-id-364 .vc_col-sm-9 { width: 100%; } */

    .primery-header{
		padding-left: 10px;
		padding-top: 10px;
	}
	.header-right .menu-bar a.menuIcn{
	    position: relative;
	    text-align: left;
	    background-image: url(https://casanctuaryorg.wpengine.com/wp-content/themes/casanctuaryorg/img/menu-bar.png);
	    background-position: 0px 0px;
	    display: block;
	    width: 50px;
	    height: 44px;
	    /* background-size: 50% 100%; */
	    background-repeat: no-repeat;
	    margin-top: -22px;
        margin-bottom: 22px;
        left:0px;
        position: absolute;
	}
	.sub-menu li {
	    height: auto !important;
	}
	.bannerimg{
		height: 200px !important;
	    width: 100%;
	    background-size: cover !important;
	    background-repeat: no-repeat;
	}
	.menu-bar .quick_navigation ul li ul li a {
	    background: none;
	    padding-left: 10px !important;
	    padding-bottom: 0px !important;
	    line-height: 25px !important;
	}
	.menu-bar .quick_navigation {
	    width: 100%;
	    position: absolute;
	    top: 20px !important;
	    left: 32px !important;
	    max-width: 360px !important;
	    background: rgba(32,94,144,0.96);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition-duration: 1s;
	    transition-duration: 1s;
	    -moz-transition-duration: 1s;
	}
	#main{
	    overflow-x: hidden;
	}
	.blogPost-blogGrid{
		padding-left: 10px;
	}
	.spoken-here-row h5 {
	    font-size: 16px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.FallinLove a.BookToday{
		font-size: 20px !important;
	}
	.FallinLove-row{
		padding-left: 10px;
	}
	.spoken-grid-data{
		padding-left: 10px;
	}
	.banner-slider .banner-text {
	    position: absolute;
	    /* top: 0% !important; */
	    /* right: 25px !important; */
	    width: 100%;
	    /* margin-top: -12%; */
	}

	.home .banner-slider .banner-text {
	    position: absolute;
	    top: 0% !important;
	    /* right: 25px !important; */
	    width: 100%;
	    margin-top: -12%;
	}

    .banner-slider .banner-detail .visitBook{
		background: url(../img/CAS-sprite-img-mobile.png) no-repeat left 0 top 0px;
        background: #ffd856;
    }
	.banner-slider .banner-detail .visitBook a{
		line-height:3;
        font-size:3vw !important;
        padding: 0 16px;
	}

    .banner-slider .banner-detail {
        float: none !important;
        /* top:200px !important; */
    }

    .home .banner-slider .banner-detail {
        float: none !important;
        top:200px !important;
    }

    .banner-slider .banner-detail h2 {
		font-size:5vw !important;
	}
	.banner-slider .banner-detail .visitBook{
		margin-top:10px;
	}


    /* .banner-slider .banner-detail h2 {
    	font-size: 24px !important;
	} */
    /* mtr */

    /* .owl-theme .owl-nav {
	    display: none !important;
	} */

    .owl-carousel .owl-stage-outer {
	    height: auto !important;
	}
	.owl-carousel {
	    height: auto !important;
	}
	#banner{
		height: auto !important;
	}
	h4{
		font-size:32px;
	}
    .header-right .menu-bar     {
        position: static;
    }
     .menu-bar .quick_navigation ul li a {
        font-size: 18px;
        padding: 6px 0px 18px 0px;
    }

    .menu-bar .quick_navigation ul li ul li a   {
        padding-left: 10px;
    }
	.logo {
		display:none !important;
	}
	.header-right {
		float: right;
		width: 100%;
	}
	.menu-bar{
		float:left;
	}
	.footer-mobile-logo{
		display:block;
	}
	.header-right .donate{
		float:right;
	}
	.header-right .donate{
		display:none;
	}
	.top-donate{
		display:block;
		float:right;
		position: relative;
	    right: -20px;
	    top: -10px;
	}
	.header-right .top-nav{
		display:none;
	}
	.mobile-top-nav{
		display:inline-block;
		float:right;
		margin-top:38px;
	}
	.mobile-top-nav li {
		display: inline-block;
	    margin-right: 15px;
	}
	.mobile-logo {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.mobile-logo img {
		width:40%;
	}


	.spoken-here-row h3{
		padding-top:0px !important;
		font-size:27px;
	}
	.spoken-here-row h5{
		margin-top:0px !important;
		font-size:16px !important;
		padding-top:10px !important;
		line-height:22px;
	}
	.spoken-here:after{
		display:none;
	}
	.spoken-here-grid .spoken-IMG-data .spoken-IMG-btn a{
		font-size:24px;
	}
	.spoken-here-grid {
		margin-top: 0;
	}
	.FallinLove h3{
		font-size:27px;
	}
	.FallinLove p{
		font-size:14px;
		line-height:20px;
	}
	.FallinLove a.BookToday{
		font-size:22px;
	}
	.FallinLove-row {
		text-align:center;
	}
	.blogPost .blogPost-title{
		    padding-bottom: 5px;
	}
	.blogPost .blogPost-title h3 {
		font-size: 22px;
		line-height:25px;
		margin-bottom:0px;
	}
	.blogPost .blogPost-title p{
		font-size:15px;
	}
	.blogPost .blogPost-title p .viewPosts{
        font-size:12px;
        float: left;
	}
	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption h5{
		font-size:21px;
		line-height:25px;
		margin-bottom:20px;
	}
	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption h4{
		font-size:30px;
		line-height:32px;
		margin-bottom:15px;
	}

	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption p{
		font-size:19px;
		line-height:23px;
	}
	.blogPost-blogGrid .blogPost-bigBlock .blogPost-caption a{
		margin-top:15px;
		font-size:18px;
	}
	.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption h5{
		font-size:13px;
		line-height:25px;
		margin-bottom:0px;
	}
	.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption h4{
		font-size:30px;
		line-height:32px;
        margin-bottom:15px;
        margin-top: -10px;
	}
	.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption p{
		font-size:19px;
		line-height:23px;
	}
	.blogPost-blogGrid .blogPost-smallBlock .smallBlockBlog .smallBlockBlog-caption a{
		margin-top:15px;
		font-size:23px;
	}
	.calenderBlock-title h3 {
		font-size:22px;
	}
	.calenderBlock-title a {
		font-size:12px;
		margin-top: 8px;
	}
	.calenderBlockDetails .calender-caption h4 {
		font-size: 18px;
	    line-height: 22px;
	}
	.footer-nav , .footerLogo {
		display:none;
	}
	.footer-bar{
		margin-top:20px;
	}
	.footer-bar ul li {
		display:block;
		margin:0px 0 10px 0;
	}
	.footer-bar ul li.visit,.footer-bar ul li.Subscribe {
		margin:0px 0 10px 0;
	}
	.footer-bar ul li.Subscribe:before , .footer-bar ul li.Search:before{
		display:none;
	}
	.footer-Bottom-right{
		margin-top:20px;
    }
    .spoken-here-row h3 {
        font-size: 32px !important;
    }
    .owl-item {
        opacity: 0;
        transition: all 0.9s cubic-bezier(0.5, 0, 0.3, 1) 0s;
        text-align: center;
    }
    .spoken-IMG-2-btn a,
    .spoken-IMG-2-btn {
        font-size: 18px;
    }
    .animalWrapper {
        width: calc(100% - 24px);

    }
    .animalWrapper.opened .animalBio, .animalWrapper.opened .sponsorAnimalButton {
        display: block;
        padding-top: 7px;
        max-height: 300px;
        overflow-y: auto;
    }
    .animalWrapper.opened{
        width: calc(100% - 24px);
        height: 689px;
    }
    .leftmenu {
        display: none;
    }

    a.BookToday1 {
        font-size: 18px;
        line-height: 1.5;
        padding-top:20px;
    }

    .logo img {
        width: auto;
        max-height: 67px;
        margin-top: 20px;
    }

    /* .animalWrapper.opened .imgWrapper {
        height: auto;
    } */

    .banner-slider .banner-text {
        bottom: 5%;
    }

    /* hide sidebar in shop page in mobile */
    /* .tax-product_cat .menu-shop-page-container {
        display: none;
    } */




}  /* max 767 mtr */

@media screen and (max-width: 576px) {
	.footer-Bottom .footer-donet {
		display:none;
	}
	.footer-Bottom-right p {
		text-align:center !important;
	}
	.footer-Bottom-right ul li {
		margin-left: 4px;
	}

    .banner-slider .banner-detail {
        float: none !important;
        /* top:150px !important; */
    }

    .home .banner-slider .banner-detail {
        float: none !important;
        top:150px !important;
    }

    /* .owl-carousel .owl-item img{
		height:250px;
	} */
}

@media screen and (max-width: 540px) {
    a.BookToday1 {
        font-size: 18px;
        line-height: 1.5;
        padding-top:10px;
    }

}

@media screen and (max-width: 480px) {
	.header-right .menu-bar {
		width:15%;
	}
	.header-right .menu-bar img{
		width:100%;
	}
	.top-donate {
		width:15%;
	}
	.top-donate img{
		width:100%;
	}
	.mobile-top-nav {
		margin-top: 15px;
	}
	.mobile-top-nav li {
		margin-right: 10px;
	}
	.header-right .menu-bar {
		margin-top: 10px;
	}
	.mobile-logo {
		margin-top: 10px;
	}
	.mobile-top-nav{
		margin-top: 10px;
	}
    .banner-slider .banner-detail {
        float: none !important;
        /* top:100px !important; */
    }
    .home .banner-slider .banner-detail {
        float: none !important;
        top:100px !important;
    }

}

@media screen and (max-width: 400px) {
    a.BookToday1 {
        font-size: 15px;
        line-height: 1.5;
        padding-top:10px;
    }

}


/* Responsive End */
/*.spoken-IMG-btn1 {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
}*/
.side-list{
    padding: 20px;
    background: #f8f9f5;
}

h3.inner{
    font-size: 39px;
    color: #482156;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.pad10 {
    padding: 20px;
}
ul.pad10 li {
    margin-bottom: 5px;
}
.pagecont p{
    /* font-size: 26px; */
    margin-bottom: 20px;
}
.extcont p{
    /* font-size: 26px; */
}
.banner-slider-left .banner-detail{
    float: left;
}
/* .banner-slider-left .banner-text{

} */
.home .banner-slider-left .banner-text{
    top: 75%;
}
.bordergren{
    border: 1px solid #92b909;
    padding: 15px;
    margin-bottom: 15px;
}
.lovespoken{
    border: 1px solid #96bbab;
    text-align: center;
}
.lovespoken a{
    color: #37627b;
}
.marnone {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
}
.leftlovespeak h3.inner{
    font-size: 32px;
}
.leftlovespeak p{
    font-size: 20px;
}

/*MEET THE ANIMALS CSS */

/*.page-id-346 .container{
max-width: 1200px !important;
}*/

li.greenbg{
    background: url(../img/innrbg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
li.greenbg a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: auto;
}
li.purplebg {
    background: url(../img/purplebg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
li.purplebg a{

    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: auto;
}
.chefmain {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.chefimg {
    padding-right: 15px;
    float: left;
}
.chefimg img {
    width: 100px;
    height: 100px;
}
.catskillterm{
    padding-top: 30px;
    clear: both;
}
.catskillterm li{
    padding:0px 0px 10px 0px;
}
.search-form .search-submit {
    background-color: inherit;
    border: none;
}
.search-submit{
    margin-left: -40px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #92b909;
    font-weight: bold;
}
.search-field{
    width: 100%;
}
.banner-slider-center .banner-text {
    top: 65%;
}
.banner-slider-center .banner-detail {
    float: none;
    text-align: center;
}
h3.inner a{
    color: #482156;
}
h1.inner{
    font-size: 39px;
    font-weight: bold;
    color: #482156;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description p{
    /* font-size: 26px; */
}
table.variations {
    margin-top: 20px;
    margin-bottom: 20px;
}
.varoations label{
    width: 70px;
}
section.related.products {
    clear: both;
}
.product_meta{
    display: none;
}
section.related.products h2{
    font-size: 39px;
    font-weight: bold;
    color: #482156;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed{
    background: url(../img/innrbg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 200px;
    margin-top: 30px;
    box-shadow: none;
    border: none;
    clear: both;
    padding: 0;
    float: left;
}
button.single_add_to_cart_button.button.alt{
    background: url(../img/innrbg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 200px;
    margin-top: 30px;
    box-shadow: none;
    border: none;
    float: left;
    clear: both;
    padding: 0;
}
.woocommerce .content-area .site-main{
    max-width: 100% !important;
}
body.single-product h2.woocommerce-loop-product__title{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    display: inline;
}
.woocommerce-breadcrumb{
    margin-top: 3rem;
}
section.related.products .price{
    display: none !important;
    float: right;
}
section.related.products .button{
	display: none !important;
}
.leftlovespeak {
    padding-bottom: 10px;
}
a.button.product_type_variable.add_to_cart_button{
	background: transparent;
	border: none !important;
    color: #000;
    font-family: 'Special Elite', cursive;
    padding: 0 20px;
    line-height: 64px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    background-size: auto;
    background-position: 0px -291px !important;
    background-image: url(../img/CAS-sprite-img.png?v=2) !important;
    /* background: yellow; */
    height: 73px;
    z-index: 1;
    /*   background: url(../img/innrbg.png) no-repeat;
    font-size: 16px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 40px;
    height: 32px;
    display: inline-block;
    width: 200px;
    margin-top: 0;
    box-shadow: none;
    border: none;
    float: left;
    clear: both;
    padding: 0;*/
}
ul#menu-recipe-landing {
    padding: 20px;
}
.menu-recipe-landing-container {
    clear: both;
}
h4.subheader{
    font-size: 26px;
    color: #37627b !important;
}
ul#menu-recipe-landing li {
    margin-bottom: 10px;
}
ul#menu-recipe-landing li.menu-item-has-children li {
    padding: 10px;
}
h4.subheader a{
    font-size: 24px;
    color: #37627b !important;
    line-height: 32px;
}

h4.recipesubtitle{
    font-size: 32px;
    color: #37627b !important;
}
h5.subtt{
    font-size: 26px;
    color: #37627b !important;
}
.cooked-post-featured-image {
    width: 200px;
    float: right;
}
span.cooked-direction-number {
    display: none !important;
}
.cooked-dir-content p {
    font-size: 16px;
    line-height: 24px;
}
.cooked-dir-content {
    padding: 0 !important;
}

.bulletList ul,.bulletList ol {
	margin-left:23px;
}
.bulletList ul li{
	    list-style: disc;

    font-size: 23px;
}
.bulletList ol li{
	    list-style:decimal ;

    font-size: 23px;
}
.smallerText{
 font-size: 17px;
}
.twoLines{
	margin-top:20px;
}
#menu-blog-sub-page-nav .current_page_item{
    background: url(../img/purplebg.png) no-repeat;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#menu-blog-sub-page-nav .current_page_item a{

    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fbfbfa;
    font-family: 'Special Elite', cursive;
    line-height: 50px;
    height: 44px;
    display: inline-block;
    width: auto;
}
.woocommerce-Tabs-panel p{
    margin-bottom: 10px;
}
.searchinn {
    width: 300px;
    margin-bottom: 20px;
}
ul.products li.product .button{
    width: 170px;
}
ul.products li.product .woocommerce-loop-product__link{
    text-align: center;
}
ul.products li.product .woocommerce-loop-product__title{
    text-align: left;
}
ul.products li.product .price{
    text-align: left;
}
ul.products li.product .button{
    z-index: 0;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.woocommerce .content-area {
    margin: 0 !important;
}
.owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.5, 0, 0.3, 1) 0s;
}
 .owl-item.active {
    opacity: 1;
    transition: opacity 0.9s cubic-bezier(0.5, 0, 0.3, 1) 0.3s;
}
.wp-pagenavi {
    clear: both;
    margin-bottom: 20px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    /* position: relative; */
    top: 50%;
    z-index: 0;
    width: 100%;
}

.visitBook, .visitBook a {
    z-index: 1;
}

.owl-prev, .owl-next
{
  margin-top: 10px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  display: flow-root;
}
.owl-prev { left:0px; }
.owl-next { right:0px;}


.owl-theme .owl-nav [class*=owl-] span{
    font-size: 30px;
    line-height: 30px;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    color: #FFF !important;
    margin: 5px;
    padding: 0px 0px !important;
    background: #000!important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border-radius: 50%;
    height: 40px;
}
button.owl-prev{
    float: left;
}
.owl-next{
    float: right;
}
body.archive .add_to_cart_button{
    display: none !important;
}
body.archive .product_type_variable{
    display: none !important;
}
section.mt-2{
    min-height: 600px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {

    .leftmenu .ParentButton a {
        /* color:#92b90a; */
        font-size: 16px;
        line-height: 1.4;
        padding-top:5px;
    }

    .leftmenu .ParentButton {
        /* background: none; */
    }

    .leftmenu .ParentButton.current_page_item {
        /* background: none !important; */
    }

    .animalWrapper {
        width: calc(50% - 24px);

    }
    .animalWrapper.opened .animalBio, .animalWrapper.opened .sponsorAnimalButton {
        display: block;
        padding-top: 7px;
        max-height: 300px;
        overflow-y: auto;
    }
    .animalWrapper.opened{
        width: calc(100% - 24px);
    }
/* mtr */
}

label {
    max-width: 100%;
}
input, optgroup, select, textarea {
    max-width: 100%;
}


.woocommerce-cart .add_to_cart_button,
.woocommerce-cart  .product_type_variable
{
    display: none !important;
}


/* Donation form styling */
.gform_wrapper #gform_17 ul.neon_errors {
  background-color: #dc143c;
  border-radius: 4px;
  color: white;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.gform_wrapper #gform_17 li.neon_error {
  list-style: disc;
}

#gform_17 .gfield_radio li {
  margin-left: 0 !important;
}

#gform_17 select {
  padding: 6px 0 6px 4px;
  margin-top: 0px;
}

#gform_17 li.hidden_label select {
  margin-top: 12px;
}

#gform_17 h2 {
  padding-top: 2rem;
}

#gform_17 h2 + p,
#gform_17 h2 + #ccfields {
  padding-top: 1rem;
}

#gform_submit_button_17 {
    background: url(img/CAS-sprite-img.png) no-repeat right -855px top -54px;
    color: #000;
    font-family: 'Special Elite', cursive;
    padding: 0 20px;
    line-height: 42px;
    height: 64px;
    display: inline-block;
    font-size: 24px;
    margin-top:20px;
    border:none;
    cursor: pointer;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error #gform_17 .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 33px)!important;
  }
}
