/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.autosport_red {
  color: #AD8F5C;
}

/* Animations */
.w3-animate-top {
  position: relative;
  animation: animatetop 0.8s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.8s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.8s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.8s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-right2 {
  position: relative;
  animation: animateright2 0.8s;
}
@keyframes animateright2 {
  from {
    right: -300px;
  }
  to {
    right: 0;
  }
}
.wpb_wrapper {
  opacity: 0;
}

/* Top Bar */
.top-bar {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: unset;
}

/* Header */
.branding,
.mobile-branding {
  width: 250px;
  justify-content: center;
  position: relative;
}
.branding:before,
.mobile-branding:before {
  content: "";
  background-color: #fff;
  transform: skew(-28deg);
  width: 230px;
  height: 115px;
  margin-right: -15px;
  position: absolute;
  display: block;
  z-index: 1;
}
.mobile-branding {
  margin-top: -36px;
}
.mobile-branding:before {
  height: 97px;
  width: 160px;
}
.show-phantom .branding:before {
  width: 170px;
  height: 85px;
}
.branding a,
.mobile-branding a {
  position: relative;
  z-index: 9;
}
.split-header:not(.show-phantom) .navigation:first-of-type {
  margin-right: 30px;
}
.split-header:not(.show-phantom) .navigation:last-of-type {
  margin-left: 30px;
}
.top-header .main-nav .menu-text:after {
  right: -5px;
  color: #AD8F5C !important;
}
.top-header .main-nav a span {
  text-transform: uppercase;
}
.show-phantom .upwards-line > li > a .menu-item-text:before {
  bottom: -2px;
}

/* Titles */
.termina,
.termina h1,
.termina h2,
.termina h3 {
  font-family: Source Sans Pro;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  position: relative;
}
.termina.black,
.termina.black h2,
.termina.black h3 {
  color: #000;
}
.termina.bottom_clear {
  margin-bottom: 0;
  padding-bottom: 0;
}
.title_normal {
  font-family: Poppins;
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0em;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
body:not(.home) .title_normal {
  margin-top: 0px;
}
.title_big {
  font-family: Poppins;
  font-style: italic;
  font-weight: 900;
  font-size: 267px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.title_big_out {
  margin-top: 100px;
}
.title_big_out .title_big {
  position: absolute;
  margin-top: -200px;
  right: 0;
}
body:not(.home) .title_big {
  font-size: 180px;
}
.tbig_absolute .title_big {
  position: absolute;
}
.title_gradient {
  font-style: normal;
  margin-top: 0;
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  background: linear-gradient(90deg, #AD8F5C 2.35%, #ff8f51 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_block {
  font-family: Poppins;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  display: block;
  text-transform: uppercase;
  font-style: italic;
}

.white_bg .title_big {
  -webkit-text-stroke-color: #AD8F5C;
}
.white_bg .title_normal {
  color: #000;
}

/* Buttons */
body .cta_submit {
  background-color: transparent;
  border: none;
}

.p_button,
body .cta_submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}
.p_button span,
body .cta_submit {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 9;
}
.p_button:before {
  content: "";
  background-color: #AD8F5C;
  border: 1px solid #fff;
  opacity: 1;
  transform: skew(-28deg);
  width: 100%;
  height: 67px;
  position: absolute;
  display: block;
  z-index: 1;
}
.p_button:hover span,
body .cta_submit:hover {
  color: #AD8F5C;
}
.p_button:hover:before,
body .cta_submit:hover:before {
  background-color: #fff;
}
body .cta_submit {
  background-color: #AD8F5C;
  border: 1px solid #fff;
  opacity: 1;
  width: 100%;
  height: 67px;
  /*position: absolute;*/
  display: block;
  z-index: 1;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
}
body .row_07_cta_row .cta_submit:hover,
body .cta_submit:hover {
  background-color: #ebebeb;
  color: #AD8F5C !important;
  border: none;
}

/* Lists */
.list_style li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.list_style li:before {
  content: "•";
  color: #AD8F5C;
  display: block;
  position: absolute;
  margin-left: -20px;
  font-size: 34px;
  margin-top: -2px;
}
.list_style.white li:before {
  color: #fff;
}

/* Widgets */
.widget-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

/* Forms */
body .fluentform .ff-el-form-control {
  background-color: transparent;
  border-bottom: 2px solid #AD8F5C;
  border-radius: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
body .p_column .fluentform .ff-el-form-control {
  background-color: #fff;
  border-bottom-color: #000;
}
/*body .fluentform .ff-el-form-control, body .fluentform #ff_3_image-upload_1, body .fluentform .ff_upload_btn.ff-btn { height: 40px !important; padding: 6px 12px !important; text-align: left !important; font-size: 15px !important; line-height: 19px !important; color: #999 !important; background-color: transparent !important; border-bottom: 2px solid #AD8F5C !important; border-radius: 0 !important; border-left: none !important; border-right: none !important; border-top: none !important; }*/
body .fluentform .ff_file_upload_holder {
  width: 100%;
  display: flex;
}
body .fluentform .ff_upload_btn.ff-btn {
  background-color: #AD8F5C;
  line-height: 28px;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #AD8F5C;
}
body .fluentform .ff_upload_btn.ff-btn:hover {
  background-color: #fff;
  color: #AD8F5C;
}
body .frm-fluent-form .ff-t-container {
  margin-bottom: 22px;
}
.shadow form {
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 5px 5px 15px 5px #000000;
  padding: 5%;
}
body .fluentform textarea {
  min-height: 43px;
}
body .ff-default .ff-el-form-control:focus {
  border-color: #000000;
}
.fluentform iframe {
  transform: scale(0.9);
  margin-left: -17px;
}

/* Angled Columns */
.p_column {
  justify-content: center;
  position: relative;
  padding: 80px;
}
.p_column:before {
  content: "";
  background-color: #AD8F5C;
  opacity: 0.9;
  transform: skew(-28deg);
  width: 110%;
  min-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}
.p_column.direct:before {
  opacity: 1;
  transform: skew(-28deg);
  width: 110%;
  min-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}
.p_column.black a:hover {
  color: #AD8F5C;
}
.p_column.black:before {
  background-color: #000;
  opacity: 1;
}
.p_column.right_a:before {
  left: -20%;
}
.p_column.right_a.direct:before {
  left: -15%;
}
.p_column.left_a:before {
  right: -20%;
}
.p_column.bottom:before {
  bottom: 0;
}
.p_column > .vc_column-inner {
  position: relative;
  z-index: 9;
}

.p_column_s {
  background-color: #fff;
  clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  color: #000;
  width: 55%;
  margin-right: -12%;
}
.p_column_s.image_top .vc_column-inner {
  background-size: 90%;
  background-position: right -20%;
  background-repeat: no-repeat;
}
.p_column_s.image_top .wpb_content_element {
  margin-top: 150px;
  margin-bottom: 0;
}
.p_column_s.image_top .wpb_content_element .wpb_wrapper {
  position: relative;
  bottom: 30px;
  width: 58%;
  left: 17%;
}

/* Rows */
.row_01 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #AD8F5C;
}
.row_01 .p_column {
  margin-top: 243px;
  width: 48%;
}
.row_01 .p_column > .vc_column-inner {
  padding-top: 0px;
}
.row_01 .title_normal {
  font-size: 72px;
}
.row_01 a.p_button {
  margin-left: -35px;
  margin-top: 30px;
}
.row_01 a.p_button.second {
  margin-left: -90px;
}

.row_01_inner {
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}
.row_01_inner .p_column {
  padding: 65px 80px;
  position: absolute;
  bottom: 50px;
  right: 0;
}
.row_01_inner .p_column:before {
  right: 0;
  margin-right: -115px;
  width: 115%;
}
.row_01_inner .p_column h1 {
  margin-left: 50px;
}
.row_01_inner .p_column .title_normal {
  margin-top: 0px;
}

.row_02 {
  background-size: contain;
  background-repeat: no-repeat;
}
.row_02 .title_normal {
  margin-top: 190px;
}
.row_02 .title_big {
  position: absolute;
  margin-top: -236px;
  margin-left: -116px;
}
.row_02 .p_column:before {
  transform: unset;
  bottom: -1px;
  width: 133%;
  clip-path: polygon(23% 0, 100% 0%, 100% 100%, 0% 100%);
  background-image: url("/wp-content/uploads/2022/01/AutoSportCustoms-BumperRepairs.jpg");
}

.row_02_inner {
  padding-top: 110px;
  padding-bottom: 75px;
  background-color: #fff;
  font-size: 18px;
  line-height: 23px;
}
.row_02_inner p {
  color: #000;
}
.row_02_inner p a {
  color: #AD8F5C;
}
.row_02_inner p a:hover {
  color: #000;
}
.row_02_inner.black_bg p a:hover {
  color: #fff;
}

.row_02_inner > .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}

.row_03 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-size: cover;
}
.row_03:before {
  content: "";
  display: block;
  background-color: #AD8F5C;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.row_03 .title_normal {
  text-align: center;
}
.row_03 .title_big {
  display: block;
  margin-top: 0;
  margin-left: 0;
}
.row_03 .p_button {
  margin: 60px auto 0;
}

.row_04 {
  background-size: cover;
  background-repeat: no-repeat;
}
.row_04 h2 {
  margin-left: 100px;
}
.row_04 .title_big {
  position: absolute;
  margin-top: -236px;
  right: 0;
  min-width: 200%;
  text-align: right;
}
body:not(.home) .row_04 .title_big {
  margin-top: -170px;
  right: 20px;
}
.row_04 .p_column {
  padding-right: 0;
  margin-top: 135px;
}
.row_04 .p_column:before {
  width: 88%;
  min-height: 93%;
  bottom: 0;
  top: unset;
  margin-left: -3%;
}
.row_04 .p_button {
  margin-left: -20px;
  margin-top: 50px;
}
.row_04 .str_mod .vc_col-sm-2 {
  width: 12%;
}

.row_05 {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 780px;
}
.row_05 .p_column {
}
.row_05 .p_column:before {
  width: 96%;
  left: 0;
  top: 0;
}
.row_05 > .wpb_column .vc_row .wpb_column:not(.p_column) {
  margin-left: 6%;
  width: 44%;
}

.row_06 {
  padding: 100px 50px 100px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.row_06 .p_button {
  /*position: absolute;*/
  margin-top: 50px;
  left: 50%;
  margin-left: -250px;
  min-width: 300px;
}

.row_07_cta_row {
  background-color: #fff; /*padding-top: 22px; padding-bottom: 22px;*/
}
.row_07_cta_row > .wpb_column:not(.p_column) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.row_07_cta_row > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.row_07_cta_row .p_column.direct {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.row_07_cta_row .p_column_inner {
  position: unset;
  padding: 0;
}
.row_07_cta_row .p_column_inner:before {
  width: 170%;
  height: 500px;
  margin-left: -60px;
  clip-path: polygon(33% 0%, 100% 0%, 67% 100%, 0% 100%);
  content: "";
  opacity: 1;
  transform: unset;
  display: block;
  background-image: url("/wp-content/uploads/2022/01/Autosport-Customs-Car-Body-Repair-Tunbridge-Wells-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row_07_cta_row .frm-fluent-form label {
  color: #000;
}
body .row_07_cta_row .cta_submit,
body .cta_submit {
  width: 100%;
  margin-top: 5px;
  color: #fff !important;
}
body .row_07_cta_row .ff-t-container .ff-t-cell .ff-el-group .cta_submit {
  -webkit-appearance: none !important;
}
body .row_07_cta_row .cta_submit:hover:before,
body .cta_submit:hover:before {
  border-color: #AD8F5C;
}

.row_08 {
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
/*.row_08:before { content: ''; position: absolute; display: block !important; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; mix-blend-mode: multiply; opacity: 0.9; }*/
.row_08 .vc_column-inner {
  padding-top: 0 !important;
}
.row_08 .p_column {
  z-index: 3;
  max-width: 36%;
  margin-left: 20%;
  margin-right: 5%;
  margin-top: -35px;
  margin-bottom: 0;
}
.row_08 .p_column:before {
  width: 118%;
  left: -10%;
  top: -5%;
}
.row_08 .vc_row.image_pseudo:before {
  content: "";
  position: absolute;
  display: block !important;
  z-index: 1;
  width: 65%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: unset;
  max-height: 75%;
  background-image: url("/wp-content/uploads/2022/02/Autosport-Custom-Classic-Car-Restoration-Kent-8.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.row_08 .p_button {
  margin-left: -17px;
  margin-top: 62px;
}
.row_08.v02 .p_column {
  max-width: unset;
  width: 45%;
  margin-top: 4%;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: unset;
  padding-top: 40px;
}
.row_08.v02 .p_column:before {
  transform: unset;
  opacity: 1;
  margin-left: -15%;
  width: 150%;
  clip-path: polygon(23% 0, 100% 0%, 100% 100%, 0% 100%);
  background-image: url("/wp-content/uploads/2022/01/Autosport-Customs-Car-Body-Repair-Tunbridge-Wells-0900.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.row_08.v02 .vc_row.image_pseudo:before {
  right: unset;
  left: 0;
  top: 15%;
  bottom: unset;
  background-image: url("/wp-content/uploads/2022/01/Autosport-Customs-Car-Body-Repair-Tunbridge-Wells-19.jpg");
  background-position: left center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}
.row_08.v02 .p_button:before {
  background-color: transparent;
  border: 1px solid #fff;
}
.row_08.v03 .p_column {
  margin-left: 12%;
  max-width: 38%;
}
.row_08.v03 .p_column:before {
  opacity: 1;
  max-width: 110%;
  left: -5%;
}
.row_08.v03 .vc_row.image_pseudo:before {
  bottom: unset;
  top: 0;
  max-height: 75%;
  background-image: url("/wp-content/uploads/2022/01/Autosport-Customs-Car-Body-Repair-Tunbridge-Wells-6.jpg");
  background-position: right top;
  clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.row_08_n {
  padding-top: 65px;
  padding-bottom: 65px;
  background-repeat: no-repeat;
  background-size: cover;
}
.row_08_n .p_column:before {
  opacity: 1;
  max-width: 110%;
  left: -5%;
}
.row_08_n .p_column.p_full_left {
  left: 10%;
  width: 52%;
}
.row_08_n > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.row_08_n .p_column.left_a {
  right: 0;
}
.row_08_n .p_button {
  margin-top: 60px;
}

/*.page-id-33 .row_08_n .vc_row.p_col_right { background-size: 55%; }*/

.row_09_why_choose_us {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.row_09_why_choose_us .termina {
  margin-top: 350px;
  max-width: 80%;
}
.row_09_why_choose_us .features_row {
  margin-bottom: 50px;
}
.row_09_why_choose_us .feature_block {
  text-align: center;
  border-right: 1px solid #474646;
  padding-top: 35px;
}
.row_09_why_choose_us .feature_block:last-child {
  border-right: none;
}
.row_09_why_choose_us .feature_block img {
  height: 100px;
}

.row_10_footer_cta {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.row_10_footer_cta .p_column {
  padding: 0 20px 20px;
  left: 50%;
  margin-left: -20.8%;
  min-height: 350px;
}
.row_10_footer_cta .p_column:before {
  opacity: 1;
  left: -5%;
}
.row_10_footer_cta .p_column a {
  color: #000;
}
.row_10_footer_cta .p_column a:hover {
  color: #fff;
}
.row_10_footer_cta .p_button {
  margin: 50px auto 0;
}
.row_10_footer_cta .title_normal {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 25px !important;
}
.row_10_footer_cta h2 {
  margin-right: -30px;
}

.row_11 {
  background-size: cover;
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 18px;
  line-height: 23px;
}
.row_11 .p_button {
  margin: 60px auto;
}
.row_11 br.temp {
  display: block;
}

.row_12 .p_column:before {
  opacity: 1;
  width: 121%;
}
.row_12 .vc_row.image_pseudo:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 90%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2022/01/Auto-Sport-Custom-Ceramic-Coating-Paint-Protection-Film-4.jpg");
  background-size: 65%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.page-id-47 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/01/expert-aston-martin-car-body-repairs-03.jpg");
}
.page-id-958 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/03/audi-car-body-repairs-15.jpg");
}
.page-id-969 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/03/Bentley-car-body-repairs-7-1.jpg");
}
.page-id-984 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/bmw-car-body-repairs-16.jpg");
  background-position: right center;
}
.page-id-996 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/alloy-wheel.jpg");
  background-position: right center;
}
.page-id-1006 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/ferrari-car-body-repairs-14.jpg");
}
.page-id-1016 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/jaguar-car-body-repairs.jpg");
  background-position: right center;
}
.page-id-1026 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/alloy-wheel.jpg");
  background-position: right center;
}
.page-id-1287 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/land-rover-car-body-repairs-6.jpg");
}
.page-id-1037 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/car-body-repairs-lexus-3.jpg");
}
.page-id-1058 .row_12 .vc_row.image_pseudo:before {
  background-image: url("/wp-content/uploads/2022/04/car-body-repairs-mclaren-1.jpg");
}
.row_12 .p_button {
  margin-top: 60px;
}

.row_13 {
  padding: 65px 0;
  background-image: url("/wp-content/uploads/2022/01/Autosport-Customs-Car-Body-Repair-Tunbridge-Wells-0901.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.row_13 > .p_column {
  width: 55%;
}
.row_13 .p_column:before {
  opacity: 1;
}
.row_13 > .wpb_column:not(.p_column) {
  position: relative;
  z-index: 2;
}
.row_13 .p_column .wpb_text_column:not(.termina) {
  width: 80%;
}
.row_13 .p_button {
  margin-top: 60px;
}

.row_14 {
  background-repeat: no-repeat;
}
.row_14 > .wpb_column:not(.p_column) {
  padding-left: 100px;
}
.row_14 .p_column:before {
  opacity: 1;
  transform: unset;
  width: 50%;
  right: 0;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: transparent;
  background-image: url("/wp-content/uploads/2022/01/Autosport-Custom-Alloy-Wheel-Refurbishment-Tunbridge-Wells-7.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.row_14 .termina {
  position: relative;
  margin-top: 200px;
}
.row_14 .title_big {
  position: absolute;
  top: -180px;
}
.row_14 br.temp {
  display: block;
}
.row_14 .narrow_content {
  width: 35%;
}

.row_15_reviews {
  padding-top: 95px;
  padding-bottom: 100px;
  background-size: cover;
}
.row_15_reviews > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.row_15_reviews > .wpb_column > .vc_column-inner .wpb_text_column,
.row_15_reviews p {
  margin-bottom: 0;
}
.row_15_reviews .p_button {
  margin: 50px auto 25px !important;
}

.page-id-511 .row_02_inner {
  padding-bottom: 25px;
}
.page-id-309 .row_04.bg_bottom_left,
.page-id-1519 .row_04.bg_bottom_left {
  background-position: left 135%;
}
.page-id-229 .row_04 {
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.page-id-376 .p_col_narrow {
  background-position: 135%;
}

/* LOCATION PAGES */
.parent-pageid-493 .row_06 .p_button {
  margin-left: auto;
  margin-right: auto;
  left: 0;
}

/* Blogs last design */
.blog_row > div {
  max-width: 1420px;
  margin: auto !important;
}
.blog_row {
  justify-content: center;
  margin-bottom: 0 !important;
}
.blog_grid .post_title div {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.5%;
  letter-spacing: 0.48px;
}
.blog_grid .post_head {
  padding: 40px 40px;
  background: #000000 url(/wp-content/uploads/2023/12/asc.svg) no-repeat center right / auto !important;
  height: 225px;
}
.blog_grid :where(.vc_gitem_row) {
  position: relative !important;
  transform: none !important;
}
.blog_grid .vc-gitem-zone-height-mode-auto:before {
  padding: 0 !important;
  visibility: hidden !important;
  display: none !important;
}
.blog_grid .vc_grid-item > div {
  box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.16);
  font-family: "Poppins", sans-serif !important;
}
.blog_grid .post_body {
  padding: 36px 57px 0;
}
.blog_grid .post_body .vc_gitem-post-data-source-post_date {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 157.5%;
  letter-spacing: 0.4px;
}
.blog_grid .post_body .vc_gitem-post-data-source-post_excerpt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 192.9%;
  letter-spacing: 0.4px;
}
.blog_grid .vc_btn3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 28px;
}

.single-post .entry-content {
  margin-bottom: 0 !important;
}
.single-post .page-title.solid-bg {
  background: #000000 url(/wp-content/uploads/2023/12/asc-header.svg) no-repeat center right / auto !important;
  min-height: 377px;
}
.single-post .page-title h1 {
  font-size: 44px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* FOOTER */
footer .wf-wrap .wf-container-footer {
  padding-top: 71px !important;
}

footer .textwidget table {
  width: 100%;
}
footer .textwidget table.right td:last-child {
  text-align: right;
}
footer .textwidget tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  border-bottom: 1px solid #333333;
}
footer .textwidget tr:first-child td {
  padding-top: 0px;
}
footer .textwidget tr:last-child td {
  padding-bottom: 0px;
  border-bottom: 0;
}
footer .textwidget i {
  color: #AD8F5C;
  font-size: 25px;
  margin-right: 25px;
}
footer .menu-footer-links-container a {
  position: relative;
  margin-left: 20px;
}
footer .menu-footer-links-container a:hover {
  text-decoration: none;
}
footer .menu-footer-links-container a:before {
  content: "\f033";
  font-family: icomoon-the7-font !important;
  display: block;
  position: absolute;
  margin-left: -20px;
}

footer .disclaimer_pages {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 121px;
  margin-bottom: 25px;
}
footer .disclaimer_pages a {
  padding: 5px 30px;
  display: block;
  border-right: 1px solid #333333;
}
footer .disclaimer_pages a:last-child {
  border-right: none;
}
footer .disclaimer_pages a:hover {
  color: #AD8F5C !important;
  text-decoration: none !important;
}

footer #bottom-bar {
  padding-bottom: 25px;
}

/* OTHER */
.autosport_red,
.accent {
  color: #AD8F5C;
}
br.temp {
  display: none;
}
.red_bg {
  background-color: #AD8F5C;
}
.black_bg {
  background-color: #000;
}
.black_bg p {
  color: #fff;
}
.white_bg,
.p_column.black_bg:before {
  background-color: #fff;
}
.white_bg,
.white_bg p,
.white bg h2,
.white_bg h3 {
  color: #000;
}
.p_column a,
.row_03 a,
.wpb_text_column a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.p_column a:hover,
.row_03 a:hover,
.wpb_text_column a:hover {
  color: #AD8F5C;
}
.p_column.opacity_off a:hover {
  color: #000;
}
.row_08_n .p_column a:hover,
.row_13 .p_column a:hover {
  color: #000;
}
.row_08_n .p_column.black a:hover,
.row_13 .p_column.black a:hover {
  color: #AD8F5C;
}
.white_bg .termina,
.white_bg .termina h2,
.white_bg .title_normal,
.white_bg p,
.white_bg a,
.black_hover a:hover {
  color: #000;
}
.video_thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_thumb:before {
  position: absolute;
  content: "\ea23";
  font-family: icomoon-the7-font !important;
  display: block;
  font-size: 60px;
  line-height: 100%;
  z-index: 4;
}
.video_thumb:after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-color: #AD8F5C;
  border-radius: 100%;
  z-index: 3;
}
.video_thumb:hover:after {
  background-color: #000;
}
.bg_top_left {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bg_top_right {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bg_center_left {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bg_center_right {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bg_bottom_left {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 60%;
}
.bg_bottom_right {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 60%;
}
.vc_row.p_col_left {
  display: flex;
  justify-content: flex-start;
}
.vc_row.p_col_right {
  display: flex;
  justify-content: flex-end;
}
.p_column.opacity_on:before {
  opacity: 0.9;
}
.p_column.opacity_off:before {
  opacity: 1;
}
.p_col_narrow .p_column,
.p_col_narrow .p_column.p_full_left {
  width: 42%;
}
.p_col_narrow {
  background-size: 75%;
}
.pswp__caption {
  display: none !important;
}
.content_2_col {
  columns: 2;
}
.content_5_col {
  columns: 5;
}
.grid_5_col ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.vc_row.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}
.padding_100 {
  padding-top: 60px;
  padding-bottom: 80px;
}
i.next-level-button:before {
  color: #AD8F5C;
}
.page-id-35 .vc_col-sm-8 table.right {
  max-width: 65%;
}
.scroll-top.on {
  bottom: 55px;
}
.longer .title_normal {
  width: 110%;
}
.bg_pos_left_m100 {
  background-position: -100px;
}

#bottomlinks {
  background-color: #AD8F5C;
  -webkit-box-shadow: 0px -2px 10px 2px #000000;
  box-shadow: 0px -2px 10px 2px #000000;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 99999999999;
  width: 100%;
}
#bottomlinks a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  display: block;
  width: 50%;
  text-transform: uppercase;
  font-weight: bold;
}
#bottomlinks i {
  margin-right: 5px;
}

#bottomlinks {
  display: none;
}

.parent-pageid-493 .p_column_inner:before {
  display: none;
}
.parent-pageid-493 .p_column_inner .vc_column-inner {
  width: 170%;
  height: 500px;
  margin-left: -60px;
  clip-path: polygon(33% 0%, 100% 0%, 67% 100%, 0% 100%);
  content: "";
  opacity: 1;
  transform: unset;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

/*  Blogs / blog row */

@media (min-width: 992px) {
  .single-post .post-thumbnail {
    float: right;
    margin: 0 0 25px 25px !important;
    max-width: 33%;
  }
}

.post-entry-content a.dt-btn-s.dt-btn.post-details.details-type-btn:hover {
  color: #AD8F5C;
  background: #fff !important;
}

.single-post a {
  text-decoration: none;
}

.single-post .page-title.solid-bg {
  background-color: #AD8F5C;
}

.single-post .page-title h1,
#page .page-title .entry-title {
  font: italic normal 900 64px / 64px "Poppins", Helvetica, Arial, Verdana, sans-serif;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  text-transform: uppercase;
}

.single-post div#main {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-post h2 {
  clear: none;
  color: #000;
}

.single-post a:hover {
  color: #000;
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
  content: "";
  background-color: #AD8F5C;
  border: 1px solid #fff;
  opacity: 1;
  transform: skew(-28deg);
  width: 25%;
  height: 16px;
  position: absolute;
  display: block;
  z-index: 1;
}

.blog-shortcode.blog-masonry-shortcode-id-2ef228d31065fcc69da995ce2e2b21a1 .entry-title a {
  color: #000000;
  font-family: Poppins;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  display: block;
  text-transform: uppercase;
  font-style: italic;
}

.menu-item-32 .sub-nav {
  column-count: 4;
  width: 700px !important;
}

.brand-row .title_normal {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 25px !important;
  padding-top: 95px;
}
.brand-row {
  font-size: 18px;
  line-height: 23px;
  padding-top: 0px !important;
}

.owl-nav a {
  border: 1px solid #fff !important;
  opacity: 1 !important;
  transform: skew(-28deg) !important;
  width: 30px !important;
  border-radius: 0px !important;
}
.owl-nav a:after,
.owl-nav a:hover:before {
  background-color: #fff !important;
}
.owl-nav a:hover i:before {
  color: #AD8F5C !important;
}

article h3 {
  color: #000 !important;
}

/*** RESPONSIVE ***/

@media (max-width: 1800px) {
  .title_big {
    font-size: 230px;
  }
  .parent-pageid-45 .title_big {
    right: 200px;
  }
  .p_column:before {
    width: 125%;
  }
  .p_col_narrow .p_column,
  .p_col_narrow .p_column.p_full_left {
    width: 56%;
  }
  .row_01 a.p_button.second {
    margin-left: -25px;
  }
  /*.row_01_inner .p_column { margin-top: 190px; }
	.row_01_inner .p_column h1 { margin-left: 0; }*/
  .row_02 .title_big {
    margin-left: -145px;
  }
  .row_02 .p_column:before {
    width: 140%;
    clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .row_04 .title_big {
    margin-left: -180px;
  }
  .row_04 .p_column:before {
    width: 100%;
    margin-left: -5%;
  }
  .row_05 {
    min-height: 710px;
  }
  .row_07_cta_row .p_column_inner:before {
    width: 200%;
    margin-left: -140px;
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }
  .row_08 .p_column {
    max-width: 45%;
    margin-left: 10%;
  }
  .row_08.v02 .p_column {
    width: 50%;
  }
  .row_08.v03 .p_column {
    margin-left: 5%;
    max-width: 45%;
  }
  .row_09_why_choose_us .termina {
    margin-top: 270px;
    max-width: 85%;
  }

  .row_10_footer_cta .p_column:before {
    width: 119%;
  }
  .row_13 > .vc_col-sm-8 {
    width: 58%;
  }
  .row_13 .p_column > .vc_column-inner > .wpb_wrapper {
    width: 95%;
  }
  footer .disclaimer_pages {
    margin-top: 80px;
  }

  .page-id-376 .row_08_n .vc_row.bg_top_right,
  .page-id-376 .row_08_n .vc_row.bg_center_right,
  .page-id-376 .row_08_n .vc_row.bg_bottom_right {
    background-size: 75%;
    background-position: 160% 0;
  }
  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 430px !important;
  }
  .page-id-309 .row_04 .title_big,
  .page-id-1519 .row_04 .title_big {
    min-width: 250%;
  }
  .page-id-309 .row_04.bg_bottom_left,
  .page-id-1519 .row_04.bg_bottom_left {
    background-position: left 100%;
  }
  .page-id-33 .row_08_n .p_col_right .p_column {
    width: 55%;
  }
}

@media (max-width: 1600px) {
  .title_big {
    font-size: 210px;
  }
  .parent-pageid-45 .title_big {
    right: 100px;
  }
  .title_normal {
    font-size: 50px;
  }
  .row_01_inner {
    min-height: 550px;
  }
  .parent-pageid-493 .row_06.with_extra_text .p_column_s.image_top .wpb_content_element {
    margin-top: 120px;
  }
  .parent-pageid-493 .row_07_cta_row .p_column.direct:before {
    width: 120%;
    left: -25%;
  }
  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0% 100%);
  }
  .parent-pageid-493 .row_10_footer_cta .p_column:before {
    width: 113%;
  }
}

@media (max-width: 1500px) {
  .parent-pageid-45 .title_big {
    right: 0px;
  }
  .special_size .title_normal {
    font-size: 45px;
  }
  .p_column:before {
    width: 130%;
  }
  .p_button span br.temp {
    display: block;
  }
  body .cta_submit:before {
    width: 85%;
  }
  .row_01 .p_column {
    width: 45%;
  }
  .row_01 .p_column:before {
    left: -25%;
  }
  .row_01 .termina {
    margin-bottom: 0;
  }
  .row_01 .p_button:before {
    width: 85%;
  }
  .row_01 a.p_button.second {
    margin-left: -25px;
  }
  .row_02 .p_column:before {
    width: 147%;
    clip-path: polygon(38% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .row_02 .title_big {
    margin-top: -220px;
  }
  .row_04 .p_column:before {
    margin-left: -10%;
  }
  .row_04 h2 {
    margin-left: 75px;
  }
  .row_04 .title_big {
    margin-top: -210px;
  }
  .row_05 {
    min-height: 670px;
  }
  .row_06 .p_column_s.image_top .vc_column-inner {
    background-size: 120%;
  }
  .row_07_cta_row .p_column.direct:before {
    left: -25%;
  }
  .row_07_cta_row > .p_column > .vc_column-inner {
    padding-top: 0 !important;
  }
  .row_07_cta_row .p_column_inner:before {
    width: 230%;
    margin-left: -200px;
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }
  .row_08 .p_column {
    max-width: 43%;
  }
  .row_08.v03 .p_column {
    max-width: 42%;
  }
  .row_08_n .vc_row {
    background-size: 60%;
  }
  .row_09_why_choose_us .termina {
    margin-top: 260px;
  }
  .row_10_footer_cta .p_column:before {
    width: 115%;
  }
  .row_10_footer_cta h2 {
    margin-right: -30px;
  }
  .row_12 .p_column:before {
    left: -23%;
  }
  .row_13 .p_column > .vc_column-inner > .wpb_wrapper {
    width: 90%;
  }
  .row_13 .p_column:before {
    width: 115%;
  }
  body .row_14 .title_big {
    font-size: 165px;
  }
  .row_14 .narrow_content {
    width: 50%;
  }

  .parent-pageid-493 .row_06.with_extra_text .p_column_s.image_top .wpb_content_element {
    margin-top: 145px;
  }
  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }

  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 380px !important;
  }
  .page-id-309 .row_04 .title_big,
  .page-id-1519 .row_04 .title_big {
    min-width: 275%;
  }
  .page-id-309 .row_08_n .p_column.black:before,
  .page-id-1519 .row_08_n .p_column.black:before {
    max-width: 130%;
    left: -10%;
  }
}

@media (max-width: 1400px) {
  .title_big {
    font-size: 200px;
  }
  .parent-pageid-45 .title_big_out .title_big {
    font-size: 104px;
  }
  .special_size .title_normal {
    font-size: 40px;
  }
  body .cta_submit:before {
    width: 70%;
  }
  body:not(.home) .title_big {
    font-size: 170px;
  }
  .row_01 .title_normal {
    font-size: 60px;
  }
  .row_01_inner .p_column {
    padding: 65px 60px;
  }
  .row_04 h2 {
    margin-left: 70px;
  }
  .row_04 .title_big {
    margin-left: -150px;
    margin-top: -205px;
  }
  .row_04 .p_column {
    margin-top: 100px;
  }
  .row_05 {
    min-height: 630px;
  }
  .row_06 {
    padding-top: 70px;
    padding-left: 70px;
  }
  .row_07_cta_row .p_column_inner:before {
    width: 260%;
    margin-left: -240px;
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
  }
  .row_08.v02 .p_column:before {
    margin-left: -25%;
    width: 185%;
  }
  .row_09_why_choose_us .termina {
    margin-top: 240px;
  }
  body .row_14 .title_big {
    font-size: 155px;
  }

  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 360px !important;
  }

  .blog_grid .post_head {
    padding: 28px;
  }
  .blog_grid .post_body {
    padding: 28px 28px 0;
  }
}

@media (max-width: 1300px) {
  .parent-pageid-45 .title_big_out .title_big {
    right: 70px;
    margin-top: -95px;
    font-size: 90px;
  }
  .masthead .right-widgets.mini-widgets {
    margin-right: -15px;
  }
  .p_column {
    padding: 60px;
  }
  .title_big {
    font-size: 190px;
  }
  body:not(.home) .title_big {
    font-size: 155px;
  }
  body .cta_submit:before {
    width: 56%;
    height: 50px;
  }
  .row_04 .title_big {
    margin-top: -180px;
  }
  body:not(.home) .row_04 .title_big {
    margin-top: -150px;
    right: 20px;
  }
  .row_05 .p_column {
    padding: 80px;
  }
  .row_06 .title_normal {
    font-size: 45px;
  }
  .row_06 .p_column_s.image_top .vc_column-inner {
    background-size: 140%;
  }
  .row_07_cta_row > .p_column.direct:before {
    left: -30%;
  }
  .row_07_cta_row .p_column_inner:before {
    width: 240%;
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }
  .row_08 .p_column {
    margin-left: 5%;
  }
  .row_08.v03 .p_column {
    max-width: 50%;
  }
  .row_08_n .p_column:before {
    max-width: 120%;
    left: -10%;
  }
  .row_08_n .vc_row.bg_top_right,
  .row_08_n .vc_row.bg_center_right,
  .row_08_n .vc_row.bg_bottom_right {
    background-size: 75%;
    background-position: 160% 0;
  }
  /*.row_08_n .vc_row.bg_top_left, .row_08_n .vc_row.bg_center_left, .row_08_n .vc_row.bg_bottom_left { background-size: 75%; background-position: -60% 0; }*/
  .row_09_why_choose_us .termina {
    margin-top: 216px;
  }
  .row_10_footer_cta h2 {
    margin-right: -60px;
  }
  .row_13 .p_column > .vc_column-inner > .wpb_wrapper {
    width: 84%;
  }
  .row_13 .p_column:before {
    left: -100px;
  }
  body .row_14 .title_big {
    font-size: 145px;
  }

  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    clip-path: polygon(36% 0%, 100% 0%, 64% 100%, 0% 100%);
  }

  footer .disclaimer_pages {
    margin-top: 40px;
  }

  .page-id-547 .row_08_n .vc_row.bg_top_right {
    background-position: 100% 0;
  }
  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 335px !important;
  }

  .main-nav > li > a {
    margin: 50px 10px 5px 10px;
  }
  .contactform .fluentform iframe {
    transform: scale(0.8);
    margin-left: -30px;
  }
  .contactform .cta_submit {
    transform: scale(0.8);
    margin-left: -40px !important;
  }
}

.autosport_red {
  color: #AD8F5C;
}

/*@media (max-width: 1200px) {
	.row_10_footer_cta .p_column:before { width: 135%; margin-left: -50px; }
}*/
@media (max-width: 1279px) {
  .page-id-35 .vc_col-sm-2 {
    display: none;
  }
  .page-id-35 .vc_col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .blog_grid .vc_grid-item {
    width: 50%;
  }
  .single-post.postid-1617 .page-title.solid-bg {
    min-height: 277px;
  }

  .wpb_wrapper {
    opacity: 1;
  }
  .top-bar {
    position: relative;
  }
  .masthead {
    top: 0 !important;
  }
  .masthead .left-widgets.mini-widgets {
    margin-bottom: -10px;
  }
  .masthead .right-widgets.mini-widgets {
    margin-right: 8px;
  }
  .masthead .top-bar .mini-contacts,
  .mobile-header-bar .mobile-mini-widgets .mini-contacts {
    font-size: 18px;
  }
  .frm-fluent-form .ff-t-cell {
    padding: 0 5px !important;
  }
  .fluentform iframe {
    transform: scale(0.7);
    margin-left: -50px;
  }
  .p_column {
    padding: 40px;
  }
  .p_column:before {
    width: 140%;
  }
  .title_big {
    font-size: 150px;
  }
  body:not(.home) .title_big {
    font-size: 125px;
  }
  .title_normal {
    font-size: 35px;
  }
  .row_01 .p_column {
    margin-top: 150px;
  }
  .row_01 .p_column > .vc_column-inner {
    padding-top: 40px;
  }
  .row_01 .termina {
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .row_01 .title_normal {
    font-size: 45px;
  }
  .row_01 a.p_button {
    margin-left: -10px;
    margin-top: 15px;
  }
  .row_01 a.p_button.second {
    margin-left: 0;
  }
  .row_01 .p_button:before {
    width: 95%;
  }
  .row_01_inner {
    min-height: 350px;
  }
  .row_01_inner .p_column {
    bottom: 0;
    padding: 30px 60px;
  }
  .row_02 .p_column:before {
    width: 150%;
    clip-path: polygon(31% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .row_02 .title_normal {
    margin-top: 85px;
    margin-bottom: 20px !important;
  }
  .row_02 .wpb_text_column {
    margin-bottom: 0px;
  }
  .row_02 .title_big {
    margin-top: -150px;
  }
  .row_04 .p_column:before {
    width: 110%;
  }
  .row_04 .title_big {
    margin-top: -145px;
    margin-left: -130px;
  }
  body:not(.home) .row_04 .title_big {
    margin-top: -120px;
  }
  .row_05 {
    min-height: 530px;
  }
  .row_06 {
    background-size: 80%;
  }
  .row_06 .title_normal {
    font-size: 35px;
  }
  .row_06 > .wpb_column {
    width: 100%;
  }
  .row_06 .p_column_s {
    width: 60%;
    margin-right: -6%;
    margin-left: -6%;
  }
  .row_06 .p_column_s.image_top .vc_column-inner {
    background-size: 100%;
  }
  /*.row_06 .p_column_s.image_top .wpb_content_element { margin-top: 100px; }*/
  .row_06 .p_button {
    margin-left: -215px;
  }
  .row_07_cta_row > .p_column.direct:before {
    left: -40%;
  }
  .row_07_cta_row .p_column_inner:before {
    width: 250%;
    clip-path: polygon(41% 0%, 100% 0%, 59% 100%, 0% 100%);
  }
  .row_07_cta_row .wpb_column:not(.p_column) .vc_col-sm-2:last-child {
    display: none;
  }
  .row_08 .p_column {
    max-width: 70%;
    margin-top: 0;
  }
  .row_08 .vc_row.image_pseudo:before {
    background-size: 125%;
  }
  .row_08.v03 h2 {
    margin-left: 50px;
  }
  .row_08.v03 .vc_row.image_pseudo:before {
    background-position: -30% top;
  }
  .row_08_n .p_column:before {
    max-width: 130%;
    left: -15%;
  }
  .row_09_why_choose_us .termina {
    margin-top: 170px;
  }
  .row_10_footer_cta .p_button {
    margin-left: 5%;
  }
  .row_10_footer_cta {
    background-size: 150%;
    background-position: 80%;
  }
  .row_11 .vc_col-sm-3,
  .row_11 .vc_col-sm-4:first-child,
  .row_11 .vc_col-sm-4:last-child {
    width: 15%;
  }
  .row_11 .vc_col-sm-6,
  .row_11 .vc_col-sm-4:nth-child(2) {
    width: 70%;
  }
  .row_12 .p_column:before {
    left: -30%;
    width: 140%;
  }
  .row_13 > .vc_col-sm-8 {
    width: 54%;
  }
  .row_13 a.video_thumb img {
    max-height: 350px;
  }
  body .row_14 .title_big {
    font-size: 120px;
    top: -150px;
  }

  .parent-pageid-493 .row_06 {
    background-size: 100%;
  }
  .parent-pageid-493 .row_07_cta_row .p_column.direct:before {
    left: -40%;
  }
  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    clip-path: polygon(41% 0%, 100% 0%, 59% 100%, 0% 100%);
  }
  .parent-pageid-45 .title_big_out .title_big {
    right: 90px;
    margin-top: -73px;
    font-size: 70px;
  }

  #footer > .wf-wrap,
  #footer #bottom-bar > .wf-wrap {
    padding: 0 25px;
  }

  .page-id-406 .row_04 .p_column:before {
    margin-left: -20%;
    min-height: 97%;
    width: 130%;
  }
  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 260px !important;
  }
  .contactform .cta_submit {
    transform: scale(0.7);
    margin-left: -155px !important;
  }
}

@media (max-width: 1000px) {
  .mobile-branding:before {
    height: 86px;
  }
  .masthead:not(.side-header) .mobile-header-bar {
    padding-left: 10px;
  }
  .left-widgets.mini-widgets {
    margin-left: -40px;
  }
  .p_column_s.image_top .wpb_content_element {
    margin-top: 80px;
  }
  .termina {
    font-size: 21px;
    line-height: 25px;
  }
  .title_big {
    font-size: 105px;
  }
  body:not(.home) .title_big {
    font-size: 90px;
  }
  .title_normal,
  .special_size .title_normal {
    font-size: 40px;
    line-height: 40px;
  }
  .row_01 .p_column {
    width: 68%;
  }
  .row_01 .p_column > .vc_column-inner {
    padding-top: 15px;
  }
  .row_01_inner .p_column {
    width: 80%;
    padding: 25px 60px;
  }
  .row_01 .title_normal {
    font-size: 50px;
    line-height: 100%;
  }
  .row_02 {
    display: flex;
    justify-content: flex-end;
    background-size: cover;
  }
  .row_02 > .wpb_column:not(.p_column) {
    display: none;
  }
  .row_02 .p_column {
    width: 80%;
  }
  .row_02 .p_column:before {
    width: 143%;
    clip-path: polygon(27% 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.7;
  }
  .row_02 .title_big {
    margin-top: -140px;
    margin-left: -30px;
    font-size: 135px;
  }
  .row_02_inner {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .row_02_inner > .wpb_column:nth-child(2) {
    width: 61.66666667%;
  }
  .row_02_inner > .wpb_column:last-child {
    width: 5%;
  }
  .page-id-1566 .row_02_inner > .wpb_column:last-child {
    width: auto !important;
  }
  .row_03 .vc_col-sm-3 {
    width: 15%;
  }
  .row_03 .vc_col-sm-6 {
    width: 70%;
  }
  .row_04 {
    display: flex;
    justify-content: flex-end;
    background-size: cover;
  }
  .row_04 > .wpb_column:not(.p_column) {
    display: none;
  }
  .row_04 .p_column {
    width: 80%;
  }
  .row_04 .p_column:before {
    width: 143%;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.7;
  }
  .row_04 .title_big {
    margin-top: -114px;
    margin-left: 75%;
  }
  body:not(.home) .row_04 .title_big {
    margin-top: -95px;
  }
  body:not(.home) .row_04 {
    margin-top: 40px;
  }
  .row_05 .p_column {
    padding: 50px;
  }
  .row_05 {
    min-height: 450px;
  }
  .row_06 {
    padding-top: 25px;
    background-size: 115%;
  }
  .row_07_cta_row > .wpb_column {
    width: 100%;
  }
  .row_07_cta_row .p_column {
    padding-bottom: 0;
  }
  .row_07_cta_row > .p_column.direct:before {
    left: -45%;
    height: 240px;
  }
  .parent-pageid-493 .row_07_cta_row .p_column.direct:before {
    left: -430px;
  }
  .row_07_cta_row .p_column_inner:before,
  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    width: 50%;
    height: 200px;
    margin-left: 30%;
    margin-top: 20px;
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  }
  .row_07_cta_row .termina {
    margin-top: 35px;
  }
  .row_08 .p_column {
    max-width: 100%;
    width: 60%;
    margin-top: 0;
  }
  .row_08 .p_column .termina {
    margin-left: 40px;
  }
  .row_08.v02 .vc_row {
    display: flex;
    justify-content: flex-end;
    background-size: cover;
  }
  .row_08.v02 .vc_row > .wpb_column:not(.p_column) {
    display: none;
  }
  .row_08.v02 .p_column {
    width: 70%;
  }
  .row_08.v02 .p_column .termina {
    margin-left: 0;
  }
  .row_08.v03 .p_column {
    width: 80%;
    max-width: unset;
  }
  .row_08.v03 .p_column .termina {
    margin-left: 0;
  }
  .row_08.v03 .p_column:before {
    opacity: 0.9;
  }
  .row_08.v03 .vc_row.image_pseudo:before {
    width: 130%;
    max-height: 95%;
    background-position: 160px;
  }
  .row_08_n {
    padding-bottom: 0;
  }
  .row_08_n .vc_row,
  .row_08_n .vc_row.bg_top_right,
  .row_08_n .vc_row.bg_center_right,
  .row_08_n .vc_row.bg_bottom_right,
  .page-id-376 .row_08_n .vc_row.bg_top_right,
  .page-id-376 .row_08_n .vc_row.bg_center_right,
  .page-id-376 .row_08_n .vc_row.bg_bottom_right {
    background-size: 100%;
    background-position: bottom;
  }
  .row_08_n .p_column,
  .row_08_n .p_column.p_full_left {
    width: 100%;
    left: 0;
    margin-bottom: 300px;
  }
  .row_08_n .p_column:before {
    opacity: 1;
  }
  .row_09_why_choose_us .termina {
    margin-top: 110px;
    max-width: 90%;
  }
  .row_09_why_choose_us .feature_block {
    width: 50%;
    border: none;
  }
  .row_09_why_choose_us .feature_block:odd {
    border-right: 1px solid #474646;
  }
  .row_10_footer_cta .p_column {
    margin-left: -37%;
    width: 74%;
  }
  .row_10_footer_cta .p_button {
    margin-left: auto;
    margin-right: auto;
  }
  .row_10_footer_cta {
    background-size: 215%;
  }
  .row_12 .p_column {
    width: 62%;
  }
  .row_12 .p_column:before {
    left: -35%;
  }
  .row_13 > .wpb_column {
    width: 100%;
  }
  .row_13 .p_column {
    padding-top: 0;
  }
  .row_13 .p_column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
  }
  .row_13 .video_thumb {
    margin-top: -50px;
  }
  .row_13 a.video_thumb img {
    max-height: initial;
  }
  .row_13 .video_thumb:before,
  .row_13 .video_thumb:after {
    margin-left: unset;
  }
  body .row_14 .title_big {
    font-size: 85px;
    top: -100px;
  }
  .row_14 .termina {
    margin-top: 90px;
  }
  .row_14 .narrow_content {
    width: 100%;
    margin-bottom: 250px;
  }
  .row_14 .p_column:before {
    width: 70%;
  }

  .parent-pageid-493 .row_06.with_extra_text .p_column_s.image_top .wpb_content_element {
    margin-top: 85px;
  }
  .parent-pageid-45 .title_big_out .title_big {
    margin-top: -75px;
    right: unset;
  }

  footer section {
    width: 50% !important;
  }
  footer section#custom_html-2 {
    margin-top: 100px;
  }
  footer section#custom_html-3 {
    margin-top: -102px;
  }
  footer section#nav_menu-2 {
    margin-top: 20px;
  }

  .page-id-547 .row_08_n .vc_row.bg_top_right {
    background-position: bottom;
    margin-bottom: 40px;
  }
  .page-id-421 .row_13 .p_column:before {
    left: -100px;
    top: -25px;
    height: 120%;
  }
  .page-id-421 .row_13 .video_thumb {
    margin-top: 0px;
  }
  .page-id-33 .row_09_why_choose_us,
  .page-id-547 .row_09_why_choose_us,
  .parent-pageid-45 .row_09_why_choose_us {
    margin-top: 40px;
  }
  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 185px !important;
  }
  .page-id-35 .row_02_inner > .wpb_column {
    width: 100%;
  }
  .page-id-309 .row_04,
  .page-id-1519 .row_04 {
    background-position: bottom;
    background-size: contain;
  }
  .page-id-309 .row_13 .p_column > .vc_column-inner,
  .page-id-1519 .row_13 .p_column > .vc_column-inner {
    padding-top: 35px;
  }
  .page-id-547 .row_08_n .p_column.black:before {
    background-color: #AD8F5C;
  }

  .grid_5_col ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .blog_grid .vc_grid-item {
    width: 100%;
  }

  .single-post h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .moove-gdpr-info-bar-content {
    margin-bottom: 40px !important;
  }
  .mobile-mini-widgets-in-menu {
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-branding {
    margin-top: 0;
  }
  .mobile-branding:before {
    height: 60px;
    width: 140px;
    margin-left: 30px;
  }
  .mobile-branding a {
    margin-left: 50px;
  }
  .fluentform .ff_upload_btn.ff-btn {
    margin-top: 20px !important;
    display: block;
    padding: 20px !important;
  }
  body .cta_submit {
    margin: 30px auto -30px !important;
    position: relative !important;
    display: block;
  }
  body .frm-fluent-form .ff-t-container {
    margin-bottom: 0;
  }
  div#fluentform-recaptcha-3 {
    text-align: center;
  }
  div#fluentform-recaptcha-3 > div {
    display: inline-block;
  }
  .fluentform iframe {
    transform: scale(1);
    margin-left: 0px;
    margin-top: 20px;
  }
  .p_column {
    padding: 25px;
  }
  .p_column_s.image_top .wpb_content_element .wpb_wrapper {
    bottom: 23px;
    width: 65%;
    left: 14%;
  }
  /*.p_button:before, body .cta_submit:before { border: none; }*/
  .termina {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .title_normal,
  .special_size .title_normal {
    font-size: 30px;
    line-height: 30px;
  }
  .title_big,
  body:not(.home) .title_big {
    font-size: 48px;
    -webkit-text-stroke-width: 1px;
  }
  .title_gradient {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  .title_block {
    font-size: 20px;
    line-height: 25px;
  }
  .row_01 {
    background-size: contain;
    background-position: top;
    background-color: #000;
  }
  .row_01 .p_column {
    width: 100%;
    margin-top: 152px;
    padding: 20px;
  }
  .row_01 .p_column:before {
    width: 117%;
    left: -27%;
    min-height: 150px;
    margin-top: 20px;
  }
  .row_01 .p_column .vc_row > .wpb_column {
    width: 50% !important;
    float: left;
  }
  .row_01 .p_column .wpb_text_column {
    margin-bottom: 30px;
  }
  .row_01 .termina {
    max-width: 300px;
  }
  .row_01 .title_normal {
    font-size: 30px;
  }
  .row_01 a.p_button {
    margin: 20px auto 0;
    max-width: 300px;
  }
  .row_01 a.p_button.second {
    margin-left: auto;
  }
  .row_01 .p_button span {
    font-size: 13px;
    line-height: 17px;
  }
  .row_01_inner {
    background-size: contain;
    min-height: 272px;
  }
  .row_01_inner .p_column {
    width: 100%;
    padding: 0px 20px;
    bottom: 0;
    position: relative;
    margin-top: 137px;
  }
  .row_01_inner .p_column:before {
    right: unset;
    margin-right: unset;
    width: 104%;
    left: -50px;
    opacity: 1;
  }
  .row_01_inner .p_column h1 {
    margin-left: 0;
  }
  .row_02 {
    background-size: contain;
  }
  .row_02 .p_column {
    width: 100%;
    margin-top: 144px;
  }
  .row_02 .p_column:before {
    width: 50%;
    height: 240px;
    top: -150px;
    min-height: auto;
    clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
  .row_02 .title_normal {
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
  .row_02 .title_big {
    margin-top: 0;
    margin-left: 0;
    font-size: 48px;
    position: relative;
    margin-bottom: -10px;
    display: block;
    text-align: left;
  }
  .row_02_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row_02_inner > .wpb_column:first-child > .vc_column-inner {
    padding-top: 35px !important;
  }
  .row_02_inner > .wpb_column:nth-child(2) {
    width: 100%;
  }
  .row_02_inner > .wpb_column:last-child {
    display: none;
  }
  .page-id-1566 .row_02_inner > .wpb_column:last-child {
    display: block !important;
  }
  .page-id-1566 .row_02_inner.white_bg {
    padding-bottom: 50px;
  }
  .row_03 {
    padding-top: 0px;
    padding-bottom: 25px;
    background-size: cover;
    background-position: center top;
  }
  .row_03 .vc_col-sm-6 {
    width: 100%;
  }
  .row_03 > .wpb_column > .vc_column-inner {
    padding-top: 50px !important;
  }
  .row_04 {
    background-size: 135%;
    justify-content: flex-start;
  }
  .row_04 .p_column {
    width: 100%;
    padding-right: 25px;
    margin-top: 148px;
  }
  .row_04 .p_column:before {
    display: none;
  }
  .row_04 h2 {
    margin-left: 0;
  }
  .row_04 .title_big,
  body:not(.home) .row_04 .title_big {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 10px;
    position: relative;
    left: 0;
    margin-bottom: -10px;
    display: block;
    text-align: left;
  }
  .row_04 .p_button {
    margin-left: auto;
    margin-right: auto;
  }
  .row_05 {
    min-height: 520px;
    background-size: 140%;
  }
  .parent-pageid-45 .row_05 {
    padding-bottom: 135px;
  }
  .row_05 > .wpb_column > .vc_column-inner {
    padding-top: 0px !important;
  }
  .row_05 > .wpb_column .vc_row .wpb_column:not(.p_column) {
    margin-left: unset;
    width: 100%;
    margin-top: 20px;
  }
  .row_05 .p_column {
    padding: 25px 0;
    width: 75%;
  }
  .row_05 .p_column:before {
    width: 118%;
    left: -60px;
    top: 0;
  }
  .row_05 .termina {
    width: 75%;
  }
  .row_06 {
    padding: 25px;
    background-position: right top;
  }
  .row_06 > .wpb_column > .vc_column-inner {
    padding: 0px !important;
  }
  .row_06 .termina {
    width: 75%;
  }
  .row_06 .title_normal {
    font-size: 30px;
  }
  .row_06 .p_column_s {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .row_06 .p_button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    left: 0;
    position: relative;
  }
  .row_07_cta_row .p_column_inner:before,
  .parent-pageid-493 .row_07_cta_row .p_column_inner:before {
    width: 100%;
    margin-left: 0;
  }
  .row_08.v01 {
    min-height: 500px;
  }
  .row_08.v01 .vc_row.image_pseudo:before {
    z-index: 99;
    width: 90%;
    height: 100%;
    bottom: 130px;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .row_08.v01 .p_column,
  .row_08.v03 .p_column {
    width: 100%;
    margin: -10px 0 0;
  }
  .row_08.v01 .p_column:before {
    width: 150%;
    left: -40%;
  }
  .row_08.v01 .p_column .termina {
    margin-left: 0;
    width: 90%;
  }
  .row_08.v01 .p_column .title_gradient {
    font-size: 18px;
  }
  .row_08.v01 .p_button {
    margin: 230px auto 0;
  }
  .row_08.v02 .p_column {
    width: 100%;
    margin-top: 200px;
    padding-top: 0;
  }
  .row_08.v02 .p_column:before {
    margin-left: -35%;
  }
  .row_08.v02 .vc_row.image_pseudo:before {
    height: 200px;
    top: 0;
    z-index: 1;
    width: 100%;
    clip-path: unset;
  }
  .row_08.v02 .p_button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .row_08.v03 .p_column {
    min-height: 570px;
  }
  .row_08.v03 .p_column:before {
    width: 140%;
    left: -100px;
    max-width: unset;
    min-height: 410px;
    opacity: 1;
  }
  .row_08.v03 .vc_row.image_pseudo:before {
    width: 100%;
    height: auto;
    bottom: 0;
    margin-top: 330px;
    clip-path: unset;
    background-position: 0% center;
    z-index: 1;
  }
  .row_08.v03 .p_column .termina {
    width: 80%;
  }
  .row_08.v03 h2 {
    margin-left: 0;
  }
  .row_08.v03 .p_button {
    margin: 50px auto 0;
  }
  .row_08.v03 .p_button:before {
    border: 1px solid #fff;
  }
  .row_08_n .p_column,
  .row_08_n .p_column.p_full_left {
    width: 100%;
    left: 0;
    margin-bottom: 175px;
  }
  .row_08_n .p_column:before {
    max-width: 140%;
    left: -20%;
  }
  .row_09_why_choose_us {
    background-size: 170%;
  }
  .row_09_why_choose_us .termina {
    margin-top: 80px;
  }
  /*.row_09_why_choose_us .termina br.temp { display: block; }*/
  .row_09_why_choose_us .feature_block {
    width: 100%;
    position: relative;
  }
  .row_09_why_choose_us .feature_block::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    margin-left: 10%;
    border-bottom: 1px solid #474646;
  }
  .row_09_why_choose_us .feature_block:last-child::after {
    display: none;
  }
  .row_09_why_choose_us .vc_col-sm-1 {
    display: none;
  }
  .row_10_footer_cta > .wpb_column > .vc_column-inner {
    padding: 0px !important;
  }
  .row_10_footer_cta .p_column {
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 25px;
  }
  .row_10_footer_cta .p_column:before {
    width: 100%;
    transform: none;
    left: 0;
  }
  .row_10_footer_cta h2 {
    margin-right: 0;
  }
  .row_10_footer_cta .title_normal {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0 !important;
  }
  .row_10_footer_cta .p_button {
    margin-left: auto;
    margin-right: auto;
  }
  .row_10_footer_cta .p_button:before {
    border: 1px solid #fff;
  }
  .row_11 .vc_col-sm-6,
  .row_11 .vc_col-sm-4:nth-child(2) {
    width: 100%;
  }
  .row_12 .vc_row > .wpb_column:not(.p_column) {
    min-height: 200px;
  }
  .row_12 .vc_row.image_pseudo:before {
    background-size: 120%;
  }
  .row_12 .p_column {
    width: 100%;
  }
  .row_12 .p_button:before {
    border: 1px solid #fff;
  }
  .row_13 .p_column:before {
    width: 150%;
  }
  .row_13 a.video_thumb img {
    max-height: 200px;
    width: auto;
  }
  body .row_14 .title_big {
    font-size: 45px;
    top: -50px;
  }
  .row_14 .termina {
    margin-top: 50px;
  }
  .row_14 .p_column:before {
    width: 90%;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .row_14 .narrow_content {
    margin-bottom: 190px;
  }
  .parent-pageid-45 .title_big_out .title_big {
    margin-top: -65px;
    left: 10px;
    font-size: 60px;
  }
  .parent-pageid-45 .row_08_n .title_big_out {
    margin-top: 0;
  }
  .parent-pageid-493 .row_07_cta_row .p_column.direct:before {
    left: -45%;
  }

  footer section {
    width: 100% !important;
    text-align: center;
  }
  footer section#custom_html-2,
  footer section#custom_html-3 {
    margin-top: unset;
  }
  footer table td {
    text-align: left;
  }
  footer .disclaimer_pages {
    margin-top: 0;
  }
  footer .disclaimer_pages a {
    padding: 5px 18px;
  }
  footer .bottom-text-block br.temp {
    display: block;
  }

  #bottomlinks {
    display: flex;
  }

  .mobile_order_1 {
    order: 1;
    margin-top: 40px;
  }
  .mobile_order_2 {
    order: 2;
  }

  .video_thumb:before {
    font-size: 30px;
  }
  .video_thumb:after {
    width: 60px;
    height: 60px;
  }

  .page-id-33 .row_08_n .p_col_right .p_column {
    width: 100%;
  }
  .page-id-35 .row_09_why_choose_us .vc_empty_space,
  .page-id-537 .row_09_why_choose_us .vc_empty_space {
    height: 150px !important;
  }
  .page-id-35 .row_02_inner > .wpb_column:last-child {
    display: block;
  }
  body.page-id-35 .row_07_cta_row .cta_submit,
  body.page-id-35 .cta_submit {
    margin-top: 60px;
  }
  .page-id-229 .row_04 {
    background-size: 135%;
    background-position: top;
  }
  .page-id-229 .row_09_why_choose_us br.temp {
    display: none;
  }
  .page-id-309 .row_04,
  .page-id-1519 .row_04 {
    background-position: top;
    background-size: 110%;
  }
  .page-id-309 .row_04.bg_bottom_left,
  .page-id-1519 .row_04.bg_bottom_left {
    background-position: top;
  }
  .page-id-309 .row_08_n .vc_row.bg_top_right,
  .page-id-1519 .row_08_n .vc_row.bg_top_right {
    background-size: 150%;
    background-position: 50% 117%;
  }
  .page-id-309 .row_08_n .p_column > .vc_column-inner,
  .page-id-1519 .row_08_n .p_column > .vc_column-inner {
    padding-top: 0;
  }
  .page-id-309 .row_13 .p_column .wpb_text_column:not(.termina),
  .page-id-1519 .row_13 .p_column .wpb_text_column:not(.termina) {
    width: 100%;
  }

  .grid_5_col ul {
    padding-left: 0px;
  }
  #bottom-bar .bottom-text-block {
    margin-bottom: 40px;
  }

  .page-id-309 .row_08_n,
  .page-id-1519 .row_08_n {
    padding-top: 30px;
  }
  .page-id-309 .row_13,
  .page-id-1519 .row_13 {
    padding-bottom: 0px !important;
  }
  .contactform .cta_submit {
    transform: scale(1) !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .single-post .page-title h1,
  #page .page-title .entry-title {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

@media (max-width: 400px) {
  .title_big,
  body:not(.home) .title_big {
    font-size: 45px;
  }
  body .row_14 .title_big {
    font-size: 40px;
  }
  .row_01 .p_column {
    margin-top: 142px;
  }
  .row_01_inner .p_column {
    margin-top: 127px;
  }
  .row_02 .p_column,
  .row_04 .p_column {
    margin-top: 135px;
  }
  .row_12 .p_column:before {
    left: -35%;
    width: 150%;
  }
}

@media (max-width: 380px) {
  .title_big,
  body:not(.home) .title_big {
    font-size: 43px;
  }
  .row_01 .p_column {
    margin-top: 136px;
  }
  .row_01_inner .p_column {
    margin-top: 121px;
  }
  .row_02 .p_column,
  .row_04 .p_column {
    margin-top: 126px;
  }
  .row_12 .p_column:before {
    left: -40%;
    width: 160%;
  }

  .page-id-33 .row_01_inner .p_column:before {
    width: 110%;
  }
}

.autosport_red {
  color: #AD8F5C;
}
a.moove-gdpr-branding {
  display: none !important;
}

/* Stretch Row Fix */
div[data-vc-full-width="true"],
div[data-vc-stretch-content="true"] {
  opacity: 0;
}

@media (min-width: 1280px) {
  .page-id-958 .row_08_n .bg_center_right {
    background-position: 169% center;
  }
}

@media (min-width: 1366px) {
  .page-id-958 .row_08_n .bg_center_right {
    background-position: 110% center;
  }
}

.sticky-btn {
  display: none;
}

@media (min-width: 600px) {
  .sticky-btn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 15%;
    background-color: #AD8F5C;
    text-align: center;
    z-index: 9999999999;
  }
  .sticky-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    display: block;
  }
  .sticky-btn a:hover {
    color: #AD8F5C;
    background-color: #fff;
  }
}

/* Blog Posts Sidebar */

.single-post * {
  overflow: visible !important;
}

.sidebar {
  align-self: flex-start;
  position: sticky;
  top: 120px;
}

.sidebar .wpb_content_element {
  margin-bottom: 0 !important;
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.sidebar p a {
  color: #333333 !important;
}

.sidebar span {
  color: #3d3d3d;
}

.sidebar p a i,
.sidebar p i {
  color: #AD8F5C;
  position: absolute;
  left: -23px;
  top: 6px;
}

.sidebar .vc_row {
  margin: 0;
}

/* sidebar hello row */
.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: #3d3d3d;
}

.sidebar_hello_row span,
.sidebar_hello_row p a {
  font-weight: 400;
}

.sidebar_hello_row p,
.sidebar_hello_row p a {
  color: #3d3d3d;
}

.sidebar .sidebar_hello_row span:hover {
  color: var(--the7-accent-color) !important;
}

/* sidebar posts row */

.sidebar .sidebar_posts_row.vc_row-fluid {
  margin-bottom: 20px;
  padding-top: 60px;
}

.sidebar_posts_row {
  background: #AD8F5C;
  padding: 10px;
}

.sidebar_posts span {
  color: #fff !important;
}

.sidebar .sidebar_posts h2 {
  color: #fff !important;
}

.sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.sidebar_posts_row a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
}

.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}

/* Sidebar search */

.sidebar_search_row input#the7-search {
  background: #fff;
  border: 1px solid #3d3d3d;
}

.sidebar_search_row input#the7-search::placeholder {
  color: #000 !important;
}

.sidebar_search_row svg {
  fill: #3d3d3d !important;
}

/* Sidebar menu */
.sidebar_menu_row a {
  color: #333333 !important;
}

.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}

.sidebar .sidebar_menu_row ul li::before {
  content: "•";
  position: absolute;
  left: -0.8em;
  /* top: -0.1em; */
  font-size: 1.8em;
}

.sidebar_menu_row ul {
  list-style: none;
  margin-left: 20px;
  color: #AD8F5C;
}

.sidebar .sidebar_posts_row a:hover {
  color: #000 !important;
}

.sidebar a:hover {
  color: var(--the7-accent-color) !important;
}

.sidebar a {
  /* font-family: Muli, Helvetica, Arial, Verdana, sans-serif !important; */
  font-size: 16px;
  line-height: 24px;
}

.sidebar_menu_row ul li::marker {
  font-size: 16px;
}

.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

/* Image separator*/

.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_holder {
  aspect-ratio: 1 / 1;
  width: 70px;
  background: #fff;
  border-radius: 80%;
  border: 3px solid #AD8F5C;
  position: absolute;
  top: -28px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}

.sidebar_separator_row {
  /* margin-top: -20px !important; */
}

.sidebar_separator {
  display: flex;
  justify-content: center;
  background: #000;
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
}

/* Blog posts quote block */

.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
}

.quote-block::before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 0px;
  font-size: 95px;
  color: #AD8F5C;
}

.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: #AD8F5C;
}

.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: #AD8F5C;
}

/* Blog posts cta block */
.single-post .cta_block {
  /* background: #AD8F5C; */
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}

.single-post .intro_text {
  text-align: center;
  margin-bottom: 20px;
}

.single-post .intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}

.single-post .cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  border-color: #AD8F5C !important;
  margin-bottom: 0;
}

.single-post .cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  right: 0;
  bottom: calc(40% - 50px);
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 1;
  /* transition: opacity 1s; */
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-whatsapp {
  width: 25px;
  height: 25px;
}

.share_icons svg.bi.bi-facebook {
  fill: #fff;
}

.share_icons svg.bi.bi-instagram {
  fill: #fff;
}

.share_icons svg.bi.bi-twitter-x {
  fill: #fff;
}

.share_icons svg.bi.bi-whatsapp {
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.twitter,
.share_icons a.instagram {
  padding: 20px;
  height: 25px;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.twitter:hover,
.share_icons a.instagram:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.twitter {
  background: #000;
}

.share_icons a.whatsapp {
  background: #36b74d;
}

.share_icons a.instagram {
  background: #f46f65;
}

.single-post .sticky-btn {
  z-index: 9;
}

.single-share-box .share-buttons a {
  width: 50px;
  height: 40px;
}

.single-share-box .share-buttons a svg {
  width: 25px;
  height: 25px;
}

.single-post .wpb_text_column a {
  color: #AD8F5C !important;
}

@media (max-width: 1000px) {
  .single-post .sidebar .post-date {
    display: block;
  }
}

.single-post .wpb_wrapper {
  opacity: 1 !important;
}