/*
Theme Name: fenixinn
Author: Alpome team
Description: This theme is from Alpome Pte Ltd.
Version: 1.0
*/

.bg-gallery {
	background-color: #f0f0f0;
}

/** To adjust content image thumbsize **/
.content-gallery-slide a img {
    width: 200px;
    height: 140px;
}

#wpgmza_map_1 {
	float: none !important;
}
.wpgmza_map p {
	margin: 0;
	line-height: normal;
	font-size: 14px;
}
.wpgmza_markerbox .btn {
	color: #fff !important;
}
.wpgmza_infowindow_address {
	display: none;
}
#directions_panel_1 table {
	width: 100%;
}

.pagination .current {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

#cssmenu > ul > li.has-sub > a:after {
	content: '';
    border: 5px solid transparent;
    border-top: 5px solid #6a737b;
    margin-left: 5px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}
.tabList{
    text-align:center;
    margin-top: 20px;
}
.tabList li{
    display: inline-block;
}
.tabList li a{
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    background-color: rgba(255,255,255,0.25);
    border-radius: 3px;
    padding: 5px 15px;
    color: rgba(0,0,0,0.75);
    border: 2px solid rgba(0,0,0,0.5);
    display: block;
    margin: 2px 1px;
	text-transform: uppercase;
}
.tabList li a:hover{
    background-color: #feb913;
    color: #ffffff;
    border-color: rgba(0,0,0,0.5);
}
.tabList li.active a{
    background-color: #feb913;
    color: #ffffff;
    border-color: rgba(0,0,0,0.5);
}

#special-button
{
    width: auto;
	color: #fff;
	background: #feb913;
	line-height: 100%;
	font-weight: 600;
	border-radius: 3px;
	position: relative;
	transition: all 0.25s ease-in-out;
	text-transform: uppercase;
}
#special-button:hover
{
   	background: #000000;	
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select
{
    border: 1px solid #ccc;
	border-radius: 0;
}
.wpcf7 textarea
{
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #ccc;
	display: block;	
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* fixed floating box style */
.closeBox {
	width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
}

.floatingBox{ 
	color: white;
    opacity: 90%;
    border-radius: 10px;
    padding: 20px;
    background-color: #feb913;
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 30%;
    margin-right: 10px;
    right: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.floatingContent a {
	text-decoration: underline;
}

/* fixed floating box POP UP style */
.closeBoxPopup {
	width: 10px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
}

.floatingBoxPopup{ 
	color: white;
    /*opacity: 90%;*/
    /*border-radius: 10px;*/
    /* padding: 20px; */
    background-color: #feb913;
    width: 230px;
    max-width: 100%;
    position: fixed;
    top: 30%;
    margin-left: 10px;
    left: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.floatingContentPopup a {
	text-decoration: underline;
}

.floatingContentPopup img {
	width: 100%;
}

.floatingBoxPopupButton{
  background-color: #e5a611;
  display: block;
  color: #fff;
  position: fixed;
  top: 50%;
  left: -30px;
  text-align: center;
  transform: rotate(-270deg) translateX(-50%);
  transform-origin: bottom left;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.25s ease-in-out;
  z-index: 100;
}
.floatingBoxPopupButton span{
  padding: 5px 20px;
}
/*END POP UP*/