/*
Theme Name: Fashion Rack Hire



*/



//*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */

/* =============================================================================
   Page Styles
   ========================================================================== */

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file
*/

@font-face {
	font-family: 'Franklin Gothic Book';
	src: url('css/frabk.woff') format('woff');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'Franklin Gothic Medium';
	src: url('css/framd.woff') format('woff');
	font-weight: normal;
	font-style: normal; 
}

body {
	font-family: Franklin Gothic Book, Arial Narrow Bold, Arial, sans-serif;
	background: #fff;
	background-image:url("img/background.jpg");
	background-repeat:repeat-x;
	background-position:center top;
	color: #000;
	font-size: 16px;
	height: auto;
	padding-bottom: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
	border-color: #86878a;
	border-width: 3px;
}

footer p{
	padding: 0;
	font-size: 13px;
}

footer .name {
	font-size: 16px;
	margin: 0;
}

footer p{
	margin: 0;
}

.upperline {
	border-top:4px solid #848689;
}

.upperline p{
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	font-size: 16px;
}

.thumb {
	position: relative;
}

.thumb img {
	display:block;
	margin: auto;
	border-style:solid;
	border-bottom-width:4px;
	border-color: #ed5da2;
}

.productspecs {
	font-size: 14px;
	position: absolute;
	top: 0;
	bottom: 59px;
	left: 0;
	right: 0;
	background: rgba(249, 161, 203, 0.72);
	visibility: hidden;
	opacity: 0;
}


.productspecs p{
	color: #444;
	padding: 10px;
	margin: 10px;
}

.thumb:hover .productspecs {	
	transition:opacity 0.3s linear;
	visibility: visible;
	opacity: 1;
}

.thumb h2 {
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	padding-top: 0;
}

#logo {
	margin: 40px 0 40px 0;
	text-align: center;
}

#logo img {
	box-shadow: 3px 4px 6.5600000000000005px 1.44px rgba(35, 31, 32, 0.75);
}

#contact_form { 
	font-size: 13px;
}

#contact_form legend {
	font-size: 13px;
}

#contact_form label {
	display: block;
	 margin-bottom:5px;
	}

#contact_form label span {
	font-size: 13px;
	float:left; 
	width:100px;
}

#contact_form input {
	height: 25px; 
	border: 1px solid #DBDBDB; 
	border-radius: 3px; 
	padding-left: 4px; 
	color: #666; 
	width: 280px; 
}

#contact_form textarea {
	border: 1px solid #DBDBDB; 
	border-radius: 3px; 
	padding-left: 4px;
	color: #666; 
	height:60px; 
	width: 280px; 
}

.submit_btn {
	color:#fff; 
	padding: 5px 15px 5px 15px; 
	background: #ed5da2; 
	float: right;
	border: none;
	transition: box-shadow 0.3s;
	box-shadow: 3px 3px 5px 0px rgba(35, 31, 32, 0.75);
}

.submit_btn:hover {
	box-shadow: none;
}
.success { 
	background: #CFFFF5;
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #B9ECCE; 
	border-radius: 5px; 
	font-weight: normal; 
}

.error{ 
	background: #FFDFDF; 
	padding: 10px;
	margin-bottom: 10px; 
	border: 1px solid #FFCACA; 
	border-radius: 5px; 
	font-weight: normal;
}



h1 {
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  overflow: hidden;
  padding: 10px 0;
}

.introtext {
	text-align: center;
	color: #848689;
}

.container {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container {
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	.container {
	}
}

@media only screen and (max-width: 767px) {
	.container {
	}
}

@media only screen and (max-width: 479px) {
	.container.demo {
	}
}