/*!
Theme Name: optimum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: optimum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

optimum is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
-----------------------------------------------------------------------
    Importing Styles
-----------------------------------------------------------------------
*/
/*** 

====================================================================
    Reset
====================================================================

 ***/
body,
img {
    max-width: 100%
}

body,
em,
p {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 20px;
    line-height: 24px
}

a,
em,
p {
    color: inherit;
    letter-spacing: 1px
}

a,
body,
em,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    letter-spacing: 1px
}
.h1, h1 {
    font-size: 40px !important;
}
textarea,
ul li a {
    display: inline-block
}

.blog figure,
.service-section,
.special-style {
    overflow: hidden
}

body {
    color: #626161;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body.dark {
    background-color: #1B1B1B
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}

.itg-button,
a:focus,
a:hover,
a:visited {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
    transition: all .45s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: 'Overlock', cursive;
    color: #800016;
    text-transform: initial;
    clear: both
}

.box-check,
.box-check:before,
.check,
.check::before {
    position: absolute
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

.parallax-style {
    background-attachment: fixed
}

.grey-background {
    background-color: #eee
}

.itg-button,
.navbar-default,
.navbar-default .navbar-nav>li>a {
    background-color: transparent
}

.colorW {
    color: #fff
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    outline: 0;
    height: 45px;
    font-size: 13px;
    color: #000
}

textarea {
    padding: 5px 20px;
    border: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    outline: 0;
    font-size: 13px;
    color: #000
}

input[type=checkbox]:checked~label,
input[type=radio]:checked~label {
    #color: #2e2e2e
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    visibility: hidden
}

.box-check:before {
    display: block;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0
}

.box-check {
    display: block;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.check,
input[type=checkbox]:checked~.box-check {
    border: 2px solid
}

.check::before {
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    visibility: hidden
}

.check {
    display: block;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

input[type=radio]:checked~.check::before {
    visibility: visible
}

input[type=checkbox]:checked~.box-check:before {
    opacity: 1
}

label.radio-label,
ul.list label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0 0 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    text-transform: capitalize
}

.itg-button,
.social-icon li,
label {
    display: inline-block
}

.slider,
.slider .item {
    height: 100vh
}

label {
    font-weight: 400;
    margin: 0 0 5px;
    color: #800016;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777
}

body.dark input::-webkit-input-placeholder,
body.dark select::-webkit-input-placeholder,
body.dark textarea::-webkit-input-placeholder {
    color: #ccc
}

body.dark input::-moz-placeholder,
body.dark select::-moz-placeholder,
body.dark textarea::-moz-placeholder {
    color: #ccc
}

body.dark input:-ms-input-placeholder,
body.dark select:-ms-input-placeholder,
body.dark textarea:-ms-input-placeholder {
    color: #ccc
}

body.dark input:-moz-placeholder,
body.dark select:-moz-placeholder,
body.dark textarea:-moz-placeholder {
    color: #ccc
}

section {
    position: relative;
    width: 100%;
    float: left
}

.itg-button {
    color: #EEE;
    padding: 10px 25px;
    border: 1px solid #C47335;
    background: #56351E;
    transition: all .45s ease-in-out;
    font-size: 20px !important;
}

#hair-style-slider .owl-item.active.center,
#hair-style-slider .owl-item.active.secondNlastActiveItem {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out
}

.itg-button.active,
.itg-button:hover,
body.dark .itg-button:hover {
    color: #fff
}

.pad0 {
    padding: 0
}

.pad5 {
    padding: 5px
}

.pad10 {
    padding: 10px
}

.pad15 {
    padding: 15px
}

.pad20 {
    padding: 20px
}

.pad30 {
    padding: 30px
}

.pad40 {
    padding: 40px
}

.pad50 {
    padding: 50px
}

.pad60 {
    padding: 60px
}

.pad70 {
    padding: 70px
}

.pad80 {
    padding: 80px
}

.pad90 {
    padding: 90px
}

.pad100 {
    padding: 100px
}

.padTB0 {
    padding: 0
}

.padTB5 {
    padding: 5px 0
}

.padTB10 {
    padding: 10px 0
}

.padTB15 {
    padding: 15px 0
}

.padTB20 {
    padding: 20px 0
}

.padTB30 {
    padding: 30px 0
}

.padTB40 {
    padding: 40px 0
}

.padTB50 {
    padding: 50px 0
}

.padTB60 {
    padding: 60px 0
}

.padTB70 {
    padding: 70px 0
}

.padTB80 {
    padding: 80px 0
}

.padTB90 {
    padding: 90px 0
}

.padTB100 {
    padding: 100px 0
}

.padT0 {
    padding-top: 0
}

.padT5 {
    padding-top: 5px
}

.padT10 {
    padding-top: 10px
}

.padT15 {
    padding-top: 15px
}

.padT20 {
    padding-top: 20px
}

.padT30 {
    padding-top: 30px
}

.padT40 {
    padding-top: 40px
}

.padT50 {
    padding-top: 50px
}

.padT60 {
    padding-top: 60px
}

.padT70 {
    padding-top: 70px
}

.padT80 {
    padding-top: 80px
}

.padT90 {
    padding-top: 90px
}

.padT100 {
    padding-top: 100px
}

.padB0 {
    padding-bottom: 0
}

.padB5 {
    padding-bottom: 5px
}

.padB10 {
    padding-bottom: 10px
}

.padB20 {
    padding-bottom: 20px
}

.padB30 {
    padding-bottom: 30px
}

.padB40 {
    padding-bottom: 40px
}

.padB50 {
    padding-bottom: 50px
}

.padB60 {
    padding-bottom: 60px
}

.padB70 {
    padding-bottom: 70px
}

.padB80 {
    padding-bottom: 80px
}

.padB90 {
    padding-bottom: 90px
}

.padB100 {
    padding-bottom: 100px
}

.padL0 {
    padding-left: 0
}

.padL5 {
    padding-left: 5px
}

.padL10 {
    padding-left: 10px
}

.padL20 {
    padding-left: 20px
}

.padL30 {
    padding-left: 30px
}

.padL40 {
    padding-left: 40px
}

.padL50 {
    padding-left: 50px
}

.padL60 {
    padding-left: 60px
}

.padL70 {
    padding-left: 70px
}

.padL80 {
    padding-left: 80px
}

.padL90 {
    padding-left: 90px
}

.padL100 {
    padding-left: 100px
}

.padLR0 {
    padding-left: 0
}

.padLR5 {
    padding-left: 5px
}

.padLR10 {
    padding-left: 10px
}

.padLR20 {
    padding-left: 20px
}

.padLR30 {
    padding-left: 30px
}

.padLR40 {
    padding-left: 40px
}

.padLR50 {
    padding-left: 50px
}

.padLR60 {
    padding-left: 60px
}

.padLR70 {
    padding-left: 70px
}

.padLR80 {
    padding-left: 80px
}

.padLR90 {
    padding-left: 90px
}

.padLR100 {
    padding-left: 100px
}

.padR0 {
    padding-right: 0
}

.padR5 {
    padding-right: 5px
}

.padR10 {
    padding-right: 10px
}

.padR20 {
    padding-right: 20px
}

.padR30 {
    padding-right: 30px
}

.padR40 {
    padding-right: 40px
}

.padR50 {
    padding-right: 50px
}

.padR60 {
    padding-right: 60px
}

.padR70 {
    padding-right: 70px
}

.padR80 {
    padding-right: 80px
}

.padR90 {
    padding-right: 90px
}

.padR100 {
    padding-right: 100px
}

.mar0 {
    margin: 0
}

.mar5 {
    margin: 5px
}

.mar10 {
    margin: 10px
}

.mar15 {
    margin: 15px
}

.mar20 {
    margin: 20px
}

.mar30 {
    margin: 30px
}

.mar40 {
    margin: 40px
}

.mar50 {
    margin: 50px
}

.mar60 {
    margin: 60px
}

.mar70 {
    margin: 70px
}

.mar80 {
    margin: 80px
}

.mar90 {
    margin: 90px
}

.mar100 {
    margin: 100px
}

.marT0 {
    margin-top: 0
}

.marT5 {
    margin-top: 5px
}

.marT10 {
    margin-top: 10px
}

.marT15 {
    margin-top: 15px
}

.marT20 {
    margin-top: 20px
}

.marT30 {
    margin-top: 30px
}

.marT40 {
    margin-top: 40px
}

.marT50 {
    margin-top: 50px
}

.marT60 {
    margin-top: 60px
}

.marT70 {
    margin-top: 70px
}

.marT80 {
    margin-top: 80px
}

.marT90 {
    margin-top: 90px
}

.marT100 {
    margin-top: 100px
}

.marB0 {
    margin-bottom: 0
}

.marB5 {
    margin-bottom: 5px
}

.marB15 {
    margin-bottom: 15px
}

.marB10 {
    margin-bottom: 10px
}

.marB20 {
    margin-bottom: 20px
}

.marB30 {
    margin-bottom: 30px
}

.marB40 {
    margin-bottom: 40px
}

.marB50 {
    margin-bottom: 50px
}

.marB60 {
    margin-bottom: 60px
}

.marB70 {
    margin-bottom: 70px
}

.marB80 {
    margin-bottom: 80px
}

.marB90 {
    margin-bottom: 90px
}

.marB100 {
    margin-bottom: 100px
}

.marL0 {
    margin-left: 0
}

.marL5 {
    margin-left: 5px
}

.marL10 {
    margin-left: 10px
}

.marL20 {
    margin-left: 20px
}

.marL30 {
    margin-left: 30px
}

.marL40 {
    margin-left: 40px
}

.marL50 {
    margin-left: 50px
}

.marL60 {
    margin-left: 60px
}

.marL70 {
    margin-left: 70px
}

.marL80 {
    margin-left: 80px
}

.marL90 {
    margin-left: 90px
}

.marL100 {
    margin-left: 100px
}

.marR0 {
    margin-right: 0
}

.marR5 {
    margin-right: 5px
}

.marR10 {
    margin-right: 10px
}

.marR20 {
    margin-right: 20px
}

.marR30 {
    margin-right: 30px
}

.marR40 {
    margin-right: 40px
}

.marR50 {
    margin-right: 50px
}

.marR60 {
    margin-right: 60px
}

.marR70 {
    margin-right: 70px
}

.marR80 {
    margin-right: 80px
}

.marR90 {
    margin-right: 90px
}

.marR100 {
    margin-right: 100px
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    float: left;
    z-index: 2
}

a.navbar-brand {
    padding: 20px 0
}

.navbar-nav {
    padding: 30px 0
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 600
}

body.dark .navbar-default .navbar-nav>li>a {
    color: #eee
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
ul.nav.navbar-nav li a:hover {
    background-color: transparent;
    color: #800016;
}

.slider {
    position: relative;
    float: left;
    width: 100%;
    background-color: #eee
}

body.dark .slider {
    background-color: #131212
}

.slider-image {
    float: left;
    position: absolute;
    bottom: 0;
    right: 10%;
    max-width: 35%;
    z-index: 2
}

.slider-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -156px
}

.slide-content h1 {
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

body.dark .slide-content h1,
body.dark .slide-content h3 {
    color: #fff
}

body.dark .slide-content p {
    color: #ccc
}

.theme-heading.white h1,
body.dark .theme-heading h1,
body.dark .theme-heading.white h1 {
    color: #fff
}

.slide-content h3 {
    font-style: italic;
    margin-bottom: 10px
}

.slide-content {
    width: 63%;
    padding: 50px 40px;
    border: 5px solid
}

.slide-content p {
    margin-bottom: 0
}

.slider .item.left .slider-image {
    right: 10%;
    left: initial
}

.slider .item.right .slider-image {
    left: 10%;
    right: initial
}

.slider .item.left .slide-content {
    float: left;
    text-align: left
}

.slider .item.right .slide-content {
    float: right;
    text-align: right
}

.blog-date,
.contact-icon,
.facts,
.pricing,
.service-box,
.social-icon a,
.theme-heading {
    text-align: center
}

.slider.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px
}

.slider.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px
}

.slider.owl-theme .owl-nav {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.theme-heading {
    max-width: 440px;
    margin: auto auto 50px;
    padding: 0 15px
}

.theme-heading h1 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme-heading span {
    font-size: 20px;
    position: relative
}

.theme-heading span:after,
.theme-heading span:before {
    height: 5px;
    width: 40px;
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: -2.5px;
    top: 50%;
    content: ""
}

.theme-heading span:after {
    right: 100%;
    margin-right: 10px
}

.theme-heading span:before {
    left: 100%;
    margin-left: 10px
}

.social-icon a {
    width: 50px;
    height: 50px;
    background-color: #242424;
    font-size: 20px;
    border-radius: 100%;
    padding: 13px 0;
    color: #fff;
    margin: 0 5px
}

.service-background,
.service-section {
    position: relative;
    width: 100%
}

.about-us figure,
.about-us p {
    margin-bottom: 30px
}

.about-us {
    width: 100%;
    float: left;
    position: relative
}

.about-us blockquote {
    padding: 0;
    border-left: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px
}

body.dark .about-us blockquote {
    color: #fff
}

body.dark .about-us p {
    color: #ccc
}

img.about-sign {
    float: right
}

.about-us figure {
    float: left;
    width: 100%;
    border: 3px solid;
    margin-left: -30px;
    margin-top: -30px
}

body.simple .about-us figure {
    border: 0
}

.about-us figure img {
    width: 100%;
    margin-left: 30px;
    margin-bottom: -30px;
    padding-top: 30px
}

.service-section {
    float: left
}

.service-background img {
    width: 100%
}

.service-background {
    left: 0;
    float: left;
    bottom: 0;
    margin-left: -400px
}

body.simple .service-background {
    margin-left: 0
}

.services {
    background-image: url('https://www.newidentitybarbershop.com/wp-content/themes/optimum/images/zwartevilt.png');
    padding: 50px 5px;
    box-shadow: -4px 0 30px -1px rgba(0, 0, 0, .3);
    padding-top: 100px;
}

body.simple .services {
    left: 0
}

body.dark .services {
    background-color: #131212;
    box-shadow: -4px 0 30px -1px rgba(225, 225, 225, .1)
}

.service-box {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}

.service-box h3 {
    color: #fff;
    margin-bottom: 8px;
}

.service-box h6 {
    padding: 3px 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.service-box p {
    margin-bottom: 0
}

#hair-style-slider {
    float: left;
    width: 100%;
    position: relative
}

body.simple #hair-style-slider .owl-stage-outer {
    padding: 0
}

#hair-style-slider .owl-stage-outer {
    padding: 60px 0
}

body.simple #hair-style-slider .owl-item.active.center {
    transform: scale(1)
}

#hair-style-slider .owl-item.active.center {
    transform: scale(1.4);
    z-index: 3;
    transition: all .45s ease-in-out
}

body.simple #hair-style-slider .owl-item.active.secondNlastActiveItem {
    transform: scale(1)
}

#hair-style-slider .owl-item.active.secondNlastActiveItem {
    transform: scale(1.2);
    z-index: 2;
    transition: all .45s ease-in-out
}

#gallery-slider.owl-theme .owl-dots .owl-dot.active:before,
#hair-style-slider .owl-item {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out
}

body.simple #hair-style-slider .owl-item {
    transform: scale(1)
}

#hair-style-slider .owl-item {
    transform: scale(1);
    z-index: 1;
    transition: all .45s ease-in-out
}

#gallery-slider.owl-theme .owl-dots .owl-dot {
    background-size: 100%;
    margin: 0 15px;
    position: relative
}

#gallery-slider .owl-item .item {
    max-width: 500px;
    margin: auto auto 40px
}

#gallery-slider .owl-dots .owl-dot span {
    display: none
}

#gallery-slider.owl-theme .owl-dots .owl-dot.active:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .45s ease-in-out
}

.blog figure img,
.pricing figure figcaption h3 {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out
}

#gallery-slider.owl-theme .owl-nav {
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 800px;
    margin-left: -400px;
    left: 50%;
    z-index: 9
}

#gallery-slider.owl-theme.style-one .owl-nav .owl-prev {
    margin-left: 0;
    float: left
}

#gallery-slider.owl-theme.style-one .owl-nav .owl-next {
    margin-right: 0;
    float: right
}

#testimonial {
    background-color: #060506
}

#testimonial-slider {
    max-width: 800px;
    margin: auto;
    text-align: center
}

#testimonial-slider .owl-item figure {
    width: 160px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto auto 30px
}

#testimonial-slider p {
    color: #eee;
    margin-bottom: 30px;
    text-shadow: 2px 2px 2px #111;
    font-size: 22px;
}

#testimonial-slider .title {
    color: #eee
}

#testimonial-slider.owl-theme .owl-dots {
    margin-top: 30px
}

#testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 0;
    opacity: .5
}

#testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
#testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1
}

.Pricing-section {
    background-color: #0d0b07
}

.pricing {
    background-color: #eee;
    margin-bottom: 30px;
}

.pricing figure {
    width: 100%;
    float: left;
    position: relative
}

.pricing figure:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.pricing figure figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -19px
}

.pricing figure figcaption h3 {
    color: #fff;
    transition: all .45s ease-in-out;
    font-size: 33px;
}

.pricing h1 {
    margin-bottom: 20px
}

.pricing-list {
    padding: 10px;
    float: left;
    width: 100%
}

.pricing-list li {
    font-size: 15px;
    padding: 5px 0
}

.pricing:hover .itg-button {
    color: #fff
}

.pricing img {
    width: 100%
}

.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 50px;
    margin: 5px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0
}

.blog,
.facts {
    margin-bottom: 30px
}

.contact-map,
.our-facts {
    background: #F7F7F7;
    padding-top: 45px;
}
body.dark .owl-theme .owl-nav [class*=owl-],
body.dark .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #000
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px
}

.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px
}

.owl-theme .owl-nav {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.owl-theme.style-one .owl-nav .owl-prev {
    margin-left: -35px
}

.owl-theme.style-one .owl-nav .owl-next {
    margin-right: -35px
}

.owl-theme.style-one .owl-nav {
    z-index: -1
}

.theme-form {
    position: relative;
/*    z-index: 2;*/
    float: left;
    width: 100%
}

.theme-form input,
.theme-form textarea {
    padding: 10px 40px;
    border: 1px solid #DDD;
    font-size: 16px;
    width: 100%;
}
input[type=text], input[type=email], input[type=tel], input[type=date], textarea{
    background-color: rgba(123,74,43, 0.4);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #444 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #444 !important;
}

body.dark .theme-form input,
body.dark .theme-form textarea {
    background-color: #131212;
    color: #fff
}

.theme-form i.input {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-left: 15px
}

body.dark .theme-form i.input {
    color: #ccc
}

.facts,
.facts h3 {
    color: #fff
}

.form-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.form-background .left {
    float: left;
    margin-left: 5%
}

.form-background .right {
    float: right
}

.our-facts {
    background-image: url(https://www.newidentitybarbershop.com/wp-content/themes/img/all/facts-background.jpg);
    position: relative
}

.our-facts:before {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    right: 0
}

.blog figure,
.facts {
    position: relative;
    width: 100%;
    float: left
}

.facts h1 {
    font-size: 60px
}

body.dark .blog .caption p,
body.dark .blog h4 {
    color: #ccc
}

.blog {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #eee
}

body.dark .blog {
    background-color: #131212
}

.blog figure img {
    width: 100%;
    transform: scale(1.1);
    transition: all .45s ease-in-out
}

.blog:hover figure img {
    transform: scale(1)
}

.blog figure figcaption {
    position: absolute;
    top: 0;
    left: -30%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out
}

.blog:hover figure figcaption {
    left: 0
}

.blog .caption {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px
}

.blog .caption p {
    margin: 10px 0
}

.blog-date {
    width: 66px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    margin-top: 30px
}


.info-box {
    float: left;
    width: 100%;
    background-color: #000;
    color: #fff
}

.contact-info {
    float: left;
    width: 100%;
    padding: 30px 0
}

.contact-icon {
    display: inline-block;
    width: 50px;
    float: left;
    border: 1px solid;
    height: 50px;
    font-size: 30px;
    border-radius: 50%;
    padding: 8px 0
}

.contact-detail {
    width: 70%;
    float: left;
    text-align: left;
    margin-left: 3%;
    margin-top: 3%;
}

#scroll-top,
.bottom-footer p,
.error-content,
.error-content h1,
.timer ul li,
.top-footer {
    text-align: center
}

.contact-detail p {
    margin-bottom: 0;
    color: #eee
}

.map-area {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -6px;
}

#gmap_canvas {
    height: 400px;
    border: 0;
    -webkit-filter: grayscale(99%)
}

#partner-slider .item figure {
    border: 1px solid #cfcfcf
}

#scroll-top {
    position: fixed;
    bottom: 15px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #DDD;
    font-size: 25px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background-color: rgba(86, 53, 30, .5);
}
#scroll-top.showScrollTop {
    opacity: 1;
    visibility: visible
}

.preloader.loaderout {
    top: -100%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999
}

.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px
}

.cssload-loading i {
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius: 0
}

.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 .58s linear infinite;
    -o-animation: cssload-loading-ani2 .58s linear infinite;
    -ms-animation: cssload-loading-ani2 .58s linear infinite;
    -webkit-animation: cssload-loading-ani2 .58s linear infinite;
    -moz-animation: cssload-loading-ani2 .58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px)
}

.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 .58s linear infinite;
    -o-animation: cssload-loading-ani3 .58s linear infinite;
    -ms-animation: cssload-loading-ani3 .58s linear infinite;
    -webkit-animation: cssload-loading-ani3 .58s linear infinite;
    -moz-animation: cssload-loading-ani3 .58s linear infinite
}

.cssload-loading i:last-child {
    animation: cssload-loading-ani1 .58s linear infinite;
    -o-animation: cssload-loading-ani1 .58s linear infinite;
    -ms-animation: cssload-loading-ani1 .58s linear infinite;
    -webkit-animation: cssload-loading-ani1 .58s linear infinite;
    -moz-animation: cssload-loading-ani1 .58s linear infinite
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0
    }
}

@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0
    }
}

@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0
    }
}

@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0
    }
}

.comming-soon-style-1,
.error-style-1 {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1
    }
}

@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1
    }
}

@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1
    }
}

@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px)
    }
}

@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px)
    }
}

@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px)
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px)
    }
}

@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px)
    }
}

footer {
    background-color: #AAA;
    color: #333;
}

.top-footer {
    padding: 70px 0;
    max-width: 900px;
    margin: auto
}

.top-footer .logo,
.top-footer p {
    margin-bottom: 30px
}

.bottom-footer {
    background-color: #171717;
    padding: 30px 15px
}

.bottom-footer p {
    margin-bottom: 0
}

.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative
}

.special-style {
    height: 100%;
    padding: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

#coming-soon-timer {
    padding-top: 30px;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px
}

.comming-soon-style-1 {
    background-image: url(https://www.newidentitybarbershop.com/wp-content/themes/img/all/comming-soon-back.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -280px
}

.after-border:after,
.comming-soon-content .search_bar button,
.search_bar .itg-button {
    height: 100%;
    right: 0;
    top: 0
}

.comming-soon-content figure {
    margin: auto auto 20px;
    float: none;
    width: auto
}

.search_bar,
.timer {
    width: 100%;
    float: left
}

.comming-soon-content h2 {
    font-size: 30px;
    color: #fff
}

.comming-soon-content h1 {
    font-size: 60px;
    color: #fff
}

.search_bar {
    position: relative
}

.search_bar .itg-button {
    position: absolute;
    outline: 0
}

.timer {
    margin-bottom: 30px
}

.timer ul li {
    float: left;
    width: 25%;
    padding: 10px 0 0
}

.timer ul li span {
    font-size: 60px;
    display: block
}

.timer ul li span.normal {
    font-size: 25px
}

.after-border {
    position: relative
}

.after-border:after {
    content: "";
    width: 1px;
    background-color: #fff;
    position: absolute
}

.error-content,
.special-style-fixed {
    position: fixed
}

.error-content {
    z-index: 3;
    width: 100%;
    top: 50%;
    margin-top: -240.5px
}

.dark-overlay:before,
.error-style-1,
.special-section.error {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.error-style-1 {
    background-image: url(https://www.newidentitybarbershop.com/wp-content/themes/img/all/error-back.jpg);
    position: absolute;
    z-index: 1
}

.special-section.error {
    position: fixed
}

.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 2
}

.error-content h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

.error-content p {
    color: #fff;
    width: 60%;
    margin: auto auto 30px;
    display: table
}

.error-content figure {
    margin: auto auto 10px;
    display: inline-block;
    float: none;
    width: auto
}

.error-content figure.error-img {
    max-width: 400px;
    margin-bottom: 30px
}

.error-content .itg-button {
    margin-right: 20px
}

.error-content .itg-button:last-child {
    margin-right: 0
}

img.site_logo {
    width: 150px;
}
#testimonial { 
    background-image: url('https://www.newidentitybarbershop.com/wp-content/themes/optimum/images/33145766.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about_us {
    background: #F9F9F9;
}
#contact_us{
    background-image: url(https://www.newidentitybarbershop.com/wp-content/themes/optimum/images/crossword.png);
}
#our_style {
    background: #F0F0F0;
}
#about_us .theme-heading{
    padding-top: 100px;
}
#contact_us .theme-heading{
    padding-top: 50px;
}
#designer-logo img{
    width: 90px;
}
#designer-info {
    float: left;
    margin-left: -15px;
    color: #DDD;
    font-size: 16px;
    margin-top: 5px;
}
.copy-right {
    padding-top: 3%;
    color: #AAA;
}
input:focus {
    border: 1px solid #C47335;
    box-shadow: 0 0 4px #C47335;
}
textarea:focus {
    border-color: #C47335;   
}
#appointment {
    background-image: url('https://www.newidentitybarbershop.com/wp-content/themes/optimum/images/43265591.jpg');
}
img.footer-logo {
    width: 200px;
}
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hvrbox img {
    max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(96, 57, 34, 0.8);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 19px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}
h3#pricing-heading {
    font-size: 25px;
    text-align: center;
    width: 100%;
    border: 1px solid #800016;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(128, 0, 22);
    border-bottom: none;
    padding: 4px 0px;
    background: #0F0D09;
}
@media screen and (max-width: 767px){
    #appointment {
        background-image: url('https://www.newidentitybarbershop.com/wp-content/themes/optimum/images/43265591-cropped.jpg') !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .hvrbox .hvrbox-text{
        font-size: 38px;
        line-height: 1.2;
    }
}
.page-404{
    margin-top: 120px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    background: #398f14 !important;
    color: #fff !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700 !important;
    background: #f7e700 !important;
    color: #333 !important;
}