/*
Theme Name: Lacrossemail
Author: lacrossemail
Author URI:
Version: 1
Description: Lacrossemail theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lacrossemail
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?xifpxm");
  src: url("fonts/icomoon.eot?xifpxm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xifpxm") format("truetype"), url("fonts/icomoon.woff?xifpxm") format("woff"), url("fonts/icomoon.svg?xifpxm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-shopping:before {
  content: "\e900"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .shop-navigation-holder ul, #nav ul.header-navigation, .footer-links ul.footer-navigation, .social-links ul, .faqs .faqs-nav .box ul, .faqs .faq-category-section .faq-item ul.no-bullet, .categories-section .box ul, .services .ajax-services-categories, .about .about-list-section ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.5 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1023px) {
    body {
      font-size: 15px; } }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #7b7979;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #7b7979;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #5a5a5a;
  padding: 13px 15px 11px;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  color: #000; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #424242; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #424242; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #424242; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #424242; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #424242; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 70px;
  height: 100px;
  max-height: 130px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px;
      height: auto;
      padding: 8px; }
      @media (max-width: 1023px) {
        .search-form input[type='search'] {
          padding: 7px; } }
      @media (max-width: 767px) {
        .search-form input[type='search'] {
          padding: 6px 7px 7px; } }
  .search-form input[type='submit'] {
    border-radius: 4px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #7b7979;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #7b7979; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

#header {
  position: relative;
  z-index: 100;
  padding: 36px 0;
  background: #fff;
  color: #000; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.logo {
  width: 255px; }
  .logo a {
    display: block;
    line-height: 1; }

.nav-opener {
  display: none;
  width: 22px;
  height: 15px;
  position: relative;
  text-indent: -9999px; }
  @media (max-width: 1149px) {
    .nav-opener {
      display: inline-block; } }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: ""; }
  .nav-opener:before {
    top: 0; }
  .nav-opener:after {
    top: 14px; }
  .nav-opener span {
    top: 7px; }

.nav-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1149px) {
    .nav-drop {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding-bottom: 20px;
      background: rgba(255, 255, 255, 0.8); } }

.shop-navigation-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #a0c7ce;
  margin-left: 10px; }
  @media (max-width: 1149px) {
    .shop-navigation-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 400;
      padding: 10px 0; } }
  .shop-navigation-holder .header-shop-title {
    color: #fff;
    padding-left: 19px; }
    @media (max-width: 1149px) {
      .shop-navigation-holder .header-shop-title {
        padding-left: 0;
        margin: 0 0 10px; } }
  .shop-navigation-holder ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1149px) {
      .shop-navigation-holder ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .shop-navigation-holder ul li {
      margin: 0 19px; }
      @media (max-width: 1149px) {
        .shop-navigation-holder ul li {
          margin: 0 0 10px; } }
    .shop-navigation-holder ul a {
      text-decoration: none;
      color: #000; }
      .shop-navigation-holder ul a:hover {
        color: #fff; }

.cart-btn {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
  margin-left: 40px; }
  @media (max-width: 1199px) {
    .cart-btn {
      margin-left: 17px; } }
  @media (max-width: 1149px) {
    .cart-btn {
      margin-left: 0; } }
  .cart-btn:hover {
    color: #6d989f; }

#nav ul.header-navigation {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1149px) {
    #nav ul.header-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #nav ul.header-navigation > li {
    margin: 0 12px; }
    @media (max-width: 1149px) {
      #nav ul.header-navigation > li {
        margin-bottom: 15px; } }
    #nav ul.header-navigation > li.active a {
      color: #999; }
    #nav ul.header-navigation > li a {
      color: inherit;
      text-decoration: none; }
      #nav ul.header-navigation > li a:hover {
        color: #6d989f; }

.header-cart {
  text-align: center; }

@media (max-width: 1149px) {
  .nav-active .nav-opener {
    z-index: 10; }
    .nav-active .nav-opener span {
      opacity: 0; }
    .nav-active .nav-opener:after {
      top: 7px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background: #000; }
    .nav-active .nav-opener:before {
      top: 7px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background: #000; }
  .nav-active .nav-drop {
    display: block; } }

#footer {
  font: 14px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.footer-bottom {
  background: #252528;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center; } }
  .footer-bottom .copyright {
    color: #7b7979; }

.footer-top {
  background: #191919;
  padding: 45px 0 20px;
  color: #fff; }
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer-top h3 {
    font: 700 18px/27px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: relative;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .footer-top h3 {
        text-align: center; } }
    .footer-top h3:after {
      position: absolute;
      top: 100%;
      width: 140px;
      height: 1px;
      left: 0;
      content: "";
      background: #e6950a; }
      @media (max-width: 767px) {
        .footer-top h3:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }

.footer-logo {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .footer-logo {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      padding: 0 0 30px;
      text-align: center; } }
  .footer-logo a {
    display: block; }
    @media (max-width: 1023px) {
      .footer-logo a {
        width: 200px; } }
    .footer-logo a img {
      width: 100%; }

@media (max-width: 767px) {
  .footer-contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center; } }

.footer-contacts a {
  text-decoration: none;
  color: #fff; }
  .footer-contacts a:hover {
    color: #e6950a; }

.footer-contacts p {
  margin-bottom: 18px; }

.footer-contacts .footer-phones p:first-child {
  margin-bottom: 0; }

.footer-links {
  text-align: right; }
  @media (max-width: 767px) {
    .footer-links {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: center; } }
  .footer-links h3:after {
    width: 180px;
    left: auto;
    right: 0; }
    @media (max-width: 767px) {
      .footer-links h3:after {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .footer-links ul.footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .footer-links ul.footer-navigation {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-links ul.footer-navigation li {
      margin: 0 7px;
      position: relative; }
      .footer-links ul.footer-navigation li:after {
        position: absolute;
        right: -8px;
        top: 3px;
        height: 12px;
        background: #fff;
        content: "";
        width: 1px; }
      .footer-links ul.footer-navigation li:last-child {
        margin-right: 0; }
        @media (max-width: 767px) {
          .footer-links ul.footer-navigation li:last-child {
            margin-right: 7px; } }
        .footer-links ul.footer-navigation li:last-child:after {
          display: none; }
    .footer-links ul.footer-navigation a {
      color: #fff;
      text-decoration: none; }
      .footer-links ul.footer-navigation a:hover {
        color: #e6950a; }

.social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 25px; }
  .social-links ul li {
    margin: 0 8px; }
    .social-links ul li:last-child {
      margin-right: 0; }
      @media (max-width: 767px) {
        .social-links ul li:last-child {
          margin-right: 8px; } }
  .social-links ul a {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid #656566;
    border-radius: 3px;
    color: #ccc; }
    .social-links ul a:hover {
      color: #656566; }

.faqs {
  padding: 43px 0; }
  @media (max-width: 1023px) {
    .faqs {
      padding: 35px 0; } }
  @media (max-width: 767px) {
    .faqs {
      padding: 25px 0; } }
  .faqs .holder {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .faqs .faqs-nav {
    width: 300px;
    padding: 0 15px 15px; }
    @media (max-width: 1023px) {
      .faqs .faqs-nav {
        width: 250px; } }
    @media (max-width: 767px) {
      .faqs .faqs-nav {
        width: 100%; } }
    .faqs .faqs-nav .box {
      border: 2px solid #424242; }
      .faqs .faqs-nav .box .faqs-nav-title {
        padding: 17px 13px 15px;
        text-transform: uppercase;
        color: #424242;
        border-bottom: 2px solid #424242; }
      .faqs .faqs-nav .box h4 {
        font: 700 18px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0; }
      .faqs .faqs-nav .box ul {
        font: 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        padding: 20px 15px 15px; }
        .faqs .faqs-nav .box ul li {
          margin: 0 0 38px; }
          @media (max-width: 767px) {
            .faqs .faqs-nav .box ul li {
              margin: 0 0 15px; } }
          .faqs .faqs-nav .box ul li:last-child {
            margin: 0; }
        .faqs .faqs-nav .box ul a {
          text-decoration: none;
          color: #424242; }
          .faqs .faqs-nav .box ul a:hover {
            color: #6d989f; }
  .faqs .faqs-content {
    width: calc(100% - 300px);
    padding: 0 15px; }
    @media (max-width: 1023px) {
      .faqs .faqs-content {
        width: calc(100% - 250px); } }
    @media (max-width: 767px) {
      .faqs .faqs-content {
        width: 100%; } }
  .faqs .faqs-banner-wrapper {
    position: relative; }
    .faqs .faqs-banner-wrapper h1 {
      position: absolute;
      line-height: 1;
      left: 55px;
      bottom: 24px;
      color: #424242; }
      @media (max-width: 1023px) {
        .faqs .faqs-banner-wrapper h1 {
          font-size: 27px;
          bottom: 10px;
          left: 20px; } }
      @media (max-width: 767px) {
        .faqs .faqs-banner-wrapper h1 {
          font-size: 20px;
          bottom: 5px; } }
  .faqs .faqs-content-text {
    padding: 33px 0 0;
    overflow: hidden; }
  .faqs .faq-category-section {
    padding: 0px 10px 5px; }
    .faqs .faq-category-section h2 {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-right: 15px;
      font-size: 30px !important;
      text-transform: capitalize !important; }
      @media (max-width: 1023px) {
        .faqs .faq-category-section h2 {
          font-size: 27px; } }
      @media (max-width: 767px) {
        .faqs .faq-category-section h2 {
          font-size: 24px; } }
      .faqs .faq-category-section h2:after {
        position: absolute;
        top: 50%;
        left: 100%;
        right: -9999px;
        height: 3px;
        background: #424242;
        content: "";
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .faqs .faq-category-section .faq-category-title {
      margin: 0 0 6px !important; }
    .faqs .faq-category-section .faq-item h3 {
      color: #6d989f;
      margin: 0 !important;
      font: 700 18px/25px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 1023px) {
        .faqs .faq-category-section .faq-item h3 {
          font-size: 17px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .faqs .faq-category-section .faq-item h3 {
          font-size: 16px;
          line-height: 23px; } }
    .faqs .faq-category-section .faq-item p {
      margin: 0 0 23px; }
    .faqs .faq-category-section .faq-item ul {
      margin: 0 0 23px; }
    .faqs .faq-category-section .faq-item a {
      text-decoration: none;
      color: #000; }
      .faqs .faq-category-section .faq-item a:hover {
        color: #6d989f; }

#content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#content .archive-content {
  width: calc(100% - 300px);
  padding: 0 15px; }
  @media (max-width: 1023px) {
    #content .archive-content {
      width: calc(100% - 250px); } }
  @media (max-width: 767px) {
    #content .archive-content {
      width: 100%; } }

.page-template-default .wp-block-group.alignwide {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.category-details {
  background-size: cover;
  padding: 28px 38px; }
  .category-details .holder {
    max-width: 400px; }
  .category-details h1 {
    text-transform: uppercase;
    color: #424242;
    margin: 0 0 18px; }
    @media (max-width: 1023px) {
      .category-details h1 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .category-details h1 {
        font-size: 22px; } }
  .category-details .details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .category-details .details-item .details-item-number {
      width: 34px;
      height: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #424242;
      border-radius: 8px;
      font-size: 18px;
      line-height: 1;
      color: #000; }
    .category-details .details-item .details-item-content {
      width: calc(100% - 34px);
      padding: 0 16px; }
    .category-details .details-item h4 {
      font: 600 12px/16px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #000;
      margin: -3px 0 4px; }
    .category-details .details-item .text {
      padding: 0 !important;
      font: 10px/16px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.categories-section {
  width: 300px;
  padding: 0 15px 15px; }
  @media (max-width: 1023px) {
    .categories-section {
      width: 250px; } }
  @media (max-width: 767px) {
    .categories-section {
      width: 100%; } }
  .categories-section .box {
    border: 2px solid #424242; }
    .categories-section .box .categories-title {
      padding: 17px 13px 15px;
      text-transform: uppercase;
      color: #424242;
      border-bottom: 2px solid #424242; }
    .categories-section .box h4 {
      font: 700 18px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0; }
    .categories-section .box ul {
      font: 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 20px 15px 15px; }
      .categories-section .box ul li {
        margin: 0 0 38px; }
        @media (max-width: 767px) {
          .categories-section .box ul li {
            margin: 0 0 15px; } }
        .categories-section .box ul li:last-child {
          margin: 0; }
      .categories-section .box ul a {
        text-decoration: none;
        color: #424242; }
        .categories-section .box ul a:hover {
          color: #6d989f; }

.contacts {
  padding: 43px 0; }
  @media (max-width: 767px) {
    .contacts {
      padding-bottom: 0; } }
  .contacts .container {
    max-width: 730px; }
  .contacts .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .contacts .holder {
        display: block;
        max-width: 320px;
        margin: 0 auto; } }
  .contacts .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .contacts .contact-item {
        margin-bottom: 15px; } }
    .contacts .contact-item img {
      max-width: 40px;
      max-height: 40px;
      margin-right: 20px; }
    .contacts .contact-item a {
      font-size: 12px;
      line-height: 14px;
      text-decoration: none;
      color: #6d989f; }
      .contacts .contact-item a:hover {
        color: #000; }

#content h2 {
  margin: 0 0 18px;
  color: #424242;
  text-transform: uppercase;
  font: 700 24px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  #content h2 + p {
    margin-bottom: 16px; }

#content .text {
  padding: 40px 0 15px; }
  #content .text h2 {
    margin: 0 0 38px; }
  #content .text p {
    margin: 0 0 25px; }

#content .post .content {
  padding: 82px 0 0; }
  @media (max-width: 1023px) {
    #content .post .content {
      padding: 55px 0 0; } }
  @media (max-width: 767px) {
    #content .post .content {
      padding: 25px 0 0; } }
  #content .post .content h2 {
    color: #000;
    margin: 0 0 5px; }
  #content .post .content h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7d7d7d; }

.services {
  max-width: 1000px;
  padding: 106px 0 22px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .services {
      padding: 85px 0; } }
  @media (max-width: 767px) {
    .services {
      padding: 40px 0; } }
  .services .col {
    width: 50%;
    padding: 0 20px 50px; }
    @media (max-width: 1023px) {
      .services .col {
        padding: 0 15px 30px; } }
    @media (max-width: 767px) {
      .services .col {
        width: 100%; } }
  .services .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
    color: #424242; }
    @media (max-width: 1023px) {
      .services .services-item {
        padding-left: 0; } }
    @media (max-width: 479px) {
      .services .services-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .services .services-item .service-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 136px;
      height: 136px;
      border: 2px solid #000;
      border-radius: 50%; }
      @media (max-width: 1023px) {
        .services .services-item .service-icon {
          width: 106px;
          height: 106px; } }
      @media (max-width: 479px) {
        .services .services-item .service-icon {
          margin: 0 auto 20px; } }
    .services .services-item .services-info {
      width: calc(100% - 136px);
      padding: 0 0 0 40px; }
      @media (max-width: 1023px) {
        .services .services-item .services-info {
          width: calc(100% - 106px);
          padding: 0 0 0 25px; } }
      @media (max-width: 479px) {
        .services .services-item .services-info {
          width: 100%;
          padding: 0 15px; } }
    .services .services-item h4 {
      font: 400 24px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin-left: -10px;
      color: #424242; }
      @media (max-width: 1023px) {
        .services .services-item h4 {
          font-size: 22px; } }
      @media (max-width: 479px) {
        .services .services-item h4 {
          text-align: center; } }

.cta-banner {
  background-size: cover;
  background-position: 0 0;
  min-height: 180px; }
  .cta-banner .holder {
    padding: 45px 25px; }
  .cta-banner h4 {
    color: #353535;
    font: 400 24px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 22px; }
  .cta-banner .btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 225px;
    font-size: 15px;
    text-align: center;
    background: transparent;
    border: 1px solid #353535;
    border-radius: 20px;
    text-transform: uppercase;
    color: #000; }
    .cta-banner .btn:hover {
      border-color: #fff;
      color: #fff; }

.wpcf7 {
  max-width: 430px;
  margin: 0 auto;
  padding: 28px 15px; }
  .wpcf7 .row {
    margin: 0 0 28px; }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px; }
  .wpcf7 .form-submit {
    text-align: center; }
    .wpcf7 .form-submit input[type='submit'] {
      min-width: 295px;
      background: #6d989f;
      text-transform: uppercase;
      text-align: center;
      padding: 14px 15px 12px;
      color: #fff;
      font-size: 12px;
      line-height: 1;
      border: none;
      border-radius: 5px; }
      .wpcf7 .form-submit input[type='submit']:hover {
        opacity: 0.85; }

.page-template-template-estimate .page-intro {
  min-height: 342px;
  background-position: 0 50%; }
  @media (max-width: 1023px) {
    .page-template-template-estimate .page-intro {
      background-position: 30% 50%; } }
  @media (max-width: 479px) {
    .page-template-template-estimate .page-intro {
      background-position: 24% 50%; } }
  .page-template-template-estimate .page-intro .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-template-template-estimate .page-intro .page-intro-text {
    width: 500px;
    padding: 110px 0 0 0;
    margin-left: 250px; }
    @media (max-width: 767px) {
      .page-template-template-estimate .page-intro .page-intro-text {
        margin-left: 100px; } }
  .page-template-template-estimate .page-intro h1 {
    margin: 0;
    color: #424242; }
    @media (max-width: 767px) {
      .page-template-template-estimate .page-intro h1 {
        font-size: 24px; } }
    @media (max-width: 479px) {
      .page-template-template-estimate .page-intro h1 {
        font-size: 20px; } }
  .page-template-template-estimate .page-intro .subtitle {
    color: #424242;
    font: 300 40px/36px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .page-template-template-estimate .page-intro .subtitle {
        font-size: 28px;
        line-height: 1; } }
    @media (max-width: 479px) {
      .page-template-template-estimate .page-intro .subtitle {
        font-size: 24px; } }

.page-template-template-services .page-intro {
  min-height: 342px;
  background-position: 100% 0; }
  @media (max-width: 1023px) {
    .page-template-template-services .page-intro {
      background-position: 90% 0; } }
  @media (max-width: 479px) {
    .page-template-template-services .page-intro {
      background-position: 86% 0; } }
  .page-template-template-services .page-intro .container {
    max-width: 980px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .page-template-template-services .page-intro .page-intro-text {
    width: 50%;
    padding: 100px 0; }
    @media (max-width: 767px) {
      .page-template-template-services .page-intro .page-intro-text {
        padding: 30px 0;
        width: 60%; } }
    @media (max-width: 479px) {
      .page-template-template-services .page-intro .page-intro-text {
        width: 70%; } }
  .page-template-template-services .page-intro h1 {
    margin: 0;
    color: #424242; }
    @media (max-width: 767px) {
      .page-template-template-services .page-intro h1 {
        font-size: 24px; } }
    @media (max-width: 479px) {
      .page-template-template-services .page-intro h1 {
        font-size: 20px; } }
  .page-template-template-services .page-intro .subtitle {
    color: #424242;
    font: 300 40px/36px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .page-template-template-services .page-intro .subtitle {
        font-size: 28px;
        line-height: 1; } }
    @media (max-width: 479px) {
      .page-template-template-services .page-intro .subtitle {
        font-size: 24px; } }

.page-intro {
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 767px) {
    .page-intro {
      background-position: 100% 50%; } }
  .page-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .page-intro .page-intro-text {
    width: 310px;
    padding: 68px 0; }
    .page-intro .page-intro-text h1 {
      line-height: 1; }
      .page-intro .page-intro-text h1 span {
        font-size: 40px;
        font-weight: 300;
        display: block; }
  .page-intro .page-intro-description {
    font-size: 12px;
    line-height: 16px; }
    .page-intro .page-intro-description br {
      display: none; }
  .page-intro + #content {
    padding: 0; }

.team {
  padding: 76px 0 0;
  background-size: cover;
  background-position: 50% 50%; }
  .team h2 {
    font: 700 24px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    color: #000;
    margin: 0 0 4px !important; }
  .team .subtitle {
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    text-transform: uppercase; }
  .team .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto;
    padding-top: 42px; }
    .team .team-list .col {
      width: 33.333%;
      padding: 0 18px 60px; }
      @media (max-width: 479px) {
        .team .team-list .col {
          width: 50%; } }
  .team .team-item {
    text-align: center; }
    .team .team-item span {
      display: block; }
    .team .team-item img {
      margin-bottom: 30px;
      border-radius: 50%; }
    .team .team-item a {
      color: #000;
      text-decoration: none; }
      .team .team-item a:hover {
        color: #6d989f; }
    .team .team-item .name {
      font-weight: 900;
      font-size: 12px;
      line-height: 14px; }
    .team .team-item .team-item-role {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 16px; }
    .team .team-item .team-item-email, .team .team-item .team-item-phone {
      font-size: 10px; }

.home .services {
  max-width: 1180px; }

.home .products-list-wrapper {
  padding-top: 0; }
  .home .products-list-wrapper .products-list .col {
    width: 25%; }
    @media (max-width: 1023px) {
      .home .products-list-wrapper .products-list .col {
        width: 50%; } }
    @media (max-width: 479px) {
      .home .products-list-wrapper .products-list .col {
        width: 100%; } }

.search-results #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .search-results #content .title {
    width: 100%; }
  .search-results #content .col {
    width: 33.333%;
    padding: 5px 15px; }
    @media (max-width: 1023px) {
      .search-results #content .col {
        width: 50%; } }
    @media (max-width: 479px) {
      .search-results #content .col {
        width: 100%; } }
    .search-results #content .col .post-image-wrapper {
      padding: 10px;
      background: #ebebeb;
      min-height: 260px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .search-results #content .col .post-image-wrapper a {
        display: block;
        text-align: center; }
        .search-results #content .col .post-image-wrapper a:hover {
          opacity: 0.85; }
      .search-results #content .col .post-image-wrapper img {
        max-width: 100%;
        max-height: 230px; }
    .search-results #content .col .title {
      font-size: 18px;
      line-height: 1;
      margin: 0 0 13px; }
      .search-results #content .col .title a {
        text-decoration: none;
        color: #353535; }
        .search-results #content .col .title a:hover {
          color: #6d989f; }
      .search-results #content .col .title h3 {
        color: inherit !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 1 !important;
        margin: 0 !important; }
      .search-results #content .col .title .product-type {
        font-weight: 600;
        color: inherit; }
    .search-results #content .col .product-parametres {
      word-wrap: break-word;
      color: #6d989f;
      font-weight: 600; }
    .search-results #content .col .txt {
      padding: 30px 3px 0; }

.products-list-wrapper {
  width: 100%;
  padding-top: 30px; }
  .products-list-wrapper .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .products-list-wrapper .products-list .col {
      width: 33.333%;
      padding: 5px 15px; }
      @media (max-width: 1023px) {
        .products-list-wrapper .products-list .col {
          width: 50%; } }
      @media (max-width: 479px) {
        .products-list-wrapper .products-list .col {
          width: 100%; } }
      .products-list-wrapper .products-list .col .post-image-wrapper {
        padding: 10px;
        background: #ebebeb;
        min-height: 260px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .products-list-wrapper .products-list .col .post-image-wrapper a {
          display: block;
          text-align: center; }
          .products-list-wrapper .products-list .col .post-image-wrapper a:hover {
            opacity: 0.85; }
        .products-list-wrapper .products-list .col .post-image-wrapper img {
          max-width: 100%;
          max-height: 230px; }
      .products-list-wrapper .products-list .col .title {
        font-size: 18px;
        line-height: 1;
        margin: 0 0 13px; }
        .products-list-wrapper .products-list .col .title a {
          text-decoration: none;
          color: #353535; }
          .products-list-wrapper .products-list .col .title a:hover {
            color: #6d989f; }
        .products-list-wrapper .products-list .col .title h3 {
          color: inherit !important;
          font-weight: 600 !important;
          font-size: 18px !important;
          line-height: 1 !important;
          margin: 0 !important; }
        .products-list-wrapper .products-list .col .title .product-type {
          font-weight: 600;
          color: inherit; }
      .products-list-wrapper .products-list .col .product-parametres {
        word-wrap: break-word;
        color: #6d989f;
        font-weight: 600; }
      .products-list-wrapper .products-list .col .txt {
        padding: 30px 3px 0; }

body.list-layout .products-list-wrapper .products-list .col {
  width: 100%; }

body.home.list-layout .products-list-wrapper .products-list .col {
  width: 33.333%;
  padding: 5px 15px; }
  @media (max-width: 1023px) {
    body.home.list-layout .products-list-wrapper .products-list .col {
      width: 50%; } }
  @media (max-width: 479px) {
    body.home.list-layout .products-list-wrapper .products-list .col {
      width: 100%; } }

.products-list + .pagination {
  padding: 64px 0; }

.archive.tax-services #content {
  padding: 0; }

.products-action {
  position: relative;
  padding-left: 50px; }
  .products-action .pagination .page-numbers {
    display: none; }
    .products-action .pagination .page-numbers.next, .products-action .pagination .page-numbers.prev {
      display: block; }
  .products-action .products-view {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .products-action .products-view {
        display: none; } }
    .products-action .products-view .view-list {
      cursor: pointer;
      text-indent: -9999px;
      width: 14px;
      height: 11px;
      background: url(images/list.png) no-repeat;
      content: "";
      margin: 0 5px; }
      .products-action .products-view .view-list:hover {
        opacity: 0.8; }
    .products-action .products-view .view-block {
      cursor: pointer;
      text-indent: -9999px;
      width: 14px;
      height: 11px;
      background: url(images/block.png) no-repeat;
      content: "";
      margin: 0 5px; }
      .products-action .products-view .view-block:hover {
        opacity: 0.8; }

.pagination {
  padding: 30px 0;
  margin: 0; }
  .pagination .nav-links {
    min-height: 30px;
    padding: 0 110px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination .nav-links .prev, .pagination .nav-links .next {
      min-width: 88px;
      background: transparent;
      border: 1px solid #424242;
      border-radius: 14px;
      color: #424242;
      font-size: 15px;
      line-height: 1;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .pagination .nav-links .prev:hover, .pagination .nav-links .next:hover {
        background: #424242;
        color: #fff; }
    .pagination .nav-links .page-numbers {
      color: #424242;
      text-decoration: none; }
      .pagination .nav-links .page-numbers.current {
        font-weight: 600; }
    .pagination .nav-links .next {
      right: 15px; }
    .pagination .nav-links .prev {
      left: 15px; }

.home-page-intro {
  background-size: cover;
  background-position: 50% 50%;
  text-align: right;
  max-width: 1260px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .home-page-intro {
      background-position: 55% 50%; } }
  @media (max-width: 767px) {
    .home-page-intro {
      background-position: 100% 50%; } }
  @media (max-width: 479px) {
    .home-page-intro {
      background-position: 65% 50%; } }
  .home-page-intro .container {
    min-height: 670px;
    max-height: 700px;
    position: relative; }
    @media (max-width: 1023px) {
      .home-page-intro .container {
        max-height: 500px;
        min-height: 500px; } }
    @media (max-width: 767px) {
      .home-page-intro .container {
        min-height: 310px;
        height: auto;
        padding-top: 60px; } }
    @media (max-width: 479px) {
      .home-page-intro .container {
        padding-top: 25px; } }
  .home-page-intro .page-intro-logo {
    position: absolute;
    bottom: 50px;
    right: 0; }
    @media (max-width: 1229px) {
      .home-page-intro .page-intro-logo {
        right: 15px; } }
    @media (max-width: 1199px) {
      .home-page-intro .page-intro-logo {
        width: 250px; } }
    @media (max-width: 1023px) {
      .home-page-intro .page-intro-logo {
        width: 200px; } }
    @media (max-width: 767px) {
      .home-page-intro .page-intro-logo {
        position: static;
        width: 150px; } }
  .home-page-intro h1 {
    position: absolute;
    top: 200px;
    right: 5px;
    color: #fff;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 0.8px; }
    @media (max-width: 1229px) {
      .home-page-intro h1 {
        right: 15px; } }
    @media (max-width: 1199px) {
      .home-page-intro h1 {
        font-size: 30px;
        line-height: 52px; } }
    @media (max-width: 1023px) {
      .home-page-intro h1 {
        font-size: 26px;
        line-height: 48px; } }
    @media (max-width: 767px) {
      .home-page-intro h1 {
        position: static;
        font-size: 18px;
        line-height: 30px; } }
    @media (max-width: 479px) {
      .home-page-intro h1 {
        font-size: 15px; } }
    .home-page-intro h1 span {
      display: block;
      font-size: 125px;
      line-height: 115px;
      letter-spacing: 5px; }
      @media (max-width: 1199px) {
        .home-page-intro h1 span {
          font-size: 105px;
          line-height: 95px; } }
      @media (max-width: 1023px) {
        .home-page-intro h1 span {
          font-size: 90px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        .home-page-intro h1 span {
          letter-spacing: 2px;
          font-size: 65px;
          line-height: 70px; } }
      @media (max-width: 479px) {
        .home-page-intro h1 span {
          font-size: 55px;
          line-height: 1; } }

.list-cta .holder {
  max-width: 1260px;
  margin: 0 auto; }
  .list-cta .holder .alignwide {
    max-width: none; }

.list-cta .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px; }
  .list-cta .list .col {
    width: 33.333%;
    padding: 35px 15px 10px; }
    @media (max-width: 1023px) {
      .list-cta .list .col {
        width: 50%; } }
    @media (max-width: 767px) {
      .list-cta .list .col {
        width: 100%; } }
  .list-cta .list .cta-item {
    background-color: #f1eff1;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px; }
    @media (max-width: 479px) {
      .list-cta .list .cta-item {
        padding: 20px; } }
  .list-cta .list .cta-type {
    color: #000;
    font: 600 18px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .list-cta .list .cta-type {
        font-size: 17px;
        line-height: 19px; } }
    @media (max-width: 767px) {
      .list-cta .list .cta-type {
        font-size: 16px;
        line-height: 18px; } }
  .list-cta .list h3 {
    color: #e6950a !important;
    text-transform: uppercase;
    margin: 0 0 3px !important;
    font: 600 36px/40px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important; }
    @media (max-width: 1023px) {
      .list-cta .list h3 {
        font-size: 32px !important;
        line-height: 36px !important; } }
    @media (max-width: 767px) {
      .list-cta .list h3 {
        font-size: 30px !important;
        line-height: 34px !important; } }
  .list-cta .list .txt {
    min-width: 180px;
    color: #000;
    font: 14px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .list-cta .list .txt {
        font-size: 13px;
        line-height: 23px; } }
    .list-cta .list .txt p {
      margin: 0 0 23px; }
  .list-cta .list .btn-cta {
    display: inline-block;
    vertical-align: middle;
    min-width: 88px;
    color: #e6950a;
    background: transparent;
    border: 1px solid #e6950a;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font: 12px/12px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-radius: 22px;
    padding: 8px 10px 6px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .list-cta .list .btn-cta {
        font-size: 11px;
        line-height: 11px;
        margin: 0 0 15px; } }
    .list-cta .list .btn-cta:hover {
      background: #e6950a;
      color: #fff; }

.design-banner {
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 1023px) {
    .design-banner {
      background-position: 70% 50%; } }
  @media (max-width: 899px) {
    .design-banner {
      background-position: 50% 50%; } }
  @media (max-width: 767px) {
    .design-banner {
      background-position: 50% 50%; } }
  @media (max-width: 599px) {
    .design-banner {
      background-position: 45% 50%; } }
  @media (max-width: 479px) {
    .design-banner {
      background-position: 100% 50%; } }
  .design-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .design-banner .block {
    width: 50%;
    padding: 72px 0 53px;
    color: #000; }
    @media (max-width: 1023px) {
      .design-banner .block {
        width: 65%; } }
    @media (max-width: 767px) {
      .design-banner .block {
        width: 70%;
        padding: 20px 0; } }
    @media (max-width: 599px) {
      .design-banner .block {
        width: 80%; } }
  .design-banner h2 {
    margin-left: 117px !important;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .design-banner h2 {
        font-size: 20px !important;
        line-height: 22px !important;
        margin-left: 72px !important; } }
    @media (max-width: 599px) {
      .design-banner h2 {
        margin-left: 56px !important; } }
  .design-banner .subtitle {
    font: 14px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 40px;
    margin-left: 117px;
    text-transform: uppercase;
    display: block; }
    @media (max-width: 767px) {
      .design-banner .subtitle {
        font-size: 12px;
        line-height: 17px;
        margin-left: 72px !important; } }
    @media (max-width: 599px) {
      .design-banner .subtitle {
        margin-left: 56px !important; } }
  .design-banner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 17px; }
    @media (max-width: 767px) {
      .design-banner .item {
        padding: 5px 10px; } }
    .design-banner .item .item-icon {
      width: 98px;
      text-align: center; }
      @media (max-width: 767px) {
        .design-banner .item .item-icon {
          width: 60px; } }
      @media (max-width: 479px) {
        .design-banner .item .item-icon {
          width: 40px; } }
      .design-banner .item .item-icon img {
        margin-top: 5px; }
        @media (max-width: 479px) {
          .design-banner .item .item-icon img {
            max-width: 22px; } }
    .design-banner .item .item-info {
      width: calc(100% - 98px); }
      @media (max-width: 767px) {
        .design-banner .item .item-info {
          width: calc(100% - 60px); } }
      @media (max-width: 479px) {
        .design-banner .item .item-info {
          width: calc(100% - 40px); } }
    .design-banner .item h4 {
      font: 600 18px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 10px !important; }
      @media (max-width: 767px) {
        .design-banner .item h4 {
          font-size: 16px;
          line-height: 20px; } }
    .design-banner .item .txt {
      font: 15px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 767px) {
        .design-banner .item .txt {
          font-size: 13px;
          line-height: 20px; } }
      .design-banner .item .txt br {
        display: none; }

.services .ajax-services-categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .services .ajax-services-categories {
      padding: 0 20px; } }
  .services .ajax-services-categories li {
    margin: 0 6px; }
    @media (max-width: 479px) {
      .services .ajax-services-categories li {
        margin: 6px; } }
    .services .ajax-services-categories li.active a {
      border-color: #6d989f;
      background: #6d989f;
      color: #fff; }
    .services .ajax-services-categories li a {
      border: 1px solid #d9d9d9;
      display: block;
      padding: 10px 10px;
      background: transparent;
      text-align: center;
      color: #484848;
      font-size: 15px;
      line-height: 1;
      border-radius: 20px; }
      .services .ajax-services-categories li a:hover {
        border-color: #6d989f; }

.services-cta .container {
  max-width: 1230px; }
  .services-cta .container.alignwide {
    max-width: none; }

.services-cta .services-cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .services-cta .services-cta-list .col {
    width: 25%;
    padding: 15px; }
    @media (max-width: 1023px) {
      .services-cta .services-cta-list .col {
        width: 50%; } }
    @media (max-width: 767px) {
      .services-cta .services-cta-list .col {
        width: 100%; } }

.services-cta .services-cta-item {
  background: #f4f4f4; }
  .services-cta .services-cta-item img {
    width: 100%; }

.services-cta .services-info {
  padding: 17px 14px;
  color: #666;
  font-size: 15px;
  line-height: 1.2; }
  .services-cta .services-info h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px; }
  .services-cta .services-info .services-description {
    font-weight: 600; }

.services-cta .services-cta-more {
  padding: 18px 0 0;
  text-align: center; }
  .services-cta .services-cta-more a {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    line-height: 15px;
    padding: 11px 10px 9px;
    color: #484848;
    border-radius: 20px; }
    .services-cta .services-cta-more a:hover {
      background: #6d989f;
      border-color: #6d989f;
      color: #fff; }

.design-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .design-templates .design-templates-item {
    border: 1px solid #fff; }
    .design-templates .design-templates-item.big {
      width: 40%; }
      @media (max-width: 767px) {
        .design-templates .design-templates-item.big {
          width: 100%; } }
    .design-templates .design-templates-item.small {
      width: 20%; }
      @media (max-width: 767px) {
        .design-templates .design-templates-item.small {
          width: 50%; } }
    .design-templates .design-templates-item:hover {
      opacity: 0.8; }
  .design-templates img {
    width: 100%; }

.about {
  background-size: cover;
  background-position: 50% 50%;
  padding: 52px 0 40px;
  color: #000; }
  .about .container {
    max-width: 1160px; }
  .about .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px; }
    .about .holder .col {
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .about .holder .col {
          width: 100%; } }
      @media (max-width: 1023px) {
        .about .holder .col.col-team-text {
          width: 40%; } }
      @media (max-width: 767px) {
        .about .holder .col.col-team-text {
          width: 100%; } }
      @media (max-width: 1023px) {
        .about .holder .col.col-team-list {
          width: 60%; } }
      @media (max-width: 767px) {
        .about .holder .col.col-team-list {
          width: 100%; } }
  .about h3 {
    font: 400 24px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    margin: 0 0 6px !important;
    color: inherit !important; }
  .about br {
    display: none; }
  .about .about-text-section {
    padding-right: 110px; }
    @media (max-width: 1199px) {
      .about .about-text-section {
        padding-right: 0; } }
  .about .about-list-section {
    padding: 30px 0 0 25px; }
    @media (max-width: 767px) {
      .about .about-list-section {
        padding: 20px 0 0; } }
    .about .about-list-section ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about .about-list-section ul li {
        width: 33.333%;
        text-align: center;
        padding: 10px;
        margin: 0 0 0; }
        @media (max-width: 479px) {
          .about .about-list-section ul li {
            width: 50%; } }
      .about .about-list-section ul img {
        border-radius: 50%;
        display: block; }
  .about .subtitle {
    display: block;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: inherit;
    font: 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.home #content, .home .content {
  padding: 0 !important; }

.home .design-banner + .wp-block-group, .home .services + .wp-block-group, .home .services-cta + .wp-block-group {
  padding: 36px 0; }
  .home .design-banner + .wp-block-group h2, .home .services + .wp-block-group h2, .home .services-cta + .wp-block-group h2 {
    font-weight: 400 !important;
    color: #000;
    padding-left: 20px;
    padding-right: 20px; }

.home .wp-block-group + .services {
  padding: 0; }

.search #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .search #content .title {
    width: 100%; }
  .search #content .col, .search #content .post, .search #content .page {
    width: 33.333%; }

.search .pagination {
  width: 100%; }

.page-template-template-about #content .post .content {
  padding: 0; }

.term-business-cards .content-wrapper {
  padding: 40px 0; }

.tax-services .products-list-wrapper .products-list {
  padding: 40px 0; }

.about-list-section img {
  margin: 0 auto 15px auto;
  display: block;
  width: 145px;
  max-width: 100%;
  border-radius: 50%; }

.team-item-info .name {
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  display: block; }

.team-item-info .team-item-role {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
  display: block; }

.team-item-info .team-item-email,
.team-item-info .team-item-phone {
  font-size: 10px; }

.team-item-info a {
  color: #000;
  text-decoration: none;
  display: block; }
  .team-item-info a:hover {
    color: #6d989f; }

.btn {
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  font-weight: inherit;
  background: #000;
  padding: 0.4em 0.7em;
  color: #fff;
  text-decoration: none; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
/*# sourceMappingURL=style.css.map */