/*
Theme Name: Diva Salon
Theme URL: Diva Salon
Description: Diva Salon
Author: Unitel Direct
Author URL: http://www.uniteldirect.co.uk/
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    font-family: 'Lato', sans-serif !important;
    background-image: url(http://www.divahairdressers.co.uk/wp-content/uploads/2017/03/main-bg.jpg);
    background-size: cover;
}

#logo {
    margin-top: 11px;
}

#top-bar {
    background-color:#000;
    border-bottom: 2px solid #fff;
}

#top-bar p {
    margin:0 !important;
    text-align: center;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}

#top-bar a {
    display: inline-block;
    height:41px;
    width:40px;
    padding-top:10px;
    text-align: center;
    background-color:#957b36;
    color:#FFF !important;
    margin: 0 2px;
}

#top-bar a:hover {
    background-color:#000 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#header {
    background-color: #111 !important;
    padding-top:35px;
    padding-bottom: 35px;
    border-bottom: 3px solid #000;
}

#header h1 {
    color:#FFF;
    font-weight:800;
    font-size:48px;
}

#header p {
    font-weight:600;
    color:#FFF;
}

.top-contact {
    text-align: center;
    color:#FFF;
    padding-top:10px;
}

.top-contact p {
    font-weight:600;
    font-size:13px;
    padding-bottom:10px;
}

nav {
    margin-top:25px;
    background-color: transparent !important;
    border:none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

nav a {
    color:#FFF !important;
    font-weight:400;
    font-family: 'Playfair Display', serif;
}

nav a:hover {
    background-color: #957b36 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav a.current {
    background-color: #957b36 !important;
    color:#fff !important;
}

.navbar-toggle {
    background-color:transparent !important;
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: #FFF !important;
    width:50px !important;
    height:4px !important;
    margin-bottom: 7px !important;
}

.camera_wrap {
    border-bottom: 3px solid #000;
    margin-bottom: 0px !important;
}

.camera_caption h3 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    border-bottom: 2px solid #957b36;
    padding-bottom: 5px;
    display: inline-block;
}

.camera_caption {
    width:30% !important;
    background-color: #000 !important; /* caption BG color */
    left: 12% !important;
    padding:10px !important;
    bottom:8% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.camera_caption > div {
    background-color:transparent !important;
}

.camera_pag_ul li {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 50% !important;
    background: #000 !important; /* color of slider dots */
    -webkit-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
}

.camera_pag_ul span {
    display: none !important;
    visibility: hidden !important;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #957b36 !important; /* Color of active dot */
}

.camera_pag {
    position: absolute;
    bottom: 3% !important;
    z-index: 10 !important;
    right: 21.5% !important;
}

@media (max-width:767px) {
    .camera_caption {
        display: none !important;
        visibility: hidden !important;
    }
    .camera_pag {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 991px) {
    header {
        text-align: center !important;
    }
}

#top-panels {
    padding-top:70px;
    padding-bottom: 0px;
}

#top-panels h2 {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    color:#000;
}


.top-panel h3 {
    background-color:#D00;
    color:#FFF !important;
    padding:15px;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
}

hr {
    width:20% !important;
    border-top: 1px solid #bbb !important;
}

#main {
    padding-top:30px;
    padding-bottom:50px;
}

#main h1 {
    margin-bottom: 25px !important;
    color:#000;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

#main h1 strong {
    color: #957b36;
    font-weight: 400;
}

#main h2 {
    color:#957b36;
    text-decoration: underline;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

#main a {
    color: #957b36 !important;
}

#main p {
    font-weight:400;
    line-height:1.8em;
    color: #000;
    margin-bottom:20px;
}

#main ul {
    margin-bottom:20px;
    color: #957b36;
}

#main li {
    margin-bottom: 8px;
}


.price-list h4 {
	font-size: 18px !important;
	text-transform: uppercase !important;
	background: #111 !important;
	color:#FFF !important;
	padding: 15px 10px !important;
	margin-bottom: 0px !important;
	height:80px;
        font-family: 'Playfair Display', serif;
}

.treatment {
	background:#eee;
	padding: 30px 10px;
	border-bottom:#DDD solid 1px;
	display:block;
	height: 80px;
}

.price-list .col-md-6 {
        padding: 20px;
}

.price-list .col-xs-6, .price-list .col-xs-3, .price-list .col-xs-9 {
	padding:0 !important;
}

.price-list .col-xs-3 h4 {
	text-align: center;
}

.type {
	background:#999;
	display: block;
	border-bottom:#888;
	padding: 30px 10px;
	height: 80px;
}

.price {
	display: block;
	text-align: center;
	padding: 30px 10px;
	background:#BBB;
	border-bottom:#AAA 1px solid;
	border-right:#AAA 1px solid;
	height: 80px;
}



#footer {
    background-image: url(images/footer-bg.jpg);
    background-size:cover;
    border-top: 3px solid #111;
}

#footer .col-md-4 {
    padding:25px !important;
    background-color: #111;
    color:#FFF !important;
    line-height: 1.7em;
}

#footer .col-md-4 p {
    margin-bottom: 20px;
}

#footer .col-md-7 {
    padding:25px !important;    
}

#copyright {
    background-color:#000;
    padding-top: 10px;
}

#copyright h1 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

#copyright p {
    color:#FFF !important;
    font-size:11px;
    font-weight:400;
}

#footer h4 {
    font-size:22px !important;
    font-weight:400;
    padding-bottom:3px;
    margin-bottom:20px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color:#FFF;
    font-family: 'Playfair Display', serif;
}

#copyright a {
    color:#957b36 !important;
    text-decoration: none !important;
}



    /* Contact Form */

input, textarea {
	padding:15px;
	width:100%;
	max-height:150px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

input[type="submit"] {
	max-width:150px;
	background-color:#111;
	color:#FFF;
	border: none !important;
}

/* CHANGE SCROLLER VALUES */

::-webkit-scrollbar {
    width: 15px;
    
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
    background-color:#fff;    /* CHANGE THE COLOUR OF THE MAIN BAR */
   
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,3); 
    background-color:#c1c1c1;   /* CHANGE THE COLOUR OF THE MOVING PART OF THE SCROLLER */
}




.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
    height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */




figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #000;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}