/*
Theme Name: Tattoo Studio
Description: This theme is a custom coded for the client.
Author: Chirag
Version: 1.0
*/
/**
 * ===========================================
 *					Generic Css
 * ============================================
 */

html {
    font-size: 100%;
}
body { 
	background: #fff; 
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	background-image: url('/images/bodybg.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
a { 
	text-decoration: none;
	transition: color .2s ease,
				background-color .2s ease;
}
img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}
header, 
section, 
footer,
article {
	width: 100%;
}
.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
#main {
	display: block;
	width: 1180px;
	padding: 0 15px;
	max-width: 100%;
	margin:  0 auto;
}
/**
 * ======================================================================================
 *									Header Css
 * =======================================================================================
 */

.siteheader {
	padding: 20px 0;
}
.siteheader--cta h5 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 900;
}
.siteheader--cta p {
	margin-bottom: 0;
}
.siteheader--cta a {
	font-size: 1.25rem;
}
.headermenu {
	display: block;
    padding: 10px 0;
    background-color: #f5e100;	
    border-bottom: 10px solid #f5ca00;
    margin-bottom: 10px;
}
.headermenu--menu li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.headermenu--menu li a {
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #121212;
	text-transform: uppercase;
}
.headermenu--menu li.current-menu-item > a,
.headermenu--menu li > a:hover {
	color: #e83c73;
	text-decoration: none;
}
.social--links li a {
	display: inline-flex;
    height: 35px;
    width: 35px;
    text-align: center;
    align-items: center;
    color: #121212;
    border: 2px solid #121212;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.25rem;
}
.social--links li a:hover {
	background-color: #e83c73;
	color: #f5e100;
	border-color: #e83c73;
}
/**
 * ======================================================================================
 *									Homepage
 * =======================================================================================
 */
.homehero--info {
	display: block;
    padding: 1.5rem;
    background-color: #121212;
}
.homehero--info h5 {
	color: #f5e100;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.homehero--info h6 {
	color: #e83c73;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.owl-logo-slider .logo-slider-img img {
	width: auto;
	max-width: 100%;
}
.owl-carousel.owl-hero-slider  .owl-stage,
.owl-carousel.owl-logo-slider  .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.owl-carousel.owl-hero-slider .item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}
.owl-carousel.owl-logo-slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero-slider--image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
	width: 100%;
	height: 100%;
}
.owl-logo-slider {
	padding-top: 20px;
}
.owl-stage-outer,
.owl-hero-slider {
	height: 100%;
}
.latest-work--slider.owl-theme .owl-nav.disabled+.owl-dots,
.owl-hero-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
}
.latest-work--slider.owl-theme .owl-dots .owl-dot,
.owl-hero-slider.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.latest-work--slider.owl-theme .owl-dots .owl-dot span,
.owl-hero-slider.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 2px solid #f5e100;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 3px;
}
.latest-work--slider.owl-theme .owl-dots .owl-dot.active span, 
.owl-hero-slider.owl-theme .owl-dots .owl-dot.active span, 
.latest-work--slider.owl-theme .owl-dots .owl-dot:hover span,
.owl-hero-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f5e100;
}
.video--title {
	background-color: #3cdae8;
	padding: 15px 30px 25px; 
}
.artists--title .artists--title-inner,
.artists--listing a {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 69px;
    height: 100%;
}
.artists--title h3 {
	color: #f5e100;
	text-transform: uppercase;
}
.artists--listing a {
	position: relative;
	color: #e83c73;
	text-decoration: none;	
}
.artists--listing li {
	border-top: 2px solid #1a1a1a;
	background-color: #121212;
}
.artists--listing .artists--title {
	background-color: #1a1a1a;
	padding-right: 30px;
}
.mb-10px {
	margin-bottom: 10px;
}
.hero--content {
	background-color: #121212;
	padding: 30px 30px 20px;
}
.hero--content h4 {
	color: #e83c73;
	letter-spacing: 2px;
}
.hero--content .hero-content--inner {
    padding-left: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 20px;
}
.news--title {
    padding: 60px;
    background-color: #3cdae8;
    margin-right: 60px;
}
.news--line li a{
	color: #fff;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.news--line li a:hover {
	text-decoration: none;
	color: #f5e100;
}
.news--line li:last-child a {
	margin-bottom: 0px;
}
.news--line li span {
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 12px;
}
.news--media .news--line{
	padding-top: 30px;
}
.location--page,
.news--media {
	background-color: #121212;
}
.transparent-border {
	position: relative;
}
.transparent-border::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 10px;
    background-color: #000;
    opacity: 0.1;
}
.location--heading {
    padding: 1.75rem 0;
    background-color: #f5e100;
    border-bottom: 15px solid #f5ca00;
    text-align: center;
    color: #1a1a1a;
    letter-spacing: 0.1em;
}
.location--data {
	padding: 30px;
	font-size: 1.375rem;
	line-height: 1.875rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 100%;
}
.single-artists .location--data {
	padding: 0px;
}
.location--card {
	background-color: #f5e100;
	border: 0;
	border-radius: 0px;
}
.location--card .card-body {
	padding: 0;
	border-radius: 0;
}
.transparent-headding {
	background-color: transparent;
	color: #f5e100;
	border: none;
}
.locations--hours {
	padding: 30px;
	background-color: #00d0f5;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.locations--hours p {
	margin-bottom: 0;
	font: 1.25rem;
}
/**
 * ======================================================================================
 *									Location Page
 * =======================================================================================
 */
.schedule--form {
	padding: 35px 40px; 
}
.schedule--form h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #f5e100;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.schedule-form--field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border: 4px solid #f5e100;
    margin-bottom: 18px;
}
.field-lable-name {
    min-width: 110px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #f5e100;
    font-weight: 800;
    display: block;
	height: 100%;
	padding-top: 8px;
}
.schedule-form--field input{
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #f5e100;
    height: 100%;
    padding: 0px 15px;
}
.schedule-form--field .wpcf7-form-control-wrap {
	width: 100%;
}
.schedule-form--field.show-label-top {
    height: 240px;
    margin-bottom: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.schedule-form--field.show-label-top .field-lable-name {
	width: 100%;
    height: 50px;
	text-align: left;
	padding-left: 10px;
}
.schedule-form--field.show-label-top .wpcf7-form-control-wrap {
    height: calc(100% - 50px);
}
.schedule-form--field.show-label-top  textarea {
	width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #f5e100;
    height: 100%;
    padding: 0px 15px;
}
.schedule--btn {
	width: 100%;
    height: 100%;
    background-color: #f5e100;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    border: 0;
    outline: none;
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
.sitefooter {
	margin-top: 10px;
    padding: 1.75rem 0;
    background-color: #f5e100;
    border-bottom: 10px solid #f5ca00;
}
.sitefooter h5 {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1a1a1a;
}
/**
 * ======================================================================================
 *									Latest Work Post
 * =======================================================================================
 */
.single--latest-work,
.latest-work--section {
	background-color: #1a1a1a;
	padding: 30px 0;
}
.main-title {
	color: #f5e100;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.latest-work--slider .embed-responsive-item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 2px solid transparent;
}
.latest-work--slider .embed-responsive-item:hover {
	border-color: #f5e100;
}
.latest-sub--title {
    padding: 20px 30px 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	margin-bottom: 30px;
	background-color: #e83c73;
}
.latest-work--content{
    padding: 0px 50px;
    line-height: 1.5em;
    letter-spacing: 1px;
	margin-bottom: 40px;
}
.artists--post a {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
	color: #e83c73;
    text-decoration: none;
	border-top: 2px solid #1a1a1a;
    background-color: #121212;
	position: relative;
}
.artists--post .artists--left a{
	padding-left: 25px;
}
.artists--listing a,
.artists--post .artists--right a{
	padding-right: 25px;
}
.artists--listing a span,
.artists--post a span {
    background-color: #e8503c;
    position: absolute;
    width: 25px;
    height: 100%;
}

.artists--post .artists--left a span {
	left: 0;
}
.artists--listing a span,
.artists--post .artists--right a span {
	right: 0;
}
.single--artists .artists--back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f5e100;
    color: #000;
    font-weight: 900;
    letter-spacing: 0.1em;
	border-bottom: 10px solid #f5ca00;
}
/* .single--artists .media-body {
    background-color: #e8503c;
} */
.single--artists .media-body h1 {
	text-transform: none;
	letter-spacing: 1px;
}
.artists--social a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    width: 35px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
}
.artists--social a:hover {
	background-color: #fff;
	color: #e8503c;
}
.artists-work--slider .embed-responsive-item {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.artists-work--slider.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.artists-work--slider.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
    border: 2px solid #f5e100;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 3px;
}
.artists-work--slider.owl-theme .owl-dots .owl-dot.active span, 
.artists-work--slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f5e100;
}
.single--artists .main--title {
	color: #f5e100;
	margin-bottom: 15px;
}
 /* ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
	
}
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 992px) {
	.sub-menu {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 240px;
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.146853);
		margin-top: 0;
		background-color: #f5e100;
		margin-left: 0;
		opacity: 0;
		z-index: 555;
		padding: 15px 0;
		list-style: none;
		visibility: hidden;
		text-align: left;
		transform: translateY(10px);
		-o-transition: transform 320ms;
		transition: transform 320ms;
		-webkit-transition: transform 320ms;
		border-radius: 4px;
	}
	.headermenu--menu li:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translatey(0);
	}
	.headermenu--menu li .sub-menu li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.headermenu--menu li .sub-menu li a {
		font-size: 1rem;
		display: block;
		padding: 7px 0;
	}
	.sub-menu li .sub-menu {
		top: 0;
		left: 100%;
	}
	.location--card--bdr {
		border-right: 10px solid #000;
	}
}
@media only screen and (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1150px;
	}
}
@media only screen and (min-width: 1400px) {
	
}
/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (max-width: 1399px) {
	.headermenu--menu li {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 1199px) {
	.headermenu--menu li a {
		font-size: 1.05rem;
	}
}
@media only screen and (max-width: 991px) {
	.homehero--info h5 {
		text-align: center;
	}
	.homehero--info .sitebtn {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.hero-slider--image {
		min-height: 100%;
		padding-top: 56.25%; 
	}
	.artists--title .artists--title-inner, 
	.artists--listing a {
		padding: 15px;
	}
	.mb-10px {
		margin-bottom: 0;
	}
	.hero--content .hero-content--inner {
		padding-left: 0;
	}
	.news--title {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.news--media {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news--media .news--line {
		padding: 20px 0;
	}
	.sitefooter {
		margin-top: 0;
	}
	.social--links {
		text-align: center;
		padding-top: 5px;
	}
	.schedule--btn {
		margin-top: 20px;
	}
	.side-menu-close {
	    height: 40px;
	    width: 40px;
	    background-color: transparent;
	    border-radius: 0%;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    cursor: pointer;
	}
	.side-menu-close span {
		height: 2px;
	    width: 20px;
	    background-color: #e83c73;
	    position: relative;
	    opacity: 1;
	    transition: .4s;
	    -webkit-transition: .4s;
	    -moz-transition: .4s;
	    -ms-transition: .4s;
	    -o-transition: .4s;
	}
	.side-menu-close span:nth-child(1) {
		top: -5px;
	}
	.side-menu-close span:nth-child(3) {
	    bottom: -5px;
	}
	.side-menu-close.active span:nth-child(1) {
	    transform: translateY(7px) rotate(45deg);
	    -webkit-transform: translateY(7px) rotate(45deg);
	    -moz-transform: translateY(7px) rotate(45deg);
	    -ms-transform: translateY(7px) rotate(45deg);
	    -o-transform: translateY(7px) rotate(45deg);
	}
	.side-menu-close.active span:nth-child(2) {
	    opacity: 0;
	}
	.side-menu-close.active span:nth-child(3) {
	    transform: translateY(-7px) rotate(-45deg);
	    -webkit-transform: translateY(-7px) rotate(-45deg);
	    -moz-transform: translateY(-7px) rotate(-45deg);
	    -ms-transform: translateY(-7px) rotate(-45deg);
	    -o-transform: translateY(-7px) rotate(-45deg);
	}
	.mo-menu-section {
		position: absolute;
	    top: calc(100% + 10px);
	    background-color: #f5e100;
	    z-index: 1000;
	    width: 100%;
	    display: none;
	}
	.mo-menu-section .headermenu--menu li {
		display: block;
    	text-align: center;
	}
	.mo-menu-section .headermenu--menu li a {
		font-size: 1.05rem;
		display: block;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.headermenu--menu li {
		position: relative;
		margin: 0;
	}
	.mo-menu-section .headermenu--menu li a.open-children {
		position: absolute;
		height: 45px;
		width: 45px;
		right: 0;
		padding: 0;
		top: 0;
		border-left: 1px solid rgba(0,0,0,0.1);
		line-height: 45px;
		text-align: center;
	}
	.headermenu--menu li .sub-menu {
		display: none;
		list-style: none;
		padding-left: 0;
	}
	.headermenu--menu li.active > .sub-menu {
		display: block;
	}
	.headermenu--menu li.active > .open-children svg{
		transform: rotate(180deg);
	}
}
@media only screen and (max-width: 767px) {
	#main {
		padding: 0;
	}
	.news--title {
		padding: 40px 15px;
	}
	.media-body {
		padding: 0 15px;
	}
	.location--data {
		font-size: 1rem;
	}
	.siteheader--cta {
		padding-top: 15px;
	}
}
@media only screen and (max-width: 575px) {

}