/*-----------------------------------------------------------------------------------
    Theme Name: LADYBIRD
    License: GNU General Public License v2 or later
    Text Domain: Ladybird Entertainment

-----------------------------------------------------------------------------------*/

@font-face {
	font-family: menufont;
	src: url(fonts/brush-script-mt-italic.ttf );
}

body {
	background-image: url(images/bg.jpg );
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent !important;
}

.navbar-collapse {
	box-shadow: none !important;
}

.home-content {
	text-align: justify;
}

.head-wrapper {
	margin-top: 50px;
}

.menu {
	height: 60px;
	background-image: url(images/menu-bg.jpg );
	width: 100%;
	font-family: 'Rancho', cursive;
	position: relative;
	border: none;
	border-radius: 0px;
}

.menu ul.main-menu {
	position: relative;
	top: 12px;
}

.menu ul li a {
	font-size: 26px;
	color: #f1dfb9;
	text-shadow: 1px 2px #000;
	padding-right: 30px;
}

.menu ul li a.active {
	color: #f79374;
}

.menu ul li a:hover {
	color: #facda0;
}

.enquiry {
	position: relative;
}

.enquiry>img {
	position: relative;
	top: 20px;
}

.enquiry>a {
	color: #b33338;
	font-family: menufont;
	font-size: 30px;
	line-height: 36px;
	position: absolute;
	right: 50px;
	text-align: center;
	text-shadow: 1px 1px #fff;
	top: 10px;
}

.slider>img {
	width: 100%;
}

.welcome-section h2 {
	font-family: 'Rancho', cursive;
	color: #6e2222;
	text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
	margin-bottom: 25px;
	margin-top: 35px;
	font-size: 45px;
}

.welcome-section p {
	font-size: 20px;
	line-height: 26px;
	text-shadow: 1px 1px #fff;
	color: #000;
}

.event {
	height: 450px;
	margin-bottom: 25px;
	border: 5px solid #312517;
	box-shadow: inset 0 0 15px #333;
	border-image-source: url(images/menu-sub-bg.jpg );
	border-image-slice: 10;
	border-image-width: 1;
	border-image-outset: 0;
	background: #fff;
	overflow: hidden;
}

.event>.event-image>a>img {
	width: 100%;
	height: 180px;
}

.event .tag {
	margin: 10px 0px;
}

.event>.event-info {
	padding: 10px;
}

.event .event-info div a.title {
	font-family: "Rancho", cursive;
	color: #6e2222 !important;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
}

.event .event-info .event-title {
	font-size: 20px;
	font-weight: bold;
}

.event-desc {
	margin-top: 15px;
}

.footer {
	background: #669900;
	/*background-image: url('images/footer-bg.png');*/
	padding: 20px 0px;
	color: #fff;
	opacity: 0.8;
}

.footer a {
	color: #F20718;
}

.social a {
	color: #fff;
}

.dropdown-menu {
	margin-top: 16px;
	background: #866033;
	border: 1px solid #312517;
	border-radius: 0px;
}

.dropdown-menu>li {
	border-bottom: 1px solid #312517;
}

.dropdown-menu>li:last-child {
	border: none;
}

.dropdown-menu>li>a {
	color: #fff !important;
	font-size: 20px !important;
	text-shadow: none !important;
}

.dropdown-menu>li>a:hover {
	background: #312517;
}

#carousel .slides>li {
	border: 5px solid #312517;
	margin-top: 10px;
	margin-right: 0px;
	box-shadow: inset 0 0 15px #333;
	border-image-source: url(images/menu-bg.jpg );
	border-image-slice: 10;
	border-image-width: 1;
	border-image-outset: 0;
}

.event-date {
	width: 100%;
	border: 1px solid #999;
}

.event-info .col-md-3 {
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.event-date>span {
	display: block;
	text-align: center;
}

.event-date>.postday {
	font-family: 'Rancho', cursive;
	font-weight: bold;
}

.event-date>.postmonth {
	background: #f20718;
	color: #fff;
	font-size: 12px;
}

.effects {
	padding-left: 15px;
}

.effects .img {
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 25%;
	overflow: hidden;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}

.effects .img:first-child {
	margin-left: -15px;
}

.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

a.close-overlay.hidden {
	display: none;
}

a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	border: solid 5px #fff;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#effect-5 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

#effect-5 .overlay a.expand {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#effect-5 .img.hover .overlay {
	opacity: 1;
	width: 87%;
	left: 20px;
	top: 20px;
	height: 32%;
}

#effect-5 .img.hover .overlay a.expand {
	width: 100px;
	height: 60px;
	font-size: 14px;
	font-weight: normal;
}

#owl-demo .item {
	margin: 10px;
}

.customNavigation {
	text-align: center;
}

.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer .donate img {
	width: 80%;
}

.footer .title {
	font-family: 'Rancho', cursive;
	font-size: 26px;
	color: #6e2222;
	margin-bottom: 15px;
}

.footer ul li a {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}

#copyrights {
	padding: 10px;
	background-image: url('images/footer-bg.jpg');
	color: #fff;
}

#copyrights p {
	margin: 0px;
	padding: 0px;
}

.enquire-btn {
	display: none;
}

.blog-list {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dashed #283f01;
}

.blog-list .image a>img {
	width: 100%;
}

.blog-list a {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
}

.blog-list .image {
	padding-right: 0px;
	margin-right: 0px;
}

.contact>li>a {
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
}

.contact>li>a>span {
	color: #000;
	font-weight: bold;
}

.footer-social {
	text-align: left;
	margin-top: 15px;
}

.footer-social>li>a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	background: #f20718;
	text-decoration: none;
}

.footer-social>li>a>i {
	position: relative;
	top: 9px;
	color: #fff;
}

.page-heading>h2 {
	font-family: 'Rancho', cursive;
	font-size: 38px;
	color: #6e2222;
	margin-bottom: 35px;
}

.sidebar-box:before {
	position: absolute;
	content: '';
	background: url(images/sidebar-top.png ) no-repeat;
	width: 260px;
	height: 42px;
	top: -28px;
	left: 0px;
}

.clear {
	display: block;
	height: 5px;
}

.search input {
	display: inline-block;
}

.search input.form-control {
	width: 150px;
}

.sidebar-box {
	background: url(images/sidebar-bg.png ) repeat-y;
	padding: 0px 25px;
	margin-top: 25px;
	margin-bottom: 65px;
	position: relative;
}

.sidebar-box:after {
	position: absolute;
	content: '';
	background: url(images/sidebar-bottom.png ) no-repeat;
	width: 260px;
	height: 42px;
	bottom: -42px;
	left: 0px;
}

.sidebar label,
.sidebar .title {
	font-family: 'Rancho', cursive;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #6e2222;
	text-transform: uppercase;
}

.sidebar .latest-blog a {
	color: #333;
}

.testimonial .item {
	font-family: 'Bad Script', cursive;
	font-size: 16px;
	line-height: 26px;
	text-shadow: 0px 1px #fff;
}

.main-blog>.main-blog-list {}

.main-blog-list .page-heading>a>h3 {
	padding: 0px;
	margin: 0px;
	font-family: 'Rancho', cursive;
	color: #f20718;
	margin-bottom: 25px;
}

.main-blog-list {
	line-height: 26px;
	background: #f2f2f2;
	padding: 15px;
	border: 2px solid #ccc;
	box-shadow: inset 0 0 30px #ccc;
	margin-bottom: 15px;
}

.blog-title-padding {
	padding-left: 0px !important;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
	display: block !important;
}

.gallerydesign .wpb_content_element {
	margin-bottom: 20px;
}

#aboutus .media img {
	margin: 8px;
}

#aboutus .media {
	padding: 6px;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#aboutus .subtitleforabout {
	text-align: center;
	font-family: "Rancho", cursive;
	font-weight: normal;
	margin-bottom: 15px;
}

#aboutus .subtitleforabout a {
	color: #6E2222;
}

#festivalsandevents h3 {
	margin-top: 2px;
}

#festivalsandevents .vc_general.vc_btn3 {
	padding: 8px 16px;
}

.vc_general.vc_btn3 {
	padding: 8px 16px !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #312517;
}


/*#testimonials { 







	padding-bottom: 20px;







}







.testcontent { 







	border-bottom: 2px dotted #ccc;







	padding: 10px;







}







#testimonials .testdate, #testimonials .testname { 







	text-align: right;







}







h3.heading { 







	color: #6e2222 !important;







}*/

.text_danger {
	color: #FF0012;
	font-size: 20px;
}

.contactform p,
.contactno .text-muted,
.email .text-muted {
	font-family: "Rancho", cursive;
	font-weight: normal;
	font-size: 20px;
}

#testimonialscontent {
	padding: 12px 0px;
}

#testimonialscontent .postcontent .post-text {
	border: 2px solid #DDD;
	padding: 20px;
	border-radius: 20px;
}

#testimonialscontent .post-text .clientTitle {
	margin: 0px !important;
	text-align: right;
	color: #F54200;
	font-size: 16px;
}

#testimonialscontent .post-text .date {
	margin: 0px !important;
	text-align: right;
	color: #ccc;
	font-size: 12px;
}

.title,
.title1 {
	font-family: "Rancho", cursive;
	font-weight: normal;
	margin-bottom: 15px;
}

.title1 {
	font-size: 20px;
}

h4 {
	font-family: "Rancho", cursive;
	color: #312517;
	font-size: 20px;
}

#festivalsandevents .vc_general.vc_btn3-style-custom {
	background: url('images/book-now2.png') 1px no-repeat;
	padding-left: 35px;
	padding-right: 15px;
	padding: 20px 44px !important;
	background-color: transparent !important;
}

#festivalsandevents .vc_general.vc_btn3-style-custom:hover {
	background: url('images/book-now2-hover.png') 1px no-repeat;
	padding-left: 35px;
	padding-right: 15px;
	padding: 20px 44px !important;
	background-color: transparent !important;
}

.booknow-sidebar {
	height: 300px;
	background: url('images/book-now2.png') 1px no-repeat;
	padding: 35px 63px;
	background-size: 240px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.booknow-sidebar:hover {
	height: 300px;
	background: url('images/book-now2-hover.png') 1px no-repeat;
	padding: 35px 63px;
	background-size: 240px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
}

.booknow-img {
	margin-bottom: 25px;
}

#bs-example-navbar-collapse-1 .dropdown-menu {
	padding: 0px 0;
}

#bs-example-navbar-collapse-1 ul ul {
	background: url('images/menu-sub-bg.jpg') 1px repeat-x;
}

#footer-img {
	padding-bottom: 190px;
	background-image: url('images/footer-top.png');
}

.flex-direction-nav a {
	height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-family: 'Rancho', cursive;
}

.main-menu.list-inline>li {
	padding-right: 0px;
}

.showreel-sidebar {
	height: 300px;
	background: url('images/book-now2.png') 1px no-repeat;
	background-size: auto auto;
	padding: 35px 80px;
	background-size: 240px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.showreel-sidebar:hover {
	height: 300px;
	background: url('images/book-now2-hover.png') 1px no-repeat;
	background-size: auto auto;
	padding: 35px 80px;
	background-size: 240px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
}

.blog-list .image a>img {
	height: auto !important;
}

.blog-list .main-title,
.blog-list .main-title a {
	font-family: 'Rancho', cursive !important;
}

.fixed {
	position: fixed !important;
	width: 100%;
	top: 0px;
	z-index: 999;
}

.fixed ul.main-menu {
	top: 6px !important;
}

.fairy_blog .image {
	height: 220px;
}

.fairy_blog .image img {
	height: 220px;
}

.fairy_blog .content {
	background-color: #f9f9f9 !important;
	padding: 10px;
}

.fairy_blog .content p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

@media (min-width: 320px) and (max-width: 480px) {
	.wpb_single_image.vc_align_left {
		text-align: center !important;
	}
	#aboutus .subtitleforabout {
		text-align: left;
	}
	.welcome-section {
		padding-top: 50px !important;
	}
	#slider .slides li {
		height: 120px !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.welcome-section {
		padding-top: 50px !important;
	}
	#slider .slides li {
		height: 160px !important;
	}
}

.tag span a {
	color: #fff !important;
}

.tag.label a {
	color: #FFF;
	text-transform: uppercase;
}

#copyrights p {
	color: #000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/*#slider .slides li { height: 120px !important; }*/
}

.welcome-section {
	padding-top: 150px;
}

.navbar-default {
    z-index: 999999 !important;
}

/* WPForms styles */
.wpforms-confirmation-container-full p { font-family: 'Rancho', cursive; }