/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.shop-phone {
	float: left;
	margin-left: 24px;
	padding: 8px 0 10px;
	color: #FFF;
	line-height: 18px; }
	.shop-phone a {
		color: #FFF; }
	.shop-phone i {
		font-size: 13px;
		line-height: 24px;
		padding-right: 2px; }
	.shop-phone strong {
		color: #FFF; }
	@media (max-width: 991px) {
	  .shop-phone.is_logged {
		display: none; } }

.shop-email {
	float: left;
	padding: 8px 0 10px;
	color: #FFF;
	line-height: 18px; }
	.shop-email a {
		color: #FFF; }
	.shop-email i {
		font-size: 11px;
		line-height: 25px;
		padding-right: 2px; }
	.shop-email strong {
		color: #FFF; }
	@media (max-width: 991px) {
	  .shop-email.is_logged {
		display: none; } }

  #contact-link {
	float: right;
	/* border-left: 1px solid #515151;  */ }
	@media (max-width: 479px) {
	  #contact-link {
		text-align: center; } }
	#contact-link a {
	  display: block;
	  color: #000;
	  font-weight: normal;
	  padding: 8px 0 10px;
	  /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
	  cursor: pointer;
	  line-height: 18px; }
	  @media (max-width: 479px) {
		#contact-link a {
		  font-size: 11px;
		  padding-left: 5px;
		  padding-right: 5px; } }
	  #contact-link a:hover, #contact-link a.active {
		text-decoration: underline;
		/* background: #2b2b2b;  */ }
	@media (max-width: 767px) {
	  #contact-link.is_logged {
		display: none; } }

  @media (max-width: 767px) {
	#contact_block {
	  margin-bottom: 20px; }
	}
  #contact_block .label {
	display: none; }
  #contact_block .block_content {
	color: #888888; }
  #contact_block p {
	margin-bottom: 4px; }
  #contact_block p.tel {
	font: 400 17px/21px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 6px; }
	#contact_block p.tel i {
	  font-size: 25px;
	  vertical-align: -2px;
	  padding-right: 10px; }

.our-guest-block{
	min-height: 760px;
	position: relative;
	background-image: linear-gradient( -65deg, #ffc60047 5%, #fd6e6a47 90%);
}

.our-guest-form {
	padding-left: 70px;
}

.our-guest-form > div > #our_guest_form >.form-group > .our-guest-label {
	font-family: 'Poppins';
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

.our-guest-form > div > #our_guest_form >.form-group > .form-text {
	height: 40px;
	padding-left: 10px;
	padding-top: 8px;
	font-family: 'Poppins';
	font-size: 16px;
	color: #000000;
}

.our-guest-form > div > #our_guest_form >.form-group > .form-text::placeholder , .our-guest-form > div > #our_guest_form >.form-group > .form-text-area::placeholder {
	opacity: 0.3;
	font-family: 'Poppins';
	font-size: 16px;
	color: #000000;
}

.our-guest-form > div > #our_guest_form >.form-group > .form-text-area {
	height: 130px;
	padding-left: 10px;
	padding-top: 8px;
	font-family: 'Poppins';
	font-size: 16px;
	color: #000000;
}

.our-guest-btn, .our-guest-btn:hover, .our-guest-btn:active, .our-guest-btn:focus {
	font-family: 'Squada One';
    font-size: 22px;
    color: #FFFFFF;
}

.our-guest-map-container {
	height: 421px;
	width: 421px;
	margin-top: 83px;
	position: absolute;
	transform: translate(-30px, 30px);
	background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
}

.our-guest-map-block {
	height: 421px;
	width: 421px;
	margin-top: 83px;
}

.map-container {
	text-align: center;
    display: flex;
    justify-content: center;
	padding-bottom: 50px;
}

.our-guest-heading {
	margin-top: 68px;
}

#googleMapWrapper_ourGuest {
	height: 100%;
	width: 100%;
}

#googleMapWrapper_ourGuest > #map{
	height: 100%;
    width: 107%;
    position: absolute;
    margin-left: -29px;
}

#googleMapWrapper_ourGuest > #map > div{
	height: 100%;
	width: 100%;
}

#googleMapWrapper_ourGuest > #map > div > .gm-style{
	height: 100%;
	width: 100%;
}

.our-guest-text-area {
	padding-top: 10px;
	height: 200px !important;
}

@media (max-width: 512px) {
	.shop-phone {
		margin-left: 5px;
	}
}

@media (max-width: 486px) {
	.shop-phone, .shop-email {
		display: none;
	}
}
  /*# sourceMappingURL=qlothemeblockcontact.css.map */
