/*
Theme Name: LilyBeauLashes
Theme URI: N/A
Description: LilyBeauLashes WordPress theme
Version: 1
Author: Damir Dimitrovici
Author URI: http://www.davichistudio.com
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: canter;
    src: url(fonts/canter.otf);
}

body {
	color: #494948;
	font-family: MyriadPro-Regular;
}

@font-face {
	font-family: MyriadPro-Regular;
	src: url(fonts/MyriadPro-Regular.otf);
}

h1 {
	display: none;
}

h2, h3 {
	font-family: canter;
	font-size: 62px;
	margin-top: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 45px;
	margin-top: 15px;
}

h2 span, h3 span {
	color: #e71d97;
}

h2 i {
	font-size: 2rem;
	display: block;
}

.container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.navbar {
	display: inline-block;
}

#navbar {
	float: right;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	top: 0;
	left: 0;
	text-align: right;
	font-family: canter;
	font-size: 1.8em;
	text-transform: uppercase;
	position: absolute;
}

.navbar-inverse .navbar-nav > li > a {
    color: #5a5a5a;
}

.navbar-nav > li {
	padding: 30px 15px 15px 15px;
}

.navbar-nav > li > a {
	padding: 0;
	padding-bottom: 5px;
}

.social {
	padding: 10px 10px 0 0;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #5a5a5a;
    font-weight: none;
    border-bottom: 4px solid #bcbc9f;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ff009c;
    border-bottom: 4px solid #bcbc9f;
}

.navbar-inverse .navbar-nav > li > a:hover span, .navbar-inverse .navbar-nav > li > a:focus span {
	color: #ff009c;
}

.navbar-inverse .navbar-collapse > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    border-bottom: none;
}

.navbar-inverse .navbar-collapse > li > a:hover span, .navbar-inverse .navbar-nav > li > a:focus span {
	color: #ff009c;
}

.navbar-toggle {
	margin-top: 5px;
	margin-right: 20px;
}

.starter-template {
  padding-top: 55%;
  border-bottom: 4px solid #e71d97;
}

.jp-carousel-info {
	display: none;
}

/* about */
.template-two, .template-four {
	padding: 3% 0 5%;
}

.template-two .left-txt {
	float: left; 
	width: 50%;
}

.template-two .bg2 {
	text-align: center;
}

.template-three, .template-five, .template-seven, .template-nine {
	clear: both;
	padding-top: 19%;
}

.template-two .left-txt, .template-four .left-txt {
	font-size: 1.8em;
	padding-left: 10px;
	margin-right: 30px;
	border-left: 2px solid #e71d97;
}

.template-four .left-txt {
	width: 100%;
}

.template-four .mid-txt {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}

.template-four .left-txt a, .pink {
	color: #e71d97;
}

.col-md-6 {
	padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a .highlight {
	color: #bcbc9f;
}

.navbar-nav {
	margin-right: 10px;
}
.navbar-nav > li.social {
	padding: 0;
	padding-top: 22px;
}

.navbar-nav > li.social a {
	width: 30px;
	height: 30px;
}

.navbar-nav > li.social.instagram {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-nav > li.social a:hover {
	padding-bottom: 7px;
	background-position: 0 -30px;
	border-bottom: none;
}

.social a {
	/*background: url(images/facebook.png) no-repeat;*/
	opacity: 0.1;	
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.social a:hover {
	opacity: 1;
}

.instagram a {
	/*background: url(images/instagram.png) no-repeat;*/
	padding-left: 10px;
}

/* services */
.serv-img {
    padding-top: 41%;
}

.template-four table {
	font-weight: bold;
	border-top: 1px solid #dcdcdc;
	width: 100%;
}

.template-four table td {
	vertical-align: top;
	padding-bottom: 10px;
}

.template-four table tr:first-child td {
	padding-top: 10px;
	width: 5%;
}

.template-four table tr td:last-child {
	width: 30%;
}

.template-four .col-sm-10 div:last-child table tr td {
	padding-bottom: 5px;
}

.template-four .col-sm-10 div:last-child table tr td:last-child {
	width: 20%;
}

.template-four table .mid {
	padding: 0 100px 0 70px;
}

.template-four table .extra {
	padding-left: 70px;
}

.template-four .left-txt.extra {
	/*color: #ff40b5;*/
	font-style: italic;
	font-size: 20px;
	padding: 10px 0 10px 10px;
}

.template-four {
	margin-bottom: 20px;
}

/* gallery */
.template-six {
	padding-top: 30px;
	padding-bottom: 20%;
}

.template-six h3 {
	display: none;
}

.template-six .entry-content {
	padding-bottom: 6%;
}

.template-six img {
	cursor: pointer;
}

#gallery-1 .gallery-item {
	width: 70% !important;
}

/* contact */
.template-eight {
	padding: 35px 0 28%;
}

.template-eight a {
	display: block;
	text-decoration: none;
	color: #5a5a5a;
	cursor: pointer;
	margin-bottom: 20px;
}

.template-eight a:hover .bg {
	background-position: 0 -26px;
}

.template-eight a:hover .txt {
	text-decoration: underline;
	color: #ff009c;
}

.template-eight a .bg {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
}

.template-eight a .txt {
	margin-left: 10px;
	display: inline-block;
}

.template-eight .contact1 .bg {
	background: url(images/contact1.gif) no-repeat;	
}

.template-eight .contact2 .bg {
	background: url(images/contact2.gif) no-repeat;	
}

.template-eight .contact3 .bg {
	background: url(images/contact3.gif) no-repeat;
}

.template-eight .contact4 .bg {
	background: url(images/contact4.gif) no-repeat;
}

.template-eight .contact5 .bg {
	background: url(images/contact5.gif) no-repeat;
}

.template-eight .contact6 .bg {
	background: url(images/contact6.gif) no-repeat;
}

.template-eight table {
	margin-bottom: 10%;
}

.template-eight table td:first-child {
	padding-right: 50px;
}

/* faqs */
.template-ten {
	padding: 35px 0 49%;
}

#accordion .panel-title > a:hover {
	color: #ff009c;
	text-decoration: none;
}

/*.panel-default > .panel-heading:hover {
	color: #f5f5f5f5;
	background-color: #ff009c;
	opacity: 0.8;
}*/

.modal-content {
	padding: 3% 5%;
}

.modal-content .aligncenter {
	text-align: center;
}

/* map */
.template-eleven {
	clear: both;
	padding-top: 20%;
}

/* footer */
.footer {
    border-bottom: 4px solid #e71d97;
	background: #494948 url(images/footer-logo.png) no-repeat 16.5% center;
	color: #fff;
	padding: 1% 0;
}

.footer ul {
	text-align: right;
	width: 100%;
	padding-right: 16.5%;
	font-family: canter;
	font-size: 30px;
	text-transform: uppercase;
}

.footer .copyright {
	display: inline-block;
	padding-left: 13.5%;
	padding-top: 20px;
	color: #777777;
	font-size: 11px;
}

.footer ul li {
	display: inline-block;
	padding-right: 10px;
}

.footer ul li:last-child {
	padding-right: 0;
}

.footer ul li a {
	color: #5a5a5a;
	display: inline-block;
}

.footer ul li a:hover {
	color: #ff009c;
}

.footer .social a {
	width: 30px;
	height: 30px;
}

.footer .social.instagram a {
	padding-left: 0;
}

.footer ul li.social a:hover {
	color: transparent;
	background-position: 0 -30px;
}

.footer .up-arrow {
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.template-two, .template-four {
		padding-bottom: 20px;
	}
	
	.footer .footnav {
		font-size: 20px;
	}	
}

@media (max-width: 767px) {
	.template-two, .template-four {
		padding-bottom: 20px;
	}
	
	.footer .footnav {
		display: none;
	}
	
	.footer .copyright {
		text-align: right;
		width: 100%;
		padding-right: 13.5%;
	}	
}

/* mobile */
@media (max-width: 600px) {
	h2, h3 {
		font-size: 50px;
	}
	
	/* nav */
	#navbar {
		margin-right: 5px;
	}
	
	.navbar-nav {
		margin-top: 0;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    	border-color: none;
	}
	
	/*.navbar-inverse .navbar-toggle {
		background-color: #333;
	}*/
	
	.navbar-inverse .navbar-nav > li > a {
		border-bottom: 4px solid #000;
	}
		
	.navbar-nav > li {
		background-color: #000;
	}
	
	.navbar-nav > li.social {
		display: none;
	}	
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 540px !important;
	}
	
	.navbar-nav {
		padding-right: 0;
		margin-right: 0;
	}
	
	.navbar-collapse {
		padding-right: 0;
	}
	
	/* about */
	.template-two .left-txt {
		width: 100%;
		float: none;
	}
	
	.template-two .col-sm-offset-4 img {
		width: 90%;
	}
	
	.template-two .left-txt, .template-four .left-txt {
		font-size: 1.6em;
	}
	
	/* services */
	.template-four {
		padding-bottom: 0;
	}
	
	.template-four h3 {
		font-size: 1.7em;
	}
	
	.template-four table tr:first-child td {
		width: 30%;
	}
	
	.template-four table .mid {
		padding: 0;
		width: 30%;
	}
	
	.template-four table .extra {
		padding-left: 0;
		display: inline;
	}
	
	/* gallery */
	.template-six {
		padding-bottom: 30px;
	}
	
	#gallery-1 .gallery-item {
		width: 100% !important;
	}
	
	/* contact */
	.template-eight {
		padding: 30px 0 20px;
	}
	
	.template-eight div:first-child {
		margin-bottom: 30px;
	}
	
	/* faqs */
	.template-ten {
		padding-bottom: 8%;
	}
	
	/* footer */	
	.footer {
		background-position: 16.5% 20%;
	}
	
	.footer ul {
		padding-right: 2.5%;
	}
	
	.footer .copyright {
		text-align: center;
		margin-top: 56px;
	}
	
	.footer .social {
		display: none;
	}
	
	.footer .up-arrow {
		display: inline-block;
	}
}