/*
Theme Name: Responsee
Author: Vision Design - graphic zoo
Version: 2.0
*/

/* CUSTOM SCROLL BAR */
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 7px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
    opacity: 1;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f5f5f5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #45aaff;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #45aaff;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #45aaff;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* CSS Document */

/* STYLES */
.full-width:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow: hidden;
  visibility:hidden;
}
.my-field-class {
    display: none !important;
}
a, a:link, a:visited, a:hover, a:active {
    color: #45aaff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body {
  background: #f1f1f1;
  font-family:"Roboto",Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #32384b;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 17px;
}
p {
  color: #7f7f7f;
  line-height: 1.8;

}
.gray-background {
  background: #f7f7f7;
}
nav {
  background: #2b7ac4;  
  padding: 25px;
}
.top-nav {
    padding-top: 4px;
}
.logo img {
  max-width: 221px;
}
.top-nav li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.top-nav .active-item a, .top-nav li a:hover {
  background: #3e9aed;
}
.no-items {
  padding: 6rem 0 20rem 0;
  text-align: center;
}
.no-items h1 {
  font-weight: 700;
  color: #ddd;
  letter-spacing: -1px;
}
.message {
  padding: 30px 0;
  text-align: center;
  background: #aacf4c;
  margin-top: -40px;
  position: relative;
}
.message p {
  color: #fff;
  font-size: 18px;
}
.message a {
  color: #fff;  
  text-decoration: underline;
}
.favourites-count {
  position: relative;
}
.favourites-count span.collection-message {
  display: none;
  background: #aacf4c;
  color: #fff;
  position: absolute;
  width: 150px;
  margin: 0;
  top: 53px;
  z-index: 10;
  left: -20px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.favourites-count span.collection-message:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #aacf4c;
	border-width: 5px;
	margin-left: -5px;
}
.favourites-count span.collection-message.collection-message-fixed {
    position: fixed;
    z-index: 12;
    right: 70px;
    left: auto;
    top: 8px;
}
.customform .s-12.m-6 {
    position: relative;
}
.customform span.required-description {
  display: none;
  background: #d12c2c;
  color: #fff;
  position: absolute;
  width: 186px;
  margin: 0;
  top: 52px;
  z-index: 10;
  left: 10px;
  padding: 8px 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#generator-form.customform span.required-description {
  left: 14px;
}

span.required-description:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #d12c2c;
	border-width: 5px;
	margin-left: -5px;
}

#filter-page {
  background: #1d4056;
  position: relative;
  padding: 20px 0;
  margin-bottom: 40px;
  border-radius: 4px;
}
#filter-page.filter-subpage {
  border-radius: 0;
}
#filter-page:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(74, 74, 74, 0);
	border-top-color: #1d4056;
	border-width: 15px;
	margin-left: -15px;
}
#filter-page h4, #inputs-logo-edit h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
h4 span {
    background: #f2b615;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    color: #353d42;
}
#inputs-logo-edit input, #inputs-logo-edit select {
    height: 2.5rem;
}
#inputs-logo-edit input, #inputs-logo-edit select, #inputs-logo-edit textarea, #inputs-logo-edit button {
    font-size: 0.9rem;
    font-family: inherit;
    margin-bottom: 1.25rem;
}
#filter-page form.customform input:hover, #filter-page form.customform textarea:hover, #filter-page form.customform select:hover, #filter-page form.customform input:focus, #filter-page form.customform textarea:focus, #filter-page form.customform select:focus,
#inputs-logo-edit input:hover, #inputs-logo-edit textarea:hover, #inputs-logo-edit select:hover, #inputs-logo-edit input:focus, #inputs-logo-edit textarea:focus, #inputs-logo-edit select:focus {
  background: none;
}
#filter-page form.customform input, form.customform textarea, form.customform select, a.more-button,
#inputs-logo-edit input, #inputs-logo-edit textarea, #more-logos.button {
  background: none;
  border: 2px solid #859198;
  color: #fff;
  padding: 0.4rem 0.6rem;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 3px;
}
#filter-page .customform input.required, #inputs-logo-edit input.required {
  color: #fff;
  border: 2px solid #f2b615;
}
a.more-button {
  margin: 30px 0 0 0!important;
  display: inline-block;
  width: auto;
  padding: 0.7rem 1rem;
}
#filter-page .customform input.submit, a.more-button, #inputs-logo-edit input.submit, #more-logos.button, #filter-page .customform input.submit:focus{
  color: #353d42;
  background-color: #fcc83a; /* Old browsers */
background-color: -moz-linear-gradient(left, #fcc83a 0%, #f9b300 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(left, #fcc83a 0%,#f9b300 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to right, #fcc83a 0%,#f9b300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc83a', endColorstr='#f9b300',GradientType=1 ); /* IE6-9 */
  border: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; 
text-transform: uppercase;
position: relative;
background-position: 10px center;
}

#filter-page .customform input.submit:focus {
  background-image: url("https://logogenerator.pro/wp-content/themes/logocreate/img/preloader.gif")!important; 
  background-repeat: no-repeat!important;  
  background-position: 10px center;
}

#filter-page .customform input.submit:hover, #more-logos.button {
    background-color: #fcc83a; /* Old browsers */
background-color: -moz-linear-gradient(left, #fcc83a 0%, #f9b300 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(left, #fcc83a 0%,#f9b300 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to right, #fcc83a 0%,#f9b300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc83a', endColorstr='#f9b300',GradientType=1 ); /* IE6-9 */
}

#more-logos.button {
  width: 230px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 30px;
}
a.more-button.pricing-button {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px !important;
}
#filter-page .select-overflow {
  background-image: url(img/sipka-select.svg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
  width: 100%;
  border: 2px solid #859198;
  height: 2.7rem;
  border-radius: 3px;
}
#filter-page .select-overflow select {
  background: 0 0;
  width: calc(100% + 30px);
  border: 0 solid #D5D5D5;
  max-width: 130%;
  color: #fff;
  padding: 2px 0 10px 8px; 
}

#filter-page .colors {
  overflow: hidden;
  width: 100%;
  border: 2px solid #859198;
  height: 2.7rem;
  color: #fff;
  padding: 0.5rem 0.7rem;
  border-radius: 3px;
}
#filter-page .color-swatches {
  border: 2px solid #859198;
  height: 23px;
  width: 23px;
  float: right;
  display: block;
}
#filter-page .color-swatches span {
  height: 19px;
  width: 9px;
  background: #000;
  display: inline-block;
}

#logos {
  display: block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
  position: relative;  
}
#logos:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow: hidden;
  visibility:hidden;
}
#logos img { 
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-logo {
  height: 390px;
  display: block;
  background: #fff;
  padding: 30px; 
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.horizontal-logo, .horizontal-logo-white {
  height: 390px;
  display: none;
  padding: 30px;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;  
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
} 
.horizontal-logo {
  display: block;
} 
.vertical-logo img, .only-text .horizontal-logo-white img {
    max-width: 200px;
}
.horizontal-logo-white {
  background: #333;
}
.vertical-button {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
}
.bullets div {
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 100%;
  float: left;
  text-align: center;
  margin: 10px 2px;
  display: block;
  cursor: pointer;
}
.bullets {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 10;
  width: 63px;
  left: 50%;
  margin-left: -32px;
}
.bullets div.active-bullet {
  background: #353d42;
}
.bullets div span {
  display: block;
  opacity: 0;
  background: #353d42;
  color: #ddd;
  position: absolute;
  width: auto;
  padding: 7px 9px;
  top: -20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px; 
  white-space: nowrap;
  margin-left: -15px;
  transition:all 0.20s linear 0s;
  -o-transition:all 0.20s linear 0s;
  -ms-transition:all 0.20s linear 0s;
  -moz-transition:all 0.20s linear 0s;
  -webkit-transition:all 0.20s linear 0s;
} 
.bullets div span:after {
	top: 100%;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(74, 74, 74, 0);
	border-top-color: #353d42;
	border-width: 5px;
	margin-left: -5px;
}
.bullets div:hover > span {
  opacity: 1;
  top: -29px;
} 
.logo-buttons {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.colors-wrapper {
  position: relative;
  cursor: pointer;
}
.colors-selector {
  background: #fff;
  padding: 15px;
  position: absolute;
  z-index: 100;
  display: none;
  width: 255px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.colors-selector.show-colors {
  display: block;
}
.colors-title {
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.pricing-table h3 {
    padding: 15px;
    background: #3e9aed;
    color: #fff;
    margin: 0;
}
.pricing-table.premium-price h3 {
    padding: 15px;
    background: #aacf4c;
    color: #fff;
}
.pricing-table {
    border: 1px solid #f0f0f0;
    text-align: center;
}
.pricing-table.premium-price {
    border: 1px solid #aacf4c;
}
.pricing-table p {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.pricing-table.premium-price p {
    border-bottom: 1px solid #aacf4c;
}
.pricing-table.free-price p {
    padding: 184px 0;
}
.pricing-table.premium-price a {
    color: #aacf4c!important;
}
.pricing-table h4 {
    padding: 20px 0;
    border-bottom: 5px solid #3e9aed;
    color: #3e9aed;
    font-weight: 300;
    font-size: 50px;
}
.pricing-table.premium-price h4 {
    border-bottom: 5px solid #aacf4c;
    color: #aacf4c;
}
.sample-logo-package {
    position: fixed;
    right: 0;
    top: 137px;
    z-index: 1;
}

img.colors-circle {
  width: 23px;
  height: 23px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  display: none;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: relative;
  width: 25px;
  height: 25px;
  background: #666888;
  float: left;
  cursor: pointer;
  display: block;
  margin: 1px; 
}
[type="radio"]:checked + label:before {
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
}
#checkout-body .payment_method_paypal label:before {
  width: 51px;
  background: #fff!important;
}
.primary-color {
    max-width: 230px;
}
#color-0 + label:before, #color-secondary-0 + label:before, #color-text-0 + label:before { background: url(img/empty-swatch.svg); }
#color-1 + label:before, #color-secondary-1 + label:before, #color-text-1 + label:before { background: #FEDB00; }
#color-2 + label:before, #color-secondary-2 + label:before, #color-text-2 + label:before { background: #F0B323; }
#color-3 + label:before, #color-secondary-3 + label:before, #color-text-3 + label:before { background: #ED8B00; }
#color-4 + label:before, #color-secondary-4 + label:before, #color-text-4 + label:before { background: #FC4C02; }
#color-5 + label:before, #color-secondary-5 + label:before, #color-text-5 + label:before { background: #DA291C; }
#color-6 + label:before, #color-secondary-6 + label:before, #color-text-6 + label:before { background: #9D2235; }
#color-7 + label:before, #color-secondary-7 + label:before, #color-text-7 + label:before { background: #EF426F; }
#color-8 + label:before, #color-secondary-8 + label:before, #color-text-8 + label:before { background: #CE0058; }
#color-9 + label:before, #color-secondary-9 + label:before, #color-text-9 + label:before { background: #A05EB5; }
#color-10 + label:before, #color-secondary-10 + label:before, #color-text-10 + label:before { background: #753BBD; }
#color-11 + label:before, #color-secondary-11 + label:before, #color-text-11 + label:before { background: #5C068C; }
#color-12 + label:before, #color-secondary-12 + label:before, #color-text-12 + label:before { background: #001A72; }
#color-13 + label:before, #color-secondary-13 + label:before, #color-text-13 + label:before { background: #003594; }
#color-14 + label:before, #color-secondary-14 + label:before, #color-text-14 + label:before { background: #00A3E0; }
#color-15 + label:before, #color-secondary-15 + label:before, #color-text-15 + label:before { background: #008EAA; }
#color-16 + label:before, #color-secondary-16 + label:before, #color-text-16 + label:before { background: #00B0B9; }
#color-17 + label:before, #color-secondary-17 + label:before, #color-text-17 + label:before { background: #007B4B; }
#color-18 + label:before, #color-secondary-18 + label:before, #color-text-18 + label:before { background: #4C8C2B; }
#color-19 + label:before, #color-secondary-19 + label:before, #color-text-19 + label:before { background: #84BD00; }
#color-20 + label:before, #color-secondary-20 + label:before, #color-text-20 + label:before { background: #C4D600; }
#color-21 + label:before, #color-secondary-21 + label:before, #color-text-21 + label:before { background: #888D30; }
#color-22 + label:before, #color-secondary-22 + label:before, #color-text-22 + label:before { background: #774212; }
#color-23 + label:before, #color-secondary-23 + label:before, #color-text-23 + label:before { background: #B77729; }
#color-24 + label:before, #color-secondary-24 + label:before, #color-text-24 + label:before { background: #E1B87F; }
#color-25 + label:before, #color-secondary-25 + label:before, #color-text-25 + label:before { background: #A7A8AA; }
#color-26 + label:before, #color-secondary-26 + label:before, #color-text-26 + label:before { background: #53565A; }
#color-27 + label:before, #color-secondary-27 + label:before, #color-text-27 + label:before { background: #000000; }

#text-font ul {
  background: #fff;
  padding: 0;
  border-radius: 3px;
}
#text-font ul li {
  padding: 10px;
  cursor: pointer;
  margin:0;
  background: none;
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}

.preview-text .line {
  padding: 0 !important;
}
#text-font ul li:hover {   
  background: #cce1ee;
}
.actual-font::after {
    content: "\f004";
    font-family: "mfg";
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
}
.actual-font {
    padding: 10px 30px 10px 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 12px;
    height: 40px;
    position: relative;
    border: 2px solid #859198;    
} 
#text-font {
    position: relative;
}
#text-font ul {
    height: 240px;
    display: none;
    position: relative;
    top: -12px;  
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);    
}   
#inputs-logo-edit .colors-selector {
  background: none;
  padding: 0;
  position: relative;
  z-index: 100;
  display: block;
  width: 255px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
#inputs-logo-edit p {
  color: #cccccc;
}

.button span {
  display: none;
}
#myForm .button {
  background: none;
  border-top: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-left: #ddd 1px solid;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  position: relative;
  top: -45px;
  margin: 0 0 -4px -1px;
  padding: 0;
  text-align: center; 
  transform: scale(1, 1);
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
  position: relative;
}

#myForm .preview-text .button {
  border: #9dbbce 1px solid;
  top: 0;
  margin: 10px 0 0 -1px;
}
.preview-text .logo-buttons {
  display: block;
  margin: 0;
}

#myForm .button i {
  background: none;
  font-size: 21px;
  line-height: 45px;
  color: #ccc !important;
  height: 45px;
  width: 45px; 
  border-radius: 0;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
  
}
#myForm .preview-text .button i {
  color: #9dbbce !important
  
}
//#myForm .button.buy-logo {
//  background: #aacf4c !important;	
//  border-color: #aacf4c !important;
}
//#myForm .button.buy-logo i {
//  color: #fff !important;  
//}
#myForm .preview-text .button.buy-logo i {
  color: #fff !important;  
}
.button.customize {
    width: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    background: #aacf4c !important;
    border-color: #aacf4c !important;
}

#myForm .preview-text .button.customize {
  color: #9dbbce !important;
  background: none !important;
  border-color: #9dbbce !important;  
}

#myForm .button:hover {
  z-index: 2;
  background: #f7f7f7;
}
#myForm .remove-from-favourites i, #myForm .preview-text .remove-from-favourites i {
  color: #ff33a4 !important;
}

#myForm #buttons-logo-editor.logo-buttons {
    display: block;
    margin: 0;
    padding-top: 30px;
    clear: both;
}
#myForm .preview-text .button:hover {
    z-index: 2;
    background: #234f6a;
}
#myForm #buttons-logo-editor .button {
  background: none;
  border-top: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-left: #ddd 1px solid;
  height: 45px;
  display: block;
  float: left;
  top: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  border-radius: 3px;
}

.button span {
  display: block;
  opacity: 0;
  background: #353d42;
  color: #ddd;
  position: absolute;
  width: auto;
  padding: 7px 9px;
  top: -30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px; 
  white-space: nowrap;
  transition:all 0.20s linear 0s;
  -o-transition:all 0.20s linear 0s;
  -ms-transition:all 0.20s linear 0s;
  -moz-transition:all 0.20s linear 0s;
  -webkit-transition:all 0.20s linear 0s;
} 
.button span:after {
	top: 100%;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(74, 74, 74, 0);
	border-top-color: #353d42;
	border-width: 5px;
	margin-left: -5px;
}
#myForm .button:hover > span {
  opacity: 1;
  top: -42px;
}                              

#myForm .preview-text .button.buy-logo {
  background: #aacf4c !important;
  border-color: #aacf4c !important;
  width: auto;
  border-radius: 3px;
}
.buy-logo b, #myForm #buttons-logo-editor .button.save-logo  b {
  line-height: 43px;
  height: 44px;
  display: block;
  float: right;
  padding: 0 18px 0 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 15px;
}
#myForm #buttons-logo-editor .button.save-logo  b {
  color: #353d42 !important;
}
#myForm #buttons-logo-editor .button.save-logo{
    display: none;
    width: auto;
    background: #f2b615;
    border-color: #f2b615 !important;
    border-radius: 3px;   
}
#myForm #buttons-logo-editor .button.save-logo i {
    color: #353d42 !important;
}



#header-homepage {
  background: #3585d6; /* Old browsers */
  background: -moz-linear-gradient(top, #3e9aed 0%, #2867b4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3e9aed 0%,#2867b4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e9aed 0%,#2867b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9aed', endColorstr='#2867b4',GradientType=0 ); /* IE6-9 */
}
#header-homepage.subpage {
  background: #3e9aed; /* Old browsers */
  background: -moz-linear-gradient(top, #3e9aed 0%, #3f8ae6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3e9aed 0%,#3f8ae6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e9aed 0%,#3f8ae6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9aed', endColorstr='#3f8ae6',GradientType=0 ); /* IE6-9 */
}
#header-homepage #filter-page {
  padding: 20px 24px 15px 24px;
  margin-bottom: 0;
}
#header-homepage #filter-page:after {
	display: none;
}
#header-homepage.subpage h1 {
    font-weight: 300;
}
.professional-logo-generator {
    max-width: 1150px;
    margin: 50px 0 0 0;
}
#header-homepage h1 {
    color: #fff;
    text-align: center;
    font-weight: 100;
    padding-top: 30px;
    margin-bottom: 20px;
}
#header-homepage h1 strong {
  font-weight: 500;
}

.favourites-count, .cart-count {
  display: inline-block;
}
.favourites-count p:before, .cart-count p:before  {
  content:"\e08a";
  font-family: "sli";
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 0 8px;
}
.cart-count p:before  {
  content:"\e04e";
}
.favourites-count p, .cart-count p {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding: 3px 6px;
  background: #3585d6;
  margin-left: 20px; 
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
  border-radius: 26px;
} 
.cart-count p {
  margin-left: 10px; 
} 
.favourites-count p:hover, .cart-count p:hover {
  background: #3e9aed;
}
.favourites-count span, .cart-count span {
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.preview-text ul {
    padding: 0 0 15px 0;
    list-style: none;
}
.preview-text ul li {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #9dbbce;
    padding-left: 23px;
}
.preview-text ul li i {
    margin-left: -23px;
    margin-right: 5px;
    color: #aacf4c;
}
.preview-text p {
    color: #9dbbce;
}
.price {
    display: block;
    clear: both;
    font-size: 21px;
    margin-top: 10px;
    color: #aacf4c !important;
    font-weight: 300;
}
#buttons-logo-editor .price {
    margin: -14px 0 10px 0;
}
.full-logo-preview {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 60px;
  overflow-y: scroll;
  max-height: 100%;
  background: rgba(0,0,0,0.7);
   
}
.preview {
  width: 100%;	
  max-width: 1260px;
  position: relative;
  z-index: 1000;
  background: #1d4056;
  margin: 0 auto;
  min-height: 1572px;
  margin-bottom: 40px;
}
.preview:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow: hidden;
  visibility:hidden;
}
.load-preview {
  width: 100%;
  max-width: 1001px;
  float: left;
  display: block;
}
.preview-text {
  width: 100%;
  max-width: 259px;
  float: right;
  display: block;
  padding: 20px;
}
.preview-close {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
}
.preview-close::after {
    content: "\274C";
    font-family: "mfg";
    color: #fff;
    position: absolute;
    z-index: 10;
    display: block;
    right: 30px;
    top: 10px;
    height: 40px;
    width: 40px;
    font-size: 30px;
}

.preview-text h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}
#favourites-logos {
    padding-top: 40px;
}

h2.generate {
    font-weight: 700;
color: #ddd;
letter-spacing: -1px;
font-size: 2.7rem;
line-height: 1.3;
background: none;
border-top: 0;
text-align: center;
    padding: 50px 0;
}

#preview-edit-logo.preview {
    background: #1d4056;
    
}
#preview-edit-logo .load-preview {
  border-right: 1px solid #353d42
}

body.overflow-hidden {
  overflow: hidden;
}
.white-background {
  background: #fff;
  
}
.section {
  padding: 6rem 0;
}
img.try-it-now {
  margin: 20px auto 0;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
#first-block p, #business-block p {
  font-size: 19px;
  color: #7f7f7f;
  font-weight: 300;
  line-height: 1.6;
}
#first-block h2 {
  margin-top: 40px;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
}
.block {
  background: #ddd;
  padding: 50px 30px 30px;
  text-align: center;
  min-height: 382px;
}
.s-12 m-6 l-five:last-child > .block {
  border-right: 0;
}
.block p, .block h3 {
    color: #fff !important;
}

.block.block-1 { 
  background: #00B5A6 !important;
}
.block.block-2 {  
  background: #913fd9 !important;
}
.block.block-3 {  
  background: #28a5df !important;
}
.block.block-4 {  
  background: #E4A600 !important;
}
.block.block-5 {  
  background: #DE1E5E !important;
}

.block i {
    font-size: 62px;
    color: #fff;
    margin-bottom: 20px;
} 

#business-block h2, #business-block p {
    color: #fff;
}

.float-left {
    float: left;
    width: 100px;
    height: 100px;
    background: #3585d6; /* Old browsers */
  background: -moz-linear-gradient(top, #45aaff 0%, #3e9aed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #45aaff 0%,#3e9aed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #45aaff 0%,#3e9aed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#2867b4',GradientType=0 ); /* IE6-9 */  
  border-radius: 80px;
  padding: 18px;
  line-height: 100px;
  display: block;
}

.margin-left {
    margin-left: 130px;
    margin-bottom: 50px;
}

#logo-editor-content #logos {
  display: none;
}
#logo-editor-content #myForm {
  margin-top: 40px;
}
#filter-page h1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.sticky {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
#filter-page.fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 15px 0 5px 0;
}
#filter-page.fixed::after, #filter-page.fixed h4 {
    display: none;
}

#footer {
    background: #353d42;
    padding: 3rem;
}
#logos-section, #favourites-logos, .page-content {
    padding: 0 0 50px 0;
}
.page-content {
    background: #fff;
}
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.background-white {
  background: #fff;
}
.sample-logo {
    padding: 30px;
    border: 3px solid #f5f5f5;
    margin-bottom: 20px;
}
.sample-logo.own-logo {
    padding: 0;
    border: 0 solid #f5f5f5;
    margin-bottom: 0;
    transition: transform .2s; /* Animation */   
}
.sample-logo.own-logo:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#logos-block h2 {
   margin-bottom: 40px;
}

.section-top-padding {
   padding-top: 6rem;
}
.section-bottom-padding {
   padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  nav {
    padding: 0;
  }
  #first-block h2 {
    margin-top: 0;
  }
  .fixed {
    position: relative;
    z-index: 10;
  }
}

.cart-name h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
}
dt.variation- {
  display: none;
}
#edd-purchase-button,.edd-add-to-cart,.edd_go_to_checkout {
  border-radius: 4px;
  display: inline-block;
  background: #b4bf04 none repeat scroll 0 0;
  height: 36px;
  line-height: 36px;
  color: #fff!important;
  padding: 0 20px;
  position: relative;
  top: 7px;
  float: right;
  border: 0;
  font-size: 1.2em;
  cursor:pointer;
}
#edd-purchase-button:hover,.edd-add-to-cart:hover,.edd_go_to_checkout:hover {
  background: #c4d000 none repeat scroll 0 0;
  border-bottom: 2px solid #b4bf04;
}

#edd-purchase-button, .sidebar .edd-add-to-cart, .sidebar .edd_go_to_checkout,.theme-footer .edd-add-to-cart, .theme-footer .edd_go_to_checkout {
    border-bottom: 2px solid #a1ab00;
    border-radius: 4px;
    display: block;
    float: none;
    font-size: 26px;
    font-weight: 700;
    height: auto;
    letter-spacing: -1px;
    line-height: unset;
    margin: 6px 0 20px;
    padding: 0.625em 0;
    text-align: center;
    width: 100%;
}
#edd-purchase-button:hover, .sidebar .edd-add-to-cart:hover,.sidebar .edd_go_to_checkout:hover,.theme-footer .edd-add-to-cart:hover,.theme-footer .edd_go_to_checkout:hover {
    border-bottom: 2px solid #A1AB00;
}

.edd_download_file,.edd_purchase_details {
    text-align: right;
}
#edd_user_history .edd_download_history_row {
    border-bottom: 1px solid #efefef;
}
.edd_cart_item, .edd_download_download_name,.edd_purchase_id,.edd_purchase_date,.edd_purchase_amount span {
    color: #555;
    font-family: roboto;
    font-size: 1em;
}
#edd_user_history .edd_download_history_row:last-child {
    border: 0 none;
}


#edd_user_history .edd_purchase_row {
    border-bottom: 1px solid #efefef;
}
#edd_user_history .edd_purchase_row:last-child {
    border: 0 none;
}
.edd_invoice, .edd_empty_cart, .edd_cart_footer_row, .edd_cart_header_row, #edd_purchase_receipt_products th, table thead .edd_download_download_name,table thead .edd_purchase_id,table thead .edd_purchase_date,table thead .edd_purchase_amount,table thead .edd_purchase_details {
    color: #555;
    font-family: roboto;
    font-size: 1.1em;
    font-weight: 700;
    text-align: left;
}
#edd_profile_editor_form label {
    font-family: roboto;
    padding: 0.3125em 0;
    text-align: right;
}

#purchase-tables {
    font-family: roboto;
}
.download-link {
    text-align: right;
}
.back, .edd-cancel a {
    cursor:pointer;
    font-family: roboto;
    font-size: 1em;
    margin-top: 1.25em;
    text-align: center;
}
.edd-cancel {
    text-align: center;
}  
.edd-cancel a:before {  
    content: "\f007";
    font-family: mfg;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.edd-cancel a:before {
    background: #b4bf04 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    margin: 1.5em 0.3125em 0.3125em;
}

.article.page .back i:before {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.edd_download_payment_status,.edd_purchase_status.pending {
    color: red;
    font-family: roboto;
}
.edd_download_download_files {
    text-align: right;
}

.article.page .edd_cart_remove_item_btn i::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: red;
    display: block;
    font-size: 26px;
    height: auto;
    line-height: 1em;
    margin: 0;
    width: auto;
}
.edd_cart_remove_item_btn {
    text-align: right;
}
a.edd-cart-saving-link, a.edd-cart-saving-link:visited, a.edd-cart-saving-link:link {
    color: #33ccbf;
    font-family: roboto;
    font-size: 1.3em;
}
table tr.edd_cart_item_image_tr td {
  display: block;
  padding: 0;
  width: 100%;
}
table tr.edd_cart_footer_row {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #e0e0e0;
}
th.edd_cart_total {
  color: #333;
  font-family: "roboto";
  font-size: 1.25em;
  font-weight: 700;
  padding: 1em 0; 
}

.edd-description {
    display: none;
}
fieldset#edd_checkout_user_info,fieldset#edd_register_account_fields {
    text-align: left;
}
.article #edd_login_form {
  text-align: left;
}
.article label, #woocommerce_eu_vat_number h4.title {
    color: #777;
    font-size: 12px;
    font-family: roboto;
    font-weight: 700;
    text-align: left !important;    
    text-transform: uppercase;
    margin: 0;
}
#woocommerce_eu_vat_number h4.title {
    padding: 3px 3px 0 3px;
}
#woocommerce_eu_vat_number .description {
    color: #999;
    font-size: 12px;
    font-family: roboto;
    font-weight: 700;
    text-align: left !important;    
    line-height: 1.3em;
    padding: 3px;
    margin: 0 0 6px;
}
.stroke {
    padding: 0 2em;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.article.page form h3 {
    font-family: roboto;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1.25em;
    display: block;
}
.article.page h3.edd-logged-in {
  color: #aaa;
  font-size: 2.5em;
  text-align: left;
  font-family: "roboto";
  font-weight: 700;
  margin: 0;
  line-height: 1.1em;
}
.article.page h3.edd-logged-in span{
  font-weight: 100;
}

#edd_checkout_wrap .margin {
    margin: 0 -1em;
}

#edd_checkout_wrap .s-12 {
    padding: 0 1em;
}
#features a,#responsive a, a.small-button,form.customform input.small-button {
    background: none repeat scroll 0 0 #1e4359;
    border:none;
    border-bottom: 2px solid #091116;
    border-radius: 4px;
    color: #fff;
    cursor:pointer;
    display: inline-block;
    font-family: Roboto;
    font-weight: 400;
    margin: 1.3em 0 1.5em;
    font-size: 0.9em;
    padding: 0.625em;
}
a.small-button {
    margin: 0;
}
#features a:hover,#responsive a:hover, .small-button:hover,form.customform input.small-button:hover {
    background: none repeat scroll 0 0 #355B73;
    border-bottom: 2px solid #1b3343;
}
.article.page p.edd-lost-password {
  color: #091116;
  font-size: 0.85em;
  font-weight:700;
  text-decoration: underline;
}
.article.page #edd_terms p {
  font-size: 0.8em;
  text-align: left;
  padding: 1.25em 0;
}
#edd_show_terms {
    text-align: left;
    font-family: "roboto";
    font-size: 0.85em;
    font-weight: 700;
    text-decoration: underline;
}

.edd_agree {
    text-align: right;
    font-family: "roboto";
}

input#edd_agree_to_terms {
    margin: 0 0 0 0.3125em;
}
#edd_register_form  {
    text-align: left;
    font-family: "roboto";
}
#preview-edit-logo .button-download {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 15px;
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    cursor: pointer;
}
#preview-edit-logo .button-download i {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -2px;
}


#ready p {
    color: #091116;
    font-family: roboto;
}
.theme-footer {
    padding: 3em 0 4em;
}
.confirmation-table tr th:last-child, .confirmation-table tr td:last-child {
    text-align: right;
}

table tr td:first-child, table tr th:first-child {
    font-weight: 700;
}
.confirmation-table thead {
    display: none;
    padding: 0;
}
.confirmation-table table tr {
    border-top: 1px solid #e0e0e0;
}
.confirmation-table table tr:first-child {
    border-top: 0;
}
.confirmation-table table tr td, .confirmation-table table tr th {
    padding: 1.25em 0;
}
.page .confirmation-table td a {
    display: inline-block;
    padding: 0.625em;
    text-align: center;
}
.page .edd_purchase_row td a.edd_invoice_link {
    display: block;
}
span.plus {
    background: #e8e8e8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
}
span.faq {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    height: 40px;
    padding: 0.3125em 0.3125em 0.3125em 2.9em;
    width: 100%;
}
.theme-details > h2 {
    margin-bottom: 0.3125em;
}
#my-account-bar {
    background: #1d4056 none repeat scroll 0 0;
    padding: 1px 0;
}
#my-account-bar a {
    color: #97acba;
    font-size: 0.8em;
    margin-right: 1.25em;
    text-transform: uppercase;
}
#my-account-bar a i {
    color: #97acba;
}
#my-account-bar a:hover, #my-account-bar a:hover i {
    color: #45aaff;
}
#my-account-bar a i {
    color: #97acba;
}
#my-account-bar .right {
    padding: 0.5em 0;
}

#my-account-bar .cart-header.right {
    background: #2b7ac4 none repeat scroll 0 0;
    padding: 0.5em 0.725em;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
#my-account-bar .cart-header.right:hover {
    background: #2b7ac4 none repeat scroll 0 0;
}
#my-account-bar .cart-header.right a, #my-account-bar .cart-header.right a:link {
    color: #fff!important;
    font-size: 12px;
    font-weight: 700;
    margin-right: 0;
}
#my-account-bar .cart-header.right span.amount {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#my-account-bar span.qty {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin: 0 0.625em;
    text-align: center;
    width: 18px;
    color: #2b7ac4!important;
}


#top-terms #edd_terms_agreement {
    display: none;
}
.woocommerce h3, .article.page.my-account h3 {
    text-align: left;
    font-weight: 700;
    font-size: 1.3em;
}
.article.page.my-account {
    text-align: left;
}
.article.page.my-account address, .article.page.my-account p, .article.page.my-account a, .woocommerce address, .woocommerce p, .woocommerce a {
    font-size: 14px;
    text-align: left;
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: 0.625em 0;
}
.woocommerce a.button.view {
    background: none repeat scroll 0 0 #b4bf04!important;
    display: inline-block;
    text-align: center!important;
    color: #fff!important;
    opacity: 1;
    font-size: 14px;
    transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
}
.woocommerce a.button.invoice {
    text-align: center!important;
    display: inline-block;
    color: #fff!important;
    background: #1882BE!important;
    opacity: 1;
    font-size: 14px;
    transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
}
.woocommerce a.edit-address {
    background: none repeat scroll 0 0 #b4bf04!important;
    display: inline-block;
    text-align: center!important;
    color: #fff!important;
    opacity: 1;
    font-size: 14px;
    padding: 0.3125em 0.625em;
    border-radius: 3px;
    font-weight: 700;
    margin-top: 0.625em;
    transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
} 
.woocommerce a.button.view:hover, .woocommerce a.button.invoice:hover, .woocommerce a.edit-address:hover {  
    opacity: 0.8;
}






.align-right {
    text-align: right;
    display: block;
}
.line.cart-total {
    font-size: 1.3em;
    font-weight: 700;
    padding: 0.625em 0;
    margin-top: 0.625em;
    display: block;
    border-top: 1px #e5e5e5 solid;
}
.article .cart-image img {
  height: 100%;
  max-width: none;
  width: auto;
}
.cart-image {
  display: block;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
#checkout-body .woocommerce a.remove {
    background: #e00000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #fff !important;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    height: 21px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    width: 21px;
}
.cart-name {
    font-weight: 700;
}
.woocommerce-billing-fields input, input.input-text, .article #loginform input {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 0.7em;
    width: 100%;
    font-size: 14px;
}
.article #loginform input {
    margin-bottom: 0.625em;
}
.article #loginform input#wp-submit {
    background: #b4bf04 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
}
.article #loginform input#rememberme {
    width: auto;
}

.select2-container .select2-choice {
    font-size: 14px;
}
.select2-container a.select2-choice {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
}
.billing-fields {
    padding: 0 1.25em;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
#checkout-body .woocommerce form .form-row-first, #checkout-body .woocommerce form .form-row-last, #checkout-body .woocommerce-page form .form-row-first, #checkout-body .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}
#checkout-body .woocommerce #payment #place_order, #checkout-body .woocommerce form .form-row-last, #checkout-body .woocommerce-page #payment #place_order, #checkout-body .woocommerce-page form .form-row-last {
    float: none;
}
input#place_order {
    background: #aacf4c none repeat scroll 0 0;
    border-bottom: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 0.625em 0.8em;
    text-align: center;
    font-weight: 700;
    width: 100%;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
input#place_order:hover {
    background: none repeat scroll 0 0 #aacf4c;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #fff;
    background: #b81c23;
}
.woocommerce-info {
    font-weight: 700;
    color: #ddd;
    letter-spacing: -1px;
    font-size: 2.7rem;
    line-height: 1.3;
    background: none;
    border-top: 0;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #444;
}
.woocommerce .woocommerce-message {
    border-top-color: #aacf4c;
    background: none repeat scroll 0 0 #aacf4c;
    text-align: center;
}
a.button.wc-forward {
    display: none!important;
}
.article .woocommerce table.shop_table td a:link {
    text-align: left;
}
.add_to_cart_inline span.amount {
    display: none;
}
#theme-content .woocommerce a.add_to_cart_button {
    background: #B6C900 none repeat scroll 0 0;
    border-bottom: 2px solid #a1ab00;
    border-radius: 4px;
    color: #fff;
    display: block;
    float: none;
    font-size: 26px;
    font-weight: 700;
    height: auto;
    letter-spacing: -1px;
    line-height: unset;
    margin: 20px 0 20px;
    padding: 0.625em 0;
    text-align: center;
    width: 100%;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
#theme-content .woocommerce a.add_to_cart_button:hover {
    background: none repeat scroll 0 0 #C4D000;
    border-bottom: 2px solid #A1AB00;
}
.article p.add_to_cart_inline {
    margin-bottom: 0;
}
.woocommerce-message a.button {
    display: none;
}
.article.page .woocommerce form.checkout_coupon, .article.page .woocommerce form.login, .article.page .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.article.page .woocommerce p {
    font-size: 0.9em;
}
.article.page .login p {
      padding: 0;
    margin: 0 0 6px;
}
.article mark {
    background: none !important;
    font-weight: 700 !important;
    padding: 0!important;
}
.woocommerce table tfoot, .woocommerce table thead, .woocommerce table tr:nth-of-type(2n)  {
    background: none repeat scroll 0 0 #f0f0f0;
}
.woocommerce table.shop_table {
    border-radius: 4px!important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none!important;
    width:100%!important;
}
p strong {
    font-weight: 700;
}
.article .woocommerce td .download-link-order a, .article .woocommerce td .download-link-order a:link {
    background: #B6C900;
    border-radius: 4px;
    color:#fff!important;
    display: inline-block !important;
    font-weight: 700;
    left: -70px;
    margin: 0.3125em 0;
    opacity: 1;
    padding: 0.3125em 0.625em;
    position: relative;
    transition: opacity 0.20s linear 0s;
  -o-transition: opacity 0.20s linear 0s;
  -ms-transition: opacity 0.20s linear 0s;
  -moz-transition: opacity 0.20s linear 0s;
  -webkit-transition: opacity 0.20s linear 0s;
} 
.article .woocommerce td .download-link-order a:link :hover {  
    opacity: 0.8;
}
.article.page h3.green-title {
    color: #45aaff;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 1em;
    margin-top: 0;
    letter-spacing: -2px;
    line-height: 1.2em;
}
.article.page h3.green-title b {
    font-weight: 900;
}
.margin-top {
    margin-top: 10px;
}
.download-link-order br {
    display: none;
}
.woocommerce table tbody tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #fff;
}
#my-account-bar span {
    color: #fff;
    font-size: 0.8em;
    margin-right: 1.25em;
}
a.button.pay, a.button.cancel {
    display: inline;
    float: right;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}   
#checkout-body .woocommerce-checkout #payment ul.payment_methods {
    padding: 1.25em 0;
    margin-top: 0;
    border-bottom: 0;
    border-top: #e5e5e5 1px solid;
}
#checkout-body .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}
#checkout-body input#payment_method_paypal {
    display: none;
}
#checkout-body .payment_method_paypal label {
    display: block;
    font-size: 1em;
    position: relative;
    width: 100%;
}
#checkout-body .woocommerce-checkout #payment ul.payment_methods li img {
    float: left;
    margin: 0 0.625em 0 0;
    position: absolute;
    top: -4px;
}
#checkout-body .woocommerce-checkout #payment div.form-row {
    padding: 0;
}
a.about_paypal {
    display: none;
}
#checkout-body .woocommerce #payment .terms, #checkout-body .woocommerce-page #payment .terms {
    padding: 0 0 0.625em 0;
    text-align: left;
}
.article .terms label {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    text-align: left !important;
    text-transform: none;
}
.article .terms label a {
    color: #aacf4c;
    font-weight: 700;
}
#checkout-body .woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #f5f5f5;
    margin: -1em 0 0 1em;
}
#checkout-body .woocommerce-checkout #payment div.payment_box {
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #777;
    font-size: 0.90em;
    margin: 2em 0 0 0;
    padding: 1em;
}
#checkout-body .payment_box.payment_method_paypal {
    display: block !important;
}
#checkout-body .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: inherit;
}
#iframe-body a.button.add_to_cart_button.product_type_simple {
    background: #45aaff none repeat scroll 0 0;
    border-bottom: 2px solid #a1ab00;
    border-radius: 4px;
    padding: 0.625em 1.25em;
    float: right;
    color: #fff;
    top: 0.625em;
    position: relative;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
#iframe-body a.button.add_to_cart_button.product_type_simple:hover {
    background: none repeat scroll 0 0 #C4D000;
}
input#createaccount {
    float: left;
    width: auto;
    margin: 5px 5px 0 0;
}
.woocommerce p.form-row.form-row-wide.create-account {
    margin: 0;
}
.article.page .login p {
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 1.4em;
}
.article.page .create-account p {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.4em;
}
.article.page p.create-account {
    color: #45aaff;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.4em;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 11px;
}
.select2-container--default .select2-selection--single {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-bottom: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #777;
}
section#theme-content.premium-templates {
    background: #152732 none repeat scroll 0 0;
    border-bottom: 50px solid #34454f;
}
#premium-item.line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 4em;
    padding-bottom: 4em;
}
#premium-item.line:last-child {
    border-bottom: 0;
}
.thumb {
    padding-right: 20px;
}
.description > h2 a, .description > h2 a:link, .description > h2 a:visited {
    color: #fff!important;
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 1em;
    transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.description > h2 a:hover {
    color: #45aaff!important;
}
.price-small.line {
    margin-bottom: 20px;
}
#theme-content.premium-templates .woocommerce a.add_to_cart_button {
    background: #B6C900 none repeat scroll 0 0;
    border-bottom: 2px solid #a1ab00;
    border-radius: 4px;
    color: #fff;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0;
    padding: 0.625em 0;
    text-align: center;
    width: 100%;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}

#theme-content.premium-templates .woocommerce a.add_to_cart_button:hover {
    background: none repeat scroll 0 0 #C4D000;
    border-bottom: 2px solid #A1AB00;
}


.submit.s-12 {
    margin-top: 4px;
}
.colors-icon {
    width: 26px;
    margin: 0 auto;
}
h2 span {
    width: 45px;
    height: 45px;
    border-radius: 40px;
    background: #f2b615;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
    color: #fff;
}
dt.variation-Downloadyourlogo, dt.variation-Edityourlogo {
    display: none !important;
}
.product-name a {
    font-size: 16px;
    color: #fff;
    background: #45aaff;
    border-radius: 3px;
    padding: 12px 15px;
    display: block;
    width: 230px;
    text-align: center !important;
    margin: 10px 0;
    text-transform: uppercase;
}
.product-name dd.variation-Downloadyourlogo a {
    background: #aacf4c!important;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    background: #7edb57;
	color: #fff;
	text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #c72e00;
	color: #fff;
	text-align: center;
}
div.wpcf7-response-output {
    margin: 0 0 1em;
    padding: 15px;
    border: 0;
}
.wpcf7-form input, .wpcf7-form textarea, .woocommerce-billing-fields input, input.input-text, .article #loginform input, #wp-submit {
    font-family: Roboto;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 2px solid #1d3449;
    color: #1d3449;
    background: none;
    border-radius: 0;
}
.wpcf7-form textarea {
    height: 150px;
}
.wpcf7-form input.wpcf7-submit, #wp-submit {
    font-family: Roboto;
	text-align: center;
    border-bottom: 0;
    background: #3e9aed !important;
	color: #fff!important;
	cursor: pointer;
    border-radius: 0;
}
a.simple_popup_show {
    cursor: pointer;
}
#wp-submit {
    width: 100%;
    margin: 15px 0 0 0;
}

button#catapultCookie {
    font-size: 14px;
}
.create-preview {
    text-align: center;
    font-size: 16px;
}


.sk-folding-cube {
  margin: 100px auto 20px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube.items-preloader {
  margin: 10px auto 20px;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #45aaff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

input:focus, button:focus {
    outline:none!important;
}
#footer h3 {
  color: #fff;
  font-size: 15px;
}
#footer li {
  padding: 4px 1px;
  color: #85a2b5;
}
#footer ul {
  padding: 0 12px;
}
#footer a, #footer p {
  color: #85a2b5;
}
#footer a:hover {
  color: #45aaff;
}
hr {
    border-color: #476071;
}
.border-left, .border-right {
    display: block;
    width: 100%;
    height: 7px;
    background: #45aaff;
    position: relative;
    top: -6px;
}
.border-right {
    background: #1f87e6;
}

.standard-subpage h2 {
  margin: 30px 0 20px 0;
}
.standard-subpage .line {
  line-height: 1.5rem;
  color: #777;
}
#checkoutpopupform h2 {
  margin: 20px 0 20px 0;
  font-size: 25px !important;
}
#checkoutpopupform h3 {
  border: 0;
  font-size: 30px;
}
.modal-header hr {
  display: none;
}
.modal-footer a {
  width: 290px;
  margin: 20px 10px 40px 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  height: auto;
  background: #45aaff;
  border: 0;
}
.modal-footer a#close_popup {
    background: #b81c23;
}

.simplepopup {
    border: 0 solid #808080!important;
    height: 70vh!important;
}

#header-homepage {
    min-height: 705px;
}
#header-homepage.subpage {
    min-height: auto;
}
.try-it-now-wrapper {
    min-height: 67px;
}
.rmp-widgets-container p {
    color: #fff;
}
@media screen and (max-width:1000px) {
   #header-homepage {
    min-height: 100%;
   }
}

#filter-page.home-filter form.customform input, #filter-page.home-filter form.customform textarea, #filter-page.home-filter form.customform select {
    margin-bottom: 0;
    font-size: 18px;
    padding: .6rem .8rem;
    height: 3rem;
    text-align: center;
}
#filter-page.home-filter .submit.s-12 {
    margin-top: 0;
}
#header-homepage #filter-page.home-filter {
    padding: 35px;
    margin: 10px 0;
}
@media screen and (max-width:768px) {
   #filter-page.home-filter form.customform input, #filter-page.home-filter form.customform textarea, #filter-page.home-filter form.customform select {
    margin-bottom: 15px;
}
}
