/*
Theme Name: Mercato Shopping Mall
Theme URI: http://www.mercatoshoppingmall.com
Description: Official Mercato Shopping Mall WP Theme for 2018
Author: Alexis
Author URI: http://www.creativouae.com
Version: 1.0
*/

/*Fonts*/
@font-face {
    font-family:'Rotis Serif Std';
    src: url('fonts/RotisSerifStd.eot');
	src: url('fonts/RotisSerifStd.eot?#iefix') format('embedded-opentype'),
		url('fonts/RotisSerifStd.woff2') format('woff2'),
		url('fonts/RotisSerifStd.woff') format('woff'),
		url('fonts/RotisSerifStd.svg#RotisSerifStd') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Rotis Serif Std Bold';
    src: url('fonts/RotisSerifStd-Bold.eot');
	src: url('fonts/RotisSerifStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/RotisSerifStd-Bold.woff2') format('woff2'),
		url('fonts/RotisSerifStd-Bold.woff') format('woff'),
		url('fonts/RotisSerifStd-Bold.svg#RotisSerifStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family: 'rotissansserifextraboldnormal';
    src: url('fonts/rotissansserifextrabold75a.woff2') format('woff2'),
         url('fonts/rotissansserifextrabold75a.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Misc*/
body {
	color: #905e1b;
	font-family:'Rotis Serif Std';
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	height: 100%;
}
a {
	transition: all 0.5s ease;
}
a:hover, a:focus {
	text-decoration: none;
	opacity: 0.7;
    filter: alpha(opacity=70);
    outline: none;
}
p {
	color: #905e1b;
	font-size: 15px;
}
iframe {
	border: 0;
}
.padding-0 {
	padding: 0;
}
.padding-r0 {
	padding-right: 0;
}
.padding-l0 {
	padding-left: 0;
}
.pull-padd {
	padding-right: 50px;
}
.padding-10p {
	padding: 0 10%;
}
.margin-0 {
	margin: 0;
}
#sticky {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 132px;
	background: #fff;
}
#content {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 132px;
}
#content .view-all {
	margin-top: 20px;
}
#content .view-all p {
	margin: 0;
}
.plus {
	font-family: 'EB Garamond', serif;
}
.f22 {
	font-size: 22px;
	letter-spacing: -1px;
}
button:focus {
	outline: 0;
}
#cookie-notice .cookie-notice-container {
	padding: 22px;
}
#cookie-notice .cn-button {
	color: #905e1b;
	text-decoration: underline;
}
strong {
	font-family:'Rotis Serif Std Bold'!important;
}

/*Tooltip*/
.tooltip {
	font-family:'Rotis Serif Std';
	font-size: 14px;
}
.tooltip-inner {
	background: none;
	color: #905e1b;
	padding: 0;
}
.tooltip-arrow {
	border: 0;
}

/*Autocomplete*/
.autocomplete-suggestion {
	color: #905e1b!important;
}
.autocomplete-suggestions {
	border: 0!important;
	box-shadow: none!important;
	background: #fff8ee!important;
	cursor: pointer;
}
.autocomplete-suggestion:hover {
	background: #faf2e5!important;
}
.autocomplete-suggestion b {
	color: #905e1b!important;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
/*Modal*/
.modal-content {
	box-shadow: none;
	border: 0;
}
/*Loader*/
#loading{
	background-color: #660000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 101;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 40px;
	margin-top: -50px;
	margin-left: -20px;
}
.object{
	width: 40px;
	height: 8px;
	margin-bottom:20px;
	background-color: #FFF;
	-webkit-animation: animate 0.8s infinite;
	animation: animate 0.8s infinite;
	}
#object_two {
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}
#object_three {
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
@-webkit-keyframes animate {
  	50% {
	-ms-transform: scale(1.5);
   	-webkit-transform: scale(1.5);
    transform: scale(1.5);
	 }
}
@keyframes animate {
  	50% {
	-ms-transform: scale(1.5);
   	-webkit-transform: scale(1.5);
    transform: scale(1.5);
	 }
}

/*Header*/
#logo img {
	width: 181px;
	height: 52px;
}
#arabic, #contact {
	margin-top: 10px;
}
#arabic span a {
	color: #905e1b;
	font-size: 19px;
	line-height: 0;
}
#lang_sel ul {
	list-style: none;
}
.icl_lang_sel_translated,
.icl_lang_sel_current,
.wpml-ls-item-toggle {
	display: none;
}
.icl-ar .icl_lang_sel_native {
	font-size: 19px;
}
.icl_lang_sel_native {
	color: #905e1b;
    font-size: 15px;
    line-height: 0;
}
#contact ul {
	padding: 0;
	list-style: none;
}
#contact ul li {
	float: left;
	margin-right: 12px;
}
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*Search*/
#contact input {
  font-size: 12px;
  position: absolute;
  width: 50%;
}
#contact input:focus {
  outline: none;
}
#contact button {
  text-align: center;
}
#contact button:focus {
  outline: none;
}
#contact button.btn-search,
#contact button.btn-reset {
  border: none;
  width: 23px;
  height: 23px;
  padding: 0;
  position: absolute;
}
#contact .sample {
  position: relative;
  width: 0;
}
#contact .sample.thirteen input {
  color: #905e1b;
  font-size: 15px;
  background: none;
  transition: all .8s ease-in-out;
}
#contact .sample.thirteen input:focus {
  border-radius: 0 15px 15px 0;
  width: 250px;
}
#contact .sample.thirteen input:focus ~ button.btn-search {
  color: #fff;
  left: 222px;
}
#contact .sample.thirteen input:focus ~ button.btn-reset {
  left: 256px;
}
#contact .sample.thirteen button {
  transition: all .8s ease-in-out;
}
#contact .sample.thirteen button.btn-search {
  background: transparent;
  border-radius: 50%;
  height: 23px;
  left: 0;
  width: 23px;
}
#contact .sample.thirteen button.btn-reset {
  border-radius: 50%;
  font-size: 10px;
  height: 20px;
  left: 2px;
  line-height: 20px;
  padding: 0;
  top: 10px;
  width: 20px;
  z-index: -1;
}
@keyframes bounceRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes jumpTowardSearch {
  0% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
  20% {
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
  }
  55% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
  }
  90% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
}
@keyframes jumpTowardReset {
  0% {
    opacity: 0;
    transform: rotateZ(0deg) scale(1);
  }
  20% {
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
  }
  55% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
  }
  90% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
}
#contact input.question {
  color: #905e1b;
  font-size: 15px;
  margin: 0;
  border: none;
  width: 80%;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden;
}
#contact input.question + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 10%;
  border-top: 1px solid red;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}
#contact input.question:focus + label {
  width: 80%;
}
#contact input.question:focus,
#contact input.question:valid {
  padding-top: 5px;
}
#contact input.question:focus + label > span,
#contact input.question:valid + label > span {
  color: #905e1b;
  font-size: 15px;
  font-weight: normal;
  top: -20px;
}
#contact input.question:valid + label {
  border-color: green;
}
#contact input.question:invalid {
  box-shadow: none;
}
#contact input.question + label > span {
  margin: 0;
  position: absolute;
  color: #905e1b;
  font-size: 0;
  top: 0;
  left: 0px;
  z-index: -1;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
@-webkit-keyframes appear {
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  100% {
    opacity: 1;
  }
}
.icon-location {
	width: 17px;
	height: 24px;
}
.icon-contact {
	width: 25px;
	height: 24px;
}
.icon-search {
	width: 23px;
	height: 24px;
}

/*Navigation*/
#navi {
	background: #fff8ee;
	height: 40px;
}
#navi ul {
	list-style: none;
	margin-bottom: 0;
	padding: 10px 0 8px 0;
}
#navi ul li {
	display: inline;
	padding: 0 50px;
	position: relative;
}
#navi ul li a {
	color: #905e1b;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 17px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	transition: none;
}
#navi ul ul {
	margin-top: 5px;
	padding: 15px 0;
}
#navi ul li li {
	display: block;
	padding: 0;
}
#navi ul li li a {
	color: #905e1b;
	font-size: 17px;
	text-transform: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	transition: none;
}
/*Drops*/
.drops {
	background: rgba(255, 248, 238, .95);
	padding: 15px 0;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
}
.drops h6 {
	color: #905e1b;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.drops ul {
	padding-left: 0;
}
.drops ul li {
	list-style: none;
	line-height: 29px;
}
.drops ul li a {
	color: #905e1b;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.drops h3 {
	color: #905e1b;
	font-size: 22px;
	text-transform: uppercase;
	margin: 7px 0 2px 0;
}
#privilege.drops {
	position: absolute;
	top: 100%;
	left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
    padding: 0;
}
/*Tabs*/
.m-push {
	margin: 10px 0;
}
.blok {
  position: fixed;
  top: 200px;
  right: -325px;
  z-index: 10;
  width: 355px;
  transition: all 0.5s;
}
.blok:hover {
  right: 0px;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav.tab-menu {
  padding: 0;
  width: 50px;
}
.tab-content {
  padding: 0;
}
.tab-content h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.tab-content a {
  color: #905e1b;
  text-decoration: underline;
}
.nav.tab-menu > li > a {
  padding: 10px 13px;
}
.well {
  min-height: 272px;
  height: 272px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  margin-bottom: 0;
  border: 0;
  padding: 15px;
  box-shadow: none;
}
#contact.well {
  margin: 0;
}
.nav-pills > li > a {
  background: #fff8ee;
  text-align: center;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #fff;
  opacity: 1;
}
.nav-pills > li.active > a {
  background-color: #fff8ee;
}
.nav-stacked > li + li {
  margin-top: 0;
  border-top: 1px solid #fff;
}

/*Blurb*/
#banner {
	position: relative;
}
#banner .carousel-control.left,
#banner .carousel-control.right {
	background: none;
}
#banner .carousel-control.left {
	top: 42%;
}
#banner .carousel-control.right {
	top: 42%;
}
#banner .carousel-inner > .item > img {
	margin: 0 auto;
}
#blurb {
	width: 100%;
	background: rgba(102, 0, 0, .8);
	position: absolute;
	bottom: 0;
	padding: 10px 0;
}
#blurb h6 {
	color: #eab775;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 3px;
}
#blurb h4 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
#blurb p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
#blurb a {
	color: #fff;
	text-decoration: underline;
}
/*Video*/
#banner img {
	position: relative;
	margin: 0 auto;
}
.video-play {
	position: absolute;
    text-align: center;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.video-play a {
	opacity: .7;
}
.video-play a:hover {
	opacity: 1;
}

/*Teasers*/
#teasers {
	margin-top: 25px;
}
#teasers.semi {
	padding: 0 190px;
}
#teasers .nav-tabs {
	border: 0;
}
#teasers .nav-tabs > li {
	width: 25%;
	text-align: center;
}
#teasers .nav-tabs > li > a {
	color: #905e1b;
	font-size: 25px;
	text-transform: uppercase;
}
#teasers .nav-tabs > li > a:hover {
	border: 0;
}
#teasers .nav > li > a {
	padding: 0 0 20px 0;
	text-decoration: none;
	border: 0;
}
#teasers .nav > li > a:hover {
	background: none;
}
#teasers .nav-tabs > li.active > a {
	background: url(images/img-divider.png) no-repeat bottom center;
	background-size: 212px 19px;
	border: 0;
	transition: none;
}
#teasers .tab-content {
	background: #fff8ee;
	padding: 40px 15px;
	margin-top: -7px;
}
#teasers h3 {
	color: #905e1b;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}
#teasers p {
	color: #905e1b;
}
#teasers a {
	color: #905e1b;
	text-transform: uppercase;
}
#teasers .carousel-inner .item {
	padding: 0 15px;
}
#teasers .carousel-control.left,
#teasers .carousel-control.right {
	background: none;
}
#teasers .carousel-control.left {
	top: 42%;
	left: -12%;
}
#teasers .carousel-control.right {
	top: 42%;
	right: -12%;
}
.happening-img {
	width: 97%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.happening-txt {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(102, 0, 0, .6);
}
.happening-txt h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}

/*Featured*/
#featured {
	margin-top: 30px;
}
#featured h2 {
	color: #905e1b;
	margin: 0;
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#featured .ft-img {
	margin-bottom: 10px;
	width: 100%;
}
#featured h3 {
	color: #905e1b;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}
#featured p {
	color: #905e1b;
}

/*Instagram*/
#instagram {
	background: #fff8ee;
	padding: 30px 0 40px 0;
	margin-top: 40px;
}
#content #instagram p {
	color: #905e1b;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
#instagram h3 {
	direction: ltr;
	color: #905e1b;
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 25px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
#instagram img {
	margin: 0 auto;
}
#feed {
	margin-top: 20px;
}
#instagram .iscwp-gallery-slider .slick-next {
	right: -40px;
	background: url(images/icon-next-feed.png) no-repeat!important;
}
#instagram .iscwp-gallery-slider .slick-prev {
	left: -40px;
	background: url(images/icon-prev-feed.png) no-repeat!important;
}
#instagram .iscwp-gallery-slider button.slick-arrow {
    width: 14px;
    height: 26px;
    margin: -25px 0 0 0 !important;
    transition: all 0.5s ease;
}
#instagram .iscwp-gallery-slider button.slick-arrow:hover {
	opacity: .5;
}
.wp-iscwp-popup-box .wp-iscwp-popup-close,
.iscwp-mfp-popup button.mfp-arrow {
	display: none!important;
}
a.iscwp-username,
a.iscwp-view-on-insta-link,
.iscwp-popup-meta {
	font-weight: normal!important;
}
.iscwp-image-fit.slidestoshow-6 .iscwp-img-wrp {
	height: auto!important;
	min-height: 160px;
}

/*Tourist*/
#tourist {
	margin: 20px auto;
}
#tourist h3 {
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
/*Social*/
#social {
	background: #fff8ee;
	padding: 20px 0 25px 0;
}
#social h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
#social ul {
	list-style: none;
	padding: 0;
}
#social ul li {
	display: inline;
	margin: 0 15px;
}

/*Footer*/
#footer {
	background: #660000;
	padding: 20px 0 0 0;
}
#footer p {
	color: #fff;
}
#links {
	padding: 0;
}
#links li {
	display: inline;
	margin-right: 15px;
}
#links li a {
	color: #fff;
	text-decoration: none;
}
.icon-facebook {
	width: 13px;
	height: 24px;
}
.icon-twitter {
	width: 29px;
	height: 24px;
}
.icon-instagram {
	width: 25px;
	height: 24px;
}
.icon-youtube {
	width: 20px;
	height: 24px;
}

/*Tablets*/
@media only screen and (min-width: 769px) and (max-width: 1199px) {
#navi ul li {
	padding: 0 26px;
}
#teasers.semi {
	padding: 0 60px;
}
#teasers .nav-tabs > li > a {
	font-size: 20px;
}
}

/*Laptop*/
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
#teasers.semi {
	padding: 0 65px;
}
}

/*Mobiles*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
#contact .sample.thirteen button.btn-search {
	border-radius: 0;
}
#content {
	margin-top: 123px;
}
#sticky {
	position: relative;
	height: 103px;
}
#contact.mobile {
	margin-top: 6px;
}
#arabic.mobile {
	margin-top: -8px;
}
#logo img {
	width: 150px;
	height: 43px;
	position: relative;
	z-index: 105;
}
#navi ul {
	padding: 1px 0 8px 0;
}
#navi ul li a {
	font-size: 15px;
}
#navi ul li {
	padding: 0;
}
.carousel-control {
	display: none;
}
#blurb {
	position: relative;
	background: rgba(102, 0, 0, 1);
}
#blurb h6,
#blurb h4 {
	text-align: center;
}
#blurb h4 {
	font-size: 22px;
}
#teasers,
#featured {
	margin-top: 20px;
}
#teasers.semi {
	padding: 0 15px;
}
.nav-tabs > li {
	float: none;
}
#teasers .nav-tabs > li {
	width: 100%;
	margin-bottom: 15px;
}
#teasers .nav-tabs > li > a {
	font-size: 18px;
}
#teasers .tab-content {
	padding: 15px;
}
.teaser-single {
	margin-bottom: 20px;
}
#featured h2 {
	font-size: 25px;
	text-align: center;
}
#featured h3 {
	font-size: 20px;
}
#instagram {
	margin-top: 10px;
}
#footer,
#footer p {
	text-align: center;
}
#footer ul li {
	line-height: 25px;
	margin: 0 8px;
}
}
