* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.page,
.post {
margin: 0 !important;
}
html {
box-sizing: border-box;
font-size: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
-ms-overflow-style: scrollbar;
}
a {
color: #1b1c1a;
display: inline-block;
outline: none;
text-decoration: none;
}
ul,
ol {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
a:hover,
a:focus,
a:visited {
color: inherit;
text-decoration: none;
outline: none;
}
.bg-brown {
background-color: #1b1c1a;
}
@font-face {
font-family: "Avenir";
src: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/fonts/AvenirLTStd-Roman.otf) format("otf");
src: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/fonts/avenirltstd-roman-webfont.woff2) format("woff2"), url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/fonts/avenirltstd-roman-webfont.woff) format("woff"), url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/fonts/avenirltstd-roman-webfont) format("svg");
font-weight: normal;
font-style: normal;
}
body {
color: rgba(0, 0, 0, 0.8);
font-family: "Avenir";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
-webkit-font-smoothing: antialiased;
}
.menu-open,
.drawer-open {
overflow: hidden;
margin-right: 15px;
}
a.btn,
.btn a,
.btn input[type="submit"],
.btn_border input[type="submit"] {
background: #f00;
border-radius: 4px;
border: 2px solid #f00;
color: #ffffff;
font-family: "Avenir";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px;
padding: 14px 32px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s;
display: inline-flex;
}
a.btn.white,
.btn.white a,
.btn.white input[type="submit"] {
background: #ffffff;
color: #f00;
}
a.btn_border,
.btn_border input[type="submit"] {
background-color: #000000;
}
a.btn_border:hover,
.btn_border input[type="submit"]:hover {
color: #fff;
}
a.btn:hover,
.btn a:hover,
.btn input[type="submit"]:hover,
a.btn.white:hover,
.btn.white a:hover,
.btn.white input[type="submit"]:hover {
background: #000000;
border-color: #000000;
color: #ffffff;
}
p {
font-family: "Avenir";
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgba(0, 0, 0, 0.8);
font-weight: 500;
letter-spacing: 0.3px;
line-height: 90px;
margin-bottom: 15px;
}
h1 {
font-size: 68px;
font-family: Times New Roman;
line-height: 64px;
font-weight: 700;
}
h2 {
font-size: 56px;
font-family: Times New Roman;
line-height: 64px;
font-weight: 700;
}
h3 {
font-size: 44px;
font-family: Avenir;
line-height: 1.5;
}
h4 {
font-size: 32px;
font-family: Avenir;
line-height: 1.5;
}
h5 {
font-size: 20px;
font-family: Avenir;
line-height: 30px;
}
h6 {
font-size: 14px;
font-family: Avenir;
line-height: 24px;
}
.footer-menu ul li a:hover,
.footer-details ul li span.text a:hover,
.copyright-text a:hover,
.menu-link li a:hover {
color: #f00;
}
.gray-txt {
color: #1b1c1a;
}
section,
.section {
margin: 96px 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
border-radius: 0;
border: 0;
border-bottom: 1px solid #1b1c1a;
color: rgba(0, 0, 0, 0.6) !important;
font-family: "Avenir";
font-weight: 400;
margin: 0 0 5px 0;
padding: 0 0 24px 0;
width: 100%;
}
input:focus,
textarea:focus {
outline: 0;
border-color: #f00;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
color: #1b1c1a !important;
}
textarea {
height: 48px;
overflow: hidden;
}
.wpcf7-not-valid-tip {
font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
border-color: #f00;
font-size: 14px;
text-align: center;
}
.wpcf7-spinner {
top: 10px;
}
.grecaptcha-badge {
z-index: 99;
}
.overlay-div {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.skip-link.screen-reader-text {
display: none;
}
.small-title {
color: #f00;
font-size: 14px;
line-height: 1.5;
margin-bottom: 15px;
}
.text-red {
color: #f00;
}
.site {
overflow: hidden;
position: relative;
} .site-header {
background: #fff;
padding: 5px 0;
transition: all 0.5s ease-in-out;
width: 100%;
z-index: 1;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.site-header.sticky-header {
padding: 10px 0;
}
.site-header .row {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.site-header .site-branding,
.site-header .main-navigation {
width: auto;
}
.site-header .site-branding {
margin: 10px 0px;
}
.navbar-close {
display: none;
position: absolute;
left: auto;
right: -75px;
top: 0;
bottom: 0;
height: 28px;
margin: auto;
cursor: pointer;
}
.site-header .main-navigation.active .navbar-close {
display: block;
}
.site-header .main-navigation {
display: flex;
padding: 0px 15px;
}
.main_menu ul li {
display: inline-block;
margin-left: 40px;
padding-bottom: 15px;
padding-top: 15px;
position: relative;
}
.main_menu ul li.defualt_btn a {
padding: 10.5px 24px;
color: #1b1c1a !important;
}
.main_menu ul li.defualt_btn a:hover {
color: #f00 !important;
}
.main_menu ul li a {
color: #1b1c1a;
font-family: "Avenir";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 17px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.main-header {
background-color: #fff;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
border: 1px solid #e2e5e6;
transition: top 0.4s ease-in-out;
}
.nav-up .main-header {
top: -100px;
}
.show-restricte .nav-up .main-header {
top: 0;
}
.site-branding a > img {
max-width: 260px;
width: 100%;
height: auto;
}
.main-navigation ul {
align-items: center;
}
.main-navigation li {
margin-left: 40px;
position: unset;
padding: 0;
}
.main-navigation a {
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.56px;
text-transform: uppercase;
position: relative;
display: inline-block;
}
.main-navigation li.btn a {
color: #ffffff;
}
.main-navigation .menu li.btn a:after {
display: none;
}
.main-navigation a:hover,
.main-navigation a.active {
color: #000;
}
.main-navigation .menu li a:after {
content: "";
background: #000000;
display: block;
height: 1px;
position: absolute;
bottom: -3px;
top: auto;
left: 0;
right: 0;
width: 100%;
transform-origin: right top;
transform: scale(0, 1);
transition: color 0.1s, transform 0.2s ease-out;
}
.main-navigation .menu li a.active:after,
.main-navigation .menu li a:hover:after,
.main-navigation .menu li.current-menu-ancestor > a:after {
transform-origin: left top;
transform: scale(1, 1);
}
.main-navigation a:focus {
outline: none;
}
.main-navigation ul.menu > li > ul.sub-menu > li > a {
color: rgba(0, 0, 0, 0.8);
font-size: 32px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 15px;
width: auto;
display: inline-flex;
position: relative;
text-transform: initial;
width: auto;
flex-direction: row-reverse;
align-items: center;
justify-content: start;
}
.main-navigation ul.menu > li > ul.sub-menu {
background: #fff;
display: none;
flex-direction: column;
box-shadow: none;
visibility: hidden;
opacity: 0;
align-items: start;
}
.main-navigation ul.menu > li > ul.sub-menu li {
margin: 0;
display: flex;
flex-direction: column;
width: auto;
}
.main-navigation ul.menu > li > ul.sub-menu li.arrow > a {
position: relative;
padding-right: 30px;
}
.main-navigation ul.menu > li > ul.sub-menu li.arrow > a:before {
content: "";
background-image: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/images/menu-arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 24px;
height: 24px;
margin: auto 10px;
position: absolute;
right: 0;
top: 3px;
margin: auto;
}
.main-navigation ul.menu > li > ul.sub-menu li.menu-item-has-children > a:before {
content: "";
background-image: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/images/menu-arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 24px;
height: 24px;
}
.main-navigation ul.menu > li > ul.sub-menu li.menu-item-has-children > a.open:before {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
.main-navigation ul.menu > li.menu-item-has-children > a.open:before,
.main-navigation ul.menu > li > ul.sub-menu li.menu-item-has-children > a:before {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
}
.main-navigation ul.menu > li > ul.sub-menu li.menu-item-has-children.hover > a:before {
rotate: 180deg;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
top: -5px;
}
.site-header .main-navigation.active {
background: #fff;
z-index: 9;
position: relative;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu {
display: flex;
top: 120px;
padding: 0px 55px;
left: 0;
height: calc((var(--vh, 1vh) * 100) - 148px);
width: 100%;
visibility: visible;
opacity: 1;
overflow-y: scroll;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu::-webkit-scrollbar {
width: 4px;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.3);
}
.main-navigation ul.menu > li > ul.sub-menu li > ul.sub-menu {
position: static;
flex-direction: column;
box-shadow: none;
display: none;
margin-bottom: 15px;
width: auto;
clear: both;
}
.main-navigation ul.menu > li > ul.sub-menu li.hover > ul.sub-menu {
display: block;
width: 100%;
}
.main-navigation ul.menu > li > ul.sub-menu li > ul.sub-menu > li > a {
color: rgba(0, 0, 0, 0.6);
font-size: 20px;
line-height: 1.5;
text-transform: capitalize;
margin-bottom: 10px;
width: auto;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu::-webkit-scrollbar {
width: 4px;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.3);
} .menu-icon .line {
width: 34px;
height: 2px;
background-color: #000000;
border-radius: 1.89389px;
display: block;
margin: 8px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
border-radius: 50px;
}
.menu-toggle .menu-icon {
overflow: hidden;
cursor: pointer;
}
.menu-toggle span.line:nth-child(1) {
rotate: 0deg;
top: 0;
}
.menu-toggle.active span.line:nth-child(1) {
top: 10px;
top: 10px;
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.menu-toggle span.line:nth-child(2) {
transform: translateX(0%);
}
.menu-toggle.active span.line:nth-child(2) {
transform: translateX(-101%);
}
.menu-toggle span.line:nth-child(3) {
rotate: 0deg;
top: 0;
}
.menu-toggle.active span.line:nth-child(3) {
top: -10px;
-ms-transform: rotateZ(-45deg);
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
} .main-slider {
position: relative;
height: calc((var(--vh, 1vh) * 100) - 98px);
padding: 0;
}
.slider-wrapper,
.main-slider .slick-list,
.main-slider .slick-track {
height: 100%;
width: 100%;
}
.main-slider .slick-track {
float: left;
}
.main-slider .slide-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
object-position: center center;
}
.main-slider .overlay-div {
background: #000000;
opacity: 40%;
}
.main-slider .overlay-div.opacity-20 {
opacity: 20%;
}
.main-slider .slider-content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #ffffff;
}
.main-slider .slider-content .container {
padding: 0;
}
.main-slider .slider-content .row {
position: relative;
z-index: 1;
margin: 0px 15px;
}
.main-slider .slider-content .container .content {
padding: 0;
}
.main-slider h2.title {
font-family: Times New Roman;
font-size: 56px;
font-weight: 700;
letter-spacing: -3.36px;
text-transform: uppercase;
}
.main-slider h1 {
font-size: 64px;
line-height: 74px;
}
.main-slider h4.subtitle {
margin-bottom: 20px;
}
.main-slider .slider-content .btn {
display: inline-flex;
width: auto;
margin: auto;
}  .description,
.description p {
font-size: 20px;
padding-top: 0px;
line-height: 1.5;
margin-bottom: 15px;
font-family: Avenir;
}
.description p {
padding: 0;
}
.text-module h4 {
font-weight: 400;
}
.text-module h2.title,
.text-module h2.title p {
font-size: 40px;
margin-bottom: 15px;
font-family: Avenir;
text-transform: initial;
line-height: 60px;
font-weight: 500;
}
.text-module .btn-wrapper {
text-align: center;
}
.text-module .btn-wrapper a.btn {
margin: 0px 15px;
}  .image-text-module,
.image-text-module .container,
.image-text-module .container .row {
height: 100%;
}
.image-text-module.full-width .container {
padding: 0;
max-width: 100%;
}
.image-text-module h2.title,
.image-text-module h2.title p {
font-family: Avenir;
font-size: 40px;
line-height: 60px;
font-weight: 500;
}
.image-text-module h3.title,
.image-text-module h3.title p {
font-family: Avenir;
font-size: 32px;
line-height: 48px;
font-weight: 500;
}
.image-text-module .content span {
color: #f00;
font-size: 32px;
font-weight: 500;
line-height: 1.5;
}
.image-text-module .container .img-wrapper {
height: 100%;
}
.image-text-module a.btn {
margin-right: 22px;
margin-bottom: 10px;
}
.image-text-module img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
object-position: center;
min-height: 550px;
}
.image-text-module.location img {
max-height: 519px;
}
.image-text-module .content {
padding: 55px;
}
.image-text-module.reverse .row {
flex-direction: row-reverse;
}
.image-text-module .description,
.image-text-module p {
font-size: 24px;
line-height: 36px;
} .image-text-module.slider .content-slider-wrapper {
height: 100%;
width: 100%;
padding: 45px;
}
.image-text-module.slider .content-slider-wrapper .slick-slider,
.image-text-module.slider .content-slider-wrapper .slick-slider .slick-list,
.image-text-module.slider .content-slider-wrapper .slick-slider .slick-list .slick-track {
height: 100%;
}
.image-text-module.slider .content-slider-wrapper .content {
display: flex;
flex-direction: column;
padding: 10px 10px 25px;
justify-content: center;
}
.slick-dots {
display: flex;
gap: 10px;
padding: 0px 10px;
}
.image-text-module.slider .slick-dots {
position: absolute;
bottom: 0;
top: auto;
left: 0;
right: auto;
}
.slick-dots li button {
font-size: 0;
border: none;
border-radius: 50%;
background: #000000;
height: 10px;
width: 10px;
}
.slick-dots li.slick-active button {
background: #f00000;
}  .parallax-module {
max-height: 655px;
position: relative;
overflow: hidden;
}
.parallax-module .image-wrapper {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 14% 0px;
min-height: 400px;
background-repeat: repeat-y !important;
background-size: cover !important;
}
.parallax-module .content {
position: relative;
text-align: center;
left: 0;
right: 0;
bottom: auto;
}
.parallax-module h2 {
margin-bottom: 25px;
}
.parallax-module .content a.btn {
display: inline-block;
width: auto;
margin: auto;
}
.parallax-module .overlay-div {
background: #000000;
opacity: 40%;
}
.parallax-module h1 {
font-size: 64px;
font-weight: 700;
line-height: 74px;
}  .product-module {
position: relative;
clear: both;
}
.product-module .container {
max-width: 100%;
}
.product-module .container .row .product-wrapper {
padding: 0;
}
.product-wrapper .slick-list {
margin: 0px -20px;
}
.product-wrapper .product-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px;
position: relative;
}
.product-wrapper .product-inner .product-img {
padding: 0px;
font-size: 12px;
line-height: 18px;
width: 100%;
display: flex;
justify-content: center;
}
.product-wrapper .product-inner .product-title {
font-size: 25px;
line-height: 40px;
font-weight: 500;
text-decoration: none;
color: #000;
display: block;
text-align: center;
margin-top: 20px;
}
.product-wrapper .product-inner .btn-link:focus {
outline: none;
}  footer {
background: #000000;
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.56px;
}
.footer-top {
margin: 56px 0px;
}
.footer-bottom {
margin: 30px 0px 40px;
position: relative;
}
.footer-title {
color: #fff;
font-size: 20px;
font-weight: 800;
line-height: 30px;
letter-spacing: 0.8px;
margin-bottom: 35px;
}
footer a {
color: #ffffff;
}
footer a:hover {
color: #f00;
}
footer ul.two-column {
-moz-column-gap: 48px;
-webkit-column-gap: 48px;
column-gap: 48px;
-moz-column-fill: auto;
-webkit-column-fill: auto;
column-fill: auto;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
footer li {
margin-bottom: 20px;
}
.site-info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
footer form label {
font-size: 14px;
line-height: 35px;
text-transform: uppercase;
display: block;
}
footer form input[type="email"] {
margin-top: 15px;
padding: 16px;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
line-height: 1.5;
text-transform: uppercase;
}
footer form input[type="email"]::-webkit-input-placeholder {
color: #000;
opacity: 60%;
}
footer form input[type="email"]::-moz-placeholder {
color: #000;
opacity: 60%;
}
footer form input[type="email"]:-ms-input-placeholder {
color: #000;
opacity: 60%;
}
footer form input[type="email"]::-ms-input-placeholder {
color: #000;
opacity: 60%;
}
footer form p {
margin: 0;
}
footer form input[type="submit"] {
display: block;
width: 100%;
background: #ffffff;
color: #000;
font-size: 14px;
text-transform: uppercase;
line-height: 1.5;
letter-spacing: 0.56px;
padding: 16px;
border: none;
border-radius: 4px;
margin-top: 12px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
footer form input[type="submit"]:hover {
background: #f00;
color: #ffffff;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}  .location-links {
background: #f3f3f3;
}
.location-links ul {
justify-content: end;
align-items: center;
flex-wrap: wrap;
column-gap: 40px;
}
.location-links ul li {
margin: 18px 0px;
}
.location-links a {
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.56px;
text-transform: uppercase;
}
.location-module a.email,
.location-links a:hover {
color: #f00;
} .location-module {
font-size: 20px;
line-height: 1.5;
}
.location-module .location-center {
overflow: hidden;
}
.location-module .row > *:not(:last-child) {
margin-bottom: 40px;
}
.location-center-right {
flex-direction: column;
}
.location-center-right > div {
display: flex;
gap: 32px;
justify-content: space-between;
text-align: right;
}
.location-module h2 {
font-family: Avenir;
font-size: 40px;
line-height: 60px;
font-weight: 500;
}
.location-module h4 {
margin-bottom: 0;
}
.location-module a.email:hover {
text-decoration: underline;
}  .our-menu-module {
color: rgba(0, 0, 0, 0.6);
font-family: Avenir;
font-size: 24px;
font-style: normal;
font-weight: 350;
line-height: 150%;
}
.our-menu-module ul.our-menu.our-menu li {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
vertical-align: top;
align-items: end;
font-weight: 500;
gap: 20px;
}
.our-menu-module .name {
color: rgba(0, 0, 0, 0.8);
font-size: 32px;
line-height: 1.5;
}
.our-menu-module ul.our-menu span {
color: rgba(0, 0, 0, 0.6);
font-size: 24px;
line-height: 1.5;
margin: 0px 5px;
} .our-team-module {
background: #000000;
color: #ffffff;
padding: 112px 0px 135px;
margin-bottom: 0;
}
.our-team-wrapper .slick-track {
margin-left: 0;
}
.our-team-module .team-member {
padding-right: 77px;
position: relative;
overflow: hidden;
}
.our-team-module h2.title-name,
.our-team-module h2.title-name a {
color: #fff;
font-size: 40px;
line-height: 60px;
font-family: Avenir;
font-weight: 500;
}
.team-content {
padding-bottom: 40px;
}
.our-team-module .designation {
position: absolute;
bottom: 0;
color: #fff;
font-family: Avenir;
font-size: 20px;
line-height: 1.5;
min-height: 60px;
}
.our-team-module .team-image img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 180/215;
}
.our-team-module .team-image {
margin-bottom: 15px;
} .app-gallery {
display: flex;
column-gap: 20px;
align-items: center;
justify-content: center;
margin: 40px 0px 50px;
}
.app-gallery img {
border-radius: 13px;
max-width: 250px;
} .careers-form {
margin-top: 2em;
padding: 0 6em;
font-size: 15px;
}
.careers-form .container {
max-width: 605px;
}
.careers-form p {
margin-bottom: 0;
}
.careers-form p:last-child {
margin-bottom: 0;
}
.careers-form input[type="text"],
.careers-form textarea,
.careers-form input[type="email"],
.careers-form input[type="file"],
.careers-form input[type="number"],
.careers-form .nice-select {
width: 100%;
display: block;
color: #9d9d9d;
background-color: #f9f9f9;
font-size: 15px;
height: 60px;
line-height: 60px;
letter-spacing: 0.5px;
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 3px;
padding-right: 20px;
outline-offset: 0;
-webkit-appearance: none;
border: 1px solid #b7b7b7;
}
.careers-form input[type="file"]#file-upload-button,
.careers-form ::-webkit-file-upload-button,
.careers-form input[type="file"] {
height: 40px;
line-height: 20px;
padding-top: 9px;
padding-bottom: 8px;
}
.careers-form input[type="number"] {
margin-bottom: 20px;
}
.careers-form .nice-select {
color: #9d9d9d !important;
}
.wpcf7-submit {
margin: 0 auto;
padding-left: 50px !important;
padding-right: 50px !important;
display: block;
width: auto;
}
.careers-form .nice-select {
float: none;
}
.careers-form textarea {
background-color: #fbfbfb;
border: 1px solid #b7b7b7;
border-radius: 3px;
height: 50px;
padding: 0 70px 0 15px;
color: #9d9d9d;
letter-spacing: 1.4px;
line-height: 50px;
transition: all 0.3s ease;
font-size: 15px;
}
.careers-form textarea {
line-height: 24px;
padding-top: 10px;
letter-spacing: normal;
margin-bottom: 20px;
min-height: 150px;
}
.careers-form input[type="text"]::placeholder,
.careers-form textarea::placeholder,
.careers-form input[type="text"]::-webkit-input-placeholder,
.careers-form textarea::-webkit-input-placeholder,
.careers-form input[type="text"]::-moz-placeholder,
.careers-form textarea::-moz-placeholder,
.careers-form input[type="text"]:-ms-input-placeholder,
.careers-form textarea:-ms-input-placeholder,
.careers-form input[type="text"]::-ms-input-placeholder,
.careers-form textarea::-ms-input-placeholder {
color: #9d9d9d;
opacity: 1;
}
.careers-form .wpcf7-list-item {
display: block;
width: 100%;
margin: 5px 0;
}
.careers-form label.resume-label {
background-color: #fbfbfb;
border: 1px solid #b7b7b7;
border-radius: 3px;
height: 60px;
padding: 0 70px 0 15px;
color: #9d9d9d;
letter-spacing: 0.3px;
line-height: 60px;
transition: all 0.3s ease;
width: 100%;
position: relative;
cursor: pointer;
}
.careers-form .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.careers-form label.resume-label .wpcf7-form-control-wrap {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: auto;
border: none;
}
.careers-form .wpcf7-form-control-wrap input[type="file"] {
border: none;
border-bottom: 1px solid #b7b7b7;
height: 59px;
}
.careers-form .wpcf7-not-valid-tip {
font-size: 14px;
height: 20px;
line-height: 20px;
position: static;
}
.careers-form input[type="submit"] {
background: #f00;
border-radius: 4px;
border: 2px solid #f00;
color: #ffffff;
font-family: "Avenir";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 21px;
padding: 14px 32px;
text-align: center;
text-transform: uppercase;
transition: all 0.4s;
display: inline-block;
margin: 10px auto;
}
.careers-form input[type="submit"]:hover {
background: #000;
border-color: #000;
}
.careers-form label.resume-label .fa-paperclip {
background-image: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/images/paperclip-icon.svg);
background-position: center center;
background-repeat: no-repeat;
display: block;
height: 20px;
width: 20px;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
}
.careers-form .form-text {
text-align: center;
margin-bottom: 30px;
}
.careers-form .form-text h2 {
color: #f00;
font-weight: 500;
font-size: 50px;
text-transform: uppercase;
} .location-popup {
position: fixed;
top: 0;
left: 0;
z-index: 1055;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.location-popup.active {
display: block;
}
.location-popup .popup-wrapper {
max-width: 600px;
height: calc((var(--vh, 1vh) * 100) - 4.5rem);
margin: 2.75rem auto 1.75rem;
padding: 2em 1em 2em 2em;
display: flex;
align-items: center;
background: #ffffff;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
border-radius: 5px;
}
.location-popup .popup-wrapper .popup-inner {
width: 100%;
padding: 0;
height: 100%;
overflow-y: auto;
}
.location-popup .popup-wrapper .popup-inner .location-links {
display: none;
}
.location-popup .popup-wrapper .popup-inner .image-text-module {
margin: 0 1em 1em 0;
padding: 1.5em 0 1em 0;
border-top: 1px solid #dedede;
width: auto;
height: auto;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-img {
display: none;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text {
width: 100%;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content {
padding: 0;
width: 100%;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content h2.title {
font-size: 1.2em;
line-height: 30px;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content a.btn {
padding: 7px 15px;
font-size: 13px;
margin: 0;
width: auto;
display: inline-block;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content a.btn:not(:last-child) {
margin-right: 15px;
}
.location-popup .popup-wrapper .popup-inner::-webkit-scrollbar {
width: 4px !important;
}
.location-popup .popup-wrapper .popup-inner::-webkit-scrollbar-thumb {
background-color: rgb(157 149 152 / 80%);
}
.location-popup h2 {
color: #000000;
font-size: 40px;
line-height: 45px;
margin-bottom: 1rem;
letter-spacing: 1px;
font-weight: 500;
}
.location-popup .popup-wrapper .popup-inner p > a {
color: #f00;
}
.location-popup .popup-wrapper .popup-inner p > a:hover {
text-decoration: underline;
}
.slick-arrow {
height: 30px;
width: 30px;
cursor: pointer;
}
.slick-arrow.slick-disabled {
cursor: not-allowed;
}
#team_slider_arrows {
display: flex;
gap: 15px;
width: 100px;
position: absolute;
top: auto;
bottom: 100px;
left: auto;
right: 200px;
}  .resources-header {
background-image: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/images/resources-header.jpg);
color: #fff;
height: 540px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 70px;
}
.resources-header .vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.resources-header h1 {
color: #ffffff;
text-transform: uppercase;
}
section.page-content:has(.resources-list) {
padding: 0px 0px 70px;
}
.resources-section {
margin: 3rem 0 4rem 0;
}
.single-resource {
border-bottom: 1px solid #d7d7d7;
padding: 1rem 0;
margin-bottom: 0;
border-collapse: collapse;
margin: 0;
}
.single-resource > * {
padding-right: 0;
padding-left: 0;
}
.single-resource:first-child {
border-top: 1px solid #d7d7d7;
}
section.page-content:has(.resources-list) h2 {
text-transform: uppercase;
font-weight: 500;
}
.single-resource .col-sm-9 {
width: calc(100% - 25px);
}
.resources-section .text-right {
text-align: right;
width: 25px;
}
.single-resource a {
display: flex;
align-items: center;
column-gap: 7px;
}
.single-resource a:has(img[alt="Download"]) {
justify-content: end;
}
#login p {
margin-bottom: 1rem;
}
#login [type="text"],
#login input[type="password"] {
width: 100%;
display: block;
color: #656565 !important;
background-color: #f9f9f9;
font-size: 15px;
height: 60px;
line-height: 60px;
letter-spacing: 0.5px;
margin-bottom: 3px;
outline-offset: 0;
-webkit-appearance: none;
border: 1px solid #b7b7b7;
border-radius: 3px;
padding: 0 70px 0 15px;
}
#login input[type="submit"] {
text-transform: uppercase;
padding: 12px;
font-size: 14px;
letter-spacing: 1px;
width: auto;
color: #fff;
cursor: pointer;
background-color: #f00;
border: 1px solid #f00;
font-family: "Montserrat", sans-serif;
border-radius: 3px;
font-weight: 400;
line-height: normal;
min-width: 140px;
padding: 18px 20px;
}
#login input[type="submit"]:hover {
color: #fff;
background-color: #f00 !important;
border-color: #f00;
outline: none;
box-shadow: none;
}
#login .loading {
margin-bottom: 1rem;
position: absolute;
bottom: -73px;
width: 100%;
display: none;
}
#login .status:empty {
display: none;
}
#login .status {
width: 100%;
background-color: #ffe1e2;
color: #c11118;
border: none !important;
min-height: 40px;
line-height: 1.5;
font-size: 14px;
margin: 0px 0px 15px;
letter-spacing: normal;
display: flex;
align-items: center;
padding: 10px 15px;
}
#login {
position: relative;
}  @media (min-width: 1920px) {
.parallax-module .image-wrapper {
padding: 300px 0px;
}
}
@media (min-width: 1300px) {
.container {
max-width: 1242px;
}
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
.text-module .container,
.location-module .container {
max-width: 875px;
}
.site-header .main-navigation.active:before {
content: "";
background: #ffffff;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100vw;
height: 100vh;
display: block;
box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
}
.our-menu-module ul.our-menu {
-moz-column-gap: 80px;
-webkit-column-gap: 80px;
column-gap: 80px;
-moz-column-fill: initial;
-webkit-column-fill: initial;
column-fill: initial;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
text-align: left;
}
.site-header .main-navigation.active ul.menu > li > ul.sub-menu {
height: calc((var(--vh, 1vh) * 100) - 148px) !important;
display: flex !important;
}
}
@media (max-width: 1199px) {
.our-menu-module ul.our-menu {
-moz-column-gap: 40px;
-webkit-column-gap: 40px;
column-gap: 40px;
}
.text-module h2.title,
.text-module h2.title p {
font-size: 32px;
}
.parallax-module h2 {
font-size: 45px;
line-height: 55px;
}
.our-menu-module .name {
font-size: 30px;
}
.image-text-module .container {
max-width: 100%;
padding: 0 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.text-module h4 {
font-size: 28px;
}
.image-text-module .content {
padding: 30px;
}
.image-text-module.slider .content-slider-wrapper {
padding: 20px;
}
.location-links ul {
column-gap: 20px;
}
.our-menu-module ul.our-menu.our-menu li {
align-items: center;
}
}
@media (max-width: 991px) {
h1 {
font-size: 40px;
font-weight: 700;
line-height: 1;
}
h2 {
font-size: 40px;
font-weight: 700;
}
h3 {
font-size: 36px;
line-height: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
section,
.section {
margin: 76px 0 70px;
}
section.image-text-module {
margin: 20px 0px;
}
.text-module h2.title {
font-size: 24px;
}
.description {
font-size: 16px;
}
.custom-logo-link {
max-width: 78px;
max-height: 66px;
}
.site-header .container {
max-width: 100%;
padding: 0px 25px;
box-sizing: border-box;
}
.site-header .main-navigation {
display: flex;
}
.site-header .main-navigation .menu-main-nav-container {
padding: 90px 40px 60px;
position: absolute;
right: 0;
left: auto;
height: calc(100vh - 0px);
top: 0;
width: 430px;
bottom: 0;
z-index: 9;
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
background: #ffffff;
}
.site-header .main-navigation .menu-main-nav-container.open {
box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.1);
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.menu-main-nav-container ul.menu {
display: flex;
flex-direction: column;
padding: 0px 0px 30px;
overflow-y: scroll;
height: 100%;
align-items: start;
}
.main-navigation ul.menu > li > ul.sub-menu {
position: static;
display: none;
box-shadow: none;
width: 100%;
}
.menu-toggle {
display: block;
font-size: 0;
background: none;
border: none;
cursor: pointer;
z-index: 99;
}
.main-navigation li {
margin-left: 0;
position: unset;
}
.main-navigation ul.menu > li > a {
color: rgba(0, 0, 0, 0.8);
font-size: 32px;
font-weight: 500;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.main-navigation ul.menu > li.btn > a {
font-size: 14px;
}
.main-navigation ul.menu > li.menu-item-has-children > a {
padding-right: 30px;
}
.site-header .main-navigation .menu-main-nav-container.open ul.menu > li > ul.sub-menu {
box-shadow: none;
padding: 0;
opacity: 1;
visibility: visible;
height: 100%;
width: 100%;
}
.main-navigation ul.menu > li > ul.sub-menu li,
.main-navigation ul.menu > li > ul.sub-menu li > ul.sub-menu > li {
display: block;
}
.main-navigation ul.menu > li > ul.sub-menu li.menu-item-has-children > a {
display: inline-flex;
}
.main-navigation ul.menu > li > ul.sub-menu li > ul.sub-menu {
width: 100%;
padding-left: 15px;
margin: 10px 0px 0px;
}
.main-navigation ul.menu > li > ul.sub-menu > li > ul.sub-menu {
display: block;
}
.main-navigation ul.menu > li > ul.sub-menu > li > a {
color: rgba(0, 0, 0, 0.6);
font-family: Avenir;
font-size: 20px;
font-style: normal;
font-weight: 350;
line-height: 150%;
text-transform: capitalize;
width: auto;
display: inline-block;
position: relative;
}
.main-navigation ul.menu > li > ul.sub-menu li.hover > ul.sub-menu {
margin-left: 15px;
margin-bottom: 5px;
}
.main-navigation ul.menu > li > ul.sub-menu li > ul.sub-menu > li > a {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 16px;
}
.navbar-close {
display: none;
}
.main-navigation ul.menu > li.menu-item-has-children > a:before {
content: "";
background-image: url(//maverickbarbers.com/wp-content/themes/maverick-barbers/assets/images/menu-arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
bottom: 0;
display: inline-block;
position: absolute;
right: 0;
top: 0;
width: 24px;
height: 24px;
margin: auto;
}
.main-navigation ul.menu > li.menu-item-has-children.hover > ul.sub-menu {
display: block;
visibility: visible;
opacity: 1;
} .main-slider h2.title,
.main-slider h1.title {
font-size: 40px;
line-height: 46px;
} .text-module h2.title,
.text-module h2.title p {
font-size: 24px;
line-height: 1.5;
font-weight: 500;
}
.description,
.description p {
font-size: 16px;
}
.image-text-module .description,
.image-text-module p {
font-size: 20px;
line-height: 30px;
}  .image-text-module .container {
max-width: 100%;
padding: 0;
}
.image-text-module h2.title,
.image-text-module h2.title p,
.image-text-module h3.title,
.image-text-module h3.title p {
font-size: 24px;
line-height: 36px;
}
.image-text-module.location h2.title,
.image-text-module.location h2.title p,
.image-text-module.location h3.title,
.image-text-module.location h3.title p {
font-size: 32px;
line-height: 48px;
} .footer-top {
margin: 30px 0px;
}
.site-info {
position: static;
}
.footer-bottom .row {
justify-content: space-between;
align-items: end;
} .site-header .main-navigation.active {
box-shadow: none;
background: transparent;
position: unset;
}
.location-links ul {
column-gap: 32px;
}
.location-links ul li {
margin: 15px 0px;
}
.location-center-right {
flex-direction: column;
padding-left: 15px;
gap: 5px;
}
.location-center-right > div {
flex-direction: column;
gap: 5px;
text-align: left;
}
.parallax-module h1 {
font-size: 36px;
line-height: 41px;
}
.our-team-module .designation {
position: static;
}
.product-wrapper .product-inner .btn-link {
font-size: 25px;
line-height: 32px;
}
.product-module .container {
padding-right: 0;
}
.location-popup .popup-wrapper {
margin-top: 60px;
}
#team_slider_arrows {
left: 0;
right: 0;
margin: auto;
}
}
@media (max-width: 767px) {
.site-branding a > img {
max-width: 200px;
}
section,
.section {
margin: 70px 0;
}
.image-text-module .content {
padding: 30px;
width: 100%;
}
.image-text-module.slider .content-slider-wrapper {
padding: 20px;
}
.location-module h2 {
font-size: 32px;
line-height: 1.2;
margin-bottom: 10px;
}
.location-module h4 {
font-size: 24px;
}
.location-module {
font-size: 16px;
line-height: 24px;
}
.parallax-module h2 {
font-size: 36px;
line-height: 41px;
padding: 0;
}
.footer-top-right .newsletter {
margin-top: 90px;
}
.product-wrapper .product-inner .btn-link {
word-break: break-word;
font-size: 26px;
line-height: 32px;
}
.careers-form {
padding: 0px 10px;
}
}
@media (max-width: 640px) {
.location-popup .popup-wrapper {
margin: 60px 15px;
padding: 20px;
}
.location-popup h2 {
font-size: 30px;
line-height: 35px;
}
}
@media (max-width: 575px) {
section,
.section {
margin: 50px 0;
}
.container,
.site-header .container {
padding: 0px 15px;
}
.text-module .btn-wrapper {
display: flex;
flex-direction: column-reverse;
}
.text-module .btn-wrapper a.btn {
margin: 12px 0px;
justify-content: center;
}
a.btn,
.btn a,
.btn input[type="submit"],
.btn_border input[type="submit"] {
padding: 14px 20px;
font-size: 12px;
line-height: 18px;
width: 100%;
display: flex;
justify-content: center;
}
.main-slider .slider-content .btn {
display: flex;
width: 100%;
}
.main-slider .slider-content .container {
padding: 0px 0px;
}
.site-header .main-navigation .menu-main-nav-container {
width: 100vw;
} .product-module .container {
padding: 0;
}
.product-wrapper .slick-list {
margin: 0px 0px 0px 10px;
}
.product-wrapper .product-inner {
margin: 8px;
}
.image-text-module .content {
padding: 30px 15px;
}
.image-text-module.slider .content-slider-wrapper {
padding: 20px 5px;
}
.location-links .container {
padding: 0px 13px;
}
.our-menu-module .name {
font-size: 24px;
line-height: 36px;
}
.parallax-module .image-wrapper {
min-height: 320px;
}
.parallax-module .container .row {
margin: 0;
}
.parallax-module .content a.btn {
width: 100%;
}
.app-gallery {
flex-direction: column;
}
.app-gallery img {
max-width: 200px;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content a.btn:not(:last-child) {
margin-right: 10px;
}
}
@media (max-width: 480px) {
.location-bottom {
flex-direction: column;
}
.location-module .row > * {
margin-bottom: 30px;
}
.location-bottom-left {
margin-bottom: 20px;
}
.footer-logo img {
max-width: 140px;
}
.product-wrapper .product-inner .btn-link {
word-break: break-word;
font-size: 20px;
line-height: 25px;
}
}
@media (max-width: 400px) {
.parallax-module h2 {
font-size: 30px;
line-height: 36px;
}
.our-menu-module .name {
font-size: 18px;
}
.location-module {
font-size: 14px;
}
.image-text-module.location h2.title,
.image-text-module.location h2.title p,
.image-text-module.location h3.title,
.image-text-module.location h3.title p {
font-size: 26px;
line-height: 40px;
}
}
@media (max-width: 380px) {
.our-team-module .team-member {
padding-right: 50px;
}
.location-popup h2 {
font-size: 24px;
line-height: 30px;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content a.btn {
padding: 7px 10px;
font-size: 12px;
}
.location-popup .popup-wrapper .popup-inner .image-text-module .col-text .content a.btn:not(:last-child) {
margin-right: 8px;
}
}