a{color: inherit;}
.gw-container{
	margin-top:-8em;
}


.gw-mobile{
	display: none;
}

.gw-block{
	/* min-height:60vh; */
	max-height:60vh;
	/* overflow-x: scroll; */
	overflow-y: auto;
	/* border: #eb4a60 solid; */
}
.gw-mobile{display: none;}
.gw-not-mobile{display: block;}

.gw-form label{font-weight: 700;}
.gw-form input[type=text], .gw-form input[type=number],
.gw-form textarea {
  border: none;
  outline: none;
  border: none;
  width: 100%;
  height: 44px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 30px;
  padding-left: 10px;
}
.gw-form textarea {
  height: 234px;
  padding-top: 20px;
}
.gw-form button[type=submit] {
  width: 276px;
  border-radius: 4px;
  height: 84px;
  border: none;
  outline: none;
  background-color: #CD000F;
  cursor: pointer;
  font-weight: 500;
  line-height: 84px;
  font-size: 20px;
  color: #FFFFFF;
  transition: all .4s ease;
}
.gw-form button[type=submit]:hover {
  background-color: #273167;
}
.gw-info-wrap{
	background: linear-gradient(to bottom, rgba(211, 214, 235, 0.4), rgb(241, 245, 247) 45%);
	min-height: 88vh;
    /* height: 88vh; */
}
.gw-info-wrap h1, h2, h4, h5, p{
    color: #000000;
}
.gw-info-wrap  p{
    font-size: 16px;
}
.gw-about{
    text-align: center;
}
.gw-contact{
    text-align: right;
}
.post-menu-list{
	text-align: center;
	margin-left: 1em;
}
.post-menu-list, li{
	display: inline-block;
	color: black;
	padding: 5px;
}

.navbar-nav li a{
    color: #fff;
}   

.closebtn {
	position: absolute;
	top: 3em;
	right: 10em;
	font-size: 36px;
	margin-left: 80px;
}
.post-media-set{
	margin: 0.5em 0.8em;
}
.post-media-set li{
	display: inline;
	margin:0.3em;
}
.post-media-list li a{
	cursor:pointer; 
	color: #e4abbe;
}
.post-media-list li a:hover i {
	color: #ff0055;
}


.p-modal{
	margin-top:2em; width:100%;
}
.order-btn{
	background: #f84e0b;
	color: #ffffff;
}
.close span{
	color: #000000;
	font-weight: bolder;
	padding: 4px;
}

.gw-info-banner-img{
	width:50wh;
	height:30vh;
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 640px){
	
	.closebtn {
		position: absolute;
		/* top: 0; */
		margin-top: -8px;
		right: 25px;
		font-size: 36px;
		font-weight: 800;
		margin-left: 50px;
	}
	.gw-mobile{display: block;}
	.gw-not-mobile{display: none;}
	
	.gw-container{
		margin-top:1em;
	}
	.gw-large{
		display: none;
	}
	.gw-mobile{
		display: block;
	}
  .gw-lookbook{
		display: block;
		margin-left: 0;
  }
  .gw-info-banner-img{
	width:100wh;
	height:115px;
	}
}



