@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700");
@font-face {
font-family: 'FontAwesome';
src: url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.eot?v=4.6.1);
src: url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'), url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
*{margin:0;padding:0;border:none;outline:none}
body{font-size:15px;color:#777;font-weight:400;background:#fff;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-family:'Barlow',sans-serif}
a{text-decoration:none;cursor:pointer}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
h1,h2,h3,h4,h5,h6{position:relative;font-weight:400;margin:0;background:none}
textarea{overflow:hidden}
p,.text{position:relative;line-height:1.8em}
.page-wrapper section{position:relative;z-index:5}
.auto-container{position:static;max-width:1200px;padding:0 15px;margin:0 auto}
.page-wrapper{position:relative;margin:0 auto;width:100%;min-width:300px}
ul,li{list-style:none;padding:0;margin:0}
.preloader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;background-color:#fff;background-position:center center;background-repeat:no-repeat;background-image:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/preloader.svg)}
img{display:inline-block;max-width:100%;height:auto}
.mb-0{margin-bottom:0!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mb-30{margin-bottom:30px!important;}
.fancybox-next span,.fancybox-prev span{background-image:none!important;width:44px!important;height:44px!important;line-height:44px!important;text-align:center}
.fancybox-next span:before,.fancybox-prev span:before{content:'';position:absolute;font-family:'FontAwesome';left:0;top:0;font-size:12px;width:44px!important;height:44px!important;line-height:44px!important;background-color:rgba(28,28,28,0.40)!important;color:#fff;visibility:visible;transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease}
.fancybox-next span:before{content:'\f178'}
.fancybox-prev span:before{content:'\f177'}
.fancybox-next:hover span:before,.fancybox-prev:hover span:before{background-color:#fff!important;color:#000}
.fancybox-type-image .fancybox-close{right:0;top:0;width:45px;height:45px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/icon-cross.png) center center no-repeat;background-color:rgba(17,17,17,0.50)!important}
.fancybox-type-image .fancybox-close:hover{background-color:#000!important}
.fancybox-type-image .fancybox-skin{padding:0!important}
.main-header{position:relative;left:0;top:0;z-index:999;width:100%;background-color:#fff}
.main-header .header-top{position:relative;padding:13px 0;background-color:#051433;background-image:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/header-top-bg.png)}
.main-header .header-top .top-left{position:relative;float:left}
.main-header .header-top .top-left span{color:#fff;font-size:16px;margin:0;padding:0 0 0 4px;line-height:17px}
.main-header .header-top .top-right{position:relative;float:right}
.main-header .header-top .top-right ul{float:left}
.main-header .header-top .top-right .link li{padding-right:18px}
.main-header .header-top .top-right .link li a{position:relative;color:#fff;font-size:16px;padding:0;margin:0;line-height:17px;display:inline-block}
.main-header .header-top .top-right .link li a .fa{font-size:14px;color:#fff;margin-right:5px}
.main-header .header-top .top-right .social{padding:0 14px;border-left:1px dotted #fff;margin:0;position:relative}
.main-header .header-top .top-right .social li{position:relative;margin:0 6px;display:inline-block}
.main-header .header-top .top-right .social li a{position:relative;font-size:15px;color:#fff;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}
.main-header .header-top .top-right .roadmap li{padding:0 0 0 20px;border-left:1px dotted #fff}
.main-header .header-top .top-right .roadmap li img{float:left;margin-top:3px}
.main-header .header-top .top-right .roadmap li a{color:#fff}
.main-header .header-top .top-right .roadmap li a span{font-size:16px;color:#fff;line-height:12px;padding:0 0 0 8px;letter-spacing:-.5px}
.main-header .header-top .top-right ul.appointment{padding-left:20px}
.main-header .header-top .top-right .appointment li{padding:0 20px;border-left:1px dotted #fff}
.main-header .header-top .top-right .appointment li:last-child{padding-right:0!important}
.main-header .header-top .top-right .appointment li img{float:left;margin-top:3px}
.main-header .header-top .top-right .appointment li a{color:#fff}
.main-header .header-top .top-right .appointment li a span{font-size:16px;color:#fff;line-height:12px;padding:0 0 0 8px;letter-spacing:-.5px}
.main-header .main-box{position:relative;padding:0;left:0;top:0;width:100%;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;box-shadow:0 1px 2px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5)}
.main-header .main-box .outer-container{position:relative;margin-top:0;padding:0;background-color:#fff}
.main-header .main-box .logo-box{position:absolute;float:left;left:0;z-index:10;padding:0}
.main-header .main-box .logo-box .logo img{display:inline-block;max-width:100%;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}
.main-header .nav-toggler{position:relative;right:0;width:44px;height:46px;top:50%;margin-top:0;display:block;border-radius:4px;text-align:center;border:1px solid #ddd}
.main-header .nav-toggler button{position:relative;left:12px;display:block;color:#444;text-align:center;font-size:20px;line-height:44px;background:none;font-weight:500}
.main-header .nav-outer{position:relative;float:right}
.main-menu{position:relative;float:left;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}
.main-menu .navbar-collapse{padding:0}
.main-menu .navigation{position:relative;margin:0}
.main-menu .navigation > li:first-child{margin-left:0}
.main-menu .navigation > li{position:relative;float:left;padding:0;margin-left:30px}
.main-menu .navigation > li > a{position:relative;display:block;padding:34px 0;color:#252525;text-align:center;font-weight:500;font-size:17px;line-height:30px;opacity:1;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}
.main-menu .navigation > li:hover > a{color:#051433;opacity:1}
.main-menu .navigation > li:hover > a:before{width:100%}
.main-menu .navigation > li > ul{position:absolute;left:0;top:100%;width:300px;z-index:100;display:none;background:#fff}
.main-menu .navigation > li > ul:before{position:absolute;content:'';left:0;top:-1px;width:100%;height:1px;box-shadow:0 1px 1px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5)}
.main-menu .navigation > li > ul > li{position:relative;width:100%;border-bottom:1px solid rgba(0,0,0,0.05);transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}
.main-menu .navigation > li > ul > li:last-child{border-bottom:none}
.main-menu .navigation > li > ul > li > a{position:relative;display:block;padding:11px 20px 12px;font-weight:400;font-size:17px;line-height:17px;color:#888;text-align:left;transition:all 400ms ease;-moz-transition:all 400ms ease;-webkit-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease}
.main-menu .navigation > li > ul > li > a:before{position:absolute;content:'';left:20px;top:19px;width:20px;height:2px;opacity:0;background-color:#888;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.main-menu .navigation > li > ul > li > a:hover::before{opacity:1}
.main-menu .navigation > li > ul > li > a:hover{padding-left:50px}
.main-menu .navigation > li > ul > li.dropdown > a:after{font-family:'FontAwesome';content:"\f105";position:absolute;right:15px;top:15px;width:10px;height:20px;display:block;line-height:21px;font-size:16px;font-weight:400;text-align:center;z-index:5}
.main-menu .navigation > li > ul > li > ul{position:absolute;left:100%;top:0;width:270px;z-index:100;display:none;background:#06122c}
.main-menu .navigation > li > ul > li > ul > li{position:relative;width:100%;border-bottom:1px solid rgba(0,0,0,0.05);text-transform:capitalize;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}
.main-menu .navigation > li > ul > li > ul > li:last-child{border-bottom:none}
.main-menu .navigation > li > ul > li > ul > li > a{position:relative;display:block;padding:13px 20px;line-height:24px;font-weight:500;font-size:14px;color:#fff;text-align:left;text-transform:uppercase;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}
.main-menu .navigation > li > ul > li > ul > li > a:hover{padding-left:50px}
.main-menu .navigation > li.dropdown:hover > ul{visibility:visible;opacity:1;top:100%;margin-top:0}
.main-menu .navigation li > ul > li.dropdown:hover > ul{visibility:visible;opacity:1;top:0;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}
.main-menu .navigation li.dropdown .dropdown-btn{position:absolute;right:10px;top:6px;width:34px;height:30px;border:1px solid #37435c;text-align:center;font-size:18px;line-height:26px;color:#fff;cursor:pointer;z-index:5;display:none}
.main-slider{position:relative;z-index:10}
.main-slider .slider{position:relative}
.main-slider .slider .slider-item img{width:100%;height:650px;object-fit:cover}
.main-slider .slider .slider-item .slider-container{position:absolute;top:42%;transform:translate(0,-42%);max-width:640px}
.main-slider .slider .slider-item h3{z-index:9999;color:#fff;font-size:56px;font-weight:700;line-height:56px;margin-bottom:20px}
.main-slider .slider .slider-item p{display:block;z-index:9999;color:#fff;font-size:20px;line-height:24px;font-weight:400;margin-bottom:30px}
.main-slider .slider .slider-item a{display:inline-block;z-index:9999;color:#fff;font-size:17px;line-height:20px;font-weight:400;border:2px solid rgba(255,255,255,0.4);border-radius:6px;padding:8px 15px 10px}
.main-slider .slider .slider-item a span{padding-left:10px}
.main-slider .slider .owl-dots{display:none}
.main-slider .slider .owl-nav{position:absolute;left:0;top:50%;width:100%;margin-top:-32px}
.main-slider .slider .owl-nav span{font-size:22px;color:rgba(255,255,255,1);display:block;line-height:22px;text-align:center}
.main-slider .slider .owl-nav .owl-prev{position:absolute;left:40px;display:inline-block;background:rgba(255,255,255,0.5);border-radius:50%;padding:20px 22px 20px 18px;height:60px;width:60px}
.main-slider .slider .owl-nav .owl-next{position:absolute;right:40px;display:inline-block;background:rgba(255,255,255,0.5);border-radius:50%;padding:20px 18px 20px 22px;height:60px;width:60px}
.main-slider .slider .owl-nav .owl-prev:hover,.main-slider .slider .owl-nav .owl-next:hover{background:rgba(255,255,255,0.6)}
.services-block{position:relative;margin-bottom:40px}
.services-block img{width:100%;display:block;background-color:#444;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.services-block:hover img{opacity:.6}
.services-block .inner-box .content{position:relative;border:1px solid transparent;border-top:0;padding-bottom:13px;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);box-shadow:0 0 30px 0 rgba(0,0,0,0.10)}
.services-block .inner-box:hover .content{border-color:#f2f2f2;box-shadow:none}
.services-block .inner-box .content p{color:#848484;font-size:16px;line-height:22px;padding:10px 20px 0}
.services-block .inner-box .content h2 a{font-size:18px;font-weight:500;line-height:20px;padding:12px 20px;border-bottom:1px solid #f2f2f2;display:block}
.services-block .inner-box .content h2 a,.services-block .inner-box .content h2 a:hover{color:#06122c}
.services-price-section{position:relative;padding:64px 0 60px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.90);z-index:8!important}
.services-price-section h5{color:#06122c;font-size:27px;font-weight:500;line-height:28px;text-align:center}
.services-price-section span{display:block;content:"";width:80px;height:5px;margin:9px auto 50px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-center.png) center top no-repeat}
.services-price-block .services-price-contain{border:2px solid #ddd;border-radius:4px;margin-bottom:30px}
.services-price-block .services-price-contain .icon{width:20%;display:inline-block;float:left;border-right:1px dotted #eee;min-height:100px;padding:18px}
.services-price-block .services-price-contain .icon img{width:100%;max-width:64px;max-height:64px;margin:0 auto;display:block}
.services-price-block .services-price-contain .description{width:60%;display:inline-block;float:left;border-right:2px dotted #eee;min-height:100px;padding:18px}
.services-price-block .services-price-contain .description h6{color:#06122c;font-size:18px;font-weight:500;line-height:18px;margin:0 0 8px;padding:0}
.services-price-block .services-price-contain .description p{font-size:15px;font-weight:400;line-height:19px;color:#888;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.services-price-block .services-price-contain .price{width:20%;display:inline-block;float:left;min-height:100px;padding:32px 0}
.services-price-block .services-price-contain .price em{font-size:27px;font-weight:500;color:#06122c;line-height:32px;font-style:normal;margin:0;padding:0;display:block;text-align:center}
.news-section{position:relative}
.news-block{position:relative;margin-bottom:40px;padding-bottom:45px;border-bottom:1px solid #d0d0d0}
.news-block:last-child{margin-bottom:0}
.news-block .inner-box{position:relative;padding-bottom:25px}
.news-block .inner-box .image{position:relative;background-color:#fff}
.news-block .inner-box .image img{background:#dcdcdc;border-radius:6px;border-bottom:1px solid #555;width:100%}
.news-block .inner-box:hover .image img{opacity:.8}
.news-block .inner-box .content h2{line-height:28px;font-size:25px;font-weight:400;margin:11px 0 0}
.news-block .inner-box .content h2 a{position:relative;color:#06122c;display:block}
.news-block .inner-box .content span{display:block;content:"";width:80px;height:5px;margin:8px 0 13px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.news-block .inner-box .content .post-info{position:relative;color:#aaa;font-size:16px;margin:0 0 7px}
.news-block .inner-box .content .post-info ul{margin-bottom:10px}
.news-block .inner-box .content .post-info li{margin-right:15px;display:inline-block;color:#aaa}
.news-block .inner-box .content .post-info li a{color:#aaa;text-decoration:none}
.news-block .inner-box .content .post-info li a:hover{color:#34495e;text-decoration:none}
.news-block .inner-box .content .post-info li i{font-size:13px;margin-right:5px;color:#888;position:relative;top:1px;font-style:normal}
.news-block .inner-box .content p{font-size:16px;color:#777;margin:0 0 10px;padding:0;line-height:22px;text-align:justify}
.news-block .inner-box .content a.link{float:right;padding:6px 10px;font-size:15px;line-height:19px;background:#06122c;color:#fff;border-radius:3px}
.services-section-two{position:relative}
.services-section-two .inner-container{position:relative;margin-top:-100px}
.services-section-two .inner-container > .row{position:relative;margin:0 -5px}
.services-section-two .column{position:relative;padding:0 5px}
.services-section-two .blocks-column{position:relative;margin-bottom:10px}
.services-section-two .blocks-column .columns-inner{background-color:#fff;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 6px 15px 0 rgba(0,0,0,0.10);box-shadow:0 6px 15px 0 rgba(0,0,0,0.10)}
.services-section-two .column .services-block-three{position:relative;overflow:hidden;padding:40px 0 30px}
.services-block-three .inner-box{position:relative;text-align:center;padding:40px 25px 0;border-right:1px solid #f2f2f2;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.services-block-three:last-child .inner-box{border-right:0}
.services-block-three:after{position:absolute;content:'';left:0;bottom:0;width:100%;height:2px;opacity:0;background-color:#06122c;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.services-block-three:hover::after{opacity:1}
.services-block-three .inner-box .icon-box{position:relative;color:#06122c;font-size:46px;margin-bottom:96px}
.services-block-three .inner-box .icon-box:before{position:absolute;content:'';left:50%;top:-25px;width:80px;height:80px;margin-left:-40px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #f2f2f2;background-color:#fff}
.services-block-three .inner-box .icon-box img{position:absolute;z-index:9999;margin-left:-31px;top:-17px}
.services-block-three .inner-box .icon-box:after{position:absolute;content:'';left:50%;top:-95px;width:1px;height:55px;margin-left:-1px;background-color:#f2f2f2}
.services-block-three .inner-box .icon-box .icon{position:relative;z-index:1}
.services-block-three .inner-box h2{position:relative;color:#06122c;font-size:21px;font-weight:500;margin-bottom:15px}
.services-block-three .inner-box h2 a{position:relative;color:#06122c;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.services-block-three .inner-box p{position:relative;color:#848484;font-size:17px;line-height:28px;min-height:57px}
.services-block-four{position:relative}
.services-block-four .inner-box{position:relative;text-align:center;padding:40px 30px;background:#132b38 url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/bg-pattern.png) repeat}
.services-block-four .inner-box .icon-box{position:relative;color:#06122c;font-size:56px;line-height:1em;margin-bottom:17px}
.services-block-four .inner-box h6{position:relative;color:#fff;font-size:20px;font-weight:500;line-height:1.5em;margin-bottom:25px}
.services-block-four a{position:relative;line-height:24px;color:#fff;font-size:14px;font-weight:500;background:#d5ac63;display:inline-block;padding:11px 23px;letter-spacing:1px;text-transform:uppercase;border:2px solid #d5ac63;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.services-block-four a .icon{position:relative;top:2px;font-size:18px;margin-right:4px;margin-left:5px}
.about-section{position:relative;padding:90px 0 0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.90);z-index:10!important}
.about-section .content-column{position:relative;margin-bottom:0}
.about-section .content-column .inner-column{position:relative}
.about-section .content-column h1{position:relative;color:#06122c;font-size:26px;font-weight:500;line-height:27px;margin:0;padding:0}
.about-section .content-column span{display:block;content:"";width:80px;height:5px;margin:9px 0 24px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.about-section .content-column .text{position:relative}
.about-section .content-column .text p{position:relative;color:#848484;font-size:17px;font-weight:400;line-height:24px;margin-bottom:13px;text-align:justify}
.about-section .content-column .text p strong{font-weight:500}
.about-section .content-column .text p:last-child{margin-bottom:0}
.about-section .image{position:relative}
.about-section .image img{position:relative;width:435px;display:block;float:right}
.category-section{position:relative;padding:67px 0 80px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/category-bg.webp) center top no-repeat;z-index:9!important}
.category-section h4{position:relative;color:#fff;font-size:27px;font-weight:500;line-height:28px}
.category-section span{display:block;content:"";width:80px;height:5px;margin:9px 0 50px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-white-left.png) left top no-repeat}
.category-section .category-list .list{background:#fff;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 6px 15px 0 rgba(0,0,0,0.10);box-shadow:0 6px 15px 0 rgba(0,0,0,0.10)}
.category-section .category-list .list a{margin:0;padding:0;display:block;padding-bottom:20px}
.category-section .category-list .list img{width:100%;margin:0;padding:0;display:block}
.category-section .category-list .list h3{font-size:18px;color:#06122c;line-height:20px;font-weight:500;margin:0;padding:15px 20px 13px;border-bottom:1px solid #e9e9e9;display:block}
.category-section .category-list .list p{font-size:16px;color:#888;line-height:22px;margin:0;padding:15px 20px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.statistic-section{background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/statistic-bg.webp) center center no-repeat;position:relative;z-index:6;padding:80px 0}
.statistic-section .row .col:first-child{display:none}
.statistic-section h4{font-size:35px;margin:0;font-weight:700;padding:2px 0 6px;position:relative;color:#fff;text-shadow:1px 1px 0 #34220c}
.statistic-section h4:before{content:"";background-color:#fff;width:35px;height:5px;position:absolute;left:0;bottom:-9px;border-radius:2px}
.statistic-section img{margin:0 auto;padding:0;display:block}
.statistic-section span{font-size:22px;font-weight:500;color:#fff;text-shadow:1px 1px 0 #34220c;display:block;text-align:center;margin:0;padding:9px 0 0;line-height:22px}
.footer-gallery-section{position:relative;padding:60px 0;z-index:5!important;box-shadow:0 1px 1px #999}
.footer-gallery-section .owl-nav .owl-prev,.footer-gallery-section .owl-nav .owl-next{background:transparent;font-size:23px;color:#012c59;background:#fff;border:1px solid #ddd;padding:17px 24px;position:absolute;top:32%}
.footer-gallery-section .owl-nav .owl-prev:hover,.footer-gallery-section .owl-nav .owl-next:hover{color:#00172e}
.footer-gallery-section .owl-nav .owl-prev{left:-106px}
.footer-gallery-section .owl-nav .owl-next{right:-106px}
.bulletin-section{position:relative;padding:53px 0 60px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/bulletin-bg.png) center top no-repeat;box-shadow:0 1px 1px #999;z-index:4!important}
.bulletin-section span{font-size:27px;font-weight:500;color:#888;text-shadow:1px 1px 0 #fff;margin:0 0 30px;padding:0;line-height:30px;text-align:center;display:block}
.bulletin-section form{margin:0;padding:0;position:relative}
.bulletin-section input[type="email"]{width:100%;display:block;font-size:14px;line-height:16px;color:#999;margin:0;padding:15px;border-radius:3px;box-shadow:0 1px 1px 0 #aaa}
.bulletin-section input[type="submit"]{position:absolute;top:0;right:0;background:#06122c;border-radius:3px;font-size:18px;line-height:20px;font-weight:500;color:#fff;margin:0;padding:13px 30px}
.bulletin-section #sonuc{position:absolute;top:43px;left:0;background:#fff;display:block;margin:0;border-radius:3px;box-shadow:0 1px 0 0 #aaa}
.bulletin-section #sonuc em{font-size:14px;font-weight:400;font-style:normal;color:#898989;margin:0;padding:0 15px;line-height:25px}
.bulletin-section #sonuc img{display:none!important}
.form-content form{margin-bottom:30px}
.form-content h2{position:relative;color:#06122c;font-size:29px;font-weight:400;line-height:32px}
.form-content span{display:block;margin-bottom: 20px;}
.form-content span.wpcf7-not-valid-tip{margin-bottom: 0;}
.form-content label{display:block;font-size:15px;line-height:26px;color:#06122c;font-weight:500;margin:0;padding:0}
.form-content input,textarea{width:100%;font-weight:500;font-size:15px;border:1px solid #d9d9d9;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin: 0 0 5px 0;padding:10px 0;text-indent:10px;background:#fafafa;color:#aaa;outline:0;}
.form-content input[type="submit"]{width:auto;border:none;text-indent:0;display:inline-block;float:left;color:#fff;cursor:pointer;margin:0;font-size:16px;line-height:16px;padding:11px 20px;background:#06122c;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.form-content #sonuc{float:left;display:inline-block;margin:10px 0 9px 16px}
.form-content #sonuc em{font-size:15px;font-style:normal;color:#06122c;margin:0;padding:0}
.footer ul,.footer li,.footer p,.footer a{color:#fff;list-style:none}
.footer .upper-footer{padding:60px 0 62px;background-color:#373a3c;box-shadow:inset 0 1px 1px #111,0 1px 1px #111;position:relative;z-index:12}
.footer .upper-footer .widget > h6{position:relative;color:#fff;font-size:21px;font-weight:500;line-height:23px;margin-bottom:20px}
.footer .upper-footer .widget > h6:before{content:"";position:absolute;width:30px;height:2px;background:#fff;left:0;top:32px}
.footer .upper-footer .widget > h6:after{content:"";position:absolute;width:100%;height:1px;border-bottom:1px solid #2c2f32;box-shadow:0 1px 0 #434648;left:0;top:34px}
.footer .upper-footer .about-widget p{font-size:14px;font-weight:400;line-height:20px;text-align:justify;letter-spacing:-.1px;margin:0;padding:0}
.footer .upper-footer .social-widget li{float:left;display:inline-block;background:#333;border-radius:2px;padding:0;margin:5px 11px 3px 0}
.footer .upper-footer .social-widget li:nth-child(3n+3){margin-right:0}
.footer .upper-footer .social-widget li a i{font-size:16px;width:43px;height:43px;text-align:center;padding:13px;display:block;color:#a3a3a3}
.footer .upper-footer .links-widget{overflow:hidden}
.footer .upper-footer .links-widget ul li{position:relative;padding-left:13px;margin-bottom:1px}
.footer .upper-footer .links-widget ul li a{font-size:14px;margin:0;padding:0;line-height:24px}
.footer .upper-footer .links-widget ul li:before{font-family:"FontAwesome";content:"\f105";font-size:17px;color:#fff;position:absolute;left:0;top:3px}
.footer .upper-footer .contact-widget li{display:block;clear:both;padding:0;margin:25px 0 0}
.footer .upper-footer .contact-widget li:last-child{margin:9px 0 0}
.footer .upper-footer .contact-widget li:last-child i{margin-bottom:0}
.footer .upper-footer .contact-widget li i{font-size:16px;text-align:center;color:#a3a3a3;background:#333;width:43px;height:43px;margin:0 18px 6px 0;padding:14px;display:inline-block;float:left;border-radius:2px}
.footer .upper-footer .contact-widget li span{display:block;font-size:14px;line-height:21px;margin:0;padding:0}
.footer .upper-footer .contact-widget li em{display:block;font-size:28px;line-height:28px;font-style:normal;margin:0;padding:6px 0}
.footer .upper-footer .contact-widget li a:hover{color:#fff}
.footer .copyright-info{background-color:#303030;padding:20px 0;z-index:2}
.footer .copyright-info span{font-size:14px;color:#999;margin:0;padding:0;text-align:left;display:block;text-shadow:1px 1px 0 #222;line-height:21px}
.footer .copyright-info a{font-size:14px;color:#999;margin:0;padding:0 0 0 22px;text-align:right;display:block;text-shadow:1px 1px 0 #222;line-height:21px;float:right;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/webmaster-logo.png) 0 3px no-repeat}
.footer .copyright-info a:hover{color:#999}
.back-to-top{background-color:rgba(90,90,90,0.9);width:28px;height:28px;line-height:28px;text-align:center;display:none;position:fixed;z-index:999;right:16px;bottom:16px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
.back-to-top:hover{background-color:#4a4a4a}
.back-to-top i{font-size:18px;color:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.gallery-page-section{position:relative;padding:70px 0 30px;box-shadow:0 1px 1px #999;z-index:8!important}
.gallery-block{position:relative;margin-bottom:40px}
.gallery-block .inner-box{position:relative;border:1px solid transparent;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);box-shadow:0 0 30px 0 rgba(0,0,0,0.10);transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.gallery-block .inner-box:hover{border-color:#f2f2f2;box-shadow:none}
.gallery-block .inner-box .image{position:relative}
.gallery-block .inner-box .image img{position:relative;width:100%;display:block;background-color:#444;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.team-page-section{position:relative;padding:70px 0 30px;box-shadow:0 1px 1px #999;z-index:8!important}
.short-desc p{font-size:18px;font-weight:400;line-height:25px;color:#888;text-align:center;max-width:768px;display:block;margin:0 auto 60px}
.team-block{position:relative;margin-bottom:40px}
.team-block .inner-box{position:relative;border:1px solid transparent;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);box-shadow:0 0 30px 0 rgba(0,0,0,0.10);transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.team-block .inner-box:hover{border-color:#f2f2f2;box-shadow:none}
.team-block .inner-box figure{position:relative;margin-bottom: 0;}
.team-block .inner-box figure img{position:relative;width:100%;display:block;background-color:#444;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease}
.team-block .inner-box h3{position:relative;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.10);box-shadow:0 0 30px 0 rgba(0,0,0,0.10)}
.team-block .inner-box h3{position:relative;color:#06122c;font-size:18px;font-weight:500;display:block;text-align:center;padding:12px 6px}
.page-title{position:relative;padding:50px 0 20px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/breadcrumb-bg.jpg) center top no-repeat;box-shadow:inset 0 1px 1px #aaa,0 1px 1px #aaa;z-index:11!important}
.page-title h1{font-size:29px;font-weight:400;line-height:40px;color:#fff;text-shadow:1px 1px 0 #00153d;margin:0;padding:0;display:block;text-align:right}
.page-title .breadcrumb{background-color:transparent;padding:3px 0;margin:0;float:right}
.page-title .breadcrumb span{font-size:14px;color:#fff;margin-left:3px;text-shadow:1px 1px 0 #00153d}
.page-title .breadcrumb a{color:#fff; padding-right: 4px;}
.page-title .breadcrumb a:hover{color:#fff}
.page-section{position:relative;padding:80px 0;box-shadow:0 1px 1px #333;z-index:9!important}
body.page-id-2 .page-section{background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/world-bg.png) center top no-repeat;}
.page-section .company-img img{border-radius:4px;width:100%;margin:0;padding:0;line-height:0}
.page-section .inner-box h2{position:relative;color:#06122c;font-size:30px;font-weight:400;line-height:32px;padding-bottom: 15px;margin-bottom: 18px;}
.page-section .inner-box h2:before{position:absolute;bottom: 0px;content:"";width:80px;height:5px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat;}
.page-section .inner-box p{position:relative;color:#777;font-size:16px;line-height:22px;margin-bottom:20px;text-align:justify}
.page-section .inner-box p:last-child{margin-bottom:0}
.page-section .inner-box blockquote{padding:0 0 0 30px;margin:0 0 20px;border:none}
.page-section .inner-box blockquote:before{font-family:"FontAwesome";content:"\f10d";background:none;width:0;height:0;font-style:normal;color:#c8c8c8;font-size:20px;position:relative;top:2px;left:-30px;float:left}
.page-section .inner-box blockquote p{font-style:italic;margin:0}
.page-section .inner-box .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}
.company-statistic-section{position:relative;text-align:center;padding:100px 0;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/category-bg.webp) center top no-repeat}
.company-statistic-section img{width:64px;height:64px;display:block;margin:0 auto}
.company-statistic-section h3{position:relative;color:#fff;font-size:19px;line-height:22px;font-weight:500;margin-top:10px}
.styled-pagination{position:relative}
.styled-pagination li{position:relative;display:inline-block;margin:0 5px 0 0}
.styled-pagination li:last-child{margin-right:0}
.styled-pagination li.prev > a,.styled-pagination li.next > a{color:#999}
.styled-pagination li a span{padding:0;height:30px;font-size:20px}
.styled-pagination li a{position:relative;display:inline-block;line-height:38px;height:41px;font-size:19px;min-width:41px;color:#666;font-weight:500;text-align:center;background:#fff;border:1px solid #d6d6d6;border-radius:2px;text-transform:capitalize;transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease}
.styled-pagination li a:hover,.styled-pagination li a.active{color:#fff;border-color:#666;background-color:#666}
.sidebar-page-container{position:relative;overflow:hidden;padding:70px 0 0}
.sidebar-page-container .content-side{margin-bottom:55px}
.sidebar-page-container .sidebar-side{margin-bottom:72px}
.sidebar-page-container .sidebar-side .with-border{padding-left:30px}
.sidebar-page-container .sidebar-side .with-border:before{position:absolute;content:'';left:15px;top:-200px;width:1px;height:5000px;background-color:#f0f0f0}
.sidebar-widget{position:relative}
.sidebar h6{position:relative;color:#06122c;font-size:24px;font-weight:400;line-height:13px}
.sidebar span{display:block;content:"";width:80px;height:5px;margin:15px 0 20px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.sidebar .service-links ul{list-style-type:none}
.sidebar .service-links ul li{list-style:none;position:relative;margin:0;border-top:1px dotted #ccc;padding:0 0 0 15px}
.sidebar .service-links ul li a{font-size:17px;font-weight:400;padding:9px 0 11px;margin:0;color:#06122c;display:block}
.sidebar .service-links ul li:last-child{border-bottom:1px dotted #ccc}
.sidebar .service-links ul li:before{content:"\f0da";position:absolute;left:0;top:10px;font-size:20px;color:#d9d9d9;font-family:"FontAwesome"}
.sidebar .service-links ul li:hover a{color:#06122c}
.sidebar .contact{background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/caller-img.png) right bottom no-repeat;border-bottom:1px solid #e9e9e9;min-height:70px;margin:41px 0 50px}
.sidebar .contact a{font-size:29px;font-weight:500;line-height:36px;display:block;margin:0;padding:0;color:#06122c}
.sidebar .contact em{font-size:16px;color:#777;font-style:normal;display:block}
.sidebar .appointment{background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/appointment-img.png) right bottom no-repeat;border-bottom:1px solid #e9e9e9;min-height:70px;margin:41px 0 50px}
.sidebar .appointment a{font-size:29px;font-weight:500;line-height:36px;display:block;margin:0;padding:0;color:#06122c}
.sidebar .appointment em{font-size:16px;color:#777;font-style:normal;display:block}
.sidebar .about{margin-bottom:46px}
.sidebar .about p{color:#777;font-size:16px;font-weight:400;line-height:20px;margin:-5px 0 20px;text-align:justify}
.sidebar .about p:last-child{margin-bottom:0}
.sidebar .sidebar-gallery{width:100%;margin-bottom:47px}
.sidebar .sidebar-gallery img{width:100%;border-radius:2px;margin:0;padding:0}
.sidebar .sidebar-gallery .owl-nav .owl-prev,.sidebar .sidebar-gallery .owl-nav .owl-next{background:#fff;font-size:34px;border-radius:0;color:#888;margin:0;line-height:34px;position:absolute;top:42%}
.sidebar .sidebar-gallery .owl-nav .owl-prev:hover,.sidebar .sidebar-gallery .owl-nav .owl-next:hover{color:#666}
.sidebar .sidebar-gallery .owl-nav .owl-prev{left:1px;padding:0 10px 3px!important}
.sidebar .sidebar-gallery .owl-nav .owl-next{right:1px;padding:0 10px 3px!important}
.sidebar .social ul li{display:inline-block;list-style:none;margin-top:12px;padding:0;border:none;height:30px}
.sidebar .social ul li:before{content:""}
.sidebar .social ul li a{color:#fff;font-size:15px;padding:12px 19px;margin:0 6px 0 0;line-height:100%;background:#aaa;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
.sidebar .social ul li a i{width:21px;text-align:center}
.sidebar .social ul li:last-child a{margin-right:0}
.sidebar .sidebar-contact:first-child{margin-bottom:40px}
.sidebar .sidebar-contact .clearfix{margin-bottom:30px}
.sidebar .sidebar-contact h6{position:relative;color:#06122c;font-size:24px;font-weight:400;line-height:13px}
.sidebar .sidebar-contact span{display:block;content:"";width:80px;height:5px;margin:15px 0 20px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.sidebar .sidebar-contact i{min-width:45px;text-align:center;display:inline-block;float:left;font-size:30px;color:#aaa;margin:0;padding:0 15px 0 0}
.sidebar .sidebar-contact p{display:inline;font-size:15px;color:#6a6a6a;line-height:21px;text-align:justify}
.sidebar .sidebar-contact em{font-size:30px;color:#6a6a6a;line-height:28px;font-style:normal}
.sidebar .sidebar-contact em a{color:#6a6a6a;margin:0;padding:0;line-height:0}
.sidebar .sidebar-contact p a{font-size:20px;color:#6a6a6a;margin:0;padding:0;line-height:30px}
.sidebar .sidebar-contact #map{height:276px;border-radius:3px;border:1px solid #d9d9d9}
.sidebar .sidebar-contact #map iframe{width:100%;height:276px}
.news-single{position:relative}
.news-single .inner-box{position:relative}
.news-single .inner-box .image{position:relative;background-color:#fff;line-height:0}
.news-single .inner-box .image img{background:#dcdcdc;width:100%}
.news-single .inner-box .content .post-info{position:relative;color:#848484;background:#f5f5f5;font-size:16px;margin:0 0 24px;padding:0;text-align:right;border-bottom:1px solid #e3e3e3}
.news-single .inner-box .content .post-info li{display:inline-block;color:#aaa;padding:10px 18px 15px 20px;border-left:1px solid #e3e3e3}
.news-single .inner-box .content .post-info li:first-child{border:none}
.news-single .inner-box .content .post-info li a{color:#aaa;text-decoration:none}
.news-single .inner-box .content .post-info li a:hover{color:#34495e;text-decoration:none}
.news-single .inner-box .content .post-info li i{font-size:13px;color:#888;position:relative;top:1px;font-style:normal}
.news-single .inner-box .content .post-info li .fa{margin-right:5px}
.news-single .inner-box .content .text{position:relative;padding-bottom:10px}
.news-single .inner-box .content .text p{position:relative;color:#777;font-size:16px;font-weight:400;line-height:22px;margin-bottom:30px}
.news-single .inner-box .content .text blockquote{padding:0 0 0 35px;margin:0 0 25px;border:none}
.news-single .inner-box .content .text blockquote:before{font-family:"FontAwesome";content:"\f10d";background:none;width:0;height:0;font-weight:400;color:#777;font-size:20px;position:relative;top:0;left:-30px;float:left}
.news-single .inner-box .content .text blockquote p{font-size:16px;line-height:22px;font-style:italic;text-align:justify}
.news-single h2{position:relative;color:#06122c;font-size:29px;font-weight:400;line-height:32px}
.news-single span{display:block;content:"";width:80px;height:5px;margin:7px 0 24px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.news-single .news-gallery a{display:block}
.news-single .news-gallery img{width:100%;margin:13px 0;padding:0}
.service-detail{position:relative}
.service-detail .inner-box{position:relative}
.service-detail .inner-box .image{position:relative}
.service-detail .inner-box .image img{position:relative;width:100%;display:block}
.service-detail .inner-box .image .owl-nav{display:none}
.service-detail .inner-box .image .owl-dots{position:absolute;right:0;bottom:0;line-height:0;margin:8px}
.service-detail .inner-box .image .owl-dots .owl-dot{display:inline-block;margin-left:3px}
.service-detail .inner-box .image .owl-dots .owl-dot span{width:12px;height:12px;background:#000;border-radius:50%;display:block;border:2px solid #fff;margin: 0;}
.service-detail .inner-box .image .owl-dots .owl-dot.active span{width:22px;border-radius:10px;background:#b72b30}
.service-detail .inner-box .lower-content{position:relative;padding-top:27px}
.service-detail .inner-box .lower-content h2{position:relative;color:#06122c;font-size:29px;font-weight:400;line-height:32px}
.service-detail .inner-box .lower-content h5{position:relative;color:#06122c;font-size:20px;font-weight:400;line-height:25px}
.service-detail .inner-box .lower-content span{display:block;content:"";width:80px;height:5px;margin:7px 0 25px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-left.png) left top no-repeat}
.service-detail .inner-box .lower-content p{position:relative;color:#777;font-size:16px;font-weight:400;line-height:22px;margin-bottom:30px}
.service-detail .inner-box .lower-content a{color:#06122c}
.service-detail .inner-box .lower-content blockquote{padding:0 0 0 30px;margin:0 0 30px;border:none}
.service-detail .inner-box .lower-content blockquote:before{font-family:"FontAwesome";content:"\f10d";background:none;width:0;height:0;font-style:normal;color:#c8c8c8;font-size:20px;position:relative;top:2px;left:-30px;float:left}
.service-detail .inner-box .lower-content blockquote p{font-style:italic;margin:0}
.service-detail .inner-box .lower-content .service-icons{padding:12px 0}
.service-detail .inner-box .lower-content .service-icons .icons{background:#f4f4f4;display:block;padding:30px 0 26px}
.service-detail .inner-box .lower-content .service-icons .icons img{display:block;margin:0 auto 14px}
.service-detail .inner-box .lower-content .service-icons .icons h4{color:#06122c;font-size:17px;font-weight:500;text-align:center;line-height:22px}
.service-detail .service-gallery{margin-top:34px}
.service-detail .service-gallery a{display:block}
.service-detail .service-gallery img{width:100%;margin:13px 0;padding:0}
.accordion-box{position:relative;margin:35px 0 16px;padding:0;border:1px solid #f2f2f2;border-bottom:0}
.accordion-box .block{position:relative}
.accordion-box .block .acc-btn{padding:15px 55px 15px 20px;border-bottom:1px solid #f2f2f2;transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease}
.accordion-box .block .acc-btn h3{position:relative;font-size:18px;cursor:pointer;line-height:25px;color:#06122c;font-weight:500}
.accordion-box .block .acc-btn h3 strong{ font-weight: 500; }
.accordion-box .block .icon-outer{position:absolute;right:38px;top:18px;color:#06122c;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}
.accordion-box .block .icon-outer .icon{position:absolute;width:20px;height:20px;font-size:17px;line-height:17px;text-align:center;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.accordion-box .block .acc-content{position:relative;display:none}
.accordion-box .block .content{position:relative;padding:15px 20px;border-bottom:1px solid #e9e9e9}
.accordion-box .block .content p{color:#777;font-size:16px;font-weight:400;line-height:22px;margin-bottom:15px;text-align:justify}
.accordion-box .block .content p:last-child{margin-bottom:0}
.services-page-section{position:relative;padding:70px 0 30px;z-index:7!important;box-shadow:0 1px 1px #999}
.page-section p.short-desc{font-size:18px;font-weight:400;line-height:25px;color:#888;text-align:center;max-width:768px;display:block;margin:0 auto 60px}
.services-page-section h3{color:#06122c;font-size:27px;font-weight:500;line-height:28px;text-align:center}
.services-page-section span{display:block;content:"";width:80px;height:5px;margin:9px auto 50px;background:url(//adamsbrooklyn.com/wp-content/themes/barbershop/assets/images/title-line-red-center.png) center top no-repeat}
.quick-appointment{position:fixed;display:none;z-index:999;bottom:0;width:100%}
.quick-appointment a{display:inline-block;width:100%;background:#051433;margin:0;padding:13px 0 19px;text-align:center;border-top-left-radius:3px;border-top-right-radius:3px}
.quick-appointment span{display:inline-block;font-size:20px;line-height:25px;font-weight:500;color:#fff;margin:0;padding:0}
.quick-appointment img{position:relative;width:16px;height:16px;fill:#fff;margin:0 0 0 6px;padding:0;top:0}
.has-text-align-center{text-align:center!important;}
.has-text-align-right{text-align:right!important;}
.has-text-align-left{text-align:left!important;}