/*
 Theme Name:     Specular Child
 Theme URI:      http://codeless.co
 Description:    Specular Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       specular
 Version:        1.0.0
*/

@import url("../specular/style.css");
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800');

/* General */

body{
	background:#fff;
}
/* Default body, p */
body, p  {
	font-family: 'Heebo', sans-serif; 
	font-weight: 700;
/* 	font-size: 14px; */
	color: #110F0C;
	letter-spacing: 0.5px;
/* 	line-height: 30px; */
}

/* Default a href links*/
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* Default h1 – h6 tags */

h1,h2,h3,h4,h5,h6{
	font-family: 'Fjalla One', sans-serif; 
	font-weight:400;
}

/* hero text */
h1{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 72px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	text-transform: uppercase;
}

/* hero secondary text */

h2{
	font-family: 'Heebo';
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	line-height: 44px;
}

/* Promo boxes & Sub Page Headers */

h3{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 48px;
	color: #110F0C;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}
/* bottom-cta parallax */
h4{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-align: center;
	line-height: 58px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	text-transform: uppercase;
}
/* Tattoo Artist : Brit: */
h5{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0.83px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	line-height: 37px;
	text-transform: uppercase;
}
/* Paragraph headers */
h6{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 24px !important;
	color: #110F0C;
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
}

/* The Btn Style */

.btn,.vc_btn3,a.btn-bt.default{
		font-family: Heebo;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 1.6px;
		text-align: center;
		text-transform: uppercase;
		text-decoration:none;
		min-width: 230px;
		min-height: 36px;
		line-height: 35px;
	}
div.btn_default a,.btn_default,.btn-bt.default {
	background: #FFFFFF;
	color: #110F0C;
	border: 2px solid #110F0C;
}
div.btn_default a:hover,.btn_default:hover,.btn-bt.default:hover{
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background: #110F0C;
}
a.btn-bt.default:hover span {
    left: 0;
}

body .vc_btn3-style-modern{
	background: #FFFFFF!important;
	color: #110F0C!important;	
	border: 2px solid #FFFFFF !important;
	min-width: 295px;
	min-height: 36px;
	line-height: 35px;
	font-size:16px !important;
	border-radius:0px !important;
}
body .vc_btn3-style-modern:hover{
	background: #110F0C!important;
	border: 2px solid #FFFFFF!important;
	color: #FFFFFF!important;
}
.cta_section .btn-bt.default{
	border: 2px solid #FFFFFF;
}

/* Accordions */

body .accordion.style_2 .accordion-heading .accordion-toggle, 
body .accordion.style_1 .accordion-heading .accordion-toggle{
    border: 2px solid #4A4A4A;
	color: #17120F;
    background: #FFFFFF;
    font-family: 'Heebo';
    font-weight: 700;
	font-size: 16px;
	letter-spacing: 1.6px;
	text-align: center;
	text-decoration:none;
/*     text-align: center; */
}
body .accordion.style_2 .accordion-heading .accordion-toggle:hover, 
body .accordion.style_1 .accordion-heading .accordion-toggle:hover{
	background: rgba(48,48,48,0.80);
	color: #FFFFFF;
	
}
body .accordion.style_1 .accordion-heading.in_head .accordion-toggle, 
body .accordion.style_2 .accordion-heading.in_head .accordion-toggle {
    background: #110F0C;
	color: #FFFFFF;	
	border-color:#110F0C;
}

/* The Form: input text field, input textarea field: */

.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select{
	background: #FFFFFF;
	border: 2px solid #4A4A4A !important;
	border-radius: 4px;
	font-family: 'Heebo';
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	letter-spacing: 0;
	text-align: left;
	line-height: 24px;
 }
.wpcf7-form-control-wrap input[type="text"]:focus, 
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form-control-wrap input[type="date"]:focus,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap select:focus{
	background: rgba(231,231,231,0.80);
	color: #000;
}

	
/*--------------------------------------------------*/

/* Top Nav */
.top_nav .container {
    max-width: 100% !important;
    width: 100%;
}
.top_nav .textwidget p,.top_nav .textwidget li {
	font-family: 'Heebo'; 
	font-weight: 700;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	margin: 0;
}
.top_nav a {
    color: #fff !important;
	text-decoration: none;
}
.top_nav a span{
	margin-left: 10px;
	display:inline-block;
}
.top_nav {
    padding: 0px 10px;
    box-sizing: border-box;
}
.top-nav-left {
    padding-left: 13px;
}
.top-nav-left p i {
    font-size: 28px;
	position: relative;
	top: 4px;
	left: 3px;
}
.top_nav .social_widget li i {
    font-size: 22px;
}
.top_nav .widget ul li {
    padding-left: 0;
}
.top-nav-right {
    padding-right: 15px;
}
@media (min-width: 768px) {
	#menu-item-263 .sub-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/*--------------------------------------------------*/

/* Header */

.home .header_background {
    /*min-height: 851px;*/
	min-height: 735px;
}
body header#header .row-fluid .span12, body .header_wrapper {
    height: 215px;
}
header#header{
	padding: 0px 25px;
}

/*--------------------------------------------------*/

/* Navigation */

@media screen and (min-width:980px) {

nav .menu > li > a{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-align: justify;
	text-transform: uppercase;
	text-decoration:none;
	/* padding: 20px 20px; */
	padding: 20px 5px;
}

nav .menu li {
    height: auto;
}
#navigation nav {
    padding-top: 70px;
}
.menu > li.current-menu-item a.parent-menu,#menu-item-131 .parent-list-menu{
	background:#fff;
	color:#110F0C !important;
	/* padding: 20px 20px;  */
}
nav .menu > li > a.parent-menu:hover,.menu-item-has-children:hover a.parent-menu{
	background: rgba(48,48,48,0.80); 
	color:#fff !important;
}
/* nav .menu > li > a:hover {
    padding: 20px 20px;
} */
.header_1 nav .menu > li:last-child a.parent-menu {
    padding-right: 0px;
    /* margin-right: 20px; */
} 
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
	/* top: 73.5%; */
	top:100%;
	left: 5px;
	width: 129px !important;
	background: rgba(48,48,48,0.80); 
}
nav .menu li ul.sub-menu li a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    font-family: "Fjalla One";
    font-weight: 400;
    letter-spacing: 3px;
}
nav .menu li > ul.sub-menu li {
    border-bottom: 0;
}
header#header #navigation {
    margin-right: 15px;
}


}

nav .menu{
	height:auto;
}

/*--------------------------------------------------*/

/* Home Page */

.Home_banner {
    position: absolute;
    /* top: -15%; */
	top: -27.5%;
	/*top: -16%;*/
}
.social_widget ul li:last-child {
 /*   display: none;*/
}
.Home_banner h2{
	font-family: 'Heebo';
}
.Home_banner h2 b {
    font-weight: 400;
    display: block;
}
/*Sub Page Header*/
.header_background {
    background-repeat: no-repeat !important;
	/*min-height:265px;*/
	/*min-height: 465px;*/
	min-height: 550px;
}
.walk_ins p {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Fjalla One";
    font-weight: 500;
}
.walk-ins-text {
    padding-top: 15px;
}
body #content {
    padding-top: 85px;
    padding-bottom: 0px;
}
.cta_section {
    background-size: cover !important;
}

/*--------------------------------------------------*/

/* Promo boxes */

.promo_box h3 a {
    border: 3px solid #110F0C;
    display: block;
    text-decoration: none !important;
	min-height: 99px;
	padding-top: 60px;
/* 	line-height: 36px; */
/* 	line-height: 44px; */
}
.promo_box h3 a:hover{
	background:#110F0C;
	 color: #fff;
}
.promo_box h3{
	font-weight: 400;
	/*font-size: 48px;*/
	font-size: 40px;
	color: #110F0C;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}
.promo_box {
    padding-left: 25px;
    padding-right: 25px;
}
.promo_section .section_clear {
    margin-right: -25px;
    margin-left: -25px;
}
.block{
	display:block;
}
.Home_cont .wpb_content_element {
    width: 585px;
    margin: 0 auto;
    max-width: 100%;
/*     margin-bottom: ; */
}
.common_section{
	padding-bottom:100px;
}
.home .cta_section,.home .cta_section .vc_column  {
    min-height: 320px;
/* 	min-height: 621px; */
} 
   
.cta_section,.cta_section .vc_column  {
/*     min-height: 621px; */
	min-height: 320px;
	position:relative;
	background-size:cover;
}
.cta_section .vc_btn3-container,.cta_section .button,.cta_section .vc_custom_heading,
.gallery_bg .column_container{
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*--------------------------------------------------*/

/* Footer */

footer .widget,footer .widget p,footer .widget aside {
    font-family: "Fjalla One";
    font-weight: 400;
    font-size: 14px;
    color: #110F0C;
    letter-spacing: 0.5px;
    line-height: 24px;
}
footer .widget {
	text-align: left;
}
footer .inner .widget address {
    font-style: initial;
    padding-bottom: 25px;
	position: relative;
}
footer .inner .widget aside{
	position: relative;
}
footer .inner .widget address i,footer .inner .widget aside i {
	font-size: 26px;
	position: absolute;
	left: -30px;
}
footer .inner .widget aside i {
    font-size: 22px;
}
footer#footer a {
    text-decoration: none;
}
footer .inner .widget ul li {
    padding-bottom: 0;
    line-height: 11px;
}
footer .footer_social_icons li i {
    font-size: 24px;
}
#copyright .copyright_text {
    font-family: "Fjalla One";
    font-weight: 400;
    font-size: 14px;
    color: #110F0C;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
	padding-bottom: 15px;
}
.footer-col-2, .footer-col-3, .footer-col-4 {
    padding-top: 50px;
}
.footer-col-1 {
    padding-left: 15px;
    padding-top: 20px;
}
.footer-col-2 {
    padding-left: 20px;
}
.footer-col-3 {
    padding-left: 75px;
}

/*--------------------------------------------------*/

/* Sub Pages */

.header_page.centered h1{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 48px !important;
	color: #110F0C;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase !important;
	text-shadow: initial;
}
.header_page.centered {
    padding-top: 55px;
}
.cta_section .vc_custom_heading {
    font-size: 48px;
    margin-top: -45px;
    color: #ffff !important;
    font-family:"Fjalla One" !important;
    letter-spacing: 3.5px;
}
.cta_section .button {
    margin-top: 35px;
}

/* Blog */

.blog-article.alternate-style .content h1 {
    line-height: 95px;
    text-align: left;
}
.blog-article.alternate-style .content h1 a {
    text-decoration: none;
}
.fullwidth .blog-article.alternate-style .content {
    width: 435px;
    text-align: left;
}
.blog-article.alternate-style {
    width: 80%;
    float: initial;
    margin: 0 auto;
	margin-bottom: 50px;
}
.blog-article.alternate-style .content .text {
    margin-top: 40px;
}

/*--------------------------------------------------*/

/* FAQ's Page */


body .accordion.style_2 .accordion-inner {
    border-top: none;
    padding: 25px 15px;
    padding-bottom: 0;
    float: initial;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}
body .accordion.style_2 .accordion-inner p{
	font-family: "Fjalla One";
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
body .accordion.style_2 .accordion-heading .accordion-toggle:before{
display:none;
}
body .accordion.style_2 .accordion-group {
    margin-bottom: 25px;
}
body .accordion.style_2 .accordion-group:last-child {
    margin-bottom:0px;
}

/*--------------------------------------------------*/

/* Contact Page */

.contact_section ul h5 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
	padding-bottom: 5px;
	text-shadow: initial;
}
.contact_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_section ul li p {
    margin: 0;
    padding-top: 10px;
}
.contact_section ul li {
    padding-bottom: 35px;
}
.contact_section ul li a {
    color: #1d2129 !important;
    text-decoration: none !important;
}
.contact_section h5.vc_custom_heading{
	font-size: 40px;
	color: #1d2129;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	text-shadow: initial;
}
.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap select{
	height:35px;
	width:100%;
	box-sizing: border-box;
}
.wpcf7-form-control-wrap textarea{
	height:100px;
	width:100%;
}
.wpcf7-form p input[type="submit"] {
    width: 100%;
	font-size: 18px;
	background: rgba(48,48,48,0.80);
	border: 0;
	color: #fff;
	height: 60px !important;
	border-radius: 0;
}
.wpcf7-form-control-wrap input[type="date"]:hover{
	-webkit-appearance: none;
}
.wpcf7-form {
    float: initial;
    width: 360px;
    margin: 0 auto;
    max-width: 100%;
	margin-top: 5px;
}
.float_right{
	float:right;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}
/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
} */
.contact_section ul li p {
    line-height: 18px;
}
/*--------------------------------------------------*/

/* Tattoo Page */

.center_col {
    width: 1024px;
    margin: 0 auto;
    float: none;
    max-width: 100%;
}
.center_col p {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.extra_notes p {
    font-size: 12px;
}

.side_post {
    width: 50%;
	float: left;
	padding: 0px 45px;
	box-sizing: border-box;
	margin-bottom: 85px;
	/*margin-bottom: 40px;*/
}
.latest {
    margin-left: -40px;
	margin-right: -40px;
}
.hover_img,.gallery_img_list:hover .normal_img {
    display: none;
}
.gallery_img_list:hover .hover_img{
	display: block;
}
.gallery_img_list {
    position: relative;
}
.gallery_cont {
    position: absolute;
	bottom: 25px;
	width: 75%;
	left: 45px;
}
.gallery_cont h5 {
    font-family: Fjalla One;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    line-height: 37px;
    text-transform: uppercase;
	padding-top: 15px;
}
.gallery_cont aside {
    font-family: 'Heebo';
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding-top: 5px;
}
.gallery_bg {
    text-align: center;
}
.gallery_bg {
    text-align: center;
    min-height: 480px;
	position:relative;
}
.gallery_bg aside {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    padding-top: 40px;
	letter-spacing: 0.86px;
}

.gallery_cont a {
    text-decoration: none;
}
.gallery_cont a:hover{
	color:#fff !important;
}

/* .gallery_bg .column_container{
	min-height: 480px;
} */

.gallery_cont h3{
	font-family: FjallaOne;
font-weight: 400;
font-size: 72px;
color: #FFFFFF;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.gallery_cont h4{
font-family: FjallaOne;
font-weight: 400;
font-size: 47px;
color: #FFFFFF;
letter-spacing: 1.31px;
text-align: center;
text-transform: uppercase;
}

.header_button {
    display: none !important;
}
footer#footer .inner .row-fluid.ff:first-child{
	padding-top: 62px;
	padding-bottom: 62px;
}
.header_page, .header_page {
    background-color: transparent !important;
}


/* Back to Top */

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background: rgba(48,48,48,0.80);
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 33px;
	right: 25px;
	bottom: 30px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius:0px;
	-webkit-border-radius:0px;
}
.scroll-top-wrapper:hover {
	background: rgba(48,48,48, 1);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.scroll-top-wrapper i.fa:before{
	content: "\f077";
	font: normal normal normal 14px/1 FontAwesome;
}
.gallery_cont p a {
    color: #fff !important;
    text-decoration: none !important;
}
.gallery_cont p {
    margin-top: 5px;
}
footer .inner .widget {
    line-height: 24px;
}
.sidebar .widget-title, .portfolio_single h4 {
    font-size: 20px !important;
    text-shadow: initial;
}
.single .blog-article.standard-style {
    padding-right: 60px;
    box-sizing: border-box;
}
.sidebar ul li {
    padding-bottom: 25px !important;
}
.sidebar ul li a {
    text-decoration: none;
}
.blog-article.standard-style .content h1,
 .blog-article.alternative-style .content h1, 
 .blog-article.timeline-style .content h1{
	 font-size:40px !important;
	 text-shadow: initial;
	 margin-bottom: 20px;
 }

/* Finish */

/*--------------------------------------------------*/

/* Media CSS */

@media screen and (min-width:1500px) {
	
.header_background {
/*     background-size: cover !important;
    background-position: center center; */
	background-size: 100% !important;
}

}

@media screen and (max-width: 1290px){
	.header_background{
		min-height: 400px;
	}
}
@media screen and (min-width:1400px) and (max-width:1600px) {
	
	.gallery_img_list {
		width: 587px;
		height: 415px;
	}
	.latest {
		margin-left: -70px;
		margin-right: -70px;
	}


}


@media screen and (max-width:1200px){
	
	.fullwidth .blog-article.alternate-style .content {
    width: 430px;
}
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
    left: 0px;
	width: 115px !important;
}
	.single .header_page.centered h1,body.page .header_page.centered h1 {
    opacity: 1 !important;
    padding-top: 0 !important;
    height: auto !important;
}
#blog.container {
    position: relative;
    padding: 0px 15px;
    box-sizing: border-box;
}.single h1 {
    margin-top: 0;
}

	.faq {
    padding: 0px 15px;
	box-sizing: border-box;
}
body .accordion.style_2 .accordion-inner {
    box-sizing: border-box;
}

}
@media screen and (min-width:980px) and (max-width:1200px){
	
	.gallery_cont h5 {
		font-size: 20px;
	}
	.gallery_cont aside {
		font-size: 18px;
	}
	.promo_box h3 {
    font-size: 36px;
}
.promo_section .section_clear,.section_clear,.latest  {
    margin-left: 0;
    margin-right: 0;
}	
	
nav .menu > li > a{
	font-size: 18px!important;
}
.blog-article.alternate-style {
    width: 90%;
	}

body #logo img {
    height: 115px;
    top: 30%;
	margin-top: 0 !important;
}


	
}


@media screen and (max-width:979px) {
	.archive #blog {
    padding-top: 40px;
}

	#blog .span9 {
    width: 100%;
	}
	.single .blog-article.standard-style {
    padding-right: 0;
	}
	.blog-article.standard-style .content h1, .blog-article.alternative-style .content h1, .blog-article.timeline-style .content h1 {
		margin-top: 15px !important;
	}
	#widgetarea-sidebar {
    width: 100%;
    padding-top: 15px;
}
	.menu-toggle-icon::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    top: -15px;
    position: relative;
	font-size:25px;
}
.menu-small ul.menu > li > a:hover .menu-toggle-icon,.menu-small ul.menu > li > a:hover .toggle-flip,.menu-small .current-menu-parent .parent-menu .menu-toggle-icon{
	color:#110F0C;
}
.menu-small ul.menu > li > ul > li > a {
    padding-left: 40px;
    font-size: 14px;
    text-decoration: none;
    margin: 0 !important;
}
.sub-menu li {
    line-height: 35px;
}
.menu-toggle-icon, .inner-menu-toggle-icon,.toggle-flip {
    right: 10px;
    color: #fff;
}
.toggle-flip {
	color: #fff !important;
}
.menu-small ul.menu > li > a:hover .toggle-flip,.menu-small .current-menu-parent .parent-menu .toggle-flip,
.menu-small .current-menu-item .menu-toggle-icon{
	color:#110F0C !important;
}
	.contact_section h5.vc_custom_heading {
    font-size: 26px !important;
	line-height: 33px;
	}
	.contact_section {
    padding-top: 35px;
}

	.contact_section,.contact_section ul li p {
		text-align: center;
	}
	.contact_section h3.vc_custom_heading {
		text-align: center !important;
		line-height: 44px;
	}
	
	.blog-article.alternate-style .content h1 {
    line-height: 45px;
    text-align: left;
    font-size: 33px;
    margin-left: 0;
}
.fullwidth .blog-article.alternate-style .content {
	width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 25px;
}.fullwidth .blog-article.alternate-style .media {
    width: 100%;
    text-align: center;
}
	.center_col h6 {
    line-height: 30px;
}
	.btn-bt.default.header_button {
    min-width: 103px;
	display: block !important;
	margin: 0;
	right: 33%;
	top: 25px;
	bottom: 0;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 10px 35px;
	}
	.mobile_small_menu {
    margin-top: 0;
    right: 40px;
	display:block;
	top: 45px;
	text-decoration: none;
	}
	body header#header .row-fluid .span12{
		position: initial!important;
	} 
	.menu-small {
    top: 90px;
	position: absolute;
	left: 0;
	width: 90%;
	right: 0;
	margin: 0 auto;
	}
	.menu-small ul.menu > li > a{
		color: #fff;
		display: block;
		width: 100%;
		text-decoration: none;
		font-size: 18px !important;
		font-family: "Fjalla One";
		font-weight: 400;
		letter-spacing: 3px !important;
		padding-left: 25px;
		margin: 0;
	}
	.menu-small ul.menu > li > a:hover,.menu-small .current-menu-item .parent-menu,.menu-small .current-menu-parent .parent-menu{
		background: #fff; 
		color:#110F0C;
	}
	.menu-small > ul > li {
		border-bottom: 0;
	}
	.header_wrapper {
	background: transparent;
	}
	.mobile_small_menu.open:before,.mobile_small_menu.close:before {
		font-size: 52px;
		color: #fff;
	}
	.top_nav a span {
		display: none;
	}
	.top_nav div.span6.top-nav-left {
    width: 30%;
	}
	.top_nav div.span6.top-nav-right {
    width: 70%;
	padding-right: 0;
	}
	.top_nav .widget,.top_nav .social_widget ul li:last-child {
    padding-right: 0;
	}
	.Home_banner {
    top: -12%;
	}
	.Home_banner h1 {
    font-size: 26px !important;
	padding-bottom: 20px !important;
	}
	.Home_banner h2 {
    font-size: 18px !important;
    line-height: 24px !important;
	}
	.home .header_background {
		min-height: 380px;
		background-size: cover !important;
	}
	body header#header .row-fluid .span12, body .header_wrapper {
    height: 85px;
	}
	#logo img {
		max-height: 90px;
		height: auto;
		margin-top: -30px;
	}
	div#logo {
    float: left;
	left: 45px;
	}
	body #content {
    padding-top: 35px;
	}
	.walk-ins-text,.walk-ins-button {
    width: 50%;
	}
	.walk_ins p {
    padding-right: 15px;
	font-size: 20px;
	}
	a.btn-bt.default {
    box-sizing: border-box;
	font-size: 15px;
	min-width: 190px;
	min-height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	border-radius: 0;
	}
	.walk-ins-text {
    padding-top: 10px;
	}
	.walk_ins {
    padding-bottom: 40px !important;
	}
	.promo_section {
    padding: 0px 40px 25px !important;
    box-sizing: border-box;
	}
	.separator {
    max-width: 90%;
    margin: 0 auto !important;
	margin-bottom: 35px !important;
    right: 0 !important;
    left: 5% !important;
    height: 1px !important;
	margin-top: 35px !important;
	}
	.Home_cont {
    padding: 0px 15px 40px;
    box-sizing: border-box;
}
	.block,.Home_banner h2 b {
    display: inline;
	}
	body, p {
    font-size: 14px;
    line-height: 20px;
	}
	.common_section {
		padding-bottom: 35px;
	}
	.home .cta_section, .home .cta_section .vc_column {
    min-height: 218px;
	}
	.footer-col-1 {
    padding-top: 0;
	}
	footer#footer .inner .row-fluid.ff:first-child {
    padding-top: 15px;
	padding-bottom: 0;
	}
	footer .footer-col-1 .widget,footer .footer-col-4 .widget{
		text-align:center;
	}
	.span3.footer-col-1 img {
    float: initial;
    display: inline-block;
	}
	.span3.footer-col-2 {
    width: 70%;
    float: left;
	padding: 0 0px 0px 14%;
	}
	.span3.footer-col-3 {
    width: 30%;
    float: left;
	padding:0px 0px;
	}
	footer .inner .row-fluid [class*="span"] {
    padding-bottom: 20px;
	}
	.span3.footer-col-4 {
    padding-top: 10px;
	}
	#footer .footer_social_icons.simple {
    width: 165px;
    margin: 0 auto !important;
    float: initial;
	}
	#copyright div.pull-right {
    padding: 0;
	}
	#copyright div.copyright_text {
    padding-bottom: 0;
	}
	body .vc_btn3-style-modern {
    min-width: 215px;
	}
	.header_background {
/*      min-height: 210px; */
		min-height: 150px;
	}
	.header_page.centered h1 {
		font-size: 36px !important;
		line-height: 36px !important;
	
	}
	.header_page.centered {
		padding-top: 37px;
	}
	.page_header_yes #content {
		padding-top: 0;
	}
	/* .header_page.centered {
    height: auto !important;
    min-height: 55px;
	margin-bottom: -20px;
	} */
	
	#content .codeless_separator:nth-child(1) .separator {
		margin-top: 0px !important;
	}
	.header_page.centered {
/*     height: 60px !important; */
		height: 84px !important;
	}
	.center_col {
		float: left;
		padding: 0px 5% 35px !important;
	}
	.cta_section .vc_custom_heading {
    width: 100%;
	}
	.cta_section, .cta_section .vc_column {
		min-height: 320px;
	}
	.gallery_cont h5 {
    font-size: 24px;
	}
	.side_post {
		padding: 0px 15px;
		margin-bottom: 40px;
	}
	.latest {
    margin-left: -15px;
    margin-right: -15px;
	}
	.gallery_bg h3.vc_custom_heading {
    font-size: 26px !important;
	line-height: 40px !important;
}
.gallery_bg h4.vc_custom_heading {
    font-size: 28px !important;
    line-height: 35px;
	width: 235px;
	margin: 0 auto;
}
.gallery_bg aside {
    font-size: 23px;
    padding-top: 10px;
}
.gallery_bg .wpb_content_element {
    margin-bottom: 20px;
}
.gallery_bg .column_container {
    position: relative;
    transform: initial;
    left: 0;
    top: 0;
}
.gallery_bg {
    min-height: 260px;
    padding-top: 35px;
}


}
@media screen and (max-width:767px){
	
	.blog-article.standard-style .content h1, .blog-article.alternative-style .content h1, .blog-article.timeline-style .content h1 {
		font-size: 24px !important;
	}

	.contact_section h3.vc_custom_heading {

    font-size: 36px !important;
}
.contact_section{
	padding: 35px 15px 40px;
	box-sizing: border-box;
}.contact_bottom {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
	.wpcf7-form {
		width: 300px;
	}
	.wpcf7-submit {
		min-height: 45px;
	}
	.contact_section ul li p {
		font-size: 18px;
	}
	.row-google-map iframe {
		float: left;
		height: 120px !important;
	}
	.contact_section h5.vc_custom_heading {
		font-size: 22px !important;
		padding-bottom: 10px !important;
	}
	.row-google-map {
		max-width: 150px;
		margin: 0 auto;
	}
	.float_right {
		margin-bottom: -35px !important;
		padding-top: 15px;
	}
	.accordion.style_2 .accordion-heading .accordion-toggle {
       padding: 15px 20px;
}
body .accordion.style_2 .accordion-inner{
	width: 100%;
}
.faq {
    margin-top: 45px;
}
	.latest {
    margin-left: 0;
    margin-right: 0;
	padding-top: 15px;
	padding-bottom: 50px;
}
.side_post,.blog-article.alternate-style {
    width: 100%;
}
.gallery_cont {
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 15px 15px 0px;
}
.contact_section ul li:last-child {
    padding-bottom: 6px;
}
.single .header_page.centered {
    height: 130px !important;
}

	
}
@media screen and (min-width:768px) and (max-width:979px){

/* .side_post {
    width: 100%;
    text-align: center;
} */
.gallery_cont a img {
    width: 30px;
}
.gallery_cont h5 {
    font-size: 18px;
    line-height: 25px;
}
.gallery_cont aside {
    font-size: 15px;
    line-height: 20px;
}

#logo {
    left: 45px;
    top: 25px;
}
 body .btn-bt.default.header_button {
  /*   min-width: 103px;
    display: none !important; */
	right: 15%;
} 
body .Home_banner {
    top: -15%;
}
#logo img {
    margin-top: -50px;
}
.vc_col-sm-4.promo_box {
    width: 50%;
    padding-bottom: 20px;
}
/* .promo_section .section_clear {
    margin-right: 0;
    margin-left: 0;
} */
.promo_section .container {
    max-width: 100% !important;
    box-sizing: border-box;
}
.promo_box h3 {
    font-size: 30px;
	line-height: 30px;
}
.span3.footer-col-2 {
    width: 40%;
    padding: 25px 0px 0px 30px;
}
.span3.footer-col-4 {
    width: 100% !important;
	margin-left: 0;
}
.span3.footer-col-3 {
    padding-top: 30px;
}
.span3.footer-col-1 {
    padding-top: 15px;
    padding-left: 0;
}
.span3.footer-col-1 img {
    max-width: 120px;
}

}

@media screen and (max-width:400px) {
	
	.single .header_page.centered h1 {
    font-size: 34px !important;
}

	.walk-ins-text, .walk-ins-button {
    width: 100%;
    text-align: center !important;
    padding: 0px 15px !important;
    box-sizing: border-box;
}
.walk-ins-text p {
    text-align: center !important;
}
.walk-ins-button .wpb_content_element.button {
    text-align: center;
}
.walk-ins-button .wpb_content_element.button a.btn-bt.default {
    float: initial;
}

#logo img {
    max-height: 60px;
}
.btn-bt.default.header_button {
    padding: 5px 15px;
    font-size: 10px;
	right: 26%;
	line-height: 29px;
}
.mobile_small_menu {
    right: 15px;
    top: 35px;
}
.Home_banner h1 {
    font-size: 22px !important;
}
.Home_banner h2 {
    font-size: 15px !important;
}
.walk_ins p {
    font-size: 18px;
}
.walk-ins-text {
    padding-top: 5px;
}
.walk-ins-button a.btn-bt.default {
    font-size: 14px;
	min-width: 120px;
}
.promo_box h3 {
		font-size: 30px;
}
.gallery_cont aside {
    font-size: 14px;
	line-height: 24px;
}
.span3.footer-col-2 {
    padding: 0 0px 0px 10%;
}
.gallery_cont img {
    max-width: 30px;
}	
.gallery_cont {
    box-sizing: border-box;
}
.gallery_cont h5 {
    font-size: 18px;
	line-height: 24px;
}
.latest {
    padding-bottom: 45px;
    float: left;
    width: 100%;
}
.gallery_bg h3.vc_custom_heading {
    font-size: 26px !important;
}


}

@media screen and (max-width: 1075px) {
	body.page-id-155 h6 {
		line-height: 30px;
	}
}