/*
Theme Name: DDivi Child Theme - https://github.com/DD-UX/DDivi-Child-Theme
Description: A custom child theme for DIVI modifications. Make every customization here and update your DIVI without risks. DIVI is brought by https://www.elegantthemes.com/ and this only extends DIVI.
Author:   Diego Diaz
Template: Divi
*/


/* Importing DIVI styles */
@import url("../Divi/style.css");

/* Including Font Awesome CDN */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


.store{
  background: url(http://www.touchjet.com/wp-content/uploads/2016/10/icons-store.png) no-repeat;
  background-size: auto 29px;
  display: inline-block;
  width: 97px;
  height: 29px;
  text-indent: -9999px;
  margin: 10px 5px;

  -webkit-user-select: none;
          user-select: none;
}
.store+.store {
  margin-left: 0px;
}
.store.app__appstore{background-position: left top;} 
.store.app__googleplay{background-position: right top;} 


@media screen and (min-width: 981px) {
    .mobile-height {
        padding-top: 10%!important;
        padding-bottom: 10%!important;
    }
}
/**
 * Remove on Shopping Cart release
 */

.et-cart-info,
#menu-item-5916 {
    display: none;
}
/** End Remove on Shopping Cart release **/
/**
 * AddThis spacer remover
 */

.addthis_bar_spacer {
    display: none;
}
/**
 * Custom Collapsible sections
 */

[data-collapse] {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    line-height: 1.6;
}
[data-collapse]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
[data-collapse].active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 980px) {
    .collapsed:not(.active) {
        display: none;
    }
}
/**
 * WonderPlugin Carousel
 */

.amazingcarousel-image > div {
    display: none!important;
}
.wonderplugincarousel:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: "";
    display: block;
}
/**
 * Header Code
 */

#top-menu #menu-item-5916 > a,
#top-menu #menu-item-6021 > a,
#top-menu #menu-item-6022 > a {
    background: #ff0033;
    padding: 15px 30px!important;
    color: white!important;
    border-radius: 6px;
    margin-top: -20px;
}
#top-menu #menu-item-5916,
#top-menu #menu-item-6021,
#top-menu #menu-item-6022 {
    display: none;
}
body.page-id-6018 #top-menu #menu-item-6022,
body.page-id-5951 #top-menu #menu-item-6021 {
    display: inline-block;
}
/**
 * Press
 */

.press_list {
    width: 80%;
    margin: 0 auto;
}
.press_list li {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    float: left;
    padding: 40px 0 42px 0;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}
.press_list li h3 {
    width: 30%;
    box-sizing: border-box;
    padding-right: 15px;
}
.press_data_text {
    width: 70%;
    padding-left: 30px;
}
.press_data_text p {
    font-size: 18px;
}
.press_list li h3 a img {
    min-width: 90%;
    max-width: 90%;
}
/* Vertical aligner (make sure you "equalize" the rows on DIVI theme)*/

.vcenter .et_pb_column {
    margin-bottom: 0!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vcenter .et_pb_column .et_pb_image,
.vcenter .et_pb_column img {
    height: auto;
    display: block;
}
/* Image + content full-bleed module (make sure you also use .vcenter class for better looking) */

.fullbleed .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
}
.fullbleed .et_pb_text {
    padding: 20px!important;
}
.fullbleed .et_pb_text small {
    font-size: 0.8em;
    color: #999;
}
.fullbleed .et_pb_column .et_pb_image,
.fullbleed .et_pb_column img {
    width: 100%;
}
@media screen and (min-width: 981px) {
    .fullbleed .et_pb_text {
        padding: 20px 60px!important;
    }
    .fullbleed .et_pb_column {
        margin-right: 0!important;
        width: 50%!important;
    }
}
/**
 * Contact 7
 */

.wpcf7-form p {
    padding-bottom: 0.5em!important;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-select {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 14px;
    color: #758487 !important;
    padding: 0 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
    font-weight: bold;
}
.wpcf7-submit {
    color: #3399cc !important;
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #fff;
    border-color: #fff;
    padding: 2px 20px !important;
}
.tj-form .wpcf7 {
    padding: 10px 10px 0;
    background: #fff;
    color: #545454;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.tj-form .wpcf7-form p:last-of-type {
    margin: 0 -10px;
}
.tj-form .wpcf7-form:not(.invalid) p:last-of-type {
    border-radius: 0 0 6px 6px;
}
.tj-form .wpcf7-form p:last-of-type img[style="visibility: hidden;"] {
    display: none;
}
.tj-form .wpcf7-form div.wpcf7-response-output {
    margin: 10px 0;
}
.tj-form h4,
.tj-form .wpcf7-form p:last-of-type {
    padding: 10px;
    color: #00acd7!important;
    background: #e7f6ff;
    border-radius: 6px 6px 0 0;
}
/**
 * Sidebar
 */

#sidebar {
    font-size: 16px;
    line-height: 1.5;
}
#sidebar li {
    margin-bottom: 1em;
}
/**
 * Footer Code
 */

#footer-widgets .footer-widget a {
    color: white;
}
#menu-footer-menu .menu-item {
    display: inline-block;
    padding: 0 30px 0 0!important;
}
#menu-footer-menu .menu-item:before,
#menu-footer-menu .menu-item:after {
    content: none!important;
}
#main-footer .et_pb_widget {
    float: none!important;
}
#et-info-phone,
#footer-bottom {
    display: none;
}
.footer-widget #mc_signup_form .mc_merge_var label {
    display: none;
}
.footer-widget #mc_signup_form .mc_merge_var .mc_input,
.footer-widget #mc_signup_form .mc_signup_submit #mc_signup_submit {
    background: none;
    color: white;
    border: solid 2px white;
    border-radius: 6px;
    height: 60px;
    margin: 18px 0 0;
    padding: 0 5px;
    line-height: 1;
    font-size: 20px;
}
.footer-widget .mc_merge_var {
    width: 62%;
    float: left;
}
.footer-widget .mc_signup_submit {
    width: 35%;
    float: right;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 23.875%;
    text-align: right;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .legal {
    font-size: 15px;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    width: 70.625%;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 40px;
}
.widget_mailchimpsf_widget {
    max-width: 500px;
}
.woocommerce-page #sidebar {
    display: none!important;
}
.woocommerce-page .container:before {
    content: none!important;
}
.woocommerce-page #left-area {
    width: auto!important;
    float: none!important;
    padding-right: 0!important;
}
.et_button_icon_visible.woocommerce #respond input#submit,
.et_button_icon_visible.woocommerce-page #respond input#submit {
    padding-right: 1em!important;
    padding-left 1em!important;
}
.woocommerce-page .button,
.woocommerce-page .button:hover,
.woocommerce.et_pb_button_helper_class #respond input#submit,
.woocommerce-page.et_pb_button_helper_class #respond input#submit {
    color: white!important;
}
.woocommerce-message a.button.wc-forward {
    background: rgba(255, 255, 255, 0.2)!important;
}
.sv-wc-payment-gateway-my-payment-methods-table-title a.button:before {
    margin-top: 5px;
}
.woocommerce-page .button:after {
    left: auto!important;
}
.mobile-visible {
    display: none;
}
.fullwidth-text {
    white-space: nowrap;
}
/**
 * Anything Popup
 */

#AnythingPopup_BoxContainerBody1,
#AnythingPopup_BoxContainerBody2 {} #AnythingPopup_BoxContainerHeader1,
#AnythingPopup_BoxContainerHeader2 {
    height: 50px!important;
}
#AnythingPopup_BoxContainerBody1 p.p1,
#AnythingPopup_BoxContainerBody2 p.p1 {
    text-align: center;
    color: black;
}
#AnythingPopup_BoxContainerBody1 p,
#AnythingPopup_BoxContainerBody2 p {
    text-align: left;
    color: black;
    font-size: 16px!important;
    line-height: 1.4!important;
}
#AnythingPopup_BoxContainerBody1 .s2,
#AnythingPopup_BoxContainerBody2 .s2 {
    text-decoration: underline;
}
#AnythingPopup_BoxContainerBody2 ul > li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    margin: 0 20px 0 10px;
    color: black;
    font-size: 5px;
}
/**
 * Breakpoints
 */

@media screen and (max-width: 980px) {
    .mobile-bg-hidden {
        background-image: none!important;
    }
    .mobile-visible {
        display: inherit;
    }
    .mobile-hidden {
        display: none;
    }
    .fullwidth-text {
        white-space: normal;
    }
    .et_fixed_nav #main-header.et-fixed-header,
    .et_fixed_nav #top-header.et-fixed-header {
        position: fixed!important;
    }
    .et_fixed_nav #top-header.et-fixed-header {
        top: 0!important;
    }
    .et_fixed_nav #main-header.et-fixed-header {
        top: 31px!important;
    }
    .et_pb_slide_description .et_pb_slide_title,
    .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
        font-size: 40px!important;
        font-weight: 300 !important;
    }
}
@media only screen and ( max-width: 767px) {
    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget {
        text-align: center!important;
    }
    .footer-widget #mc_signup_form .mc_merge_var label {
        display: none;
    }
    .footer-widget #mc_signup_form .mc_merge_var .mc_input,
    .footer-widget #mc_signup_form .mc_signup_submit #mc_signup_submit {
        font-size: 16px;
    }
}