/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/***************************************************************/
/******** For All Devices includes old iPhone (b4 iPhone5s)*****/
/***************************************************************/

/*** Float Footer Menu ***/
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 10px;
    z-index: 9999;
    text-align: center;
/*    background-color: rgba(225,225,225,0.5);*/
}



#isshintel {
	width: 40%;
}
#isshincontact {
	width: 40%;
}

.site {
    padding-top: 0px !important;
    }
.site:before {
	height: 0px !important;
}

.wpbc-payment-form .btn, .wpbc-payment-form .button, .booking_form_div .btn, .booking_form_div .button, .booking_form_div .submit, .booking_form_div .button-secondary {
	background: rgb(185,150,92) !important;
	color: #ffffff !important;
	padding: 1em 2em !important;
	
}
 
/***************************************************************/
/********** For smartphone (Horizontal)               **********/
/***************************************************************/

 @media screen and (min-width: 568px) {
#isshintel {
	width: 25%;
}
#isshincontact {
	width: 25%;
} 
	 
}


/***************************************************************/
/********** For iPad Pro 12.9 (Horizontal)            **********/
/***************************************************************/

 @media screen and (min-width: 1113px) {
	#isshintel {
	width: 20%;
}
#isshincontact {
	width: 20%;
} 
	 
}

/***************************************************************/
/********** For PC                                    **********/
/***************************************************************/

@media screen and (min-width: 1367px) {
/*@media screen and (min-width: 1367px) {*/



/*.x-navbar .x-container, .x-topbar .x-container {
	margin-left: 10% !important;
}*/

.x-navbar-fixed-top {
	margin-left: 20% !important;
	height: 80px;
	background-color: #fff;
}

#footerFloatingMenu {
    width: 340px;
    position: fixed;
    top: 15px;
    right:1em;
    z-index: 9999;
    text-align: right;
    padding: 0 auto;
}
	
#isshintel {
	width: 170px;
	float: right;
	
}
#isshincontact {
	width: 170px;
	float: right;
}
}