.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

label {
    margin-bottom: 10px;
}

body {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

article.post-7609.page.type-page.status-publish.entry {
    padding: 20px;
}

.main-container-project {
    margin: 25px 0;
    color: #fff;
}

.entry-content a {
    color: #d36835;
}

.entry-content a:hover {
    color: #d36835;
}

.carosello-loghi {
    padding: 20px 20px;
}

.single-marchio {
    max-width: 90px;
    filter: grayscale(1);
}

.active-tax,
.single-marchio:hover {
    filter: grayscale(0);
}

.carousel-marchi {
    max-width: 665px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #313131;
    text-align: center;
}

.modal-content {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    padding: 50px 50px;
    z-index: 999999999;
}

.burger-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    position: relative;
    height: 20px;
    cursor: pointer;
}

.modal-menu-close {
    cursor: pointer;
    margin-top: 30px;
    font-size: 35px;
    color: #fff;
}

.burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.burger-icon span:nth-child(even) {
  right: 0;
}

.burger-icon span:nth-child(odd) {
  left:0px;
}

.burger-icon span:nth-child(1),
.burger-icon span:nth-child(2) {
  top: 0px;
}

.burger-icon span:nth-child(3),
.burger-icon span:nth-child(4) {
  top: 8px;
}

.burger-icon span:nth-child(5),
.burger-icon span:nth-child(6) {
  top: 16px;
}

.burger-icon.OpenedMenu span:nth-child(1),
.burger-icon.OpenedMenu span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-icon.OpenedMenu span:nth-child(2),
.burger-icon.OpenedMenu span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger-icon.OpenedMenu span:nth-child(1) {
  left: 0;
  top: 5px;
}

.burger-icon.OpenedMenu span:nth-child(2) {
  right: 6px;
  top: 5px;
}

.burger-icon.OpenedMenu span:nth-child(3) {
  opacity: 0;
}

.burger-icon.OpenedMenu span:nth-child(4) {
  opacity: 0;
}

.burger-icon.OpenedMenu span:nth-child(5) {
  left: 0;
  top: 14px;
}

.burger-icon.OpenedMenu span:nth-child(6) {
  right: 6px;
  top: 14px;
}

.menu-mobile {
    display: none;
}

.clearboth {
    clear: both;
}

.fixed-nav-bar {
    position: fixed;
    height: 100%;
    background-color: #060606;
    width: 200px;
}

.header-bg {
    background-image: url(images/tiger-menu.png);
    background-color: #212121;
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    text-align: center;
    padding: 30px 15px;
}

.genesis-nav-menu a{
    color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a{
    color: #ef6d28;
}

.main-menu {
    background-color: #313131;
}

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

.custom-footer {
    background-color: #212121;
    text-align: center;
}

.social-logo a {
    color: #f27538;
    font-size: 20px;
}

.social-logo {
    display: inline-block;
    padding: 10px;
}

a.footer-links {
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}

a.footer-links:hover {
    color: #d36835;
}

a.footer-links i {
    color: #d36835;
    padding: 0 15px;
    font-size: 20px;
}

.custom-footer {
    padding: 35px;
}

.custom-footer .wrap {
    display: flex;
    align-items: center;
}

.privacy-policy {
    text-align: center;
    background-color: #313131;
    padding: 5px;
    border-bottom: 2px solid #d36835;
}

.privacy-policy a {
    color: #fff;
}

.privacy-policy a:hover {
    color: #d36835;
}

.offerte-bottone {
    background-color: #d36835;
    max-width: 100px;
    margin: 0 auto 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.offerte-bottone a{
    color: #fff;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
}

.title-row {
    color: #d36835;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.custom-row {
    padding: 0 20px;
}

.offert-page {
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.offert-page:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.offer-image-src {
    position: absolute;
    width: 100%;
    height: 100%;
}

img.offer-image-src.height-thumb{
    width: auto;
    height: 100%;
}

img.offer-image-src.width-thumb{
    width: 100%;
    height: auto;
}

.offer-price-container {
    position: absolute;
    bottom: 0;
    background-color: rgb(33 33 33 / .90);
    color: #fff;
    border-top: 2px solid #d36835;
    padding: 5px;
    width: 100%;
}

.offer-text {
    font-size: 13px;
    line-height: 1.2;
}

.offer-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}

.inner-row {
    padding-top: 40px;
}

.adsense-home {
    text-align: center;
    padding: 40px 0;
    line-height: 0;
}

.responsive-ads { width: 320px; height: 100px; }
@media(min-width: 530px) { .responsive-ads  { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive-ads  { width: 728px; height: 90px; } }

.build-text a {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.build-text a:hover {
    color: #d36835;
}

.single-build-home {
    margin-bottom: 40px;
}

.build-price-container {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: -62px;
    background-color: rgb(24 24 24 / 0.8);
    display: block;
    z-index: 30;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.build-price {
    display: inline-block;
    border: 2px solid #d36835;
    padding: 10px 20px;
}

.hover-build {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #d36835;
    z-index: 200;
    padding: 50px;
    background: rgb(211,104,53);
    background: -moz-linear-gradient(0deg, rgba(211,104,53,0.8) 0%, rgba(24,24,24,0.8) 50%);
    background: -webkit-linear-gradient(0deg, rgba(211,104,53,0.8) 0%, rgba(24,24,24,0.8) 50%);
    background: linear-gradient(0deg, rgba(211,104,53,0.8) 0%, rgba(24,24,24,0.8) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d36835",endColorstr="#181818",GradientType=1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.build-image {
    position: relative;
    line-height: 0;
}

.single-component-build {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}



.single-build-home:hover .hover-build {
    opacity: 1;
    visibility: visible;
}

.single-build-home:hover .build-price-container {
    opacity:0;
}

.hover-build-container {
    width: 100%;
}

.single-component-build-affiliata {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}

.single-component-build:last-child {
    margin-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.site-inner {
    background-image: url('images/tiger-inner.png');
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.raw-disclaimer {
    background-color: #d36835;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.text-disclaimer {
    font-weight: 400;
    font-size: 13px;
    max-width: 650px;
    margin: 0 auto;
}

.title-disclaimer {
    font-weight: bold;
}

.full-width-row {
    margin-left: -1400px;
    margin-right: -1400px;
}

.per-image {
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.per-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.per-image-src {
    position: absolute;
    width: 100%;
    height: 100%;
}

img.per-image-src.height-thumb{
    width: auto;
    height: 100%;
}

img.per-image-src.width-thumb{
    width: 100%;
    height: auto;
}

.per-price-container {
    position: absolute;
    bottom: 0;
    background-color: rgb(33 33 33 / .90);
    color: #fff;
    border-top: 2px solid #d36835;
    padding: 5px;
    width: 100%;
}

.per-text {
    font-size: 13px;
    line-height: 1.2;
}

.per-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}

.single-per-home {
    margin-bottom: 40px;
}

.merch-image {
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.merch-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.merch-image-src {
    position: absolute;
    width: 100%;
    height: 100%;
}

img.merch-image-src.height-thumb{
    width: auto;
    height: 100%;
}

img.merch-image-src.width-thumb{
    width: 100%;
    height: auto;
}

.merch-price-container {
    position: absolute;
    bottom: 0;
    background-color: rgb(33 33 33 / .90);
    color: #fff;
    padding: 10px;
    width: 100%;
}

.merch-text a{
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.merch-text a:hover {
    color: #d36835;
}

.merch-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
    border: 2px solid #d36835;
    padding: 10px 20px;
    display: inline-block;
}

.single-merch {
    margin-bottom: 40px;
}

.spacer40top {
    margin-top: 40px;
}

.single-offer-archive {
    margin-bottom: 40px;
}

.custom-row.build-page {
    padding-top: 40px;
}

.inner-row.build-page {
    padding-top: 0;
    text-align: center;
}

.inner-row.page-build {
    text-align: center;
}

.button-price-build {
    display: inline-block;
    background-color: #d36835;
    color: #fff;
    padding: 15px;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}

.title-row.white {
    color: #fff;
}

.full-width-row-upgrade {
    margin-left: -1400px;
    margin-right: -1400px;
    background-color: #212121;
    border-bottom: 2px solid #d36835;
}

.custom-row.config-price {
    margin-bottom: 40px;
}

.custom-row.upgrade {
    padding-top: 40px;
}

.custom-row.suggested-per {
    position: relative;
}

.left-arrow-slide {
    left: -65px;
    color: #d36835;
}

.right-arrow-slide {
    right: -65px;
    color: #d36835;
}

.right-arrow-slide:focus{
    outline: none;
}

.left-arrow-slide:focus {
    outline: none;
}

.box-no-float {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.align-center-box {
    text-align: center;
    font-size: 0;
}

.new-build-text {
    display: inline-block;
    background-color: #d36835;
    color: #fff;
    padding: 15px;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.reset-configuration {
    margin-bottom: 40px;
    text-align: center;
}

.alert-hdd-ssd {
    margin: 10px 0;
    color: #ef6d28;
    font-size: 18px;
}

.alert-cpu-gpu {
    margin: 10px 0 0 0px;
    color: #ef6d28;
    font-size: 18px;
}

.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 25px 0px;
    line-height: 1;
}

.column-wrap .column {
    width: 49%;
}

#my-ajax-filter-search label {
    color: #fff;
    display: block;
    font-weight: bold;
    font-style: italic;
}

#ajax-simple-config label {
    color: #fff;
    display: block;
    font-weight: bold;
    font-style: italic;
}

#ajax-simple-config {
    padding: 40px 0;
}

input#submit {
    background-color: #ef6d28;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

input#submit:disabled {
    background-color: #e8554e;
    cursor:not-allowed;
    font-weight: 500;
}

.timeline {
    text-align:center;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.timeline_step {
    display:inline-block;
    width:50px;
    height:50px;
    padding:10px;
    background-color: #fff;
    border-radius:50%;
    margin:0 10px;
    position: relative;
}

.timeline_step.active {
    background-color: #ef6d28;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.timline-bg-white {
    position: absolute;
    width: 94%;
    height: 5px;
    background-color: #fff;
    top: 50%;
    left: 3%;
}

.timline-bg-orange {
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: #ef6d28;
    top: 50%;
    left: 3%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.container-step-form {
    margin: 30px 0;
}

.step-form {
    background-color:#fff;
    max-width: 728px;
    margin: 0 auto;
    padding:30px;
    display:none;
}

.content-select label {
    color: #000;
    display: block;
    font-weight: bold;
}

.content-select select {
    width: 100%;
}

.step-form:first-child {
    display:block;
}

.title-step {
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 10px;
    font-style: italic;
    color: #181818;
}

.button-form {
    margin-top:30px;
}

.button-step {
    background-color:#ef6d28;
    display:inline-block;
    padding:5px 15px;
    color:#fff;
    font-weight:bold;
    font-style: italic;
    cursor:pointer;
}

.button-next-step,
.button-submit-step {
    float:right;
}

.button-prev-step {
    float:left;
}

.timeline_step:first-child {
    margin-left: 0;
}

.timeline_step:last-child {
    margin-right: 0;
}

.disabled-button {
    opacity:.5;
    cursor:not-allowed;
}

.repeater-add-btn {
    background-color: #ef6d28;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 20px;
    color: #fff;
}

button.button-submit-step.button-step {
    text-transform: none;
    padding: 3px 10px;
}

button.button-submit-step.button-step:hover {
    background-color: #ef6d28;
}

.button-advanced-config {
    max-width: 728px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 35px;
    clear: both;
}

.show-price {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.config-avanzato {
    margin: 40px 0;
    padding: 25px 55px;
    background-color: #F01A2F;
    color: #fff;
}

/* RANGE SLIDER */

.RSlider {
    padding: 25px 0px;
    margin: 0 auto;
}

.slider-container {
    width: 700px!important;
}

.slider-container .scale ins {
    left: -1px!important;
    top: 7px!important;
    font-size: 17px!important;
}

.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -25px!important;
    color: #fff!important;
    font-size: 18px!important;
    background: transparent!important;
}

.theme-green .back-bar {
    height: 15px!important;
    border-radius: 5px!important;
}

.theme-green .back-bar .pointer {
    width: 25px!important;
    height: 25px!important;
    top: -5px;
}

.theme-green .back-bar .selected-bar {
    background-color: #ef6d28!important;
    background-image: -moz-linear-gradient(top, #ef6d28, #ef6d28)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef6d28), to(#ef6d28))!important;
    background-image: -webkit-linear-gradient(top, #ef6d28, #ef6d28)!important;
    background-image: -o-linear-gradient(top, #ef6d28, #ef6d28)!important;
    background-image: linear-gradient(to bottom, #ef6d28,#ef6d28) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6d28', endColorstr='#ef6d28', GradientType=0)!important;
}

.pointer-label.low {
    left: 0!important;
}

.pointer-label.high{
    left: 650px!important;
}

.wrapper {
    text-align: center;
    margin: 0 auto;
}

/* FINE SLIDER  */

#more_posts {
    display: none;
}

div#my-ajax-filter-search {
    margin: 40px 0 0 0;
}

.no-margin-top {
    margin-top: 0px;
}

.search-button-builds {
    margin-bottom: 40px;
}

.load-more-build {
    margin-bottom: 40px;
    background-color: #ef6d28;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 24px;
    text-transform: uppercase;
    display: inline-block;
}

.contenitore-del-caso {
    text-align: center;
}

/* BOOTSTRAP */

.alert {
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  border: 1px solid transparent;
  border-radius: 4px;
  max-width: 728px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

p.alert-title {
    text-align: center;
    margin: 0;
    padding: 0;
}

p.alert-text {
    text-align: center;
    margin: 0;
    padding: 0;
}

.button-step {
    text-transform: uppercase;
}

.spinner-reply {
    max-width: 728px;
    margin: 0 auto;
}

.spinner-reply img{
    background-color: #fff;
}

img.spinner-reply {
    background-color: #fff;
}

a.breadcrumb-link {
    color: #ef6d28;
}

.breadcrumb {
    color: #fff;
}

.archive-pagination li a:hover {
    color: #ef6d28;
}

.archive-pagination li a {
    background-color: transparent;
    color: #474747;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.archive-pagination li.active a {
    border: 1px solid #ef6d28;
    color: #fff;
}

.archive-pagination, .entry-pagination {
    text-align: center;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #313131;
    /* border: 1px solid #fff; */
    border-top: none;
    text-transform: uppercase;
}

.nobuildfound {
    color: #ef6d28;
    margin-bottom: 40px;
}

.instant-gaming-banner {
    line-height: 0;
}

.showcasebuilds .one-sixth {
    margin-bottom: 40px;
}

.adsense-home.one-sixth {
    width: 100%
}

form#ConfBaseForm {
    padding: 0 20px;
}

div#my-ajax-filter-search {
    padding: 0 20px;
}

.config-avanzato-main-container {
    padding: 0 20px;
}

.custom-row.build-page.advanced-conf {
    padding: 40px 0 0 0;
}

.custom-row.result-config-search{
    padding: 0px 0 0 0;
}

#modal-menu-main-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

/* Responsive */
@media only screen and (max-width: 1200px){

    .one-sixth {
        width: 31.623931623931625%;
    }
    .one-sixth:nth-of-type(3n+1) {
        margin-left:0;
        clear: both;
    }
    .single-component-build {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 950px){
    .custom-footer .one-third {
        width: 100%;
        margin-left: 0;
    }
    .custom-footer .wrap {
        display: block;
    }
    .custom-footer .one-third:nth-of-type(2n) {
        padding: 20px;
    }
}

@media only screen and (max-width: 900px){

    .hover-build {
        display: none;
    }
    
    .single-build-home:hover .build-price-container {
        opacity:1;
    }
    .alert-hdd-ssd {
        margin: 0px 0 0 0;
    }

    .alert-cpu-gpu {
        margin: 25px 0 25px 0;
    }
}

@media only screen and (max-width: 768px){
    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 16px;
        content: '\f107';
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f106";
    }
    .header-bg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
    .logo {
        padding: 30px 0px;
        max-width: 60%;
    }
    .responsive-menu-icon {
	display: none;
    }
    .genesis-nav-menu.responsive-menu {
        display: block;
    }
    .column-wrap {
        margin: 0;
    }
    .column-wrap .column {
        width: 100%;
        margin-bottom: 25px;
    }
    .full-width-row {
        margin-left: 0;
        margin-right: 0;
    }
    .main-menu {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .one-sixth {
        width: 48.717948717948715%;
        margin-left: 2.564102564102564%;
        clear: none;
    }
    
    .one-sixth:nth-of-type(3n+1) {
        margin-left: 2.564102564102564%;
        clear: none;
    }
    
    .one-sixth:nth-of-type(2n+1) {
        margin-left:0;
        clear: both;
    }
    
    .one-fourth {
        width: 48.717948717948715%;
        margin-left: 2.564102564102564%;
        clear: none;
    }
    
    .one-fourth:nth-of-type(2n+1) {
        margin-left:0;
        clear: both;
    }
    .timline-bg-orange {
        display: none;
    }

    .timline-bg-white {
        display: none;
    }

    .timeline_step {
        margin: 10px;
    }
    
    .repeater-add-btn {
        margin-top: 20px;
    }
    
    .slider-container {
        width: 300px!important;
    }
    .pointer-label.high {
        left: 250px!important;
    }
    .RSlider {
        margin-bottom: 25px;
    }
    .timeline_step:last-child {
        margin-right: 10px;
    }
}