/*!
Theme Name: Aladdin Cafe
Author: Shah Kamal
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aladdin-cafe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

p {
     margin-bottom: 15px;
}
 p:last-child {
     margin-bottom: 0;
}
 h1, h2, h3, h4, h5, h6 {
     margin-bottom: 15px;
     margin-top: 0;
}
 html, body {
     color: #ffffff;
     font-family: "Open Sans",sans-serif;
     font-size: 12px;
     height: 100%;
     line-height: 14px;
}
 body {
     overflow-x: hidden;
}
 a, .overlay, input[type="submit"] {
     transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}
 a, a:active, a:focus, a:after, input:focus, select:focus, button {
     text-decoration: none !important;
     outline: 0px solid !important;
}
 img {
     max-width: 100%;
     height: auto 
}
 .main-menu ul, ul.social-links, .single-footer-widget ul, .single-sidebar ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .header-top, .menu-category .owl-nav{
     display: block;
}
 .hidden-text, .owl-nav{
     display: none;
}
 header.header-area {
     background-color: #000000;
     background-image: url("img/header-bg.png");
     background-position: center top;
     background-repeat: no-repeat;
     box-shadow: 0 5px 30px #000000;
     color: #ffffff;
     font-family: "Open Sans Condensed",sans-serif;
     width: 100%;
     z-index: 999;
}
 .header-top p{
     color: #cca46b;
     font-size: 13px;
     font-weight: 700;
     padding: 15px 0;
}
 .social-links li {
     float: left;
     margin-left: 1px;
}
 .social-links li img{
     max-width: 32px;
}
 .social-links li a:hover {
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
 .nav-area {
     background-image: url("img/bg-menu.png");
     background-position: left bottom;
     background-repeat: repeat-x;
     position: relative;
}
 .main-menu > ul > li {
     display: inline;
     position: relative;
}
 .main-menu > ul > li > a {
     border-bottom: 5px solid transparent;
     color: #ffffff;
     display: inline-block;
     font-size: 16px;
     padding: 13px 9px 18px;
     position: relative;
     text-transform: uppercase;
}
 .main-menu > ul > li:hover > a, .main-menu > ul > li.current_page_item a {
     color: #cba16e;
	 border-bottom: 5px solid #cba16e;
}
 .main-menu ul li > ul{
     background-color: #000;
     box-shadow: 6px 6px 10px rgba(9, 9, 9, 0.2);
     margin: 0;
     padding: 20px 25px 15px;
     position: absolute;
     width: 155px;
     z-index: 99;
     top: 37px;
     opacity: 0;
     filter: alpha(opacity=0);
     transition: opacity 0.3s, -webkit-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
     transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     transform: translateY(10px);
     -moz-transform: translateY(10px);
     -webkit-transform: translateY(10px);
	 visibility: hidden;
	 left: 0;
	 text-align: left;
}
 .main-menu ul li:hover > ul{
     opacity: 1;
     filter: alpha(opacity=100);
     transform: translateY(0px);
     -moz-transform: translateY(0px);
     -webkit-transform: translateY(0px);
	 visibility: visible;
}
.main-menu ul li ul li{
	margin-bottom: 10px;
}
 .main-menu ul li ul li a{
     color: #fff;
     display: block;
     font-size: 15px;
     line-height: 1.3;
	 text-transform: uppercase;
}
 .main-menu ul li > ul li a:hover{
     color: #cba16e;
}
 .home-slider {
     left: 0;
     position: fixed;
     z-index: -1;
     top: 0;
}
 .item.compat-object-fit {
     background-position: center center;
     background-size: cover;
     height: 100vh;
     width: 100%;
}
 .slider-content {
     background-image: url("img/bg-overlay-pattern.png");
     font-family: "Open Sans Condensed",sans-serif;
     min-height: 90%;
     position: relative;
}
 .slider-captions {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
             transform: translateY(-50%);
     width: 100%;
}
 .slider-content h2 {
     font-size: 50px;
     font-weight: 700;
     margin: 0;
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
 .slider-content h1 {
     font-size: 60px;
     margin: 0;
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
 .slider-content h3 {
     font-size: 40px;
     margin: 0;
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
 .slider-nav .nav-next, .slider-nav .nav-prev {
     cursor: pointer;
     opacity: 0.6;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
             transform: translateY(-50%);
}
 .slider-nav .nav-next {
     right: 30px;
}
 .slider-nav .nav-prev {
     left: 30px;
}
 .slider-nav .nav-next:hover, .slider-nav .nav-prev:hover {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .content-area {
     background-color: #0D0E0F;
    /* background-image: url("img/bg.png");
     background-repeat: repeat-x;
     */
     box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.75);
     padding: 40px 0;
}
 .main-content h2 {
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 28px;
}
.home .main-content, .main-content p {
     line-height: 18px;
}
 .videoWrapper, .wp-block-embed__wrapper {
     position: relative;
     padding-bottom: 50%;
     padding-top: 25px;
     height: 0;
     margin-bottom: 15px;
}
 .videoWrapper iframe, .wp-block-embed__wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .read-more{
     background-color: #cba16e;
     background-image: url("img/bg-button.png");
     background-position: left top;
     background-repeat: repeat-x;
     border-radius: 2px;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
     color: #ffffff;
     display: inline-block;
     margin: 10px 0;
     padding: 5px 15px;
     text-shadow: -1px -1px rgba(0, 0, 0, 0.1);
}
 .read-more:hover{
     background-position: left bottom;
     color: #ffffff;
     text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
/* Inner pages style css */
 .page-title-area {
     background-color: #0b0c0d;
     background-image: url("img/bg-menu.png");
     background-position: left bottom;
     background-repeat: repeat-x;
     padding: 10px 0 15px;
}
 .page-header {
     padding: 10px 0;
}
 .page-header h1 {
     color: #ffffff;
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 38px;
     font-weight: 700;
     margin: 0;
}
 .inner-content h3 {
     color: #cba16e;
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 24px;
     margin-bottom: 5px;
     padding: 2px 0;
}
 .inner-content a:link, .inner-content a:visited {
     background-image: url("img/bg-a.png");
     background-position: left bottom;
     background-repeat: repeat-x;
     color: #ffffff;
}
 .inner-content a:link:hover, .inner-content a:visited:hover {
     background-color: #cba16e;
}
 .blocks-gallery-item a, .blog-image > a {
     background-color: #0d0e0f;
     background-image: none;
     border-radius: 5px;
     display: block;
     position: relative;
}
 .blocks-gallery-item a img, .blog-image > a img {
     border-radius: 5px;
}
 .blocks-gallery-item a:hover:before, .blog-image > a:hover:before {
     background-color: rgba(0, 0, 0, 0.2);
     background-image: url("img/bg-overlay-plus.png");
     background-position: center center;
     background-repeat: no-repeat;
     border-radius: 5px;
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
}
 .single-sidebar{
     font-size: 18px;
	 margin-bottom: 30px;
}
 .single-sidebar h3 {
     border-bottom: 2px solid #ffffff;
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     padding-bottom: 5px;
}
 .single-sidebar ul li a {
     display: block;
     font-family: "Open Sans Condensed",sans-serif;
     line-height: 24px;
     padding: 8px 15px;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 .blog-list .single-post {
     background: rgba(0, 0, 0, 0) url("img/line-dotted-double.png") repeat-x scroll left bottom;
     margin: 0 0 20px;
     padding: 0 0 20px;
}
 .blog-image{
     margin-bottom: 10px;
}
 .blog-image > img{
    border-radius: 5px;
}
 .blog-image > a img {
     width: 100%;
}
 .blog-list .single-post h2 a, .blog-list .single-post h2{
     background-image: none;
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 24px;
     font-weight: 700;
     margin: 0 0 5px;
     padding: 3px 0;
}
 .blog-list .single-post h2 a:hover {
     background-color: transparent;
     color: #cba16e;
}
 .blog-summary .b-date, .blog-summary .b-comment a {
     background-color: #cba16e;
     border-radius: 4px;
     font-family: "Open Sans Condensed",sans-serif;
     color: #ffffff;
     display: block;
     font-size: 15px;
     margin: 0 0 10px;
     min-width: 70px;
     padding: 10px 0;
     text-align: center;
}
 .blog-summary .b-comment a {
     background-color: rgba(0, 0, 0, 0);
     background-image: url("img/icon-comments.png");
     background-position: 15px 15px;
     background-repeat: no-repeat;
     padding-left: 15px;
}
 .tags-readmore {
     background: rgba(0, 0, 0, 0) url("img/line-dotted.png") repeat-x scroll left top;
     padding: 20px 0 0;
}
 .continue-reading {
     text-align: right;
}
 .divider-dotted {
     background: rgba(0, 0, 0, 0) url("img/line-dotted.png") repeat-x scroll left top;
     height: 1px;
     margin: 10px 0 20px;
}
 .menu-category h3, .menu-category p.menu-price{
     color: #ff0000;
}
 .menu-category p{
     margin-bottom: 2px;
}
 .menu-category p.menu-price{
     text-align: right;
}
 .menu-slider {
     max-width: 400px;
     box-shadow: 0 0 10px #333333;
     margin-bottom: 10px;
}
 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
     display: block;
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 70px;
     font-weight: 300;
     height: 100%;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
             transform: translateY(-50%);
     width: 30px;
}
 .owl-carousel .owl-nav button.owl-prev{
     left: 10px;
}
 .owl-carousel .owl-nav button.owl-next{
     right: 10px;
}
 .menu-category .col-md-6{
     margin-bottom: 30px;
}
 .menu-category h1 {
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 38px;
     padding: 10px 0;
}
/* Footer style css */
 .footer-top-area {
     background-color: #222222;
     box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.75) inset;
     padding: 15px;
}
 .footer-top-area h2{
     color: #ffffff;
     font-size: 37px;
     margin-bottom: 0;
}
 .footer-widget-area {
     background-color: #cba16e;
     padding: 40px 0 20px;
}
 .single-footer-widget h3{
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 10px;
     padding: 10px 0;
}
 .w-single-post {
     margin-bottom: 20px;
}
 .wsp-date p{
     background-color: #b18d5c;
     border-radius: 50%;
     margin-right: 7px;
     padding: 13px;
}
 .wsp-date p a{
     color: #fff;
}
 .wsp-info h4 {
     font-size: 17px;
     line-height: 24px;
     margin-bottom: 8px;
}
 .wsp-info a{
     color: #fff;
     font-family: "Open Sans Condensed",sans-serif;
}
 .wsp-info > p {
     font-size: 10px;
     line-height: 16px;
}
 .contact-form input, .contact-form textarea {
     border: 1px solid #cccccc;
     border-radius: 3px;
     margin-bottom: 7px;
     padding: 11px 15px;
     width: 100%;
}
 .contact-form textarea {
     min-height: 171px;
}
 .contact-form input[type="submit"]{
     background-color: #b18d5c;
     border: 1px solid #987952;
     color: #ffffff;
     width: 40%;
}
 footer.footer-area {
     background-color: #001513;
     padding: 10px 0;
}
aside.sticky-top {
  margin-top: 70px;
  max-width: 225px;
}
.cat1-cont {
  margin-top: -25px;
}

#giftBox button.close {
    background-color: #ffffff;
    border-radius: 18px;
    font-size: 25px;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 30px;
    z-index: 99;
}
#giftBox .modal-body {
    padding: 0;
}
#giftBox .modal-dialog {
    color: #000000;
    max-width: 418px;
}
#giftBox .modal-content {
    border: 1px solid #ffffff;
}
#giftBox .contact-form, .joinus, .gift_box {
    padding: 6px 15px;
}
.joinus > p {
  font-family: "Dosis",sans-serif;
  font-size: 19px;
  margin-bottom: 2px;
}
.joinus > p.reg {
  color: #ff0000;
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
}
.joinus > p.gt {
  color: #ff0000;
  font-family: "Dosis",sans-serif;
  font-size: 20px;
}
.gift_box > h1 {
  color: #000000;
  font-family: "Cabin Condensed",sans-serif;
  font-size: 50px;
  font-weight: bolder;
}
.gift_box > p {
  color: #000000;
  font-family: arial;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.gift_box > h3 {
  color: #cba16e;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
}
#giftBox .contact-form p {
  font-size: 14px;
  margin-bottom: 0;
}
#giftBox div.wpcf7-response-output {
  margin: 0 15px 10px;
}
#giftBox .modal-body > p {
  margin: 0;
}
.gift_foot {
    background-color: #70cbc4;
    color: #000000;
	font-family: "Dosis",sans-serif;
	padding: 10px 15px;
}
.gift_foot > h1 {
    font-size: 26px;
    font-weight: bold;
	margin-bottom: 0;
}
.gift_foot > p {
    font-size: 17px;
    margin-bottom: 0;
}
h1.ca-container {
    position: relative;
    text-align: center;
}
h1.h1-p {
    display: inline;
    font-size: 12px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.grecaptcha-badge { 
	visibility: hidden; 
}

