/* color options:
 name background forground midcolor highlight
*/
.responsive_enabled {
  /*-----------------------------------------------------------------------------------*/
  /*	responsive css
  /*-----------------------------------------------------------------------------------*/
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* when widgets fall under eachother, want them to be centered on the page */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
@media (min-width: 1021px) {
  .responsive_enabled #menu_container.without_buttons {
    width: 100%;
    padding: 0;
  }
  .responsive_enabled #menu_container.without_buttons > div > ul {
    position: relative;
    left: 50%;
    width: auto;
  }
  .responsive_enabled #menu_container.without_buttons > div > ul > li {
    position: relative;
    right: 50%;
  }
}
@media (max-width: 1150px) {
  .responsive_enabled #holder {
    width: auto;
    padding: 20px 10px;
    margin: 0;
    overflow: hidden;
  }
}
@media (max-width: 1020px) {
  .responsive_enabled {
    /* hide / rearrange some of the header widgets and show search/cart in the menu bar */
  }
  .responsive_enabled #holder {
    padding-top: 10px;
  }
  .responsive_enabled #header_wrap {
    margin: 0;
  }
  .responsive_enabled #header {
    background-image: url(images/main-top-left-small.png), url(images/main-top-right-small.png), url(images/main-top-centre.png), url(images/main-top-tile.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, center top, left top;
    background-origin: border-box, border-box, border-box, padding-box;
    background-clip: border-box, border-box, border-box, padding-box;
    background-size: 212px 182px, 212px 182px, 118px 182px, 1px 182px;
    border-left: 153px solid transparent;
    border-right: 153px solid transparent;
    margin: -180px 0 0;
  }
  .responsive_enabled #menu_wrap {
    margin: 0 -12px;
    padding-left: 13px;
  }
  .responsive_enabled #menu_container {
    padding: 0;
  }
  .responsive_enabled #menu_container > div > ul > li:first-child::before,
  .responsive_enabled #menu_container > div > ul > li.last-child::before {
    display: none;
  }
  .responsive_enabled #menu_container::before {
    left: 19px;
  }
  .responsive_enabled #header_widgets .widget.widget_style1 {
    top: 8px;
    right: -4px;
    left: auto;
  }
  .responsive_enabled #header_widgets .widget.widget_icl_lang_sel_widget,
  .responsive_enabled #header_widgets .widget.widget_style2 {
    left: 20px;
    top: -49px;
  }
  .responsive_enabled #header_widgets .widget_style4,
  .responsive_enabled #header_widgets .widget_style5,
  .responsive_enabled #header_widgets .widget_style3 {
    display: none;
  }
  .responsive_enabled #menu_buttons {
    display: block !important;
  }
}
@media (max-width: 1020px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 1020px) and (min-resolution: 120dpi) {
  .responsive_enabled #header {
    background-image: url(images/2x/main-top-left-small.png), url(images/2x/main-top-right-small.png), url(images/2x/main-top-centre.png), url(images/2x/main-top-tile.png);
  }
}
@media (max-width: 990px) {
  .responsive_enabled {
    /* fix up the footer graphics */
  }
  .responsive_enabled #footer_left,
  .responsive_enabled #footer_right {
    display: none;
  }
  .responsive_enabled #footer {
    background-image: url(images/main-bottom-left.png), url(images/main-bottom-right.png), url(images/main-bottom-tile.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, center top;
    background-origin: border-box, border-box, padding-box;
    background-clip: border-box, border-box, padding-box;
    background-size: 199px 90px, 167px 90px, 1px 90px;
    border-left: 199px solid transparent;
    border-right: 167px solid transparent;
  }
}
@media (max-width: 990px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 990px) and (min-resolution: 120dpi) {
  .responsive_enabled #footer {
    background-image: url(images/2x/main-bottom-left.png), url(images/2x/main-bottom-right.png), url(images/2x/main-bottom-tile.png);
  }
}
@media (max-width: 959px) {
  .responsive_enabled .wpcf7 input,
  .responsive_enabled .wpcf7 textarea {
    width: 80%;
  }
  .responsive_enabled .woocommerce ul.products li.product,
  .responsive_enabled .woocommerce-page ul.products li.product {
    width: 39%;
    margin: 0 20px 24px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .responsive_enabled #logo a {
    margin: 0;
  }
  .responsive_enabled #column_wrapper .content_main {
    left: 0;
    width: auto;
    float: none;
  }
  .responsive_enabled #column_wrapper .sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_wrap,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }
  .responsive_enabled .sidebar .widget:nth-child(even) {
    float: right;
    clear: right;
  }
  .responsive_enabled .sidebar .widget:nth-child(odd) {
    float: left;
    clear: left;
  }
  .responsive_enabled .sidebar .widget:nth-child(even).widget_style2 .widget_header {
    margin: 0 -18px 0 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
  }
  .responsive_enabled .sidebar .widget.widget_style2 .widget_content:before {
    bottom: 0;
  }
  .responsive_enabled .flex-caption {
    font-size: 1.2em;
  }
}
@media (max-width: 677px) {
  .responsive_enabled {
    /* put gallery from 4 cols to 2 cols */
  }
  .responsive_enabled #holder {
    padding: 5px 0;
    margin: 0;
  }
  .responsive_enabled #header_wrap {
    margin-top: -16px;
  }
  .responsive_enabled #header {
    background-image: url(images/main-top-left-small.png), url(images/main-top-right-small.png), url(images/main-top-tile.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    background-origin: border-box, border-box, padding-box;
    background-clip: border-box, border-box, padding-box;
    background-size: 212px 181px, 212px 181px, 1px 181px;
    border-left: 153px solid transparent;
    border-right: 153px solid transparent;
    margin: -180px 0 0 0;
  }
  .responsive_enabled #menu_wrap {
    margin: 0;
  }
  .responsive_enabled #logo a {
    margin: 0 -85px;
  }
  .responsive_enabled #menu_container::before,
  .responsive_enabled #menu_container::after {
    display: none;
  }
  .responsive_enabled #menu_container {
    margin: 0;
  }
  .responsive_enabled .flex-caption {
    font-size: 1.1em;
  }
  .responsive_enabled .entry-content .gallery-columns-4 .gallery-item {
    width: 32%;
    margin: 0 9%;
  }
}
@media (max-width: 677px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 677px) and (min-resolution: 120dpi) {
  .responsive_enabled #header {
    background-image: url(images/2x/main-top-left-small.png), url(images/2x/main-top-right-small.png), url(images/2x/main-top-tile.png);
  }
}
@media (max-width: 479px) {
  .responsive_enabled #header_widgets {
    display: none;
  }
  .responsive_enabled #header_wrap {
    margin: 0;
    border-top: 58px solid transparent;
  }
  .responsive_enabled #header {
    background-image: url(images/mob-main-top-left.png), url(images/mob-main-top-right.png), url(images/mob-main-top-centre.png), url(images/mob-main-top-tile.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, center top, left top;
    background-origin: border-box, border-box, border-box, padding-box;
    background-clip: border-box, border-box, border-box, padding-box;
    background-size: 50px 58px, 50px 58px, 120px 58px, 1px 58px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    margin: -58px 0 0;
    min-height: 136px;
  }
  .responsive_enabled #logo a,
  .responsive_enabled #logo {
    margin: 0;
    padding: 0;
  }
  .responsive_enabled #logo {
    line-height: 33px;
    padding-top: 26px;
    font-size: 3.1em !important;
  }
  .responsive_enabled #menu_wrap {
    display: none;
  }
  .responsive_enabled #menu_wrap.menu_visible {
    display: block;
  }
  .responsive_enabled #menu_language_switcher {
    display: block;
  }
  .responsive_enabled #mobile_menu_toggle {
    display: block;
    background-image: url(images/mob-menu.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 6px;
    left: 16px;
    z-index: 100;
  }
  .responsive_enabled #mobile_cart {
    display: block;
    background-image: url(images/mob-cart.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 6px;
    right: 16px;
    z-index: 100;
  }
  .responsive_enabled #mobile_cart span {
    position: absolute;
    top: -4px;
    right: -5px;
    background: #ffd8ea;
    border-radius: 15px;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 9px;
    color: #000;
    border: 1px solid #FFF;
  }
  .responsive_enabled #menu_container {
    margin-bottom: 6px;
  }
  .responsive_enabled #menu_container ul li {
    float: none;
  }
  .responsive_enabled #menu_container > div > ul li:after {
    display: none;
  }
  .responsive_enabled #menu_container ul ul {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    clear: left;
    background: transparent;
    padding: 2px 0 3px;
    margin: 0;
  }
  .responsive_enabled #menu_container ul ul li {
    height: 44px;
    margin: 0;
  }
  .responsive_enabled #menu_container ul ul li:before {
    position: absolute;
    content: "";
    top: 1.25em;
    background: #FFF;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    left: 9px;
  }
  .responsive_enabled #menu_container ul ul a {
    font-size: 1em;
    padding: 14px 10px 8px 10px !important;
  }
  .responsive_enabled #menu_container ul li a,
  .responsive_enabled #menu_container ul li a:link,
  .responsive_enabled #menu_container ul li a:visited {
    clear: left;
  }
  .responsive_enabled #menu_buttons {
    float: none;
  }
  .responsive_enabled #column_wrapper .content_main {
    left: 0;
    width: auto;
    float: none;
  }
  .responsive_enabled #column_wrapper .sidebar {
    left: auto !important;
    right: auto !important;
    position: relative;
    float: none !important;
  }
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-right-sidebar .content_main_wrap,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_data,
  .responsive_enabled #column_wrapper .content_main.with-left-sidebar .content_main_wrap {
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }
  .responsive_enabled .widget {
    display: block !important;
    padding: 0;
    margin-bottom: 50px;
    float: none;
  }
  .responsive_enabled #footer_widgets {
    padding-top: 50px;
  }
  .responsive_enabled #footer_widgets .widget {
    width: 100% !important;
    display: block;
  }
  .responsive_enabled .widget-area.columns-3 .widget.widget_style0 .widget_content .widget-title {
    margin-top: -49px !important;
    margin-left: -15px !important;
  }
  .responsive_enabled .widget-area.columns-3 .widget {
    padding: 0 !important;
  }
  .responsive_enabled .woocommerce ul.products li.product,
  .responsive_enabled .woocommerce-page ul.products li.product {
    width: 45%;
    margin: 0 0 15px;
  }
  .responsive_enabled #footer {
    background-image: url(images/mob-main-bottom-left.png), url(images/mob-main-bottom-right.png), url(images/mob-main-bottom-tile.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, center top;
    background-origin: border-box, border-box, padding-box;
    background-clip: border-box, border-box, padding-box;
    background-size: 11px 12px, 11px 12px, 1px 12px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    margin: 0 1px;
    height: 13px;
  }
  .responsive_enabled .flex-caption {
    line-height: 22px;
    right: 7px;
    bottom: -7px;
  }
  .responsive_enabled .boutique_icon_vertical {
    width: 30%;
    margin: 0 9% 30px;
  }
  .responsive_enabled .gallery-item {
    clear: left;
    width: 80% !important;
    margin: 0 10% 2em;
  }
  .responsive_enabled .alignright,
  .responsive_enabled .alignleft,
  .responsive_enabled .aligncenter {
    display: block;
    float: none;
  }
  .responsive_enabled .mobile-view-full-width {
    display: block;
  }
}
@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 120dpi) {
  .responsive_enabled #header {
    background-image: url(images/2x/mob-main-top-left.png), url(images/2x/mob-main-top-right.png), url(images/2x/mob-main-top-centre.png), url(images/2x/mob-main-top-tile.png);
  }
}
@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 120dpi) {
  .responsive_enabled #mobile_menu_toggle {
    background-image: url(images/2x/mob-menu.png);
  }
}
@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 120dpi) {
  .responsive_enabled #mobile_cart {
    background-image: url(images/2x/mob-cart.png);
  }
}
@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 479px) and (min-resolution: 120dpi) {
  .responsive_enabled #footer {
    background-image: url(images/2x/mob-main-bottom-left.png), url(images/2x/mob-main-bottom-right.png), url(images/2x/mob-main-bottom-tile.png);
  }
}
