/*
 Theme Name:   Studio 58 Hair and Beauty
 Theme URI:    http://www.s58hairextensions.co.uk/
 Description:  Theme for Studio 58's Hair and Beauty website
 Author:       DBS Internet Marketing
 Author URI:   http://www.dbsinternetmarketing.co.uk/
 Template:     twentyfourteen
 Version:      1.0.0
*/

@import url('fonts/stylesheet.css');
@import url('wordpress.css');

/* =Theme customization starts here
-------------------------------------------------------------- */

body
{
	font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #d8d8d8;
}

h1
{
	font-size: 48px;
	line-height: 54px;
}

a
{
    color: #fff;
}

a:hover,
a:focus
{
    color: #fff;
	text-decoration: underline;
}

#page-content a
{
	font-weight: bold;
	text-decoration: underline;
}

.social-icons-header
{
	display: inline-block;
	padding-top: 9px;
}

#page-navigation .navbar-default
{
	background-color: #cd9665;
	border-color: #fff;
	margin-bottom: 0;
}

#page-navigation .navbar-static-top
{
	border-width: 0 0 3px;
}

#page-navigation .navbar-brand
{
	padding: 7px 15px;
}

#page-navigation .navbar-default .navbar-nav > .active > a,
#page-navigation .navbar-default .navbar-nav > li > a:hover,
#page-navigation .navbar-default .navbar-nav > li > a:focus
{
	background: #955e2c;
	color: #fff;
}

#page-navigation .navbar-default .navbar-nav > li > a
{
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
	font-size: 18px;
}

#page-carousel-container
{
	background-color: #000;
	padding: 3px;
}

#page-carousel-container .carousel
{
	z-index: 1;
}

#page-carousel-container .carousel-control
{
	font-size: 170px;
	position: relative;
	opacity: 1;
	width: 0;
	display: block;
	margin: 0 -72%;
	padding: 96px 0;
}

	#page-carousel-container .carousel-control.left
	{
		background: none;
	}
	
	#page-carousel-container .carousel-control.right
	{
		background: none;
	}

#page-carousel #page-carousel-logo
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	max-width: 45%;
}

#home-widgets
{
	background: #fff;
}

#home-widgets .home-widget-item
{
	background: #955e2c;
	padding: 26px;
	margin: 2em 0;
	color: #fff;
	border-radius: 5px;
	font-weight: 300;
}

#home-widgets .home-widget-item h3
{
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 36px;
	line-height: 26px;
}

#home-widgets .home-widget-item a
{
	display: block;
	background: #fff;
	border-radius: 5px;
	color: #955e2c;
	font-size: 26px;
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
	margin-top: 1em;
	text-decoration: none !important;
	font-weight: normal;
}

#page-content
{
	background: #cd9665;
	color: #fff;
	font-weight: 300;
	padding: 0 0 1em;
	position: relative;
}

#page-content.page-content-inner
{
	background: #000;
	padding-bottom: 0;
}

#page-content.page-content-inner article.page
{
	background: #cd9665;
	padding: 1px 20px 20px 20px;
}

#page-content h3
{
	padding-top: 15px;
}

#page-content li
{
	margin-bottom: 0.5em;
}

#page-content .form-control[readonly] {
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding-left: 0;
	cursor: default;
}

.page-content-bg-left,
.page-content-bg-right
{
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
}

.page-content-bg-left
{
	background-image: url('images/bg-left.jpg');
	background-position: left top;
	left: 0;
}

.page-content-bg-right
{
	background-image: url('images/bg-right.jpg');
	background-position: right top;
	right: 0;
}

#page-content span.wpcf7-list-item
{
    margin: 0.5em 0;
    display: block;
}

#page-content span.wpcf7-list-item-label
{
    vertical-align: top;
}

#page-content span.wpcf7-not-valid-tip
{
	color: #f00;
	font-size: 1em;
	display: block;
	background: #fff;
	padding: 3px;
	display: block;
	margin-top: .3em;
	border-radius: 3px;
}

#page-content div.wpcf7-response-output
{
	border: 0 !important;
}

.bs-gallery
{
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}

.bs-gallery a
{
	display: inline-block;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 30px;
}

	.bs-gallery img
	{
		max-width: 100%;
	}

	.bs-gallery span
	{
		display: block;
		margin-top: 0.5em;
		line-height: normal;
		color: #333;
		text-decoration: none;
		text-align: center;
	}

.blueimp-gallery > .indicator > li
{
	height: 40px;
	width: 40px;
	border-radius: 20px;
}

.edit-link a
{
	font-weight: bold;
}

#page-footer
{
	border-top: 3px solid #fff;
	background: #c2c2c2; /* Old browsers */
	background: -moz-linear-gradient(top, #c2c2c2 0, #d8d8d8 80px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(80px,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c2c2c2 0,#d8d8d8 80px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c2c2c2 0,#d8d8d8 80px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c2c2c2 0,#d8d8d8 80px); /* IE10+ */
	background: linear-gradient(to bottom, #c2c2c2 0,#d8d8d8 80px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	line-height: 24px;
}

	#page-footer a
	{
		color: #000;
	}
	
	#page-footer .footer-logo
	{
		margin: 3em 0;
	}

.social-icons-footer
	{
		padding-top: 6px;
	}
	
.edit-link
{
	text-decoration: underline;
}



/* Call to Action Buttons */

	
@media(max-width: 767px)
{
	h1
	{
		font-size: 36px;
		line-height: 44px;
	}
	
	.blueimp-gallery .indicator
	{
		display: none;
	}
	
	
	#page-carousel-container .carousel-control
	{
		font-size: 90px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	#page-carousel-container .carousel-control
	{
		font-size: 120px;
		margin: 0 -133%;
		padding: 50px 0;
	}
}


@media (min-width: 992px) and (max-width: 1199px)
{
	#page-carousel-container .carousel-control
	{
		margin: 0 -117%;
		padding: 57px 0;
	}
}