/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove header shadow/border */
#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

/* Items */
#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;

    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

/* Cols */
#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

/* Photos */
#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;

    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;

    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

/* Videos */
#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;

    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

/* Loader */
#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;

    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);

    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

/* Loader in button */
#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/* Screen reader */
.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

/* HEADER */
#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    overflow: hidden; /* Prevents pushing width on mobile */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px) {
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    /** Large Header */
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

/* Header profile pic */
#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

/* Profile pic hover */
#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

/* Fade the Instagram icon in when hovering on the header */
#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

/* Header text */
#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

/* No bio */
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}


/* Buttons */
#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;

    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

/* Follow button */
#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:focus,
#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

/* Error messages */
#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

/* Mod only error msgs */
#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

/* Medium */
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

/* Small */
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

/* Media queries */
@media all and (max-width: 640px) {
    /* Make 3-6 cols into 2 col */
    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Make 7-10 cols into 4 col */
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    /* On mobile make the min-width 100% */
    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images,
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

/* NO JS */
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

/* Palettes */
.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

/** Mobile and Tablet Columns **/
@media all and (max-width: 480px) {
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

/** Mobile and Tablet Columns **/
@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}


/* Lightbox */
/* Preload images */
body:after {
    content: url(https://happyminerals.si/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(https://happyminerals.si/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 10;
    /*pointer-events: none;*/
}

.sbi_lb-container > .nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}


/* Arrows */
.sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    /*width: 30%;*/
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    /*width: 30%;*/
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(https://happyminerals.si/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;

    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px; /* Hides icon font X */
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

/* Lightbox video - must go after lighbox CSS */
/* Leave a gap at the bottom of the nav for video controls */
.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

/* Remove 4px padding from lightbox container so video lines up */
.sbi_lb-container {
    padding: 0;
}

/*
Elementor / DIVI / Widgets CTA
*/
.sbi-feed-block-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sbi-feed-block-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sbi-feed-block-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sbi-feed-block-cta-img span svg {
    float: left !important;
}

.sbi-feed-block-cta-img > * {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sbi-feed-block-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sbi-feed-block-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sbi-feed-block-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sbi-feed-block-cta-btn:before,
.sbi-feed-block-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sbi-feed-block-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sbi-feed-block-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sbi-feed-block-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sbi-feed-block-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sbi-feed-block-cta-desc span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sbi-feed-block-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sbi-feed-block-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sbi-feed-block-cta-selector span {
    color: #2C324C !important;
}

.sbi-feed-block-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sbi-feed-block-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sbi-feed-block-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sbi-feed-block-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sbi-feed-block-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before,
.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after {
    top: 10px !important;
}

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2022 George Krupa, John Gera & Kreatura Media
	*
	* LayerSlider home:		https://layerslider.com/
	* Licensing:			https://layerslider.com/licensing/
*/



/* Slider */

	.ls-container,
	.ls-wp-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Wrappers */

	ls-scene-wrapper {
		width: 100%;
		margin: 0 auto;
		display: block !important;
		position: relative !important;
	}

	ls-scene-wrapper .ls-container {
		position: sticky !important;
		top: 0;
	}

	ls-silent-wrapper {
		width: 100vw;
		height: 100vh;
		z-index: -1 !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		position: fixed !important;
		left:  -200vw;
		top: -200vh;
	}

	ls-scene-wrapper[data-disabled-scene] {
		height: auto !important;
	}



/* Layers */

	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-layers,
	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}

	.ls-text-layer .char .ls-grad-bg-overflow {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
		z-index: 1;
	}

	.ls-wrapper.ls-fix-textnodes .line,
	.ls-wrapper.ls-fix-textnodes .word {
		position: static !important;
		transform: none !important;
	}

	.ls-layer.ls-has-chars .word {
		position: static !important;
	}

	.ls-layer.ls-has-chars .char {
		position: relative !important;
	}

	.ls-layer.ls-has-words .word {
		position: relative !important;
	}

	.ls-layer.ls-has-lines .line {
		position: relative !important;
	}

	.ls-textnode-dummy {
		display: inline-block !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.ls-textnode-bgclip-wrap {
		left: 0;
		top: 0;
		position: absolute;
		background-clip: text;
		-webkit-background-clip: text;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
		text-align: left !important;
		pointer-events: none !important;
	}

	.ls-textnode {
		color: transparent;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
	}

	.ls-wrapper.ls-force-display-block {
		display: block !important;
	}

	.ls-wrapper.ls-force-visibility-hidden {
		visibility: hidden !important;
	}

	.ls-wrapper.ls-force-left-0 {
		left: 0 !important;
	}

	.ls-wrapper.ls-force-width-auto {
		width: auto !important;
	}

	.ls-wrapper.ls-force-height-auto {
		height: auto !important;
	}

	.ls-wrapper.ls-force-full-size {
		width: 100% !important;
		height: 100% !important;
	}

	.ls-layer.ls-force-no-transform,
	.ls-wrapper.ls-force-no-transform {
		transform: none !important;
	}

	.ls-force-no-transform .line,
	.ls-force-no-transform .word,
	.ls-force-no-transform .char {
		transform: none !important;
	}

	.ls-background-videos {
		z-index: 1;
	}

	.ls-bg-video-overlay {
		z-index: 21;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 2;
	}

	.ls-slide-effects {
		z-index: 4;
	}

	.ls-slide-bgcolor {
		z-index: 1;
	}

	.ls-layers {
		z-index: 35;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.ls-z,
	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-clip {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.ls-z {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
		pointer-events: none !important;
	}

	.ls-z.ls-wrapper.ls-pinned {
		position: fixed !important;
	}

	.ls-slide-backgrounds .ls-wrapper.ls-z {
		overflow: hidden !important;
	}

	.ls-inner-wrapper {
		pointer-events: auto;
	}

	.ls-inner-wrapper * {
		pointer-events: inherit;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-parallax,
	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		word-wrap: normal;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		transform: translateZ(0);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}



/* GUI */



	/* Common */

	.ls-gui-element {
		z-index: 40;
		text-decoration: none !important;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Media */

	.ls-media-unmute {
		visibility: hidden;
		position: absolute;
		left: 16px;
		top: 16px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		opacity: .65;
	}

	.ls-media-unmute-active {
		visibility: visible;
	}

	.ls-media-unmute-bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border-radius: 30px;
		border: 0 solid white;
		transform: scale(0.1);
		background: rgba(0,0,0,.25);
		box-shadow: 0 3px 10px rgba(0,0,0,.2);
	}

	.ls-icon-muted, .ls-icon-unmuted {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		transform: scale(0.1);
	}

	.ls-media-unmute-active .ls-media-unmute-bg {
		border: 2px solid white;
	}

	.ls-media-unmute-active .ls-icon-muted,
	.ls-media-unmute-active .ls-icon-unmuted,
	.ls-media-unmute-active .ls-media-unmute-bg {
		transform: scale(1) !important;
	}

	.ls-icon-muted {
		background-image: url(https://happyminerals.si/wp-content/plugins/LayerSlider/assets/static/layerslider/css/../img/icon-muted-white.png);
		opacity: 1;
	}

	.ls-icon-unmuted {
		background-image: url(https://happyminerals.si/wp-content/plugins/LayerSlider/assets/static/layerslider/css/../img/icon-unmuted-white.png);
		opacity: 0;
	}

	.ls-media-unmute:hover {
		opacity: 1;
	}

	.ls-media-unmute:hover .ls-icon-muted {
		opacity: 0;
	}

	.ls-media-unmute:hover .ls-icon-unmuted {
		opacity: 1;
	}

	.ls-media-unmute-bg,
	.ls-icon-unmuted,
	.ls-media-unmute,
	.ls-icon-muted {
		transition: all .3s ease-in-out !important;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link-on-top {
			z-index: 999999 !important;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}

	.ls-autoplay .ls-playvideo {
		display: none !important;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
		margin: 0 !important;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box > div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box,
	.ls-3d-box div {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	html body .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden) {
		max-width: 100%;
	}

	html body .ls-container.ls-hidden,
	#ls-global .ls-container.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-visible {
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
	}

	.ls-unselectable {
		user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	html body .ls-overflow-visible,
	html#ls-global .ls-overflow-visible,
	body#ls-global .ls-overflow-visible,
	#ls-global .ls-overflow-visible,
	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 auto !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background-color: black;
		overflow: hidden !important;
		position: relative !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
	.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}

	html body .ls-container .ls-layer,
	#ls-global .ls-container .ls-layer,
	html body .ls-container .ls-l,
	#ls-global .ls-container .ls-l {
		border-width: 0;
		border-style: solid;
		border-color: #000;
		color: #000;
		/* The default font-size value must also be changed in the layerslider.js file! */
		font-size: 36px;
		font-family: Arial, sans-serif;
		background-repeat: no-repeat;
	}

	.ls-container .ls-layer svg,
	.ls-container .ls-l svg {
		width: 1em;
		height: 1em;
		display: block;
	}

	.ls-container .ls-layer:not(.ls-html-layer) svg,
	.ls-container .ls-l:not(.ls-html-layer) svg {
		fill: currentColor;
	}

	.ls-container .ls-layer.ls-shape-layer svg,
	.ls-container .ls-layer.ls-svg-layer svg,
	.ls-container .ls-l.ls-shape-layer svg,
	.ls-container .ls-l.ls-svg-layer svg {
		width: 100%;
		height: 100%;
	}

	.ls-container .ls-layer.ls-icon-layer .fa,
	.ls-container .ls-l.ls-icon-layer .fa {
		display: block;
		line-height: inherit;
	}

	.ls-container .ls-layer.ls-ib-icon svg,
	.ls-container .ls-l.ls-ib-icon svg,
	.ls-container .ls-layer.ls-ib-icon .fa,
	.ls-container .ls-l.ls-ib-icon .fa {
		display: inline-block;
		vertical-align: middle;
	}

	.ls-container .ls-layer.ls-html-layer svg,
	.ls-container .ls-l.ls-html-layer svg {
		display: inline;
		width: auto;
		height: auto;
	}

/* Removing all default global styles of WordPress themes */

	html body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html body .ls-nav-next,
	#ls-global .ls-nav-next,
	html body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html body .ls-container img,
	#ls-global .ls-container img {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		background: none;
		min-width: 0 !important;
		max-width: none !important;
		border-radius: 0;
		box-shadow: none;
		border-width: 0;
		padding: 0;
	}

	html body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	html body .ls-container video,
	#ls-global .ls-container video {
		max-width: none !important;
		object-fit: cover !important;
	}

	html body .ls-container.ls-wp-container,
	#ls-global .ls-container.ls-wp-container,
	html body .ls-fullscreen-wrapper,
	#ls-global .ls-fullscreen-wrapper {
		max-width: none;
	}

	/* direction: ltr */

	html body .ls-container,
	#ls-global .ls-container,
	html body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-slider-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		min-height: 60px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-slider-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-slider-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-slider-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-slider-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers > .ls-hide-on-phone,
	.ls-container .ls-background-videos .ls-hide-on-phone video,
	.ls-container .ls-background-videos .ls-hide-on-phone audio,
	.ls-container .ls-background-videos .ls-hide-on-phone iframe {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers > .ls-hide-on-tablet,
	.ls-container .ls-background-videos .ls-hide-on-tablet video,
	.ls-container .ls-background-videos .ls-hide-on-tablet audio,
	.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers > .ls-hide-on-desktop,
	.ls-container .ls-background-videos .ls-hide-on-desktop video,
	.ls-container .ls-background-videos .ls-hide-on-desktop audio,
	.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
		display: none !important;
	}
}

.ls-container .ls-background-videos .ls-vpcontainer {
	z-index: 10;
}

.ls-container .ls-background-videos .ls-videopreview {
	background-size: cover !important;
}

.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
	position: relative;
	z-index: 20;
}



/* Hacks, Optimization */

	@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
		#ls-test3d {
			position: absolute;
			left: 9px;
			height: 3px;
		}
	}

	[data-ls-animating-in],
	[data-ls-animating-out] {
		will-change: transform, opacity;
	}

	.ls-loop {
		will-change: transform;
	}


.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.gdpr-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.gdpr-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2));
	}
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}
.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}
.gdpr-tab-content>.active {
	display: block;
}
.gdpr-fade {
	transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
	display: block;
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;

}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
	font-size:0;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #fff;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	color:#2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #ffffff;
	border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
	padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}
.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}
.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
	position: relative;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#000;
	text-transform: capitalize;

}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: transparent;
	border:none;
	min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
.wt-cli-privacy
{
	display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size:12px;
	text-align:right;
	min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color:#000;
	text-decoration: underline;
}
.cli-modal-footer {
	position: relative;
}
a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
	transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
	fill: #000;
}
span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
	display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
	overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}
.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);

  }
  .cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
	animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	99.9% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes blowUpContentTwo {
	0% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes blowUpModal {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes blowUpModalTwo {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
		transform: scale(0.5);
		opacity: 0;
	  }
	100% {
	  transform: scale(0);
	  opacity: 0;
	}
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}
.cli_settings_button
{
	cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
	display: none;
	font-size:16px;
}
/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}
.cli-style-v2 a
{
	cursor: pointer;
}
.cli-bar-btn_container a {
	white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
	font-weight:inherit;
}
.cli-style-v2
{
	font-size: 11pt;
	line-height: 18px;
	font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
	display: block;
}
.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
	width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
	flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
	text-align: left;
	/* padding-left: 15px; */
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
	margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
	padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
	padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
	text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}
.wt-cli-necessary-checkbox {
	display: none !important;
}
@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message
	{
		width:100%;
	}
	.cli-style-v2.cli-bar-container
	{
		justify-content:left;
		flex-wrap: wrap;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left:0px;
		margin-top: 10px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
	{
		padding: 25px 25px;
	}
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111111;
	font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
	width: 65px;
	margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
	padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){

	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*
 * template style 1 css
 */
 .srfw_t1_outer_div {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.srfw_t1_DIV_1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 115px;
    transform-origin: 277.5px 115px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	/*margin: 10px 5px 10px 5px;
	float: left;
	width:25%;*/
}/*.srfw_t1_DIV_1*/

.srfw_t1_DIV_2 {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0px;
    box-sizing: border-box;
    height: auto;
    left: 0px;
    position: relative;
    right: 0px;
    text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 69px;
    transform-origin: 277.5px 69px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(245, 245, 245);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 25px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 20px 20px 20px 48px;
}/*.srfw_t1_DIV_2*/

.srfw_t1_DIV_2:after {
    bottom: -30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    text-size-adjust: 100%;
    width: 30px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*.srfw_t1_DIV_2:after*/

.srfw_t1_DIV_2:before {
    bottom: 47px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    content: '\201C';
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.391px;
    text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: rgb(187, 187, 187);
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0px none rgb(187, 187, 187);
    font: normal normal normal normal 60px / 96px Georgia, serif;
    margin: -25px 0px 0px -40px;
    outline: rgb(187, 187, 187) none 0px;
}/*.srfw_t1_DIV_2:before*/

.srfw_t1_P_3 {
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0px none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(119, 119, 119) none 0px;
}/*.srfw_t1_P_3*/

.srfw_t1_IMG_4 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 60px;
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 60px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 30px 30px;
    transform-origin: 30px 30px;
    border: 0px none rgb(255, 255, 255);
    border-radius: 50% 50% 50% 50% !important;
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
}/*.srfw_t1_IMG_4*/

.srfw_t1_SPAN_5 {
    color: rgb(85, 85, 85);
    display: block;
    text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0px 0px;
}/*.srfw_t1_SPAN_5*/

.marginb10 {
    margin-bottom: 10px;
}
.w3_wprs-row-padding-small {
	padding: 0 4px;
}
.noboxshadow {
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}
.srfw_t1_P_3 > img {
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.srfw_t1_A_8 > img {
    box-shadow: 0 0 0 0;
    padding: 0px;
}
img.srfw_t1_star_img_file {
    width: 100px;
}
img.srfw_t1_zillow_logo {
    position: absolute;
    right: 4px;
    bottom: 4px;
}
a.wprs_rd_more {
    cursor: pointer;
}
.miscpicdiv{display:flex;margin-top:10px;margin-bottom:10px;align-items:center;flex-flow:row wrap}.mscpic-img-body{padding-right:10px;line-height:0}img.miscpic-listing-image.rounded{border:1px solid #e1e3df;border-radius:4px;width:60px;}.mscpic-body{flex:1 0 100px}.mscpic-body{margin:0;font-weight:lighter;color: #2271b1;}.miscpicdiv.mpdiv_t2.wprev_preview_tcolor1_T2 img{width:80px;min-width:80px;margin-right:5px}.miscpicdiv.mpdiv_t2{margin-top:5px}.miscpicdiv.mpdiv_t3.wprev_preview_tcolor1_T3{padding-left:22px;padding-bottom:20px}.miscpicdiv.mpdiv_t4.wprev_preview_tcolor1_T4{display:inline}.miscpicdiv.mpdiv_t4.wprev_preview_tcolor1_T4>.mscpic-img{display:unset;float:unset}.miscpicdiv.mpdiv_t4.wprev_preview_tcolor1_T4>.mscpic-img>.mscpic-img-body{padding-right:0;padding-top:5px}.miscpicdiv.mpdiv_t5.wprev_preview_tcolor1_T5 img{width:50px;margin-left:8px}.miscpicdiv.mpdiv_t6.wprev_preview_tcolor1_T6{margin-left:15px}.miscpicdiv.mpdiv_t6.wprev_preview_tcolor1_T6 img.miscpic-listing-image.rounded{min-width:60px;max-width:60px}.miscpicdiv.mpdiv_t10.wprev_preview_tcolor1_T10{margin-left:15px}.miscpicdiv.mpdiv_t10.wprev_preview_tcolor1_T10 img.miscpic-listing-image.rounded{min-width:60px;max-width:60px}
/*------end template style 1 --------*/
﻿.w3_wprs-responsive{overflow-x:auto}
.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row:after,.w3_wprs-row-padding:after,.w3_wprs-topnav:after,.w3_wprs-clear:after,.w3_wprs-btn-group:before,.w3_wprs-btn-group:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-bar:after
{content:"";display:table;clear:both}
.w3_wprs-col,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{float:left;width:100%}
.w3_wprs-col.s1{width:8.33333%}
.w3_wprs-col.s2{width:16.66666%}
.w3_wprs-col.s3{width:24.99999%}
.w3_wprs-col.s4{width:33.33333%}
.w3_wprs-col.s5{width:41.66666%}
.w3_wprs-col.s6{width:49.99999%}
.w3_wprs-col.s7{width:58.33333%}
.w3_wprs-col.s8{width:66.66666%}
.w3_wprs-col.s9{width:74.99999%}
.w3_wprs-col.s10{width:83.33333%}
.w3_wprs-col.s11{width:91.66666%}
.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3_wprs-col.m1{width:8.33333%}
.w3_wprs-col.m2{width:16.66666%}
.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.m5{width:41.66666%}
.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.m7{width:58.33333%}
.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.m10{width:83.33333%}
.w3_wprs-col.m11{width:91.66666%}
.w3_wprs-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3_wprs-col.l1{width:8.33333%}
.w3_wprs-col.l2{width:16.66666%}
.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.l5{width:41.66666%}
.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.l7{width:58.33333%}
.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.l10{width:83.33333%}
.w3_wprs-col.l11{width:91.66666%}
.w3_wprs-col.l12{width:99.99999%}}
.w3_wprs-content{max-width:980px;margin:auto}
.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-twothird,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-col{padding:0 8px}
.wprs_unslider{overflow:visible;margin:0;padding:0;position: relative;margin-left: 20px;margin-right: 20px;}
.wprs_unslider-wrap{position:relative}
.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}
.wprs_unslider-vertical>ul{height:100%}
.wprs_unslider-vertical li{float:none;width:100%}
.wprs_unslider-fade{position:relative}
.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type: none;}
.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}
.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0 !important;border:none;list-style-type: none;}
.wprs_unslider-arrow{position:absolute;left:5px;z-index:2;cursor:pointer}
.wprs_unslider-arrow.next{left:auto;}
.wprs_unslider-arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0,0,0,.2) no-repeat 50% 50%;
    background-image: url("https://happyminerals.si/wp-content/plugins/review-slider-for-woocommerce/public/css/imgs/slider_arrow.png");
    background-size: 7px 11px;
    border-radius: 32px !important;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
	border-width: 0px 0px 0px 0px !important;
}
.wprs_unslider-arrow.prev {
    left: 5px;
    right: auto;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.srfw-slider {
    margin-left: 35px;
    margin-right: 35px;
}
.wprs_unslider-nav ol {
  list-style: none;
  text-align: center;
}
.wprs_unslider-nav ol li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px !important;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #c3c3c3;
    cursor: pointer;
}
.wprs_unslider-nav ol li.wprs_unslider-active {
  background: #c3c3c3;
  cursor: default;
}

/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/**
 * DO NOT EDIT THIS FILE DIRECTLY
 * This file is automatically built using a build process
 * If you need to fix errors, see https://github.com/WordPress/dashicons
 */

/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
@font-face {
	font-family: dashicons;
	src: url("https://happyminerals.si/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");
	src: url("https://happyminerals.si/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),
		url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),
		url("https://happyminerals.si/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");
	font-weight: 400;
	font-style: normal;
}
/* stylelint-enable */


.dashicons,
.dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in;
}

/* Icons */

.dashicons-admin-appearance:before {
	content: "\f100";
}

.dashicons-admin-collapse:before {
	content: "\f148";
}

.dashicons-admin-comments:before {
	content: "\f101";
}

.dashicons-admin-customizer:before {
	content: "\f540";
}

.dashicons-admin-generic:before {
	content: "\f111";
}

.dashicons-admin-home:before {
	content: "\f102";
}

.dashicons-admin-links:before {
	content: "\f103";
}

.dashicons-admin-media:before {
	content: "\f104";
}

.dashicons-admin-multisite:before {
	content: "\f541";
}

.dashicons-admin-network:before {
	content: "\f112";
}

.dashicons-admin-page:before {
	content: "\f105";
}

.dashicons-admin-plugins:before {
	content: "\f106";
}

.dashicons-admin-post:before {
	content: "\f109";
}

.dashicons-admin-settings:before {
	content: "\f108";
}

.dashicons-admin-site-alt:before {
	content: "\f11d";
}

.dashicons-admin-site-alt2:before {
	content: "\f11e";
}

.dashicons-admin-site-alt3:before {
	content: "\f11f";
}

.dashicons-admin-site:before {
	content: "\f319";
}

.dashicons-admin-tools:before {
	content: "\f107";
}

.dashicons-admin-users:before {
	content: "\f110";
}

.dashicons-airplane:before {
	content: "\f15f";
}

.dashicons-album:before {
	content: "\f514";
}

.dashicons-align-center:before {
	content: "\f134";
}

.dashicons-align-full-width:before {
	content: "\f114";
}

.dashicons-align-left:before {
	content: "\f135";
}

.dashicons-align-none:before {
	content: "\f138";
}

.dashicons-align-pull-left:before {
	content: "\f10a";
}

.dashicons-align-pull-right:before {
	content: "\f10b";
}

.dashicons-align-right:before {
	content: "\f136";
}

.dashicons-align-wide:before {
	content: "\f11b";
}

.dashicons-amazon:before {
	content: "\f162";
}

.dashicons-analytics:before {
	content: "\f183";
}

.dashicons-archive:before {
	content: "\f480";
}

.dashicons-arrow-down-alt:before {
	content: "\f346";
}

.dashicons-arrow-down-alt2:before {
	content: "\f347";
}

.dashicons-arrow-down:before {
	content: "\f140";
}

.dashicons-arrow-left-alt:before {
	content: "\f340";
}

.dashicons-arrow-left-alt2:before {
	content: "\f341";
}

.dashicons-arrow-left:before {
	content: "\f141";
}

.dashicons-arrow-right-alt:before {
	content: "\f344";
}

.dashicons-arrow-right-alt2:before {
	content: "\f345";
}

.dashicons-arrow-right:before {
	content: "\f139";
}

.dashicons-arrow-up-alt:before {
	content: "\f342";
}

.dashicons-arrow-up-alt2:before {
	content: "\f343";
}

.dashicons-arrow-up-duplicate:before {
	content: "\f143";
}

.dashicons-arrow-up:before {
	content: "\f142";
}

.dashicons-art:before {
	content: "\f309";
}

.dashicons-awards:before {
	content: "\f313";
}

.dashicons-backup:before {
	content: "\f321";
}

.dashicons-bank:before {
	content: "\f16a";
}

.dashicons-beer:before {
	content: "\f16c";
}

.dashicons-bell:before {
	content: "\f16d";
}

.dashicons-block-default:before {
	content: "\f12b";
}

.dashicons-book-alt:before {
	content: "\f331";
}

.dashicons-book:before {
	content: "\f330";
}

.dashicons-buddicons-activity:before {
	content: "\f452";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "\f477";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "\f448";
}

.dashicons-buddicons-community:before {
	content: "\f453";
}

.dashicons-buddicons-forums:before {
	content: "\f449";
}

.dashicons-buddicons-friends:before {
	content: "\f454";
}

.dashicons-buddicons-groups:before {
	content: "\f456";
}

.dashicons-buddicons-pm:before {
	content: "\f457";
}

.dashicons-buddicons-replies:before {
	content: "\f451";
}

.dashicons-buddicons-topics:before {
	content: "\f450";
}

.dashicons-buddicons-tracking:before {
	content: "\f455";
}

.dashicons-building:before {
	content: "\f512";
}

.dashicons-businessman:before {
	content: "\f338";
}

.dashicons-businessperson:before {
	content: "\f12e";
}

.dashicons-businesswoman:before {
	content: "\f12f";
}

.dashicons-button:before {
	content: "\f11a";
}

.dashicons-calculator:before {
	content: "\f16e";
}

.dashicons-calendar-alt:before {
	content: "\f508";
}

.dashicons-calendar:before {
	content: "\f145";
}

.dashicons-camera-alt:before {
	content: "\f129";
}

.dashicons-camera:before {
	content: "\f306";
}

.dashicons-car:before {
	content: "\f16b";
}

.dashicons-carrot:before {
	content: "\f511";
}

.dashicons-cart:before {
	content: "\f174";
}

.dashicons-category:before {
	content: "\f318";
}

.dashicons-chart-area:before {
	content: "\f239";
}

.dashicons-chart-bar:before {
	content: "\f185";
}

.dashicons-chart-line:before {
	content: "\f238";
}

.dashicons-chart-pie:before {
	content: "\f184";
}

.dashicons-clipboard:before {
	content: "\f481";
}

.dashicons-clock:before {
	content: "\f469";
}

.dashicons-cloud-saved:before {
	content: "\f137";
}

.dashicons-cloud-upload:before {
	content: "\f13b";
}

.dashicons-cloud:before {
	content: "\f176";
}

.dashicons-code-standards:before {
	content: "\f13a";
}

.dashicons-coffee:before {
	content: "\f16f";
}

.dashicons-color-picker:before {
	content: "\f131";
}

.dashicons-columns:before {
	content: "\f13c";
}

.dashicons-controls-back:before {
	content: "\f518";
}

.dashicons-controls-forward:before {
	content: "\f519";
}

.dashicons-controls-pause:before {
	content: "\f523";
}

.dashicons-controls-play:before {
	content: "\f522";
}

.dashicons-controls-repeat:before {
	content: "\f515";
}

.dashicons-controls-skipback:before {
	content: "\f516";
}

.dashicons-controls-skipforward:before {
	content: "\f517";
}

.dashicons-controls-volumeoff:before {
	content: "\f520";
}

.dashicons-controls-volumeon:before {
	content: "\f521";
}

.dashicons-cover-image:before {
	content: "\f13d";
}

.dashicons-dashboard:before {
	content: "\f226";
}

.dashicons-database-add:before {
	content: "\f170";
}

.dashicons-database-export:before {
	content: "\f17a";
}

.dashicons-database-import:before {
	content: "\f17b";
}

.dashicons-database-remove:before {
	content: "\f17c";
}

.dashicons-database-view:before {
	content: "\f17d";
}

.dashicons-database:before {
	content: "\f17e";
}

.dashicons-desktop:before {
	content: "\f472";
}

.dashicons-dismiss:before {
	content: "\f153";
}

.dashicons-download:before {
	content: "\f316";
}

.dashicons-drumstick:before {
	content: "\f17f";
}

.dashicons-edit-large:before {
	content: "\f327";
}

.dashicons-edit-page:before {
	content: "\f186";
}

.dashicons-edit:before {
	content: "\f464";
}

.dashicons-editor-aligncenter:before {
	content: "\f207";
}

.dashicons-editor-alignleft:before {
	content: "\f206";
}

.dashicons-editor-alignright:before {
	content: "\f208";
}

.dashicons-editor-bold:before {
	content: "\f200";
}

.dashicons-editor-break:before {
	content: "\f474";
}

.dashicons-editor-code-duplicate:before {
	content: "\f494";
}

.dashicons-editor-code:before {
	content: "\f475";
}

.dashicons-editor-contract:before {
	content: "\f506";
}

.dashicons-editor-customchar:before {
	content: "\f220";
}

.dashicons-editor-expand:before {
	content: "\f211";
}

.dashicons-editor-help:before {
	content: "\f223";
}

.dashicons-editor-indent:before {
	content: "\f222";
}

.dashicons-editor-insertmore:before {
	content: "\f209";
}

.dashicons-editor-italic:before {
	content: "\f201";
}

.dashicons-editor-justify:before {
	content: "\f214";
}

.dashicons-editor-kitchensink:before {
	content: "\f212";
}

.dashicons-editor-ltr:before {
	content: "\f10c";
}

.dashicons-editor-ol-rtl:before {
	content: "\f12c";
}

.dashicons-editor-ol:before {
	content: "\f204";
}

.dashicons-editor-outdent:before {
	content: "\f221";
}

.dashicons-editor-paragraph:before {
	content: "\f476";
}

.dashicons-editor-paste-text:before {
	content: "\f217";
}

.dashicons-editor-paste-word:before {
	content: "\f216";
}

.dashicons-editor-quote:before {
	content: "\f205";
}

.dashicons-editor-removeformatting:before {
	content: "\f218";
}

.dashicons-editor-rtl:before {
	content: "\f320";
}

.dashicons-editor-spellcheck:before {
	content: "\f210";
}

.dashicons-editor-strikethrough:before {
	content: "\f224";
}

.dashicons-editor-table:before {
	content: "\f535";
}

.dashicons-editor-textcolor:before {
	content: "\f215";
}

.dashicons-editor-ul:before {
	content: "\f203";
}

.dashicons-editor-underline:before {
	content: "\f213";
}

.dashicons-editor-unlink:before {
	content: "\f225";
}

.dashicons-editor-video:before {
	content: "\f219";
}

.dashicons-ellipsis:before {
	content: "\f11c";
}

.dashicons-email-alt:before {
	content: "\f466";
}

.dashicons-email-alt2:before {
	content: "\f467";
}

.dashicons-email:before {
	content: "\f465";
}

.dashicons-embed-audio:before {
	content: "\f13e";
}

.dashicons-embed-generic:before {
	content: "\f13f";
}

.dashicons-embed-photo:before {
	content: "\f144";
}

.dashicons-embed-post:before {
	content: "\f146";
}

.dashicons-embed-video:before {
	content: "\f149";
}

.dashicons-excerpt-view:before {
	content: "\f164";
}

.dashicons-exit:before {
	content: "\f14a";
}

.dashicons-external:before {
	content: "\f504";
}

.dashicons-facebook-alt:before {
	content: "\f305";
}

.dashicons-facebook:before {
	content: "\f304";
}

.dashicons-feedback:before {
	content: "\f175";
}

.dashicons-filter:before {
	content: "\f536";
}

.dashicons-flag:before {
	content: "\f227";
}

.dashicons-food:before {
	content: "\f187";
}

.dashicons-format-aside:before {
	content: "\f123";
}

.dashicons-format-audio:before {
	content: "\f127";
}

.dashicons-format-chat:before {
	content: "\f125";
}

.dashicons-format-gallery:before {
	content: "\f161";
}

.dashicons-format-image:before {
	content: "\f128";
}

.dashicons-format-quote:before {
	content: "\f122";
}

.dashicons-format-status:before {
	content: "\f130";
}

.dashicons-format-video:before {
	content: "\f126";
}

.dashicons-forms:before {
	content: "\f314";
}

.dashicons-fullscreen-alt:before {
	content: "\f188";
}

.dashicons-fullscreen-exit-alt:before {
	content: "\f189";
}

.dashicons-games:before {
	content: "\f18a";
}

.dashicons-google:before {
	content: "\f18b";
}

.dashicons-googleplus:before {
	content: "\f462";
}

.dashicons-grid-view:before {
	content: "\f509";
}

.dashicons-groups:before {
	content: "\f307";
}

.dashicons-hammer:before {
	content: "\f308";
}

.dashicons-heading:before {
	content: "\f10e";
}

.dashicons-heart:before {
	content: "\f487";
}

.dashicons-hidden:before {
	content: "\f530";
}

.dashicons-hourglass:before {
	content: "\f18c";
}

.dashicons-html:before {
	content: "\f14b";
}

.dashicons-id-alt:before {
	content: "\f337";
}

.dashicons-id:before {
	content: "\f336";
}

.dashicons-image-crop:before {
	content: "\f165";
}

.dashicons-image-filter:before {
	content: "\f533";
}

.dashicons-image-flip-horizontal:before {
	content: "\f169";
}

.dashicons-image-flip-vertical:before {
	content: "\f168";
}

.dashicons-image-rotate-left:before {
	content: "\f166";
}

.dashicons-image-rotate-right:before {
	content: "\f167";
}

.dashicons-image-rotate:before {
	content: "\f531";
}

.dashicons-images-alt:before {
	content: "\f232";
}

.dashicons-images-alt2:before {
	content: "\f233";
}

.dashicons-index-card:before {
	content: "\f510";
}

.dashicons-info-outline:before {
	content: "\f14c";
}

.dashicons-info:before {
	content: "\f348";
}

.dashicons-insert-after:before {
	content: "\f14d";
}

.dashicons-insert-before:before {
	content: "\f14e";
}

.dashicons-insert:before {
	content: "\f10f";
}

.dashicons-instagram:before {
	content: "\f12d";
}

.dashicons-laptop:before {
	content: "\f547";
}

.dashicons-layout:before {
	content: "\f538";
}

.dashicons-leftright:before {
	content: "\f229";
}

.dashicons-lightbulb:before {
	content: "\f339";
}

.dashicons-linkedin:before {
	content: "\f18d";
}

.dashicons-list-view:before {
	content: "\f163";
}

.dashicons-location-alt:before {
	content: "\f231";
}

.dashicons-location:before {
	content: "\f230";
}

.dashicons-lock-duplicate:before {
	content: "\f315";
}

.dashicons-lock:before {
	content: "\f160";
}

.dashicons-marker:before {
	content: "\f159";
}

.dashicons-media-archive:before {
	content: "\f501";
}

.dashicons-media-audio:before {
	content: "\f500";
}

.dashicons-media-code:before {
	content: "\f499";
}

.dashicons-media-default:before {
	content: "\f498";
}

.dashicons-media-document:before {
	content: "\f497";
}

.dashicons-media-interactive:before {
	content: "\f496";
}

.dashicons-media-spreadsheet:before {
	content: "\f495";
}

.dashicons-media-text:before {
	content: "\f491";
}

.dashicons-media-video:before {
	content: "\f490";
}

.dashicons-megaphone:before {
	content: "\f488";
}

.dashicons-menu-alt:before {
	content: "\f228";
}

.dashicons-menu-alt2:before {
	content: "\f329";
}

.dashicons-menu-alt3:before {
	content: "\f349";
}

.dashicons-menu:before {
	content: "\f333";
}

.dashicons-microphone:before {
	content: "\f482";
}

.dashicons-migrate:before {
	content: "\f310";
}

.dashicons-minus:before {
	content: "\f460";
}

.dashicons-money-alt:before {
	content: "\f18e";
}

.dashicons-money:before {
	content: "\f526";
}

.dashicons-move:before {
	content: "\f545";
}

.dashicons-nametag:before {
	content: "\f484";
}

.dashicons-networking:before {
	content: "\f325";
}

.dashicons-no-alt:before {
	content: "\f335";
}

.dashicons-no:before {
	content: "\f158";
}

.dashicons-open-folder:before {
	content: "\f18f";
}

.dashicons-palmtree:before {
	content: "\f527";
}

.dashicons-paperclip:before {
	content: "\f546";
}

.dashicons-pdf:before {
	content: "\f190";
}

.dashicons-performance:before {
	content: "\f311";
}

.dashicons-pets:before {
	content: "\f191";
}

.dashicons-phone:before {
	content: "\f525";
}

.dashicons-pinterest:before {
	content: "\f192";
}

.dashicons-playlist-audio:before {
	content: "\f492";
}

.dashicons-playlist-video:before {
	content: "\f493";
}

.dashicons-plugins-checked:before {
	content: "\f485";
}

.dashicons-plus-alt:before {
	content: "\f502";
}

.dashicons-plus-alt2:before {
	content: "\f543";
}

.dashicons-plus:before {
	content: "\f132";
}

.dashicons-podio:before {
	content: "\f19c";
}

.dashicons-portfolio:before {
	content: "\f322";
}

.dashicons-post-status:before {
	content: "\f173";
}

.dashicons-pressthis:before {
	content: "\f157";
}

.dashicons-printer:before {
	content: "\f193";
}

.dashicons-privacy:before {
	content: "\f194";
}

.dashicons-products:before {
	content: "\f312";
}

.dashicons-randomize:before {
	content: "\f503";
}

.dashicons-reddit:before {
	content: "\f195";
}

.dashicons-redo:before {
	content: "\f172";
}

.dashicons-remove:before {
	content: "\f14f";
}

.dashicons-rest-api:before {
	content: "\f124";
}

.dashicons-rss:before {
	content: "\f303";
}

.dashicons-saved:before {
	content: "\f15e";
}

.dashicons-schedule:before {
	content: "\f489";
}

.dashicons-screenoptions:before {
	content: "\f180";
}

.dashicons-search:before {
	content: "\f179";
}

.dashicons-share-alt:before {
	content: "\f240";
}

.dashicons-share-alt2:before {
	content: "\f242";
}

.dashicons-share:before {
	content: "\f237";
}

.dashicons-shield-alt:before {
	content: "\f334";
}

.dashicons-shield:before {
	content: "\f332";
}

.dashicons-shortcode:before {
	content: "\f150";
}

.dashicons-slides:before {
	content: "\f181";
}

.dashicons-smartphone:before {
	content: "\f470";
}

.dashicons-smiley:before {
	content: "\f328";
}

.dashicons-sort:before {
	content: "\f156";
}

.dashicons-sos:before {
	content: "\f468";
}

.dashicons-spotify:before {
	content: "\f196";
}

.dashicons-star-empty:before {
	content: "\f154";
}

.dashicons-star-filled:before {
	content: "\f155";
}

.dashicons-star-half:before {
	content: "\f459";
}

.dashicons-sticky:before {
	content: "\f537";
}

.dashicons-store:before {
	content: "\f513";
}

.dashicons-superhero-alt:before {
	content: "\f197";
}

.dashicons-superhero:before {
	content: "\f198";
}

.dashicons-table-col-after:before {
	content: "\f151";
}

.dashicons-table-col-before:before {
	content: "\f152";
}

.dashicons-table-col-delete:before {
	content: "\f15a";
}

.dashicons-table-row-after:before {
	content: "\f15b";
}

.dashicons-table-row-before:before {
	content: "\f15c";
}

.dashicons-table-row-delete:before {
	content: "\f15d";
}

.dashicons-tablet:before {
	content: "\f471";
}

.dashicons-tag:before {
	content: "\f323";
}

.dashicons-tagcloud:before {
	content: "\f479";
}

.dashicons-testimonial:before {
	content: "\f473";
}

.dashicons-text-page:before {
	content: "\f121";
}

.dashicons-text:before {
	content: "\f478";
}

.dashicons-thumbs-down:before {
	content: "\f542";
}

.dashicons-thumbs-up:before {
	content: "\f529";
}

.dashicons-tickets-alt:before {
	content: "\f524";
}

.dashicons-tickets:before {
	content: "\f486";
}

.dashicons-tide:before {
	content: "\f10d";
}

.dashicons-translation:before {
	content: "\f326";
}

.dashicons-trash:before {
	content: "\f182";
}

.dashicons-twitch:before {
	content: "\f199";
}

.dashicons-twitter-alt:before {
	content: "\f302";
}

.dashicons-twitter:before {
	content: "\f301";
}

.dashicons-undo:before {
	content: "\f171";
}

.dashicons-universal-access-alt:before {
	content: "\f507";
}

.dashicons-universal-access:before {
	content: "\f483";
}

.dashicons-unlock:before {
	content: "\f528";
}

.dashicons-update-alt:before {
	content: "\f113";
}

.dashicons-update:before {
	content: "\f463";
}

.dashicons-upload:before {
	content: "\f317";
}

.dashicons-vault:before {
	content: "\f178";
}

.dashicons-video-alt:before {
	content: "\f234";
}

.dashicons-video-alt2:before {
	content: "\f235";
}

.dashicons-video-alt3:before {
	content: "\f236";
}

.dashicons-visibility:before {
	content: "\f177";
}

.dashicons-warning:before {
	content: "\f534";
}

.dashicons-welcome-add-page:before {
	content: "\f133";
}

.dashicons-welcome-comments:before {
	content: "\f117";
}

.dashicons-welcome-learn-more:before {
	content: "\f118";
}

.dashicons-welcome-view-site:before {
	content: "\f115";
}

.dashicons-welcome-widgets-menus:before {
	content: "\f116";
}

.dashicons-welcome-write-blog:before {
	content: "\f119";
}

.dashicons-whatsapp:before {
	content: "\f19a";
}

.dashicons-wordpress-alt:before {
	content: "\f324";
}

.dashicons-wordpress:before {
	content: "\f120";
}

.dashicons-xing:before {
	content: "\f19d";
}

.dashicons-yes-alt:before {
	content: "\f12a";
}

.dashicons-yes:before {
	content: "\f147";
}

.dashicons-youtube:before {
	content: "\f19b";
}

/* Additional CSS classes, manually added to the CSS template file */

.dashicons-editor-distractionfree:before {
	content: "\f211";
}

/* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */
.dashicons-exerpt-view:before {
	content: "\f164";
}

.dashicons-format-links:before {
	content: "\f103";
}

.dashicons-format-standard:before {
	content: "\f109";
}

.dashicons-post-trash:before {
	content: "\f182";
}

.dashicons-share1:before {
	content: "\f237";
}

.dashicons-welcome-edit-page:before {
	content: "\f119";
}

html {
	--wp-admin--admin-bar--height: 32px;
	scroll-padding-top: var(--wp-admin--admin-bar--height);
}

#wpadminbar * {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	position: static;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 13px;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-style: normal;
	line-height: 2.46153846;
	border-radius: 0;
	box-sizing: content-box;
	transition: none;
	-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
	-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
}

.rtl #wpadminbar * {
	font-family: Tahoma, sans-serif;
}

html:lang(he-il) .rtl #wpadminbar * {
	font-family: Arial, sans-serif;
}

#wpadminbar .ab-empty-item {
	cursor: default;
}

#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
	color: #f0f0f1;
}

#wpadminbar #wp-admin-bar-site-name a.ab-item,
#wpadminbar #wp-admin-bar-my-sites a.ab-item {
	white-space: nowrap;
}

#wpadminbar ul li:before,
#wpadminbar ul li:after {
	content: normal;
}

#wpadminbar a,
#wpadminbar a:hover,
#wpadminbar a img,
#wpadminbar a img:hover {
	border: none;
	text-decoration: none;
	background: none;
	box-shadow: none;
}

#wpadminbar a:focus,
#wpadminbar a:active,
#wpadminbar input[type="text"],
#wpadminbar input[type="password"],
#wpadminbar input[type="number"],
#wpadminbar input[type="search"],
#wpadminbar input[type="email"],
#wpadminbar input[type="url"],
#wpadminbar select,
#wpadminbar textarea,
#wpadminbar div {
	box-shadow: none;
}

#wpadminbar a:focus {
	/* Inherits transparent outline only visible in Windows High Contrast mode */
	outline-offset: -1px;
}

#wpadminbar {
	direction: ltr;
	color: #c3c4c7;
	font-size: 13px;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 2.46153846;
	height: 32px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
	z-index: 99999;
	background: #1d2327;
	/* Only visible in Windows High Contrast mode */
	outline: 1px solid transparent;
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
	background: none;
	clear: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
	z-index: 99999;
}

#wpadminbar ul#wp-admin-bar-root-default>li {
	margin-right: 0;
}

#wpadminbar .quicklinks ul {
	text-align: left;
}

#wpadminbar li {
	float: left;
}

#wpadminbar .ab-empty-item {
	outline: none;
}

#wpadminbar .quicklinks a,
#wpadminbar .quicklinks .ab-empty-item,
#wpadminbar .shortlink-input {
	height: 32px;
	display: block;
	padding: 0 10px;
	margin: 0;
}

#wpadminbar .quicklinks > ul > li > a {
	padding: 0 8px 0 7px;
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	background: #2c3338;
	display: none;
	position: absolute;
	float: none;
}

#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
	min-width: 100%;
}

#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
	right: 0;
	left: auto;
}

#wpadminbar .ab-submenu {
	padding: 6px 0;
}

#wpadminbar .selected .shortlink-input {
	display: block;
}

#wpadminbar .quicklinks .menupop ul li {
	float: none;
}

#wpadminbar .quicklinks .menupop ul li a strong {
	font-weight: 600;
}

#wpadminbar .quicklinks .menupop ul li .ab-item,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
#wpadminbar .shortlink-input {
	line-height: 2;
	height: 26px;
	white-space: nowrap;
	min-width: 140px;
}

#wpadminbar .shortlink-input {
	width: 200px;
}

#wpadminbar.nojs li:hover > .ab-sub-wrapper,
#wpadminbar li.hover > .ab-sub-wrapper {
	display: block;
	/* Only visible in Windows High Contrast mode */
	outline: 1px solid transparent;
}

#wpadminbar .menupop li:hover > .ab-sub-wrapper,
#wpadminbar .menupop li.hover > .ab-sub-wrapper {
	margin-left: 100%;
	margin-top: -32px;
}

#wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper,
#wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper {
	margin-left: 0;
	left: inherit;
	right: 100%;
}

#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item {
	background: #2c3338;
	color: #72aee6;
}

#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
	color: #72aee6;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
.wp-admin-bar-arrow {
	position: relative;
	float: left;
	font: normal 20px/1 dashicons;
	padding: 4px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none !important;
	margin-right: 6px;
}

#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar #adminbarsearch:before {
	color: #a7aaad;
	color: rgba(240, 246, 252, 0.6);
}

#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar #adminbarsearch:before {
	position: relative;
	transition: color .1s ease-in-out;
}

#wpadminbar .ab-label {
	display: inline-block;
	height: 32px;
}

#wpadminbar .ab-submenu .ab-item {
	color: #c3c4c7;
	color: rgba(240, 246, 252, 0.7);
}

#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
	color: #c3c4c7;
	color: rgba(240, 246, 252, 0.7);
}

#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li #adminbarsearch.adminbar-focused:before {
	color: #72aee6;
}

#wpadminbar.mobile .quicklinks .ab-icon:before,
#wpadminbar.mobile .quicklinks .ab-item:before {
	color: #c3c4c7;
}

#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
	color: #72aee6;
}

#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before,
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
	position: absolute;
	font: normal 17px/1 dashicons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wpadminbar .menupop .menupop > .ab-item {
	display: block;
	padding-right: 2em;
}

#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
	top: 1px;
	right: 10px;
	padding: 4px 0;
	content: "\f139";
	content: "\f139" / '';
	color: inherit;
}

#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
	padding-left: 2em;
	padding-right: 1em;
}

#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
	top: 1px;
	left: 6px;
	content: "\f141";
	content: "\f141" / '';
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
	display: block;
	position: relative;
	right: auto;
	margin: 0;
	box-shadow: none;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
	background: #3c434a;
}

#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
	color: #72aee6;
}

#wpadminbar .quicklinks a span#ab-updates {
	background: #f0f0f1;
	color: #2c3338;
	display: inline;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 600;
	border-radius: 10px;
}

#wpadminbar .quicklinks a:hover span#ab-updates {
	background: #fff;
	color: #000;
}

#wpadminbar .ab-top-secondary {
	float: right;
}

#wpadminbar ul li:last-child,
#wpadminbar ul li:last-child .ab-item {
	box-shadow: none;
}

/**
 * Recovery Mode
 */
#wpadminbar #wp-admin-bar-recovery-mode {
	color: #fff;
	background-color: #d63638;
}

#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
	color: #fff;
	background-color: #d63638;
}

/**
 * My Account
 */
#wp-admin-bar-my-account > ul {
	min-width: 198px;
}

#wp-admin-bar-my-account:not(.with-avatar) > .ab-item {
	display: inline-block;
}

#wp-admin-bar-my-account > .ab-item:before {
	content: "\f110";
	content: "\f110" / '';
	top: 2px;
	float: right;
	margin-left: 6px;
	margin-right: 0;
}

#wp-admin-bar-my-account.with-avatar > .ab-item:before {
	display: none;
	content: none;
}

#wp-admin-bar-my-account.with-avatar > ul {
	min-width: 270px;
}

#wpadminbar #wp-admin-bar-user-actions > li {
	margin-left: 16px;
	margin-right: 16px;
}

#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
	padding: 6px 0 12px;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
	margin-left: 88px;
}

#wpadminbar #wp-admin-bar-user-info {
	margin-top: 6px;
	margin-bottom: 15px;
	height: auto;
	background: none;
}

#wp-admin-bar-user-info .avatar {
	position: absolute;
	left: -72px;
	top: 4px;
	width: 64px;
	height: 64px;
}

#wpadminbar #wp-admin-bar-user-info a {
	background: none;
	height: auto;
}

#wpadminbar #wp-admin-bar-user-info span {
	background: none;
	padding: 0;
	height: 18px;
}

#wpadminbar #wp-admin-bar-user-info .display-name,
#wpadminbar #wp-admin-bar-user-info .username {
	display: block;
}

#wpadminbar #wp-admin-bar-user-info .username {
	color: #a7aaad;
	font-size: 11px;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
	width: auto;
	height: 16px;
	padding: 0;
	border: 1px solid #8c8f94;
	background: #f0f0f1;
	line-height: 1.84615384;
	vertical-align: middle;
	margin: -4px 0 0 6px;
	float: none;
	display: inline;
}

/**
 * WP Logo
 */
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
	width: 15px;
	height: 20px;
	margin-right: 0;
	padding: 6px 0 5px;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
	padding: 0 7px;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
	content: "\f120";
	content: "\f120" / '';
	top: 2px;
}

/*
 * My Sites & Site Title
 */
#wpadminbar .quicklinks li .blavatar {
	display: inline-block;
	vertical-align: middle;
	font: normal 16px/1 dashicons !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f0f0f1;
}

#wpadminbar .quicklinks li a:hover .blavatar,
#wpadminbar .quicklinks li a:focus .blavatar,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar {
	color: #72aee6;
}

#wpadminbar .quicklinks li img.blavatar,
#wpadminbar .quicklinks li div.blavatar:before {
	height: 16px;
	width: 16px;
	margin: 0 8px 2px -2px;
}

#wpadminbar .quicklinks li div.blavatar:before {
	content: "\f120";
	content: "\f120" / '';
	display: inline-block;
}

#wpadminbar #wp-admin-bar-appearance {
	margin-top: -12px;
}

#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
	content: "\f541";
	content: "\f541" / '';
	top: 2px;
}

#wpadminbar #wp-admin-bar-site-editor > .ab-item:before {
	content: "\f100";
	content: "\f100" / '';
	top: 2px;
}

#wpadminbar #wp-admin-bar-customize > .ab-item:before {
	content: "\f540";
	content: "\f540" / '';
	top: 2px;
}

#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	content: "\f464";
	content: "\f464" / '';
	top: 2px;
}

#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
	content: "\f226";
	content: "\f226" / '';
}

.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
	content: "\f102";
	content: "\f102" / '';
}



/**
 * Comments
 */
#wpadminbar #wp-admin-bar-comments .ab-icon {
	margin-right: 6px;
}

#wpadminbar #wp-admin-bar-comments .ab-icon:before {
	content: "\f101";
	content: "\f101" / '';
	top: 3px;
}

/**
 * New Content
 */
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
	content: "\f132";
	content: "\f132" / '';
	top: 4px;
}

/**
 * Updates
 */
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
	content: "\f463";
	content: "\f463" / '';
	top: 2px;
}

#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before {
	display: inline-block;
	animation: rotation 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
	#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before {
		animation: none;
	}
}

/**
 * Search
 */

#wpadminbar #wp-admin-bar-search .ab-item {
	padding: 0;
	background: transparent;
}

#wpadminbar #adminbarsearch {
	position: relative;
	height: 32px;
	padding: 0 2px;
	z-index: 1;
}

#wpadminbar #adminbarsearch:before {
	position: absolute;
	top: 6px;
	left: 5px;
	z-index: 20;
	font: normal 20px/1 dashicons !important;
	content: "\f179";
	content: "\f179" / '';
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
	display: inline-block;
	float: none;
	position: relative;
	z-index: 30;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.84615384;
	text-indent: 0;
	height: 24px;
	width: 24px;
	max-width: none;
	padding: 0 3px 0 24px;
	margin: 0;
	color: #c3c4c7;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	outline: none;
	cursor: pointer;
	box-shadow: none;
	box-sizing: border-box;
	transition-duration: 400ms;
	transition-property: width, background;
	transition-timing-function: ease;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
	z-index: 10;
	color: #000;
	width: 200px;
	background-color: rgba(255, 255, 255, 0.9);
	cursor: text;
	border: 0;
}

#wpadminbar #adminbarsearch .adminbar-button {
	display: none;
}

/**
 * Command Palette
 */
#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
	content: "\f179";
	content: "\f179" / '';
	top: 3px;
}

#wpadminbar #wp-admin-bar-command-palette kbd {
	background: transparent;
}

/**
 * Customize support classes
 */
.no-customize-support .hide-if-no-customize,
.customize-support .hide-if-customize,
.no-customize-support #wpadminbar .hide-if-no-customize,
.no-customize-support.wp-core-ui .hide-if-no-customize,
.no-customize-support .wp-core-ui .hide-if-no-customize,
.customize-support #wpadminbar .hide-if-customize,
.customize-support.wp-core-ui .hide-if-customize,
.customize-support .wp-core-ui .hide-if-customize {
	display: none;
}

/* Skip link */
#wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text span {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
	word-wrap: normal !important;
	word-break: normal !important;
}

#wpadminbar .screen-reader-shortcut {
	position: absolute;
	top: -1000em;
	left: 6px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f0f0f1;
	color: #2271b1;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
}

#wpadminbar .screen-reader-shortcut:focus {
	top: 7px;
	background: #f0f0f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 782px) {
	html {
		--wp-admin--admin-bar--height: 46px;
	}

	/* Toolbar Touchification*/
	html #wpadminbar {
		height: 46px;
		min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
	}

	#wpadminbar * {
		font-size: 14px;
		font-weight: 400;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		line-height: 2.28571428;
	}

	#wpadminbar .quicklinks > ul > li > a,
	#wpadminbar .quicklinks .ab-empty-item {
		padding: 0;
		height: 46px;
		line-height: 3.28571428;
		width: auto;
	}

	#wpadminbar .ab-icon {
		font: 40px/1 dashicons !important;
		margin: 0;
		padding: 0;
		width: 52px;
		height: 46px;
		text-align: center;
	}

	#wpadminbar .ab-icon:before {
		text-align: center;
	}

	#wpadminbar .ab-submenu {
		padding: 0;
	}

	#wpadminbar #wp-admin-bar-site-name a.ab-item,
	#wpadminbar #wp-admin-bar-my-sites a.ab-item,
	#wpadminbar #wp-admin-bar-my-account a.ab-item {
		text-overflow: clip;
	}

	#wpadminbar .quicklinks .menupop ul li .ab-item,
	#wpadminbar .quicklinks .menupop ul li a strong,
	#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
	#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
	#wpadminbar .shortlink-input {
	    line-height: 1.6;
	}

	#wpadminbar .ab-label {
		border: 0;
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		/* Many screen reader and browser combinations announce broken words as they would appear visually. */
		word-wrap: normal !important;
		word-break: normal !important;
	}

	#wpadminbar .menupop li:hover > .ab-sub-wrapper,
	#wpadminbar .menupop li.hover > .ab-sub-wrapper {
		margin-top: -46px;
	}

	#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item {
		padding-right: 30px;
	}

	#wpadminbar .menupop .menupop > .ab-item:before {
		top: 10px;
		right: 6px;
	}

	#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
		font-size: 16px;
		padding: 8px 16px;
	}

	#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
		display: none;
	}

	/* WP logo */
	#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
		padding: 0;
	}

	#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
		padding: 0;
		width: 52px;
		height: 46px;
		text-align: center;
		vertical-align: top;
	}

	#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
		font: 28px/1 dashicons !important;
		top: -3px;
	}

	#wpadminbar .ab-icon,
	#wpadminbar .ab-item:before {
		padding: 0;
	}

	/* My Sites and "Site Title" menu */
	#wpadminbar #wp-admin-bar-my-sites > .ab-item,
	#wpadminbar #wp-admin-bar-site-name > .ab-item,
	#wpadminbar #wp-admin-bar-site-editor > .ab-item,
	#wpadminbar #wp-admin-bar-customize > .ab-item,
	#wpadminbar #wp-admin-bar-edit > .ab-item,
	#wpadminbar #wp-admin-bar-my-account > .ab-item {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 52px;
		padding: 0;
		color: #a7aaad; /* @todo not needed? this text is hidden */
		position: relative;
	}

	#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
	#wpadminbar .ab-icon,
	#wpadminbar .ab-item:before {
		padding: 0;
		margin-right: 0;
	}

	#wpadminbar #wp-admin-bar-edit > .ab-item:before,
	#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
	#wpadminbar #wp-admin-bar-site-name > .ab-item:before,
	#wpadminbar #wp-admin-bar-site-editor > .ab-item:before,
	#wpadminbar #wp-admin-bar-customize > .ab-item:before,
	#wpadminbar #wp-admin-bar-my-account > .ab-item:before,
	#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
		display: block;
		text-indent: 0;
		font: normal 32px/1 dashicons;
		top: 7px;
		width: 52px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#wpadminbar #wp-admin-bar-appearance {
		margin-top: 0;
	}

	#wpadminbar .quicklinks li .blavatar:before {
		display: none;
	}

	/* Search */
	#wpadminbar #wp-admin-bar-search {
		display: none;
	}

	/* New Content */
	#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
		top: 0;
		line-height: 1.26;
		height: 46px !important;
		text-align: center;
		width: 52px;
		display: block;
	}

	/* Updates */
	#wpadminbar #wp-admin-bar-updates {
		text-align: center;
	}

	#wpadminbar #wp-admin-bar-updates .ab-icon:before {
		top: 3px;
	}

	/* Comments and Command Palette */
	#wpadminbar #wp-admin-bar-comments .ab-icon,
	#wpadminbar #wp-admin-bar-command-palette .ab-icon {
		margin: 0;
	}

	#wpadminbar #wp-admin-bar-comments .ab-icon:before,
	#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
		display: block;
		font-size: 34px;
		height: 46px;
		line-height: 1.38235294;
		top: 0;
	}

	/* My Account */
	#wpadminbar #wp-admin-bar-my-account > a {
		position: relative;
		white-space: nowrap;
		text-indent: 150%; /* More than 100% indention is needed since this element has padding */
		width: 28px;
		padding: 0 10px;
		overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */
	}

	#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
		position: absolute;
		top: 13px;
		right: 10px;
		width: 26px;
		height: 26px;
	}

	#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
		padding: 0;
	}

	#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar {
		display: none;
	}

	#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
		margin: 0;
	}

	#wpadminbar #wp-admin-bar-user-info .display-name {
		height: auto;
		font-size: 16px;
		line-height: 1.5;
		color: #f0f0f1;
	}

	#wpadminbar #wp-admin-bar-user-info a {
		padding-top: 4px;
	}

	#wpadminbar #wp-admin-bar-user-info .username {
		line-height: 0.8 !important;
		margin-bottom: -2px;
	}

	/* Show only default top level items */
	#wp-toolbar > ul > li {
		display: none;
	}

	#wpadminbar li#wp-admin-bar-menu-toggle,
	#wpadminbar li#wp-admin-bar-wp-logo,
	#wpadminbar li#wp-admin-bar-my-sites,
	#wpadminbar li#wp-admin-bar-updates,
	#wpadminbar li#wp-admin-bar-site-name,
	#wpadminbar li#wp-admin-bar-site-editor,
	#wpadminbar li#wp-admin-bar-customize,
	#wpadminbar li#wp-admin-bar-new-content,
	#wpadminbar li#wp-admin-bar-edit,
	#wpadminbar li#wp-admin-bar-comments,
	#wpadminbar li#wp-admin-bar-my-account,
	#wpadminbar li#wp-admin-bar-command-palette {
		display: block;
	}

	/* Allow dropdown list items to appear normally */
	#wpadminbar li:hover ul li,
	#wpadminbar li.hover ul li,
	#wpadminbar li:hover ul li:hover ul li {
		display: list-item;
	}

	/* Override default min-width so dropdown lists aren't stretched
		to 100% viewport width at responsive sizes. */
	#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
		min-width: fit-content;
	}

	#wpadminbar ul#wp-admin-bar-root-default > li {
		margin-right: 0;
	}

	/* Experimental fix for touch toolbar dropdown positioning */
	#wpadminbar .ab-top-menu,
	#wpadminbar .ab-top-secondary,
	#wpadminbar #wp-admin-bar-wp-logo,
	#wpadminbar #wp-admin-bar-my-sites,
	#wpadminbar #wp-admin-bar-site-name,
	#wpadminbar #wp-admin-bar-updates,
	#wpadminbar #wp-admin-bar-comments,
	#wpadminbar #wp-admin-bar-new-content,
	#wpadminbar #wp-admin-bar-edit,
	#wpadminbar #wp-admin-bar-my-account,
	#wpadminbar #wp-admin-bar-command-palette {
		position: static;
	}

	.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
		margin-right: 0;
	}

	/* Realign arrows on taller responsive submenus */

	#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
		top: 10px;
		left: 0;
	}
}

/* Smartphone */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: absolute;
	}

	#wp-responsive-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 400;
	}

	#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
		width: 100%;
		left: 0;
	}

	#wpadminbar .menupop .menupop > .ab-item:before {
		display: none;
	}

	#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
		margin-left: 0;
	}

	#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
		margin: 0;
		width: 100%;
		top: auto;
		left: auto;
		position: relative;
	}

	#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item {
		font-size: 16px;
		padding: 6px 15px 19px 30px;
	}

	#wpadminbar li:hover ul li ul li {
		display: list-item;
	}

	#wpadminbar li#wp-admin-bar-wp-logo,
	#wpadminbar li#wp-admin-bar-updates {
		display: none;
	}

	/* Make submenus full-width at this size */

	#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
		position: static;
		box-shadow: none;
	}
}

/* Very narrow screens */
@media screen and (max-width: 400px) {
	#wpadminbar li#wp-admin-bar-comments {
		display: none;
	}
}

.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-wrapper-ctn{overflow:hidden;box-sizing:border-box}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow:auto;overflow-x:hidden}#cff .cff-masonry-posts,#cff .cff-posts-wrap,.cff-wrapper-ctn{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-posts-wrap-box-shadow{padding:5px}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-item.cff-box:first-child{margin-top:0}#cff .cff-item.cff-box:last-child{margin-bottom:0}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cff-header{width:100%;margin:0 0 15px;padding:0;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center}.cff-header .fa,.cff-header svg{margin:0 10px 0 0;padding:0}.cff-visual-header{margin-bottom:24px!important}.cff-visual-header .cff-header-hero{width:100%;height:300px;position:relative;overflow:hidden}.cff-visual-header .cff-header-hero img{width:100%;display:none}.cff-visual-header .cff-likes-box{position:absolute;bottom:10px;right:10px;padding:5px;background:#eee;line-height:1;border-radius:2px;color:#445790}.cff-visual-header .cff-likes-box .cff-square-logo{float:left;display:inline-block;line-height:0}.cff-visual-header .cff-likes-box .cff-square-logo svg{width:18px;vertical-align:top}.cff-visual-header .cff-likes-box .cff-likes-count{float:left;display:inline-block;margin-left:8px;vertical-align:top;font-size:15px;line-height:20px}.cff-visual-header .cff-header-inner-wrap{position:relative;display:block;text-decoration:none!important}.cff-visual-header .cff-header-inner-wrap a{color:inherit!important;border:0}.cff-visual-header .cff-header-img img{display:block;width:100px;border-radius:3px;padding:0;margin:0}.cff-visual-header.cff-has-cover .cff-header-img img{border:2px solid #fff}.cff-visual-header .cff-header-img{position:absolute;display:inline-block;line-height:1}.cff-visual-header.cff-has-cover .cff-header-img{top:-25px;left:10px}.cff-visual-header .cff-header-text{display:inline-block;float:left;padding-top:10px;margin:0}#cff .cff-visual-header .cff-header-text h3,.cff-visual-header .cff-header-text h3{display:inline-block!important;width:auto!important;margin:0 8px 0 0!important;padding:0!important;font-size:1.2em!important;line-height:1.2em!important}.cff-visual-header.cff-has-name{min-height:100px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{min-height:75px;margin-left:125px!important}.cff-visual-header.cff-has-name .cff-header-text{margin-left:120px!important;padding-top:30px}.cff-visual-header.cff-has-name.cff-has-about .cff-header-text,.cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top:10px!important}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio,.cff-visual-header .cff-header-inner-wrap .cff-bio{display:block;width:100%;clear:both;margin:3px 0 0;padding:0;line-height:1.2em}.cff-visual-header .cff-header-name{float:left;padding:0 5px 2px 0!important}.cff-visual-header .cff-bio-info{font-size:.9em;line-height:1.7}.cff-visual-header .cff-bio-info svg{display:inline-block;width:1em;vertical-align:middle;position:relative;top:-2px}.cff-posts-count svg{padding-right:3px}.cff-header-inner-wrap:after,.cff-header-text:after{display:table;clear:both;content:" "}#cff .cff-author-img.cff-no-consent img,#cff .cff-expand,#cff .cff-less{display:none}#cff.cff-default-styles .cff-author a,#cff.cff-default-styles .cff-credit a,#cff.cff-default-styles a{text-decoration:none}#cff.cff-default-styles a:focus,#cff.cff-default-styles a:hover{text-decoration:underline}#cff .cff-post-text-link{display:block}.cff-post-text{width:100%;float:left}#cff .cff-post-desc,#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;word-wrap:break-word}#cff.cff-default-styles .cff-post-desc,#cff.cff-default-styles h3,#cff.cff-default-styles h4,#cff.cff-default-styles h5,#cff.cff-default-styles h6,#cff.cff-default-styles p{line-height:1.4}#cff .cff-date{float:left;min-width:50px;width:auto}#cff.cff-default-styles .cff-credit,#cff.cff-default-styles .cff-date,#cff.cff-default-styles .cff-post-links,#cff.cff-default-styles .cff-post-links a{font-size:11px}#cff .cff-author{float:left;clear:both;margin:0 0 15px;padding:0;line-height:1.2;width:100%}#cff .cff-author a{text-decoration:none;border:none}#cff .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100%!important;font-size:0;background:url(https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../img/cff-avatar.png) no-repeat;background-size:100%;border-radius:50%}#cff .cff-author .cff-author-text,#cff .cff-desc-wrap,#cff .cff-link-title,#cff .cff-shared-link{width:100%;float:left}#cff .cff-author img{float:left;margin:0!important;padding:0!important;border:none!important;font-size:0;border-radius:50%}.cff-no-consent .cff-header-text{margin-left:0!important}.cff-no-consent .cff-header-hero,.cff-no-consent .cff-header-img,.cff-num-diff-hide{display:none!important}#cff .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author .cff-story,#cff.cff-default-styles .cff-author .cff-date{font-weight:400}#cff .cff-author.cff-no-author-info .cff-date{margin-top:12px!important}#cff .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../img/cff-avatar.png) no-repeat;margin:0!important}#cff .cff-author .cff-date,#cff .cff-author .cff-page-name{float:left;clear:both;width:auto;margin:0 0 0 50px!important}#cff.cff-default-styles .cff-author .cff-author-text *{font-weight:700;line-height:1.2}#cff .cff-author .cff-date{color:#9197a3;font-size:11px;margin-top:2px!important;margin-bottom:0!important}#cff .cff-author .cff-page-name.cff-author-date{float:left;padding:3px 0 0;font-size:14px}#cff .cff-cta-link a,.cff-media-link .fa{display:inline-block;width:auto;padding:5px 7px 5px 6px;margin-right:6px;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover,.cff-media-link .fa:hover{background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-cta-link a{padding:5px 15px}#cff .cff-break-word{word-break:break-all}#cff.cff-default-styles .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{clear:both;padding:5px 10px;margin:10px 0 5px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;max-width:20%;margin:10px 0 0}#cff .cff-link img,#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff .cff-link-title{clear:both;display:block}#cff.cff-default-styles .cff-link-title{font-weight:700}#cff .cff-post-desc,#cff p.cff-link-title{margin:5px 0 0}#cff .cff-text-link{float:left;clear:none;width:72%;margin-left:3%;padding:0 0 5px}#cff .cff-link-caption{margin:0}#cff.cff-default-styles .cff-link-caption{font-size:12px}#cff .cff-text-link.cff-no-image{width:100%;margin-left:0}#cff .cff-details{float:left;clear:none;width:100%;margin:0;padding:0}#cff .cff-details h5{margin:0 0 5px}#cff.cff-default-styles .cff-details h5{padding:0;font-size:16px}#cff.cff-default-styles .cff-details p{font-size:14px}#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-info,#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-where{display:block;width:100%;clear:both}#cff .cff-details .cff-info{padding:10px 0 0}#cff.cff-default-styles .cff-details .cff-info{line-height:1.2}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-post-links{float:left;clear:none;padding:5px 0 0;margin:0}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:-40px;width:110px;padding:3px 5px 4px;margin:0;background:#333;color:#eee;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:50%;margin-left:-3px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0!important;padding:0!important;color:#eee!important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff!important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-email-icon:hover,#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s}.cff-likebox{float:left;width:100%;position:relative;margin:20px 0 0}.fb_iframe_widget{border:none;overflow:hidden}.cff-likebox .fb_iframe_widget{width:100%}.cff-likebox .fb_iframe_widget span{width:100%!important}.cff-likebox .fb_iframe_widget iframe{margin:0;position:relative;top:0;left:0;width:100%!important;height:100%}.cff-likebox.cff-top.cff-outside{margin-bottom:10px}.cff-likebox.cff-bottom.cff-outside{margin-top:10px}#cff.cff-fixed-height{padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff.cff-masonry,.cff-gdpr-notice{box-sizing:border-box}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{display:none;padding:5px 0 0;clear:both}#cff .cff-credit img{float:left;margin:-2px 5px 0 0}#cff .cff-credit .fa{padding-right:5px;font-size:13px}.cff-credit a{display:flex;align-items:center}.cff-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}@media all and (max-width:640px){#cff.cff-width-resp{width:100%!important}.cff-wrapper .cff-visual-header .cff-header-img img{width:80px}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{margin-left:95px}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:105px}}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-linebreak{display:block;height:5px}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-item:first-child{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5% 20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}@media (min-width:481px) and (max-width:800px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-4-tablet .cff-item,#cff.cff-masonry.masonry-4-tablet .cff-likebox{width:22%;margin-left:1.5%;margin-right:1.5%}}@media (max-width:480px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width:100%}}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item{float:none;display:inline-block;width:100%;margin:0 0 12px}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item{width:100%}}#cff.cff-disable-masonry{height:auto!important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative!important;top:auto!important}#cff.cff-dark .cff-album-item,#cff.cff-dark .cff-item,#cff.cff-dark .cff-item.cff-box,#cff.cff-dark .cff-item.cff-box:first-child{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#cff.cff-dark .cff-item a{color:#fff;text-decoration:underline}#cff.cff-dark .cff-date{color:rgba(255,255,255,.5)}#cff.cff-dark .cff-album-info a,#cff.cff-dark .cff-author-date,#cff.cff-dark .cff-post-links a{color:#fff}#cff.cff-dark .cff-album-info p{color:rgba(255,255,255,.75)}#cff.cff-light .cff-album-item,#cff.cff-light .cff-item,#cff.cff-light .cff-item.cff-box,#cff.cff-light .cff-item.cff-box:first-child{background-color:rgba(255,255,255,.95);color:rgba(0,0,0,.8)}#cff.cff-light .cff-item a{color:#000;text-decoration:underline}#cff.cff-light .cff-date{color:rgba(0,0,0,.5)}#cff.cff-light .cff-album-info a,#cff.cff-light .cff-author-date,#cff.cff-light .cff-post-links a{color:#000}#cff.cff-light .cff-album-info p{color:rgba(0,0,0,.7)}.cff-gdpr-notice{max-width:100%;padding:8px 15px;margin:0;font-size:12px;background:#fdf7f7;border-radius:5px;border:1px solid #e4b1b1;line-height:1.3;display:none}.sb-elementor-cta-img,.sb-elementor-cta-img-ctn{position:relative!important;display:flex!important}.sb-elementor-cta{width:100%!important;border:1px solid #e8e8eb!important;border-radius:2px!important;position:relative!important;text-align:center!important}.sb-elementor-cta-img-ctn{width:100%!important;float:left!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sb-elementor-cta-img{width:65px!important;height:65px!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;justify-content:center!important;align-items:center!important}.sb-elementor-cta-img span svg{width:32px;fill:#257ab2;float:left!important}.sb-elementor-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sb-elementor-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sb-elementor-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sb-elementor-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important;height:40px!important;line-height:24px!important}.sb-elementor-cta-btn:after,.sb-elementor-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sb-elementor-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sb-elementor-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sb-elementor-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sb-elementor-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sb-elementor-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sb-elementor-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sb-elementor-cta-selector span{color:#2c324c!important}.sb-elementor-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sb-elementor-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sb-elementor-cta-selector span a:first-of-type:after{content:','!important}.sb-elementor-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://happyminerals.si/wp-content/plugins/custom-facebook-feed/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * Notibar v3 — Frontend stylesheet.
 *
 * Visual language ported 1:1 from v2.1.9 (assets/frontend/css/notibar.css).
 * The slide-down + fade-in entrance was the "appearance effect" v2 users
 * expect; v3 wires the same two-layer animation:
 *
 *   .njt-nofi-container-content      → opacity 0 → 1 (visibility hidden → visible)
 *   .njt-nofi-notification-bar      → translateY(-100%) → translateY(0)
 *
 *   Trigger: JS adds `.njt-nofi-visible` to the container-content node.
 *
 * Architecture:
 *  - #njt-notibar-slot           : outer JS-managed wrapper (no styling).
 *  - .njt-nofi-container         : position/z-index layer (data-position attr).
 *  - .njt-nofi-container-content : opacity transition layer.
 *  - .njt-nofi-notification-bar  : translateY transition layer + flex row.
 *
 * Typo alias `.njt-nofi-content-deskop` kept for one minor version.
 *
 * @since 3.0.0
 */

/* ==========================================================================
   Position layer
   ========================================================================== */

.njt-nofi-container {
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
}

.njt-nofi-container[data-position='fixed'],
.njt-nofi-container:not([data-position]) {
  position: fixed;
}

.njt-nofi-container[data-position='absolute'] {
  position: absolute;
}

/* Bottom placement (Pro) — pin to the bottom edge instead of the top. */
.njt-nofi-container[data-placement='bottom'] {
  top: auto;
  bottom: 0;
}

/* ==========================================================================
   Stack mode (Pro) — show all matching bars at once.
   ----------------------------------------------------------------------------
   Each bar keeps its own full-width markup from renderBarHTML(); the wrapper
   owns the positioning and the inner .njt-nofi-container pin is neutralized so
   bars fall into normal flow and stack vertically (one per row). One position
   type (data-position) applies to the whole stack; placement splits bars into
   a top wrapper and a bottom wrapper. The bottom wrapper grows from the
   viewport bottom upward (column-reverse) while DOM order stays list order.
   ========================================================================== */

.njt-nofi-stack {
  z-index: 10000;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.njt-nofi-stack[data-position='fixed'] {
  position: fixed;
}

.njt-nofi-stack[data-position='absolute'] {
  position: absolute;
}

.njt-nofi-stack[data-placement='top'] {
  top: 0;
}

.njt-nofi-stack[data-placement='bottom'] {
  bottom: 0;
  flex-direction: column-reverse;
}

/* Neutralize each bar's own fixed/absolute pin so they flow inside the wrapper
   instead of all stacking at top:0 on top of each other. */
.njt-nofi-stack .njt-nofi-container {
  position: static;
  top: auto;
  bottom: auto;
}

/* Hairline divider between adjacent stacked bars (one per gap). The
   adjacent-sibling combinator follows DOM order, so the divider must sit on the
   edge that faces the previous bar in each wrapper's VISUAL order: top wrapper
   flows normally (border-top), bottom wrapper is column-reverse (border-bottom).
   Splitting the rule keeps exactly one hairline per gap in both directions. */
.njt-nofi-stack[data-placement='top']
  > .njt-nofi-container-content
  + .njt-nofi-container-content {
  border-top: 1px solid rgba( 0, 0, 0, 0.12 );
}

.njt-nofi-stack[data-placement='bottom']
  > .njt-nofi-container-content
  + .njt-nofi-container-content {
  border-bottom: 1px solid rgba( 0, 0, 0, 0.12 );
}

/* ==========================================================================
   Container content — hidden until JS adds .njt-nofi-visible
   ----------------------------------------------------------------------------
   Switched from CSS transitions to a @keyframes animation. Transitions
   require the browser to *detect* a property change between paints, and
   for innerHTML-injected nodes that detection is fragile — browsers can
   coalesce the initial and final state into a single paint, producing the
   "blank then appear" flash. Keyframes play unconditionally from `from`
   to `to` once their trigger class lands, no detection needed.
   ========================================================================== */

.njt-nofi-container-content {
  opacity: 0;
  pointer-events: none;
}

.njt-nofi-container-content.njt-nofi-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ==========================================================================
   Notification bar — translateY transition (slide-down from above)
   ========================================================================== */

.njt-nofi-notification-bar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  transform: translateY( -100% );
  /* Inline CSS custom props set by renderBarHTML(). */
  background: var( --njt-bar-bg, #9af4cf );
  color: var( --njt-bar-color, #1919cf );
}

/* Keyframe entrance — plays when .njt-nofi-visible lands on the parent.
   `both` fill-mode keeps the bar at translateY(0) opacity:1 after the
   animation completes (otherwise it'd snap back to the initial state). */
@keyframes njt-nofi-slide-in {
  from {
    opacity: 0;
    transform: translateY( -100% );
  }
  to {
    opacity: 1;
    transform: translateY( 0 );
  }
}

.njt-nofi-container-content.njt-nofi-visible .njt-nofi-notification-bar {
  animation: njt-nofi-slide-in 0.4s cubic-bezier( 0.16, 1, 0.3, 1 ) both;
}

/* Bottom placement entrance — slide UP from below instead of down from above.
   Overrides the initial transform + the animation name; duration/easing/fill
   carry over from the base rule above. */
.njt-nofi-container[data-placement='bottom'] .njt-nofi-notification-bar {
  transform: translateY( 100% );
}

@keyframes njt-nofi-slide-in-bottom {
  from {
    opacity: 0;
    transform: translateY( 100% );
  }
  to {
    opacity: 1;
    transform: translateY( 0 );
  }
}

.njt-nofi-container-content.njt-nofi-visible
  .njt-nofi-container[data-placement='bottom'] .njt-nofi-notification-bar {
  animation-name: njt-nofi-slide-in-bottom;
}

/* Collapsed state (toggle mode — per-bar via sessionStorage). */
.njt-nofi-container-content.njt-nofi-collapsed .njt-nofi-content {
  display: none;
}

/* ==========================================================================
   Content blocks (desktop + mobile) — centered, margin:auto for distribution
   ========================================================================== */

.njt-nofi-content {
  width: 100%;
  margin: auto;
  padding: 10px 50px;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  /* display set per variant below; arrangement set per layout via the
     [data-layout] rules below (renderBarHTML emits the attribute). */
}

/* ============================================================================
   Content layouts — driven by [data-layout] on .njt-nofi-content. Children are,
   in DOM order: .njt-nofi-text → .njt-nofi-countdown → .njt-nofi-button.
   margin:auto sits on text/button (never the countdown) so each layout still
   holds when a bar has no timer. Replaces the former alignment field.
   ========================================================================== */

/* Centered — whole content group centered. */
.njt-nofi-content[data-layout="centered"] {
  justify-content: center;
}
.njt-nofi-content[data-layout="centered"] .njt-nofi-text {
  text-align: center;
}

/* Text left — text pinned left; countdown + button cluster to the right. */
.njt-nofi-content[data-layout="text-left"] {
  justify-content: flex-start;
}
.njt-nofi-content[data-layout="text-left"] .njt-nofi-text {
  margin-right: auto;
  text-align: left;
}

/* Three-zone — text · countdown · button spread across the row. */
.njt-nofi-content[data-layout="three-zone"] {
  justify-content: space-between;
}
.njt-nofi-content[data-layout="three-zone"] .njt-nofi-text {
  text-align: left;
}

/* Split — text + countdown stay left; button pushed to the right edge. */
.njt-nofi-content[data-layout="split"] {
  justify-content: flex-start;
}
.njt-nofi-content[data-layout="split"] .njt-nofi-text {
  text-align: left;
}
.njt-nofi-content[data-layout="split"] .njt-nofi-button {
  margin-left: auto;
}

/* Content left — whole group (text + countdown + button) clustered at the left. */
.njt-nofi-content[data-layout="content-left"] {
  justify-content: flex-start;
}
.njt-nofi-content[data-layout="content-left"] .njt-nofi-text {
  text-align: left;
}

/* Content right — whole group clustered at the right edge. */
.njt-nofi-content[data-layout="content-right"] {
  justify-content: flex-end;
}
.njt-nofi-content[data-layout="content-right"] .njt-nofi-text {
  text-align: right;
}

/* Hero — vertical stack, centered, with an emphasised (larger) countdown. */
.njt-nofi-content[data-layout="hero"] {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.njt-nofi-content[data-layout="hero"] .njt-nofi-text {
  text-align: center;
}
.njt-nofi-content[data-layout="hero"] .njt-nofi-countdown {
  transform: scale(1.3);
  transform-origin: center;
  margin: 8px 0;
}

.njt-nofi-content-desktop {
  display: flex;
}

.njt-nofi-content-mobile {
  display: none;
}

/* Typo alias: v2 users may reference .njt-nofi-content-deskop.
 * @deprecated 3.0.0 — remove in v3.1. */
.njt-nofi-content-deskop {
  display: flex;
}

/* Legacy v2 typo classes — keep as no-op selectors so child-theme custom CSS
 * targeting them still hooks. @deprecated 3.0.0 — remove in v3.1. */
.diplay-device-deskop,
.diplay-device-mobile {
  /* intentionally empty */
}

/* ==========================================================================
   Text + button
   ========================================================================== */

.njt-nofi-text {
  color: inherit;
}

.njt-nofi-button {
  min-width: fit-content;
}

/* shadcn-style CTA: 6px radius, medium weight, color-darken hover/active (no
   scale), keyboard focus ring in the button's own color. bg + color +
   font-weight are set via inline style by renderBarHTML(); the inline
   --njt-btn-bg var feeds the focus outline.
   Shared by both the link (<a>) and the close-action (<button>) variants; the
   reset block below makes a native <button> render identically to the anchor. */
.njt-nofi-button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  /* Reset native <button> chrome so the close-action button matches the <a>. */
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  /* hover/active darken via filter; bg is set inline and never animates.
     transform/box-shadow added so the Pro hover effects below can transition. */
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.njt-nofi-button-text:hover {
  filter: brightness( 0.92 );
}

.njt-nofi-button-text:active {
  filter: brightness( 0.88 );
}

.njt-nofi-button-text:focus-visible {
  outline: 2px solid var( --njt-btn-bg, #1919cf );
  outline-offset: 2px;
}

/* ==========================================================================
   Pro CTA animations — Attention (looping) + Hover effects.
   ----------------------------------------------------------------------------
   Classes are emitted on .njt-nofi-button-text by render-bar.js (Pro only;
   stripped from the Lite build). Token in the class == schema enum value == UI value.
   Periodic loop trick: CSS animation-delay only delays the FIRST run, so the
   inter-cycle rest is baked into the keyframe — motion lives in 0%–~20%, then
   the element holds its identity transform 20%–100% over a 4s infinite loop.
   ========================================================================== */

.njt-nofi-button-text[class*='njt-nofi-anim-'] {
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}

.njt-nofi-anim-wobble {
  animation-name: njt-nofi-anim-wobble;
}
.njt-nofi-anim-shake {
  animation-name: njt-nofi-anim-shake;
}
.njt-nofi-anim-bounce {
  animation-name: njt-nofi-anim-bounce;
}
.njt-nofi-anim-pulse {
  animation-name: njt-nofi-anim-pulse;
}
.njt-nofi-anim-swing {
  animation-name: njt-nofi-anim-swing;
  transform-origin: top center;
}
.njt-nofi-anim-jello {
  animation-name: njt-nofi-anim-jello;
}
.njt-nofi-anim-tada {
  animation-name: njt-nofi-anim-tada;
}
.njt-nofi-anim-rubber-band {
  animation-name: njt-nofi-anim-rubber-band;
}
.njt-nofi-anim-heartbeat {
  animation-name: njt-nofi-anim-heartbeat;
}
.njt-nofi-anim-flash {
  animation-name: njt-nofi-anim-flash;
}
.njt-nofi-anim-blink {
  animation-name: njt-nofi-anim-blink;
}
.njt-nofi-anim-vibrate {
  animation-name: njt-nofi-anim-vibrate;
}
.njt-nofi-anim-pop {
  animation-name: njt-nofi-anim-pop;
}
.njt-nofi-anim-bounce-in {
  animation-name: njt-nofi-anim-bounce-in;
}

@keyframes njt-nofi-anim-wobble {
  0%, 20%, 100% { transform: none; }
  3% { transform: translateX( -12px ) rotate( -5deg ); }
  6% { transform: translateX( 9px ) rotate( 3deg ); }
  9% { transform: translateX( -7px ) rotate( -3deg ); }
  12% { transform: translateX( 5px ) rotate( 2deg ); }
  15% { transform: translateX( -3px ) rotate( -1deg ); }
}

@keyframes njt-nofi-anim-shake {
  0%, 20%, 100% { transform: translateX( 0 ); }
  3%, 9%, 15% { transform: translateX( -8px ); }
  6%, 12% { transform: translateX( 8px ); }
}

@keyframes njt-nofi-anim-bounce {
  0%, 20%, 100% { transform: translateY( 0 ); }
  4% { transform: translateY( -12px ); }
  8% { transform: translateY( 0 ); }
  12% { transform: translateY( -6px ); }
  16% { transform: translateY( 0 ); }
}

@keyframes njt-nofi-anim-pulse {
  0%, 20%, 100% { transform: scale( 1 ); }
  10% { transform: scale( 1.08 ); }
}

@keyframes njt-nofi-anim-swing {
  0%, 20%, 100% { transform: rotate( 0 ); }
  4% { transform: rotate( 8deg ); }
  8% { transform: rotate( -6deg ); }
  12% { transform: rotate( 4deg ); }
  16% { transform: rotate( -2deg ); }
}

@keyframes njt-nofi-anim-jello {
  0%, 20%, 100% { transform: none; }
  3% { transform: skewX( -10deg ) skewY( -10deg ); }
  6% { transform: skewX( 8deg ) skewY( 8deg ); }
  9% { transform: skewX( -5deg ) skewY( -5deg ); }
  12% { transform: skewX( 3deg ) skewY( 3deg ); }
  15% { transform: skewX( -1deg ) skewY( -1deg ); }
}

@keyframes njt-nofi-anim-tada {
  0%, 20%, 100% { transform: scale( 1 ) rotate( 0 ); }
  2%, 4% { transform: scale( 0.95 ) rotate( -3deg ); }
  6%, 10%, 14% { transform: scale( 1.1 ) rotate( 3deg ); }
  8%, 12% { transform: scale( 1.1 ) rotate( -3deg ); }
}

@keyframes njt-nofi-anim-rubber-band {
  0%, 20%, 100% { transform: scale3d( 1, 1, 1 ); }
  3% { transform: scale3d( 1.25, 0.75, 1 ); }
  6% { transform: scale3d( 0.75, 1.25, 1 ); }
  9% { transform: scale3d( 1.15, 0.85, 1 ); }
  12% { transform: scale3d( 0.95, 1.05, 1 ); }
  15% { transform: scale3d( 1.05, 0.95, 1 ); }
  18% { transform: scale3d( 1, 1, 1 ); }
}

@keyframes njt-nofi-anim-heartbeat {
  0%, 20%, 100% { transform: scale( 1 ); }
  3% { transform: scale( 1.15 ); }
  6% { transform: scale( 1 ); }
  9% { transform: scale( 1.15 ); }
  12% { transform: scale( 1 ); }
}

/* opacity-based; reduced-motion still kills it via animation:none. */
@keyframes njt-nofi-anim-flash {
  0%, 20%, 100% { opacity: 1; }
  5%, 15% { opacity: 0; }
  10% { opacity: 1; }
}

@keyframes njt-nofi-anim-blink {
  0%, 3%, 9%, 15%, 20%, 100% { opacity: 1; }
  6%, 12%, 18% { opacity: 0; }
}

@keyframes njt-nofi-anim-vibrate {
  0%, 20%, 100% { transform: translate( 0 ); }
  2%, 6%, 10%, 14% { transform: translate( -2px, 2px ); }
  4%, 8%, 12%, 16% { transform: translate( 2px, -2px ); }
}

@keyframes njt-nofi-anim-pop {
  0%, 20%, 100% { transform: scale( 1 ); }
  5% { transform: scale( 0.92 ); }
  10% { transform: scale( 1.12 ); }
  15% { transform: scale( 1 ); }
}

@keyframes njt-nofi-anim-bounce-in {
  0%, 20%, 100% { transform: scale( 1 ); opacity: 1; }
  2% { transform: scale( 0.3 ); opacity: 0; }
  8% { transform: scale( 1.1 ); opacity: 1; }
  12% { transform: scale( 0.9 ); }
  16% { transform: scale( 1.03 ); }
  18% { transform: scale( 1 ); }
}

/* Hover effects — no second color needed; --njt-btn-bg is the solid button
   color set inline by render-bar.js. */
.njt-nofi-hover-grow:hover {
  transform: scale( 1.05 );
}
.njt-nofi-hover-shrink:hover {
  transform: scale( 0.95 );
}
.njt-nofi-hover-lift:hover {
  transform: translateY( -3px );
  box-shadow: 0 6px 16px rgba( 0, 0, 0, 0.18 );
}
.njt-nofi-hover-glow:hover {
  filter: brightness( 1.05 ) drop-shadow( 0 0 8px var( --njt-btn-bg, #1919cf ) );
}
.njt-nofi-hover-press:hover {
  transform: translateY( 1px );
}
.njt-nofi-hover-press:active {
  transform: translateY( 2px ) scale( 0.98 );
}
.njt-nofi-hover-shadow:hover {
  box-shadow: 0 8px 20px rgba( 0, 0, 0, 0.22 );
}
.njt-nofi-hover-color-shift:hover {
  filter: hue-rotate( 25deg ) brightness( 1.05 );
}

/* slide-fill: translucent overlay sweep on top (pointer-events:none so clicks
   pass through; text stays readable through the light wash — no markup change).
   overflow:hidden does NOT clip the :focus-visible outline (outlines are never
   clipped by overflow), so the focus ring stays intact. */
.njt-nofi-hover-slide-fill {
  position: relative;
  overflow: hidden;
}
.njt-nofi-hover-slide-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba( 255, 255, 255, 0.2 );
  transform: translateX( -101% );
  transition: transform 0.35s ease;
}
.njt-nofi-hover-slide-fill:hover::before {
  transform: translateX( 0 );
}

/* ==========================================================================
   Close / Toggle buttons — flex children at the right edge
   ----------------------------------------------------------------------------
   25x25 circle, semi-opaque dark bg, sits on the right via flex (the
   centred .njt-nofi-content uses margin:auto so the close gets pushed right
   without needing absolute positioning).
   ========================================================================== */

.njt-nofi-close,
.njt-nofi-toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: none;
  background: #0000002e;
  border-radius: 50%;
  cursor: pointer;
  color: inherit;
  padding: 0;
  transition: transform 0.5s, background 0.2s ease;
}

.njt-nofi-close:hover,
.njt-nofi-toggle:hover {
  transform: scale( 1.1 );
}

.njt-nofi-close:focus,
.njt-nofi-toggle:focus,
.njt-nofi-close:focus-visible,
.njt-nofi-toggle:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.njt-nofi-close-icon {
  pointer-events: none;
  width: 11px;
  height: 11px;
}

/* When the bar is collapsed via toggle mode, rotate the arrow 45° to hint
   the inverse "expand" action (matches v2 .njt-nofi-display-toggle icon). */
.njt-nofi-container-content.njt-nofi-collapsed .njt-nofi-toggle {
  transform: rotate( 45deg );
}

.njt-nofi-container-content.njt-nofi-collapsed .njt-nofi-toggle:hover {
  transform: rotate( 45deg ) scale( 1.1 );
}

/* ==========================================================================
   Navigation arrows — manual prev/next (Pro rotation)
   ----------------------------------------------------------------------------
   Injected by the rotation controller into .njt-nofi-notification-bar, which is
   position:relative. Arrows are absolute full-height zones pinned to the bar's
   left/right edges, with a chevron that follows the bar text color via
   currentColor. The .njt-nofi-has-nav marker (added only when arrows render)
   reserves content gutter space and nudges the close/toggle button inboard so
   nothing overlaps.
   ========================================================================== */

/* Unobtrusive full-height edge zones (lightbox / gallery-slider style): each
   arrow is a tall transparent click area pinned to the bar's far left/right
   edge — no visible button, border, or fill. Only the chevron shows, dim by
   default and brightening on hover, with a faint edge wash to hint clickability. */
.njt-nofi-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent !important;
  color: inherit !important;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.njt-nofi-nav-prev {
  left: 0;
}

.njt-nofi-nav-next {
  right: 0;
}

.njt-nofi-nav:hover,
.njt-nofi-nav:focus-visible {
  opacity: 1;
}

/* Faint directional wash on hover — hints the zone without a visible button. */
.njt-nofi-nav-prev:hover {
  background: linear-gradient( to right, rgba( 127, 127, 127, 0.16 ), transparent );
}

.njt-nofi-nav-next:hover {
  background: linear-gradient( to left, rgba( 127, 127, 127, 0.16 ), transparent );
}

.njt-nofi-nav:focus-visible {
  /* Inset ring — the zone hugs the bar edge, so an outset ring would sit
     outside the bar (and be clipped during the carousel slide). */
  outline: 2px solid #4a90e2;
  outline-offset: -3px;
}

.njt-nofi-nav:focus {
  outline: none;
}

.njt-nofi-nav-icon {
  pointer-events: none;
  width: 22px;
  height: 22px;
}

/* Gutters so text/buttons never sit under the edge zones. */
.njt-nofi-has-nav .njt-nofi-content {
  padding-left: 52px;
  padding-right: 52px;
}

/* Keep the close/toggle button clear of the right-hand edge zone (48px wide).
   When the close button is disabled this matches nothing — harmless. */
.njt-nofi-has-nav .njt-nofi-close,
.njt-nofi-has-nav .njt-nofi-toggle {
  margin-right: 52px;
}

/* --------------------------------------------------------------------------
   Horizontal carousel slide on MANUAL prev/next (not auto-rotate, which keeps
   its vertical slide-down). The whole bar slides — so bars with different
   background colors transition cleanly. .njt-nofi-container clips the off-
   screen bar (gated by the direction class) so no horizontal scrollbar appears;
   initial/auto renders carry no direction class, so the vertical entrance is
   untouched. animation-name override uses !important to beat the base + bottom-
   placement slide rules regardless of selector specificity.
   -------------------------------------------------------------------------- */
.njt-nofi-nav-slide-next .njt-nofi-container,
.njt-nofi-nav-slide-prev .njt-nofi-container {
  overflow: hidden;
}

@keyframes njt-nofi-bar-in-right {
  from {
    opacity: 0;
    transform: translateX( 100% );
  }
  to {
    opacity: 1;
    transform: translateX( 0 );
  }
}

@keyframes njt-nofi-bar-in-left {
  from {
    opacity: 0;
    transform: translateX( -100% );
  }
  to {
    opacity: 1;
    transform: translateX( 0 );
  }
}

.njt-nofi-container-content.njt-nofi-visible.njt-nofi-nav-slide-next
  .njt-nofi-notification-bar {
  animation-name: njt-nofi-bar-in-right !important;
}

.njt-nofi-container-content.njt-nofi-visible.njt-nofi-nav-slide-prev
  .njt-nofi-notification-bar {
  animation-name: njt-nofi-bar-in-left !important;
}

@media only screen and (max-width: 480px) {
  .njt-nofi-nav {
    width: 40px;
  }

  .njt-nofi-nav-icon {
    width: 20px;
    height: 20px;
  }

  .njt-nofi-has-nav .njt-nofi-content {
    padding-left: 44px;
    padding-right: 44px;
  }

  .njt-nofi-has-nav .njt-nofi-close,
  .njt-nofi-has-nav .njt-nofi-toggle {
    margin-right: 44px;
  }
}

/* ==========================================================================
   WP admin bar offset
   ========================================================================== */

.admin-bar .njt-nofi-container[data-position='fixed'],
.admin-bar .njt-nofi-container[data-position='absolute'] {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .njt-nofi-container[data-position='fixed'],
  .admin-bar .njt-nofi-container[data-position='absolute'] {
    top: 46px;
  }
}

/* ≤600px: WP core switches #wpadminbar to position:absolute, so it scrolls
   away with the page while a fixed bar stays pinned at top:46px behind a
   dead gap. The static 46px above is kept as the correct PRE-SCROLL state;
   mobile-admin-bar-offset.js clamps the fixed bar's inline top to
   max(0, adminBarHeight - scrollY) as the user scrolls. */

/* Bottom placement ignores the admin-bar top offset — it pins to the bottom
   edge. Declared after the rules above so it wins at equal specificity. */
.admin-bar .njt-nofi-container[data-placement='bottom'] {
  top: auto;
  bottom: 0;
}

/* Stack mode (Pro): the top wrapper sits below the admin bar exactly like a
   single top bar (both fixed and absolute, pre-scroll); the ≤600px scroll
   clamp is handled by mobile-admin-bar-offset.js for the fixed case. The bottom
   wrapper keeps bottom:0 from its base rule — no admin-bar offset needed. */
.admin-bar .njt-nofi-stack[data-placement='top'] {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .njt-nofi-stack[data-placement='top'] {
    top: 46px;
  }
}

/* ==========================================================================
   Mobile responsive — ≤480px
   ========================================================================== */

@media only screen and (max-width: 480px) {
  .njt-nofi-content {
    padding: 10px 20px;
    /* flex-wrap inherited from base rule — keeps the button on its own line
       when text+button can't fit on one line. */
  }

  /* Hide the desktop block ONLY when a separate mobile block was rendered
     (marker class .njt-nofi-has-mobile, emitted by render-bar.js when
     content.mobileSeparate is true). Without this guard, bars without a
     separate mobile content section render blank on screens <=480px. */
  .njt-nofi-has-mobile .njt-nofi-content-desktop {
    display: none;
  }

  .njt-nofi-content-mobile {
    display: flex;
  }
}

/* ==========================================================================
   Customizer partial edit shortcuts (preserved from v2).
   ========================================================================== */

.customize-partial-edit-shortcuts-shown
  .njt-nofi-container
  .customize-partial-edit-shortcut-button {
  left: 5px;
  top: 10px;
}

.customize-partial-edit-shortcuts-shown
  .njt-nofi-container
  .customize-partial-edit-shortcut {
  position: inherit;
}

.njt-nofi-container .customize-partial-refreshing {
  opacity: 1;
  transition: opacity 0.25s;
  cursor: progress;
}

/* ==========================================================================
   Reduced-motion override — disable transitions & slide-down.
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .njt-nofi-close,
  .njt-nofi-toggle,
  .njt-nofi-button-text,
  .njt-nofi-nav {
    transition: none !important;
  }

  /* Skip slide-down AND the manual-nav horizontal slide — bar appears in its
     final state immediately. The nav-slide selectors are listed at full
     specificity so they beat the !important animation-name override above. */
  .njt-nofi-notification-bar,
  .njt-nofi-container-content.njt-nofi-visible.njt-nofi-nav-slide-next
    .njt-nofi-notification-bar,
  .njt-nofi-container-content.njt-nofi-visible.njt-nofi-nav-slide-prev
    .njt-nofi-notification-bar {
    transform: none !important;
    animation: none !important;
  }

  /* Pro CTA animations — kill the attention loop and any hover transform/sweep. */
  .njt-nofi-button-text[class*='njt-nofi-anim-'] {
    animation: none !important;
  }
  .njt-nofi-button-text[class*='njt-nofi-hover-'] {
    transition: none !important;
  }
  .njt-nofi-button-text[class*='njt-nofi-hover-']:hover,
  .njt-nofi-button-text[class*='njt-nofi-hover-']:active {
    transform: none !important;
  }
  .njt-nofi-hover-slide-fill::before {
    display: none !important;
  }
}

/* ==========================================================================
   Countdown timer (Pro) — boxes / flip / circular.
   ----------------------------------------------------------------------------
   Markup emitted by render-bar.js renderCountdown() (stripped from the Lite
   build), hydrated each second by src/shared/countdown.js. Inherits the bar
   text color via currentColor; no dedicated countdown color fields in v1.
   ========================================================================== */
.njt-nofi-countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 4px;
  color: inherit;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

/* Expired → hidden (the ticker adds .is-expired at zero). */
.njt-nofi-countdown.is-expired {
  display: none;
}

.njt-nofi-cd-unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
}

.njt-nofi-cd-num {
  font-weight: 700;
  font-size: 1.15em;
  font-variant-numeric: tabular-nums;
}

.njt-nofi-cd-label {
  font-size: 0.62em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.8;
}

/* Boxes — bordered cell with a faint fill derived from the text color. */
.njt-nofi-countdown--boxes .njt-nofi-cd-unit {
  min-width: 2.4em;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: color-mix( in srgb, currentColor 12%, transparent );
}

/* Flip — filled card; digit change animates via the .is-flipping class the
   ticker toggles (skipped under reduced-motion). */
.njt-nofi-countdown--flip .njt-nofi-cd-unit {
  min-width: 2.4em;
  padding: 4px 8px;
  border-radius: 6px;
  background: color-mix( in srgb, currentColor 16%, transparent );
}
.njt-nofi-countdown--flip .njt-nofi-cd-num {
  display: inline-block;
  transform-origin: center;
  backface-visibility: hidden;
}
.njt-nofi-countdown--flip .njt-nofi-cd-num.is-flipping {
  animation: njt-nofi-cd-flip 0.4s ease;
}
@keyframes njt-nofi-cd-flip {
  0% {
    transform: rotateX( 0deg );
  }
  50% {
    transform: rotateX( -90deg );
    opacity: 0.4;
  }
  100% {
    transform: rotateX( 0deg );
  }
}

/* Circular — an SVG ring per unit; the number is overlaid at the ring centre.
   The ticker sets --cd-progress (0..1) per unit; the fill arc depletes as it
   drops. Ring viewBox 0 0 36 36, r=16 → circumference ≈ 100.53. */
.njt-nofi-countdown--circular .njt-nofi-cd-ring {
  width: 44px;
  height: 44px;
  transform: rotate( -90deg );
}
.njt-nofi-countdown--circular .njt-nofi-cd-ring-track {
  stroke: currentColor;
  stroke-width: 3;
  opacity: 0.25;
}
.njt-nofi-countdown--circular .njt-nofi-cd-ring-fill {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100.53;
  stroke-dashoffset: calc( 100.53 * ( 1 - var( --cd-progress, 1 ) ) );
  transition: stroke-dashoffset 0.3s linear;
}
.njt-nofi-countdown--circular .njt-nofi-cd-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
}
.njt-nofi-countdown--circular .njt-nofi-cd-label {
  margin-top: 2px;
}

/* Text — compact inline "2 days 3 hrs 15 mins 30 secs", no boxes/rings; words
   stay readable, inherits bar text. */
.njt-nofi-countdown--text {
  gap: 7px;
}
.njt-nofi-countdown--text .njt-nofi-cd-unit {
  flex-direction: row;
  align-items: baseline;
  gap: 3px;
}
.njt-nofi-countdown--text .njt-nofi-cd-num {
  font-size: 1em;
  font-weight: 700;
}
.njt-nofi-countdown--text .njt-nofi-cd-label {
  font-size: 0.95em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.9;
}

/* Countdown — reduced motion: no flip, no ring tween (instant value swaps). */
@media (prefers-reduced-motion: reduce) {
  .njt-nofi-countdown--flip .njt-nofi-cd-num.is-flipping {
    animation: none !important;
  }
  .njt-nofi-countdown--circular .njt-nofi-cd-ring-fill {
    transition: none !important;
  }
}

/* Countdown — mobile: tighten so the timer fits a narrow bar. */
@media only screen and (max-width: 480px) {
  .njt-nofi-countdown {
    gap: 5px;
  }
  .njt-nofi-countdown--boxes .njt-nofi-cd-unit,
  .njt-nofi-countdown--flip .njt-nofi-cd-unit {
    min-width: 2em;
    padding: 3px 5px;
  }
  .njt-nofi-countdown--circular .njt-nofi-cd-ring,
  .njt-nofi-countdown--circular .njt-nofi-cd-num {
    width: 36px;
    height: 36px;
  }
}

/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden;
}

html.yith-quick-view-is-open .select2-container.select2-container--open {
    z-index: 1500;
}
html.yith-quick-view-is-open.yith-quick-view-on-mobile .select2-container.select2-container--open {
    z-index: 999999;
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.yith-wcqv-head {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
    width: 30px;
    height: 30px;
}


#yith-quick-view-modal:before { ;/* content: ''; */
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
#yith-quick-view-modal span.onsale {
    top: 25px;
    left: 25px;
    right: auto;
    z-index: 10;
}

#yith-quick-view-modal .yith-wcqv-wrapper .woocommerce-variation-description p {
    font-size: 16px;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: 600px;
    width: 1000px;
    position: absolute;

}


.yith-quick-view.yith-modal .yith-wcqv-wrapper {
    position: absolute;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
}


#yith-quick-view-modal .yith-wcqv-main {
    /* -webkit-transform: translateY(20%); */
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    /* transform: translateY(20%); */
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    border-radius: 22px;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
    /* height: 100%; */
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    /* content: ''; */
    display: table;
    clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {

    opacity: 1;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    border-radius: 22px;
}
#yith-quick-view-close {
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    opacity: 0.5;
}
#yith-quick-view-close:hover {
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
div#yith-quick-view-content div[id^="product"] {
    display: flex;
    flex-direction: row;
}
#yith-quick-view-content div.images {
    /* width: 40%;
    float: left; */
    opacity: 1 !important;
    margin: 0;
    box-sizing: border-box;
}
#yith-quick-view-content div.images img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
#yith-quick-view-content div.images a {
    display: block;
    font-size: 0;
    max-height: 600px;
    height: 100%;
}
#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    /* width: 60%;
    float: left; */
    font-size: 16px;
    box-sizing: border-box;
    overflow-y: auto;
    padding-left: 30px;
    padding-right:30px;
}
#yith-quick-view-content div.summary.entry-summary .woocommerce-product-details__short-description p{
    font-size: 16px;
}
.yith-quick-view-content.woocommerce div.summary .price {
    font-size: 22px;
    margin-bottom: 15px;
}

.yith-quick-view-content.woocommerce div.summary .price del,
.yith-quick-view-content.woocommerce div.summary .price ins {
    display: inline-block;
    background: none;
}

.yith-quick-view-content.woocommerce div.summary .price del {
    font-size: 80%;
    opacity: 0.5;
}
.yith-quick-view-content.woocommerce div.product .product {
    height:600px;
}

.yith-quick-view-content.woocommerce div.summary div[itemprop="description"],
.yith-quick-view-content.woocommerce div.summary .product_meta {
    font-size: 15px;
}

.yith-quick-view-content.woocommerce div.summary .product_meta span {
    margin-bottom: 10px !important;
}

.yith-quick-view-content.woocommerce div.summary div[itemprop="description"] {
    margin-bottom: 30px;
}

.yith-quick-view-content.woocommerce div.summary .product_meta > span {
    display: block;
}

.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 15px;
    display: inline-block;
}

.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}

.yith-quick-view-content.woocommerce div.summary table.variations {
    border: 0;
    margin-bottom: 0;
}

.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
    margin: 10px 0;
    display: inline-block;
}

.yith-quick-view-content.woocommerce div.product form.cart .variations select {
    float: none;
    width: 100%;
    max-width: 450px;
}

.yith-quick-view.yith-modal.fade-in.open .yith-quick-view-content.woocommerce div.product form.cart .variations select {
    max-width: 350px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
#yith-quick-view-content .onsale {
    top: 5px;
    right: auto;
    left: 5px;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
    display: none;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
    background: none;
}
.yith-quick-view.yith-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media( max-width: 480px ){

    #yith-quick-view-modal {
        position: fixed;
        z-index: 1400;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        visibility: hidden;
        overflow: scroll;
        height:100%;
    }

    #yith-quick-view-modal.open .images,
    #yith-quick-view-modal.open .images img {
        width: 100%!important;
        float: none;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper{
        width:100% !important;
        height: 100% !important;
        top: 0!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
        width: 100%;
        height:100%!important;
        border-radius:0!important;
        /* position: fixed; */
        height:auto;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary {
        width: 100%;
        padding-right: 30px;
        float: none;
    }

    #yith-quick-view-modal #yith-quick-view-content {
        height: auto;
    }

    .yith-quick-view-content.woocommerce div.product .product {
        height: calc(100vh - 100px) !important;
    }
}

@media( min-width: 480px ) and (max-width: 768px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
        height: calc(100vh - 100px) !important;
        top: 50px !important;
        bottom: 50px !important;
        max-width: 450px;
        left: 0 !important;
        right: 0 !important;
        margin-inline: auto;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
        height:100%!important;
        border-radius:inherit;
    }

}

@media (max-width: 768px) {

    div#yith-quick-view-content div[id^="product"] {
        flex-direction: column;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
        height:auto;
        border-radius:inherit;
    }


    #yith-quick-view-modal .yith-quick-view-content div.images,
    #yith-quick-view-modal .yith-quick-view-content div.summary {
        width: 100% !important;
        height: auto;
        max-height: none;
    }
    .yith-quick-view-mobile #yith-quick-view-modal .yith-wcqv-main {
        width: 100% !important;
        border-radius:0!important;
    }
    #yith-quick-view-modal #yith-quick-view-content{
        /* height: 100vh; */
    }
    #yith-quick-view-content div.summary{
        overflow:inherit;
    }
    html.yith-quick-view-is-open  #yith-quick-view-modal {
        width: 100% !important;
    }

}

@media ( min-width: 768px ) {
    #yith-quick-view-modal.open .yith-wcqv-main {
        overflow: hidden;
    }
    #yith-quick-view-content div.summary {
        max-height: 600px;
    }
}

/*============================
* OVERRIDE PROTEO STYLES
===========================*/
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title {
    margin-top: 20px;
}

.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
}

.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description.
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 16px;
}

.theme-yith-proteo .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px
}

.theme-yith-proteo .single-product div.product .summary.entry-summary {
    padding-left: 30px;
}
/*============================
* OVERRIDE WOO STYLES
===========================*/
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary {
    font-size: 16px; /* default font size */
}

.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
}

.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 20px;
}

.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}

.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.75);box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(https://happyminerals.si/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:rgba(0,0,0,0)}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:bold;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:rgba(0,0,0,0) !important}/*# sourceMappingURL=jquery.selectBox.css.map */

:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@font-face{font-family:star;src:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
﻿.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(https://happyminerals.si/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(https://happyminerals.si/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}/*# sourceMappingURL=style.css.map */

/*
Theme Name: Handmade Shop
Theme URI: http://cmsmasters.net/handmade-shop/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Handmade Shop WordPress Theme is amazing. Unlimited design solutions can be created due to a great flexibility of settings and shortcode options. 99+ Custom Shortcodes are added through a Visual content composer with drag'n'drop function. You can set a completely custom layout that stretches to any width, set your content in many columns and assign animation many parts of your content. Handmade Shop theme has a Portfolio that can be set to any sort of a grid or a Masonry puzzle with variable paddings for elemens, while Blog can have several different layouts too. Custom Profiles and Projects post types offer an optimal way to present your content, while valid code, SEO-optimized structure and microformats guarantee this content is easily crawled and indexed by search engines. Handmade Shop comes with a Custom Mega Menu plugin and premium Revolution and Layer Slider plugins included for free. Multilanguage, RTL-ready, plugin-compatible and professionally-supported theme.
Version: 1.4.4
License:
License URI:
Text Domain: handmade-shop
Domain Path: /theme-vars/languages
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*-------------------------------------------------------------------------*/
/* Browser Reset
/*-------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
html {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
  display: block;
}
video,
audio,
progress,
canvas {
  vertical-align: baseline;
}
video {
  background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
  display: none;
}
audio:not([controls]) {
  height: 0;
}
iframe {
  max-width: 100%;
}
abbr,
address,
progress {
  display: inline-block;
  text-decoration: none;
}
abbr:not([class]),
acronym {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
#middle ul:after,
#bottom ul:after,
#middle ol:after,
#bottom ol:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
dl {
  display: block;
  overflow: hidden;
}
dt {
  display: block;
  font-weight: bold;
  overflow: hidden;
}
dd {
  display: block;
  overflow: hidden;
}
q:before,
q:after {
  content: none;
}
del {
  text-decoration: line-through;
}
img {
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
  font-size: 1em;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
figure {
  background-image: none !important;
}
fieldset {
  margin: 25px 2px 30px;
  padding: 1.5em 1em .5em;
  border-width: 0;
  border-style: solid;
}
fieldset legend {
  padding: 3px 10px;
  margin-top: -25px;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
textarea {
  resize: vertical;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
optgroup {
  font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=submit],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
p:empty {
  display: none;
}
:focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  background-color: transparent;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
}
pre a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}
code {
  display: inline-block;
}
code a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}
svg:not(:root) {
  overflow: hidden;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
b,
strong {
  font-weight: bold;
}
th,
td,
caption {
  font-weight: normal;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000000;
}
.sticky,
.bypostauthor,
.screen-reader-text {
  outline: none;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version		1.2.8
 * 
 * Design CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------

	1.	Globally Applied Styles / body
		1.1. Instagram / #sbi_load
		1.2. Icons
			1.2.1. Global
			1.2.2. Arrows
			1.2.3. Widget Add Info
			1.2.4. Twitter stripe
		1.3. Elements
			1.3.1. Icon Arrow Global Styles
			1.3.2. Pixel Arrow Global Styles
			1.3.3. Post Password Form / .post-password-form
			1.3.4. Prelodaer / .preloader
			1.3.5. Resizable Block / .resizable_block
			1.3.6. Img Wrapper / .cmsmasters_img_wrap
			1.3.7. Img Rollover / .cmsmasters_img_rollover_wrap
			1.3.8. Placeholder Small / .img_placeholder_small
			1.3.9. Video Wrapper / .mejs-container
			1.3.10. Search Bar / .search_bar_wrap
			1.3.10. Social Icons / .social_wrap
			1.3.11. Core Owl Carousel CSS v1.3.2 / .owl-carousel
			1.3.12. Slide Top Button / #slide_top
			1.3.13. Opened Article / .opened-article
			1.3.14. Likes and Comments
				1.3.14.1. Likes / .cmsmasters_likes
				1.3.14.2. Comments / .cmsmasters_comments
			1.3.15. Button
			1.3.16. Items Filter / .cmsmasters_items_filter_wrap
			1.3.17. More Items Loader and Pagination
				1.3.17.1. More Items Loader / .cmsmasters_wrap_more_items
				1.3.17.2. Subpage Pagination / .subpage_nav
				1.3.17.2. Pagination / .cmsmasters_wrap_pagination
			1.3.18. Post Navigation / .post_nav
			1.3.19. Share Posts / .share_posts
			1.3.20. About Author / .about_author
			1.3.21. Single Post Slider / .cmsmasters_single_slider
			1.3.22. Single Pings List / .cmsmasters_pings_list
			1.3.23. Post Comments / .post_comments
			1.3.24. Comment Respond / .comment-respond
	2.	Header / #header
		2.1. Header Top / .header_top
			2.1.1. Header Top Navigation / .top_line_nav
		2.2. Header Mid / .header_mid
			2.1.1. Header Mid Navigation / .mid_nav
		2.3. Header Bot / .header_bot
			2.1.1. Header Bot Navigation / .bot_nav
		2.4. Header Search Form
	3.	Headline Styles
	4.	Bottom + Footer Styles
		4.1. Bottom / #bottom
		4.2. Footer / #footer
			4.2.1. Footer Default / .cmsmasters_footer_default
			4.2.2. Footer Small / .cmsmasters_footer_small
	5.	Blog / .blog
		5.1. Blog Default / .cmsmasters_post_default
		5.2. Blog Masonry / .cmsmasters_post_masonry
		5.3. Blog Timeline / .cmsmasters_post_timeline
		5.4. Blog Post / .cmsmasters_open_post
	6.	Portfolio / .portfolio
		6.1. Portfolio Grid / .cmsmasters_project_grid
		6.2. Portfolio Puzzle / .cmsmasters_project_puzzle
		6.3. Portfolio Open Project / .cmsmasters_open_project
	7.	Posts Slider Styles / .cmsmasters_posts_slider
		7.1. Posts Slider Blog / .cmsmasters_slider_post
		7.2. Posts Slider Portfolio / .cmsmasters_slider_project
	8.	Profiles + Profile Styles / .cmsmasters_profile
		8.1. Profiles Horizontal / .cmsmasters_profile_horizontal
		8.2. Profiles Vertical / .cmsmasters_profile_vertical
		8.3. Profiles Open Profile / .cmsmasters_open_profile
	9.	Shortcodes Styles
		9.1. Divider / .cmsmasters_divider
		9.2. Special Heading / .cmsmasters_heading_wrap
		9.3. Featured Block / .cmsmasters_featured_block
		9.4. Table / .cmsmasters_table
		9.5. Notice / .cmsmasters_notice
		9.6. Icon / .cmsmasters_icon_wrap
		9.7. Icon List / .cmsmasters_icon_list_items
		9.8. Icon Box / .cmsmasters_icon_box
		9.9. Toggles / .cmsmasters_toggles
		9.10. Tabs / .cmsmasters_tabs
		9.11. Stats / .cmsmasters_stats
		9.12. Counters / .cmsmasters_counters
		9.13. CMSMASTERS Button / .cmsmasters_button
		9.14. Contact Form 7 / .wpcf7-form
		9.15. Hover slider / .cmsmasters_hover_slider
		9.16. Content slider / .cmsmasters_content_slider
		9.17. Gallery / .cmsmasters_gallery
		9.18. Quotes / .cmsmasters_quotes_slider
		9.19. Pricing tables / .cmsmasters_pricing_table
		9.20. Google Maps / .google_map
		9.21. Caption / .cmsmasters_img
		9.22. WP Gallery / .gallery
		9.23. Sidebar / .cmsmasters_sidebar
		9.24. Share / .share_wrap
		9.25. Twitter Stripe / .cmsmasters_twitter_wrap
		9.26. Dropcap / .cmsmasters_dropcap
		9.27. Clients / .cmsmasters_clients_slider
	10.	Widgets Styles / .widget
		10.1. Widget Advertisement / .widget_custom_advertisement_entries
		10.2. Widget Lists
			10.2.1. Widget Pages / .widget_pages
			10.2.2. Widget Categories / .widget_categories
			10.2.3. Widget Archive / .widget_archive
			10.2.4. Widget Meta / .widget_meta
			10.2.5. Widget Recent Comments / .widget_recent_comments
			10.2.6. Widget Recent Entries / .widget_recent_entries
		10.3. Widget Calendar / #wp-calendar
		10.4. Widget Contact Form / .widget_custom_contact_form_entries
		10.5. Widget Contact Info / .widget_custom_contact_info_entries
		10.6. Widget Custom Menu / .widget_nav_menu
		10.7. Widget Facebook / .widget_custom_facebook_entries
		10.8. Widget Flickr / .widget_custom_flickr_entries
		10.9. Widget Latest and Popular Projects
			10.9.1. Widget Latest Projects / .widget_custom_popular_projects_entries
			10.9.2. Widget Popular Projects / .widget_custom_latest_projects_entries
		10.10. Widget Posts Tabs / .widget_custom_posts_tabs_entries
		10.11. Widget RSS / .widget_rss
		10.12. Widget Tag Cloud / .widget_tag_cloud
		10.13. Widget Twitter / .widget_custom_twitter_entries
	11. Search + Archives + Sitemap + Error + Other Styles
		11.1. Archives + Search
			11.1.1. Archives / .cmsmasters_archive
			11.1.2. Search / .cmsmasters_search
		11.2. Sitemap / .cmsmasters_sitemap_wrap
		11.3. Error / .error
		11.4. Attachment Page / .cmsmasters_attach_img
		11.5. Other
	12.	Contact Forms Styles
		12.1. Form Builder / .cmsmasters-form-builder
		12.2. Contact Form 7 / .wpcf7
	13.	CSS3 Animations / .csstransitions
		13.1. Custom Animations
		13.2. Global Animations

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*  Globally Applied Styles
/*-------------------------------------------------------------------------*/
body {
  text-align: left;
}
div {
  text-align: left;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  /* for gutenberg start */
  /* for gutenberg end */
}
table caption {
  text-align: center;
  padding: 20px;
}
table thead tr td,
table tfoot tr td,
table thead tr th,
table tfoot tr th {
  padding: 15px 25px;
}
table th,
table td {
  border-width: 0;
  border-style: solid;
  /* for gutenberg */
}
table tr td,
table tr th {
  padding: 15px 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table tr td:first-child,
table tr th:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
table tr td:last-child,
table tr th:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
table.is-style-stripes {
  border-width: 0;
  border-style: solid;
}
table.is-style-stripes tr:first-child th,
table.is-style-stripes tr:first-child td {
  padding: 15px 25px;
}
table caption {
  text-align: center;
  padding: 20px;
}
.pls-container,
.pls-container table,
.cmsmasters_table,
.tribe-mini-calendar,
.tribe-events-calendar,
.shop_table,
.group_table,
.variations,
.shop_attributes {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px;
}
ul {
  list-style-type: none;
}
ul > li {
  display: block;
  position: relative;
}
ul > li:before {
  content: '\e979';
  font-family: 'fontello';
  font-size: 5px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  width: 4px;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}
ol {
  list-style-type: decimal-leading-zero;
}
ul li,
ol li {
  padding: 10px 0 0;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0 0 0 20px;
  padding: 10px 0 0;
}
.esg-grid ul {
  padding: 0;
  margin: 0;
}
.esg-grid ul li:before {
  display: none;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
textarea,
option {
  padding: 9px 15px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
}
select {
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  min-width: 100px;
  max-width: 100%;
  height: 35px;
  padding: 9px 40px 9px 15px;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-framework/theme-style/css/../../../img/select.png');
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select[multiple] option {
  padding-left: 0;
  padding-right: 0;
  background: none !important;
}
input[type=date],
input[type=number],
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="date"]::-webkit-clear-button {
  display: none;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  height: 40px;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
textarea:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input[type=submit],
input[type=button],
button {
  max-width: 100%;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
option {
  outline: none;
}
iframe {
  margin-bottom: 20px;
}
address {
  margin: 0 0 20px;
}
pre {
  margin: 0 0 20px;
}
dd {
  margin: 0 0 20px;
}
blockquote {
  position: relative;
  margin: 0 0 20px;
  padding-left: 60px;
  padding-right: 0;
  quotes: none;
  border-width: 0;
  border-style: solid;
}
blockquote:before,
blockquote:after {
  content: none;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  left: 15px;
  top: -3px;
}
blockquote p:last-of-type {
  margin: 0;
  padding: 0;
}
blockquote cite {
  display: block;
  margin-top: 10px;
}
kbd,
code {
  display: inline-block;
}
.jetpack_subscription_widget #subscribe-email input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.widget_wysija input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  width: 100% !important;
  padding: 9px !important;
}
.widget_wysija_cont .wysija-submit {
  display: inline-block !important;
  margin: 0 !important;
}
.single.single-wysijap .cmsmasters_open_post > * {
  display: none;
}
.single.single-wysijap .cmsmasters_open_post .cmsmasters_post_content {
  display: block;
}
.gform_wrapper input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.gform_wrapper textarea {
  padding: 9px !important;
}
.gform_wrapper select {
  padding: 9px !important;
  margin: 0 !important;
}
nav {
  display: block;
  height: 100%;
  position: relative;
}
nav ul {
  /* clear ul styles */
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
nav ul li {
  margin: 0;
  padding: 0;
}
nav ul li:before {
  display: none;
}
nav > div {
  height: 100%;
}
nav > div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
nav > div > ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 202;
  zoom: 1;
}
nav > div > ul ul {
  list-style: none;
  width: 205px;
  margin: 20px 0 0;
  padding: 10px 0 10px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 203;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
}
.header_top nav > div > ul ul {
  width: 175px;
  margin: 20px 0 0;
  padding: 5px 0 10px;
}
.header_bot nav > div > ul ul {
  width: 205px;
  margin: 20px 0 0;
  padding: 10px 0 10px;
}
nav > div > ul ul ul {
  margin: 0 0 0 20px;
  left: 100%;
  top: -11px;
}
.header_top nav > div > ul ul ul {
  margin: 0 0 0 20px;
  top: -6px;
}
.header_bot nav > div > ul ul ul {
  margin: 0 0 0 20px;
  top: -11px;
}
nav > div > ul ul li.current_page_item > a,
nav > div > ul ul li.current-menu-item > a,
nav > div > ul ul li.current-menu-ancestor > a {
  padding-left: 20px;
  padding-right: 10px;
}
nav > div > ul ul li > a:hover {
  padding-left: 20px;
  padding-right: 10px;
}
nav > div > ul li.menu-item-dropdown-right {
  text-align: right;
}
nav > div > ul li.menu-item-dropdown-right * {
  text-align: right;
}
nav > div > ul li.menu-item-dropdown-right > ul {
  left: auto;
  right: 0;
}
nav > div > ul li.menu-item-dropdown-right > ul ul {
  margin: 0 20px 0 0;
  left: auto;
  right: 100%;
}
.header_bot nav > div > ul li.menu-item-dropdown-right > ul ul {
  margin: 0 20px 0 0;
}
nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container {
  left: auto;
  right: 0;
}
nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container ul {
  right: auto;
}
nav > div > ul li:hover > ul {
  margin: 10px 0 0;
  visibility: visible;
  opacity: 1;
}
.header_top nav > div > ul li:hover > ul {
  margin: 0px 0 0;
}
.header_bot nav > div > ul li:hover > ul {
  margin: 0px 0 0;
}
nav > div > ul li:hover > ul:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -11px;
}
.header_top nav > div > ul li:hover > ul:before {
  width: 100%;
  height: 0px;
  top: -1px;
}
.header_bot nav > div > ul li:hover > ul:before {
  width: 100%;
  height: 0px;
  top: -1px;
}
nav > div > ul li:hover > div.menu-item-mega-container {
  margin: 10px 0 0;
  visibility: visible;
  opacity: 1;
}
.header_bot nav > div > ul li:hover > div.menu-item-mega-container {
  margin: 0px 0 0;
}
nav > div > ul li:hover > div.menu-item-mega-container:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -11px;
}
.header_bot nav > div > ul li:hover > div.menu-item-mega-container:before {
  width: 100%;
  height: 0px;
  top: -1px;
}
nav > div > ul li:hover > div.menu-item-mega-container ul {
  visibility: visible;
  opacity: 1;
}
nav > div > ul li li:hover > ul {
  margin: 0 0 0 0px;
}
.header_top nav > div > ul li li:hover > ul {
  margin: 0 0 0 0px;
}
.header_bot nav > div > ul li li:hover > ul {
  margin: 0 0 0 0px;
}
nav > div > ul li li:hover > ul:before {
  width: 0px;
  height: 100%;
  top: 0;
  left: -1px;
}
.header_top nav > div > ul li li:hover > ul:before {
  width: 0px;
  height: 100%;
  left: -1px;
}
.header_bot nav > div > ul li li:hover > ul:before {
  width: 0px;
  height: 100%;
  left: -1px;
}
nav > div > ul li.menu-item-dropdown-right li:hover > ul {
  margin: 0 0px 0 0;
}
.header_bot nav > div > ul li.menu-item-dropdown-right li:hover > ul {
  margin: 0 0px 0 0;
}
nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  left: auto;
  right: -1px;
}
.header_bot nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  right: -1px;
}
nav > div > ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 203;
}
nav > div > ul li:hover {
  z-index: 204;
}
nav > div > ul a {
  display: block;
  position: relative;
  z-index: 204;
}
.header_bot nav > div > ul a,
.header_mid nav > div > ul a {
  padding: 7px 15px;
}
nav > div > ul .menu-item-mega-description-container {
  display: block;
  padding: 10px 15px;
  overflow: hidden;
}
nav > div > ul .nav_title[class^="cmsmasters-icon-"]:before,
nav > div > ul .nav_title[class*=" cmsmasters-icon-"]:before {
  margin: 0 .5em 0 0;
}
nav > div > ul .nav_tag {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
nav > div > ul .nav_subtitle {
  display: block;
  margin-top: -3px;
}
nav > div > ul .menu-item-hide-text > a .nav_title[class^="cmsmasters-icon-"]:before,
nav > div > ul .menu-item-hide-text > a .nav_title[class*=" cmsmasters-icon-"]:before {
  margin: 0 .3em;
}
nav > div > ul .menu-item-hide-text:not(.menu-item-icon) > a {
  display: none;
}
nav > div > ul > li {
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
}
nav > div > ul > li:last-child {
  border-right-width: 0;
  border-right-style: solid;
}
nav > div > ul > li li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
nav > div > ul > li li:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
nav > div > ul li.menu-item-mega ul {
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 203;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav > div > ul div.menu-item-mega-container {
  display: block;
  width: auto;
  margin: 20px 0 0;
  padding: 20px 10px 30px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 203;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
}
.header_bot nav > div > ul div.menu-item-mega-container {
  margin: 20px 0 0;
}
nav > div > ul div.menu-item-mega-container > ul {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
nav > div > ul div.menu-item-mega-container > ul > li {
  display: table-cell;
  padding: 0 5px;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
nav > div > ul div.menu-item-mega-container > ul > li > a {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
nav > div > ul div.menu-item-mega-container > ul > li > a:before {
  content: '';
  width: 50px;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: absolute;
  left: 15px;
  bottom: 0;
}
nav > div > ul div.menu-item-mega-container > ul > li > a:hover {
  padding-left: 15px;
  padding-right: 15px;
}
nav > div > ul div.menu-item-mega-container > ul > li > ul {
  width: 205px;
  margin: 0;
  padding: 0;
}
.header_bot nav > div > ul div.menu-item-mega-container > ul > li > ul {
  width: 205px;
}
nav > div > ul div.menu-item-mega-container > ul > li:hover > ul {
  margin: 0;
  padding: 0;
}
.header_bot nav > div > ul div.menu-item-mega-container > ul > li:hover > ul {
  margin: 0;
  padding: 0;
}
nav > div > ul div.menu-item-mega-container > ul > li a:empty {
  padding: 0;
  margin: 0;
}
nav > div > ul li.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li a,
nav > div > ul li.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li ul {
  width: auto;
}
nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-two > div.menu-item-mega-container > ul > li {
  width: 50%;
}
nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-three > div.menu-item-mega-container > ul > li {
  width: 33.33%;
}
nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-four > div.menu-item-mega-container > ul > li {
  width: 25%;
}
nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-five > div.menu-item-mega-container > ul > li {
  width: 20%;
}
.full-width {
  min-width: 100%;
}
audio.full-width {
  width: 100%;
}
.alignleft,
.fl {
  float: left;
}
.alignright,
.fr {
  float: right;
}
.aligncenter {
  text-align: center;
}
.aligncenter,
.alignnone {
  clear: both;
}
img.alignleft,
img.fl {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright,
img.fr {
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  margin: 0 auto 20px;
  display: block;
}
img.alignnone {
  margin-bottom: 20px;
}
.dn {
  display: none;
}
.tal,
.ta_left {
  text-align: left;
}
.tac,
.ta_center {
  text-align: center;
}
.tar,
.ta_right {
  text-align: right;
}
.cl,
.clear {
  display: block;
  clear: both;
}
.ovh {
  overflow: hidden;
}
.low_case {
  text-transform: lowercase;
}
.up_case {
  text-transform: uppercase;
}
.cmsmasters_responsive_width {
  display: block;
  width: auto;
  visibility: hidden;
}
.cmsmasters_column {
  position: relative;
  min-height: 1px;
}
.cmsmasters_column_sticky {
  position: relative;
  top: 0;
}
.cmsmasters_column_inner {
  width: 100%;
  position: relative;
  min-height: 1px;
}
.one_first,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.one_sixth {
  margin: 0 1.7%;
  position: relative;
  float: left;
}
.one_sixth {
  width: 13.27%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_sixth {
  width: 16.67%;
}
.one_fifth {
  width: 16.6%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fifth {
  width: 20%;
}
.one_fourth {
  width: 21.6%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fourth {
  width: 25%;
}
.one_third {
  width: 29.93%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_third {
  width: 33.33%;
}
.one_half {
  width: 46.6%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_half {
  width: 50%;
}
.two_third {
  width: 63.27%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .two_third {
  width: 66.67%;
}
.three_fourth {
  width: 71.6%;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .three_fourth {
  width: 75%;
}
.one_first {
  width: 96.6%;
  float: none;
  position: relative;
  display: block;
  clear: both;
}
.cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_first {
  width: 100%;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior:after {
  content: none;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior.cmsmasters_131313 {
  width: 99.99%;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner:after {
  content: none;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > div {
  width: 100%;
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > div.cmsmasters_posts_slider {
  width: calc(100% + 15px * 2);
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > div.cmsmasters_pricing_table,
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > div.gallery {
  width: calc(103.4%);
}
.cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > .cmsmasters_featured_block {
  height: 100%;
}
.safari_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column,
.safari_mobile_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.safari_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner,
.safari_mobile_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner {
  min-width: 100%;
  height: auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.safari_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > .cmsmasters_featured_block,
.safari_mobile_only .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_column .cmsmasters_column_inner > .cmsmasters_featured_block {
  height: auto;
}
[data-animation] {
  opacity: 0;
}
[data-animation].animated {
  opacity: 1;
}
#page.cmsmasters_boxed {
  width: 1000px;
  margin: 0 auto;
}
#page.cmsmasters_boxed #header,
#page.cmsmasters_boxed #footer {
  width: 1000px;
}
#page,
#main,
#middle,
.middle_content,
#bottom,
#footer,
.headline,
.headline_outer,
.middle_inner,
.cmsmasters_row,
.cmsmasters_row_outer,
.cmsmasters_row_outer_parent {
  width: 100%;
  position: relative;
}
.post-password-form,
.header_top_inner,
.header_mid_inner,
.header_bot_inner,
.content_wrap,
.headline_inner,
.bottom_outer,
.footer_inner,
.cmsmasters_row_inner {
  position: relative;
  width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.content_wrap .post-password-form {
  width: auto;
  padding: 0;
}
.cmsmasters_row.cmsmasters_row_top_default.cmsmasters_row_bot_default {
  z-index: 0;
}
.cmsmasters_row.cmsmasters_row_top_left_diagonal:before,
.cmsmasters_row.cmsmasters_row_bot_left_diagonal:after {
  content: '';
  background-color: inherit;
  width: 150%;
  height: 150px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: 1;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.cmsmasters_row.cmsmasters_row_bot_left_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.cmsmasters_row.cmsmasters_row_top_right_diagonal:before,
.cmsmasters_row.cmsmasters_row_bot_right_diagonal:after {
  content: '';
  background-color: inherit;
  width: 150%;
  height: 150px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: 1;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cmsmasters_row.cmsmasters_row_bot_right_diagonal:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.cmsmasters_row.cmsmasters_row_top_zigzag:before,
.cmsmasters_row.cmsmasters_row_bot_zigzag:after {
  content: '';
  background-size: 10px 5px;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  z-index: 1;
}
.cmsmasters_row.cmsmasters_row_bot_zigzag:after {
  top: 100%;
  bottom: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cmsmasters_row.cmsmasters_row_top_triangle:before,
.cmsmasters_row.cmsmasters_row_bot_triangle:after {
  content: '';
  background-color: inherit;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: auto;
}
.cmsmasters_row.cmsmasters_row_bot_triangle:after {
  top: auto;
  bottom: -15px;
}
.cmsmasters_row .cmsmasters_row_outer_parent {
  padding: .1px 0;
  z-index: 2;
}
.cmsmasters_row .cmsmasters_row_inner.cmsmasters_row_fullwidth {
  width: 100%;
  padding: 0 40px;
}
.cmsmasters_row .cmsmasters_row_inner.cmsmasters_row_no_margin > .cmsmasters_row_margin {
  margin: 0;
}
.cmsmasters_row .cmsmasters_row_inner.cmsmasters_row_no_margin > .cmsmasters_row_margin > .cmsmasters_column {
  margin: 0;
}
.cmsmasters_row .cmsmasters_row_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsmasters_row_margin {
  margin: 0 -1.77%;
  position: relative;
}
.content_wrap.r_sidebar .cmsmasters_row,
.content_wrap.l_sidebar .cmsmasters_row,
.content_wrap .opened-article .cmsmasters_row,
.content_wrap .cmsmasters_tabs .cmsmasters_row {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content_wrap.r_sidebar .cmsmasters_row .cmsmasters_row_inner,
.content_wrap.l_sidebar .cmsmasters_row .cmsmasters_row_inner,
.content_wrap .opened-article .cmsmasters_row .cmsmasters_row_inner,
.content_wrap .cmsmasters_tabs .cmsmasters_row .cmsmasters_row_inner {
  width: 100%;
  padding: 0;
}
.content_wrap.cmsmasters_set_fullwidth {
  width: 100%;
  padding: 0;
}
#page:after,
#middle:after,
.middle_inner:after,
.middle_content:after,
#bottom:after,
.bottom_bg:after,
.content_wrap:after,
.cmsmasters_row_inner:after,
.cmsmasters_row_margin:after,
.cmsmasters_column_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#middle {
  z-index: 1;
}
.middle_content {
  padding: 80px 0;
}
.middle_content:empty {
  display: none;
}
.content {
  width: 66%;
  padding: 80px 0;
  position: relative;
  float: left;
}
.content.fr {
  float: right;
}
.sidebar {
  width: 34%;
  padding: 80px 0 80px 40px;
  position: relative;
  float: right;
}
.sidebar.fl {
  padding: 80px 40px 80px 0;
  float: left;
}
.bottom_bg {
  padding-top: 85px;
  padding-bottom: 65px;
}
.bottom_inner {
  margin: 0 -1.7%;
}
.bottom_inner aside {
  position: relative;
  float: left;
  margin: 0 1.7%;
}
/* Instagram */
#sbi_load {
  padding-top: 0 !important;
}
/***************** Icons ******************/
/* Global */
.cmsmasters_theme_icon_comment:before {
  content: '\e8fd';
}
.cmsmasters_theme_icon_like:before {
  content: '\e8a8';
}
.cmsmasters_theme_icon_search:before {
  content: '\e801';
  font-family: 'fontello-custom' !important;
}
.cmsmasters_theme_icon_cancel:before {
  content: '\e900';
  font-family: 'fontello-custom' !important;
}
.cmsmasters_theme_icon_resp_nav:before {
  content: '\e802';
  font-family: 'fontello-custom' !important;
}
.cmsmasters_theme_icon_person:before {
  content: '\e813';
}
.cmsmasters_theme_icon_image:before {
  content: '\e831';
}
.cmsmasters_theme_icon_check:before {
  content: '\eabb';
}
.cmsmasters_theme_icon_spinner:before {
  content: '\e9fd';
}
/* Arrows */
.cmsmasters_theme_icon_slide_prev:before,
.cmsmasters_theme_icon_pagination_prev:before,
.cmsmasters_theme_icon_comments_nav_prev:before,
.cmsmasters_prev_arrow span:before {
  content: '\eb25';
}
.cmsmasters_theme_icon_slide_next:before,
.cmsmasters_theme_icon_pagination_next:before,
.cmsmasters_theme_icon_comments_nav_next:before,
.cmsmasters_next_arrow span:before {
  content: '\eb26';
}
.cmsmasters_theme_icon_slide_top:before {
  content: '\eb27';
}
.cmsmasters_theme_icon_slide_bottom:before {
  content: '\eb24';
}
.cmsmasters_theme_icon_resp_nav_slide_up:before {
  content: '\eb24';
}
.cmsmasters_theme_icon_resp_nav_slide_down:before {
  content: '\eb26';
}
/* Widget Add Info */
.cmsmasters_theme_icon_user_mail:before {
  content: '\e885';
}
.cmsmasters_theme_icon_user_website:before {
  content: '\e836';
}
.cmsmasters_theme_icon_user_phone:before {
  content: '\e805';
}
.cmsmasters_theme_icon_user_address:before {
  content: '\e895';
}
/* Twitter stripe */
.cmsmasters_theme_icon_user_twitter:before {
  content: '\ea97';
}
/***************** Elements ******************/
/* Icon Arrow Global Styles */
.cmsmasters_prev_arrow,
.cmsmasters_next_arrow {
  display: inline-block;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.cmsmasters_prev_arrow:after,
.cmsmasters_next_arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_prev_arrow span,
.cmsmasters_next_arrow span {
  display: inline-block;
  width: 12px;
  height: 18px;
  vertical-align: middle;
}
.cmsmasters_prev_arrow span:before,
.cmsmasters_next_arrow span:before {
  font-family: 'fontello';
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: block;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Pixel Arrow Global Styles */
.cmsmasters_prev_arrow_pixel,
.cmsmasters_next_arrow_pixel {
  background: #000000;
  width: 1px;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_prev_arrow_pixel:before,
.cmsmasters_next_arrow_pixel:before,
.cmsmasters_prev_arrow_pixel:after,
.cmsmasters_next_arrow_pixel:after,
.cmsmasters_prev_arrow_pixel span:before,
.cmsmasters_next_arrow_pixel span:before,
.cmsmasters_prev_arrow_pixel span:after,
.cmsmasters_next_arrow_pixel span:after {
  content: '';
  background: transparent;
  position: absolute;
  width: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_prev_arrow_pixel:before,
.cmsmasters_next_arrow_pixel:before {
  height: 3px;
  left: 1px;
  top: -1px;
}
.cmsmasters_prev_arrow_pixel:after,
.cmsmasters_next_arrow_pixel:after {
  height: 5px;
  left: 2px;
  top: -2px;
}
.cmsmasters_prev_arrow_pixel span:before,
.cmsmasters_next_arrow_pixel span:before {
  height: 7px;
  left: 3px;
  top: -3px;
}
.cmsmasters_prev_arrow_pixel span:after,
.cmsmasters_next_arrow_pixel span:after {
  height: 9px;
  left: 4px;
  top: -4px;
}
.cmsmasters_next_arrow_pixel {
  right: 0;
  left: auto;
}
.cmsmasters_next_arrow_pixel:before {
  left: auto;
  right: 1px;
}
.cmsmasters_next_arrow_pixel:after {
  left: auto;
  right: 2px;
}
.cmsmasters_next_arrow_pixel span:before {
  left: auto;
  right: 3px;
}
.cmsmasters_next_arrow_pixel span:after {
  left: auto;
  right: 4px;
}
.cmsmasters_top_arrow_pixel,
.cmsmasters_bot_arrow_pixel {
  background: #000000;
  width: 1px;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  bottom: 0;
}
.cmsmasters_top_arrow_pixel:before,
.cmsmasters_bot_arrow_pixel:before,
.cmsmasters_top_arrow_pixel:after,
.cmsmasters_bot_arrow_pixel:after,
.cmsmasters_top_arrow_pixel span:before,
.cmsmasters_bot_arrow_pixel span:before,
.cmsmasters_top_arrow_pixel span:after,
.cmsmasters_bot_arrow_pixel span:after {
  content: '';
  background: transparent;
  position: absolute;
  height: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.cmsmasters_top_arrow_pixel:before,
.cmsmasters_bot_arrow_pixel:before {
  width: 3px;
  top: 1px;
  left: -1px;
}
.cmsmasters_top_arrow_pixel:after,
.cmsmasters_bot_arrow_pixel:after {
  width: 5px;
  top: 2px;
  left: -2px;
}
.cmsmasters_top_arrow_pixel span:before,
.cmsmasters_bot_arrow_pixel span:before {
  width: 7px;
  top: 3px;
  left: -3px;
}
.cmsmasters_top_arrow_pixel span:after,
.cmsmasters_bot_arrow_pixel span:after {
  width: 9px;
  top: 4px;
  left: -4px;
}
.cmsmasters_bot_arrow_pixel {
  top: 4px;
}
.cmsmasters_bot_arrow_pixel:before {
  top: auto;
  bottom: 1px;
}
.cmsmasters_bot_arrow_pixel:after {
  top: auto;
  bottom: 2px;
}
.cmsmasters_bot_arrow_pixel span:before {
  top: auto;
  bottom: 3px;
}
.cmsmasters_bot_arrow_pixel span:after {
  top: auto;
  bottom: 4px;
}
/* Post Password Form */
.post-password-form {
  padding-top: 40px;
}
.post-password-form p:first-child {
  font-weight: bold;
}
.post-password-form label {
  display: inline-block;
}
.post-password-form input[type="password"] {
  display: block;
}
.post-password-form input[type=submit] {
  display: inline-block;
  margin: 0 0 -1px -4px;
  vertical-align: middle;
}
/* Prelodaer */
.preloader {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}
.preloader .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader.highImg {
  height: auto;
  padding: 0;
}
.preloader.highImg .full-width {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}
/* Resizable Block */
.resizable_block {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.resizable_block .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Img Wrapper */
.cmsmasters_img_wrap {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_img_wrap .img_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_img_wrap .img_placeholder:before {
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_img_wrap .highImg .img_placeholder {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
/* Img Rollover */
.cmsmasters_img_rollover_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_img_rollover_wrap .img_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_img_rollover_wrap .img_placeholder:before {
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_img_rollover_wrap.highImg .img_placeholder {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.cmsmasters_img_rollover_wrap .cmsmasters_img_rollover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
}
.cmsmasters_img_rollover_wrap .cmsmasters_img_rollover:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_img_rollover_wrap .cmsmasters_img_rollover .cmsmasters_open_post_link {
  display: inline-block;
}
.cmsmasters_img_rollover_wrap .cmsmasters_img_rollover .cmsmasters_open_link,
.cmsmasters_img_rollover_wrap .cmsmasters_img_rollover .cmsmasters_image_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_img_rollover_wrap:hover .cmsmasters_img_rollover {
  opacity: 1;
}
/* Placeholder Small */
.img_placeholder_small {
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
}
.img_placeholder_small:before {
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Video Wrapper */
.wp-video-shortcode,
.mejs-layer {
  max-width: 100%;
}
.mejs-container.wp-video-shortcode,
.mejs-container.wp-audio-shortcode {
  margin-bottom: 20px;
  max-width: 100%;
}
.cmsmasters_video_wrap {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cmsmasters_video_wrap > div {
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_video_wrap iframe {
  width: 100%;
  max-width: auto;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_video_wrap .wp-video-shortcode,
.cmsmasters_video_wrap .mejs-layer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_video_wrap .wp-video-shortcode .mejs-overlay-button,
.cmsmasters_video_wrap .mejs-layer .mejs-overlay-button {
  margin-top: -50px !important;
}
/* Search Bar */
.search_bar_wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}
.search_bar_wrap .search_field {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.search_bar_wrap .search_field input {
  width: 100%;
}
#middle .search_bar_wrap .search_field input,
#bottom .search_bar_wrap .search_field input {
  padding-left: 15px;
  padding-right: 36px;
}
.search_bar_wrap .search_button {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.search_bar_wrap .search_button button {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search_bar_wrap .search_button button:before {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.search_bar_wrap .search_button button:hover {
  background: none;
}
/* Social Icons */
.social_wrap {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.social_wrap .social_wrap_inner {
  height: 100%;
}
.social_wrap .social_wrap_inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.social_wrap ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.social_wrap li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.social_wrap li:last-child {
  margin: 0;
}
.social_wrap li:before {
  display: none;
}
.social_wrap a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.social_wrap a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Core Owl Carousel CSS v1.3.2 */
.cmsmasters_owl_slider:not(.owl-carousel) > div {
  width: 0;
  height: 0;
  visibility: hidden;
}
.owl-carousel {
  width: 100%;
  position: relative;
  -ms-touch-action: pan-y;
  display: none;
}
.owl-carousel .owl-wrapper-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  position: relative;
  display: none;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after {
  content: '.';
  line-height: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper,
.owl-carousel .owl-wrapper-outer .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.ie_only .owl-carousel .owl-wrapper-outer .owl-wrapper,
.ie_only .owl-carousel .owl-wrapper-outer .owl-item {
  -ms-backface-visibility: visible;
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.owl-pagination .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px 1px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.owl-pagination .owl-page:hover,
.owl-pagination .owl-page.active {
  outline: none;
}
.owl-pagination .owl-page.active {
  cursor: default;
}
.owl-buttons {
  display: block;
  width: 100%;
  text-align: center;
}
.owl-buttons > div {
  display: inline-block;
  height: 50px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.owl-buttons > div.owl-prev {
  left: 0;
}
.owl-buttons > div.owl-next {
  right: 0;
}
/* Slide Top Button */
#slide_top {
  text-align: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99998;
  display: none;
}
#slide_top:before {
  font-size: 16px;
  line-height: 50px;
}
#slide_top > span {
  display: inline-block;
  text-indent: -9999px;
}
/* Opened Article */
.middle_content .opened-article {
  padding: 0 0 50px;
}
.middle_content .opened-article.portfolio {
  padding-top: 0;
}
/* Likes and Comments */
.cmsmasters_likes a,
.cmsmasters_comments a {
  font-size: 13px;
  padding: 0 0 0 1px;
  cursor: pointer;
}
.cmsmasters_likes a.active,
.cmsmasters_comments a.active {
  cursor: default;
}
.cmsmasters_likes a:before,
.cmsmasters_comments a:before {
  width: 15px;
}
.cmsmasters_likes a span,
.cmsmasters_comments a span {
  margin: 0 0 0 6px;
}
/* Button */
.button,
input[type=submit],
input[type=button],
button {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Items Filter */
.cmsmasters_items_filter_wrap {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter {
  position: relative;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_sort_block {
  display: block;
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but {
  background: none;
  border-width: 0;
  border-style: solid;
  display: block;
  margin: 0 0 0 25px;
  padding: 0 0 0 23px;
  float: left;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:before {
  content: '\eb24';
  font-family: 'fontello';
  display: block;
  width: 14px;
  height: 14px;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.reversed {
  position: relative;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.reversed:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_block {
  position: relative;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_but {
  display: none;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list {
  margin: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  overflow: hidden;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li:before {
  content: none;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
}
.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a {
  cursor: default;
}
/* More Items Loader and Pagination */
.cmsmasters_wrap_more_items {
  padding: 40px 0 0;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_wrap_more_items.cmsmasters_loading {
  min-height: 60px;
}
.cmsmasters_wrap_more_items.cmsmasters_loading:before {
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.cmsmasters_wrap_items_loader {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
.cmsmasters_wrap_items_loader:before,
.cmsmasters_wrap_items_loader:after {
  content: '';
  display: block;
  height: 1px;
  width: 9999px;
  position: absolute;
  right: 100%;
  top: 50%;
}
.cmsmasters_wrap_items_loader:after {
  right: auto;
  left: 100%;
}
.cmsmasters_wrap_items_loader .cmsmasters_items_loader {
  display: inline-block;
  background: none;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
div.subpage_nav {
  position: relative;
}
div.subpage_nav > strong {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
div.subpage_nav > span,
div.subpage_nav > a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.cmsmasters_wrap_pagination {
  padding: 40px 0 0;
  overflow: hidden;
  text-align: center;
}
.cmsmasters_wrap_pagination ul {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0;
}
#middle .cmsmasters_wrap_pagination ul:after,
#middle .cmsmasters_wrap_pagination ul:before {
  content: '';
  display: block;
  height: 1px;
  width: 9999px;
  position: absolute;
  right: 100%;
  top: 50%;
}
#middle .cmsmasters_wrap_pagination ul:after {
  right: auto;
  left: 100%;
  visibility: visible;
}
.cmsmasters_wrap_pagination ul li {
  display: block;
  margin: 0;
  padding: 0 6px;
  float: left;
}
.cmsmasters_wrap_pagination ul li:before {
  content: none;
}
.cmsmasters_wrap_pagination ul li .page-numbers {
  display: block;
  position: relative;
}
.cmsmasters_wrap_pagination:empty {
  display: none;
}
/* Post Navigation */
.post_nav {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.post_nav > span {
  display: block;
  position: relative;
  max-width: 50%;
}
.post_nav > span a {
  padding-top: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
  min-height: 50px;
  word-break: break-word;
}
.post_nav > span .post_nav_sub {
  display: inline-block;
  position: absolute;
  top: -2px;
  white-space: nowrap;
}
.post_nav > span.cmsmasters_prev_post {
  padding-left: 0;
  padding-right: 20px;
  float: left;
}
.post_nav > span.cmsmasters_prev_post a {
  padding-left: 50px;
  padding-right: 0;
}
.post_nav > span.cmsmasters_prev_post .post_nav_sub {
  left: 50px;
}
.post_nav > span.cmsmasters_prev_post .cmsmasters_prev_arrow {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.post_nav > span.cmsmasters_next_post {
  padding-left: 20px;
  padding-right: 0;
  float: right;
}
.post_nav > span.cmsmasters_next_post a {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.post_nav > span.cmsmasters_next_post .post_nav_sub {
  right: 50px;
}
.post_nav > span.cmsmasters_next_post .cmsmasters_next_arrow {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
}
/* Share Posts */
.share_posts {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.share_posts .share_posts_title {
  position: relative;
}
.share_posts .share_posts_inner {
  position: relative;
  padding-left: 2px;
  overflow: hidden;
  text-align: center;
}
.share_posts a {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 0 2px -2px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
/* About Author */
.about_author {
  padding: 50px 0 0;
  position: relative;
}
.about_author .about_author_inner {
  padding: 25px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.about_author .about_author_avatar {
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden;
}
.about_author .about_author_avatar img {
  outline: none;
}
.about_author .about_author_cont {
  padding-top: 5px;
  position: relative;
  overflow: hidden;
}
.about_author .about_author_cont p {
  padding: 0 0 5px;
}
.about_author .about_author_cont_title {
  margin: 0 0 5px;
}
.about_author .about_author_site {
  font-weight: bold;
}
/* Single Post Slider */
.cmsmasters_single_slider {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_slider .preloader {
  padding-bottom: 100%;
}
.cmsmasters_single_slider .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_single_slider .cmsmasters_owl_slider {
  outline: none;
}
.cmsmasters_single_slider .cmsmasters_single_slider_title {
  outline: none;
}
.cmsmasters_single_slider .cmsmasters_single_slider_inner {
  margin: 0 -10px;
}
.cmsmasters_single_slider .cmsmasters_single_slider_inner .owl-buttons {
  padding: 0 10px;
}
.cmsmasters_single_slider .cmsmasters_single_slider_inner .owl-buttons .owl-prev {
  left: 25px;
}
.cmsmasters_single_slider .cmsmasters_single_slider_inner .owl-buttons .owl-next {
  right: 25px;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item {
  min-width: 200px;
  padding: 0 11px;
  position: relative;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_outer {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_outer img {
  image-rendering: auto;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_inner {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_title {
  margin: 0;
  padding: 0;
}
/* Single Pings List */
.cmsmasters_pings_list {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_pings_list .pingslist .pingback {
  position: relative;
  padding: 8px 50px 8px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_pings_list .pingslist .pingback:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsmasters_pings_list .pingslist .pingback .comment-body {
  display: inline;
}
.cmsmasters_pings_list .pingslist .pingback .comment-body .edit-link {
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_pings_list .pingslist .pingback .comment-body .edit-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_pings_list .pingslist .pingback .comment-body .edit-link .comment-edit-link {
  display: inline-block;
  vertical-align: middle;
}
/* Post Comments */
.post_comments {
  padding: 50px 0 0;
  position: relative;
}
.post_comments:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.nocomments {
  margin-top: 10px;
}
.comments_nav {
  padding: 10px 0;
  overflow: hidden;
}
.comments_nav .comments_nav_prev {
  float: left;
}
.comments_nav .comments_nav_next {
  float: right;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.commentlist .children .comment {
  padding-top: 35px;
  border-top-width: 1px;
  border-top-style: solid;
}
.commentlist > .comment {
  border-width: 1px;
  border-style: solid;
  padding: 25px 25px 0 25px;
  margin-bottom: 15px;
}
.commentlist > .comment:last-child {
  margin-bottom: 0;
}
.commentlist .comment:before {
  content: none;
}
.commentlist .comment:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_comment_item {
  position: relative;
  margin-bottom: 35px;
}
.cmsmasters_comment_item:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_comment_item .cmsmasters_comment_item_date {
  display: block;
}
.cmsmasters_comment_item .cmsmasters_comment_item_avatar {
  margin-right: 25px;
  display: block;
  float: left;
  overflow: hidden;
}
.cmsmasters_comment_item .cmsmasters_comment_item_avatar img {
  outline: none;
}
.cmsmasters_comment_item .cmsmasters_comment_item_cont {
  position: relative;
  overflow: hidden;
}
.cmsmasters_comment_item .cmsmasters_comment_item_header {
  position: relative;
  margin-top: -4px;
  float: left;
}
.cmsmasters_comment_item .cmsmasters_comment_item_cont_info {
  margin-top: -4px;
  position: relative;
  float: right;
}
.cmsmasters_comment_item .cmsmasters_comment_item_cont_info > a {
  display: inline-block;
  margin-left: 10px;
}
.cmsmasters_comment_item .cmsmasters_comment_item_title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cmsmasters_comment_item .cmsmasters_comment_item_content {
  padding-top: 10px;
  display: block;
  clear: both;
}
.cmsmasters_comment_item .cmsmasters_comment_item_content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_comment_item .cmsmasters_comment_item_content > ul,
.cmsmasters_comment_item .cmsmasters_comment_item_content > ol {
  margin: 0 0 20px;
  padding: 0;
}
/* Comment Respond */
.comment-respond {
  padding: 50px 0 0;
  position: relative;
}
.comment-respond:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.comment-respond textarea {
  min-height: 86px;
}
.comment-respond p {
  padding-bottom: 10px;
}
.comment-respond .comment-reply-title {
  position: relative;
}
.comment-respond .comment-reply-title small {
  float: right;
}
.comment-respond .comment-form {
  position: relative;
}
.comment-respond .comment-form:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.comment-respond .comment-form textarea {
  width: 100%;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  padding-bottom: 20px;
  display: block;
  clear: both;
}
.comment-respond .comment-form-author {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.comment-respond .comment-form-author input {
  width: 100%;
}
.comment-respond .comment-form-email {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.comment-respond .comment-form-email input {
  width: 100%;
}
.comment-respond .comment-form-cookies-consent {
  float: none;
  display: block;
  clear: both;
}
.comment-respond .comment-form-cookies-consent input {
  display: inline;
  position: relative;
  top: 1px;
}
.comment-respond .comment-form-cookies-consent label {
  margin-left: 5px;
  display: inline;
}
.comment-respond .form-submit {
  padding-top: 10px;
  display: block;
  clear: both;
}
.nocomments {
  margin: 50px 0 0;
  position: relative;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/* Header + Centered + Right + Fixed Versions
/*-------------------------------------------------------------------------*/
/***************** Header ******************/
#header {
  width: 100%;
  position: absolute;
  z-index: 9999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.slogan_wrap {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.slogan_wrap .slogan_wrap_inner {
  height: 100%;
  padding: 0 0 0 20px;
  text-align: right;
}
.enable_header_centered .slogan_wrap .slogan_wrap_inner {
  padding: 0;
}
.slogan_wrap .slogan_wrap_inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.slogan_wrap .slogan_wrap_text {
  display: inline-block;
  vertical-align: middle;
}
.slogan_wrap .slogan_wrap_text > * {
  margin: 0 10px 0 0;
  display: inline-block;
}
.slogan_wrap .slogan_wrap_text > *:last-child {
  margin: 0;
}
.slogan_wrap .slogan_wrap_text > *[class^="cmsmasters-icon-"]:before,
.slogan_wrap .slogan_wrap_text > *[class*=" cmsmasters-icon-"]:before,
.slogan_wrap .slogan_wrap_text > *[class^="cmsmasters_theme_icon_"]:before,
.slogan_wrap .slogan_wrap_text > *[class*=" cmsmasters_theme_icon_"]:before {
  margin-left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
}
.slogan_wrap .slogan_wrap_text > p {
  padding: 0;
}
.slogan_wrap .slogan_wrap_text .adr {
  white-space: nowrap;
}
/***************** Header Top ******************/
.header_top {
  outline: none;
}
.header_top .header_top_but {
  width: 100%;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: none;
}
.header_top .header_top_but.closed {
  border-color: transparent;
}
.header_top .header_top_but > span {
  font-size: 16px;
  line-height: 14px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_top .header_top_outer {
  height: 100%;
  position: relative;
}
.header_top .header_top_inner {
  height: 100%;
}
.header_top .header_top_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.header_top .social_wrap {
  height: 100%;
  float: right;
}
.header_top .social_wrap li {
  margin-left: 0;
  margin-right: 4px;
}
.header_top .social_wrap li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.header_top .top_nav_wrap {
  display: block;
  height: 100%;
  float: right;
}
.header_top .responsive_top_nav {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  display: none;
  margin: 0 auto 20px;
}
.header_top .responsive_top_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_top .responsive_top_nav.active:before {
  content: '\e900';
  font-size: 12px;
}
.header_top .header_top_meta {
  height: 100%;
  padding: 0 20px 0 0;
  overflow: hidden;
}
.header_top .header_top_meta:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_top .meta_wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header_top .meta_wrap > * {
  margin: 0 10px 0 0;
  display: inline-block;
}
.header_top .meta_wrap > *:last-child {
  margin: 0;
}
.header_top .meta_wrap > *[class^="cmsmasters-icon-"]:before,
.header_top .meta_wrap > *[class*=" cmsmasters-icon-"]:before,
.header_top .meta_wrap > *[class^="cmsmasters_theme_icon_"]:before,
.header_top .meta_wrap > *[class*=" cmsmasters_theme_icon_"]:before {
  margin-left: 0;
  margin-right: 0.5em;
  vertical-align: middle;
}
.header_top .meta_wrap > p {
  padding: 0;
}
.header_top .meta_wrap .adr {
  white-space: nowrap;
}
/***************** Header Top Navigation ******************/
.top_line_nav {
  z-index: 205;
}
.top_line_nav > li {
  height: 100%;
}
.top_line_nav > li > a {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.top_line_nav > li > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.top_line_nav > li > a .nav_item_wrap {
  display: inline-block;
  vertical-align: middle;
}
.top_line_nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.top_line_nav ul li:hover > a {
  padding-left: 15px;
  padding-right: 5px;
}
/***************** Header Mid ******************/
.header_mid {
  display: block;
  clear: both;
}
.header_mid .header_mid_outer {
  height: 100%;
  position: relative;
}
.header_mid .header_mid_inner {
  height: 100%;
}
.header_mid .header_mid_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.header_mid .logo_wrap {
  height: 100%;
  position: relative;
  float: left;
}
.enable_header_centered .header_mid .logo_wrap {
  float: none;
  margin: 0 auto;
}
.header_mid .logo_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .logo_wrap .logo_text_wrap {
  display: inline-block;
  vertical-align: middle;
}
.header_mid .logo_wrap .title {
  display: block;
  line-height: 1em;
}
.header_mid .logo_wrap .title_text {
  padding: 0 0 0 3px;
}
.header_mid .logo_wrap .logo {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.header_mid .logo_wrap .logo img {
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.enable_header_centered .header_mid .logo_wrap .logo img {
  left: 0;
  right: 0;
}
.header_mid .logo_wrap .logo .logo_retina {
  display: none;
}
.header_mid .resp_mid_nav_wrap {
  height: 100%;
  margin: 0 0 0 6px;
  position: relative;
  display: none;
  float: right;
  overflow: hidden;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav_outer {
  height: 100%;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav_outer:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  position: relative;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 22px;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav.active:before {
  content: '\e900';
  font-size: 12px;
  line-height: 12px;
}
.header_mid .mid_search_but_wrap {
  height: 100%;
  margin: 0 0 0 13px;
  position: relative;
  float: right;
}
.header_mid .mid_search_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .mid_search_but_wrap .mid_search_but {
  font-size: 14px;
  line-height: 14px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header_mid .mid_search_but_wrap .mid_search_but:before {
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.header_mid .social_wrap {
  outline: none;
}
.header_mid .social_wrap .social_wrap_inner {
  text-align: right;
}
.header_mid .social_wrap li {
  margin-left: 0;
  margin-right: 4px;
}
.header_mid .social_wrap li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.header_mid .mid_nav_wrap {
  height: 100%;
  position: relative;
  float: right;
}
/***************** Header Mid Navigation ******************/
.mid_nav {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
}
/***************** Header Bot ******************/
.header_bot {
  border-top-width: 1px;
  border-top-style: solid;
  display: block;
  clear: both;
}
.header_bot .header_bot_outer {
  height: 100%;
  position: relative;
}
.header_bot .header_bot_inner {
  height: 100%;
}
.enable_header_centered .header_bot .header_bot_inner {
  text-align: center;
  width: 100%;
}
.header_bot .header_bot_search_cart_wrap {
  height: 100%;
  float: right;
}
.header_bot .header_bot_search_cart_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.enable_header_right .header_bot .header_bot_search_cart_wrap {
  float: left;
}
.header_bot .social_wrap,
.header_bot .slogan_wrap {
  float: left;
}
.header_bot .bot_search_but_wrap {
  float: right;
  height: 100%;
  position: relative;
  margin-left: 15px;
}
.header_bot .bot_search_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_bot .bot_search_but_wrap .bot_search_but {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
}
.header_bot .bot_search_but_wrap .bot_search_but:before {
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.header_bot .resp_bot_nav_wrap {
  height: 100%;
  position: relative;
  display: none;
  overflow: hidden;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav_outer {
  height: 100%;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav_outer:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  position: relative;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 22px;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav.active:before {
  content: '\e900';
  font-size: 12px;
  line-height: 12px;
}
.header_bot .bot_nav_wrap {
  height: 100%;
  position: relative;
  float: left;
}
.enable_header_right .header_bot .bot_nav_wrap {
  float: right;
}
.enable_header_centered .header_bot .bot_nav_wrap {
  display: inline-block;
  float: none;
}
/***************** Header Bot Navigation ******************/
.bot_nav {
  outline: none;
}
.bot_nav > li {
  height: 100%;
}
.bot_nav > li > a {
  padding: 10px 15px;
  height: 100%;
}
.bot_nav > li > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.bot_nav > li > a .nav_item_wrap {
  display: inline-block;
  vertical-align: middle;
}
/***************** Header Search Form ******************/
.cmsmasters_header_search_form {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 99999;
  opacity: 0;
}
.cmsmasters_header_search_form.cmsmasters_show {
  visibility: visible;
  opacity: 1;
}
.cmsmasters_header_search_form.cmsmasters_show .cmsmasters_header_search_form_close {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmsmasters_header_search_form .cmsmasters_header_search_form_close {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 50px;
  top: 50px;
  bottom: auto;
  opacity: 0;
}
.cmsmasters_header_search_form .cmsmasters_header_search_form_close:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.cmsmasters_header_search_form .cmsmasters_header_search_form_close:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.cmsmasters_header_search_form .cmsmasters_header_search_form_field {
  max-width: 90%;
  width: 800px;
  height: 100px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  background-color: transparent;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  text-align: center;
}
.cmsmasters_header_search_form button {
  display: none;
}
/*-------------------------------------------------------------------------*/
/* Headline Styles
/*-------------------------------------------------------------------------*/
body .headline {
  background-color: transparent;
}
.cmsmasters_breadcrumbs {
  position: relative;
  overflow: hidden;
}
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_aligner {
  display: inline-block;
  vertical-align: middle;
}
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  overflow: hidden;
}
.headline_outer {
  background-position: top center;
  position: relative;
  z-index: 1;
}
.headline_outer.cmsmasters_headline_disabled {
  outline: none;
}
.headline_outer .headline_color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.headline_outer .headline_inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.headline_outer .headline_inner .headline_aligner {
  display: inline-block;
  vertical-align: middle;
}
.headline_outer .headline_inner .headline_text {
  display: inline-block;
  word-break: break-word;
  vertical-align: middle;
  position: relative;
}
.headline_outer .headline_inner .headline_text:before {
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.headline_outer .headline_inner .headline_text .entry-title {
  margin: 0;
  word-wrap: break-word;
}
.headline_outer .headline_inner .headline_text .entry-subtitle {
  margin: 5px 0 0;
}
.headline_outer .headline_inner.align_left {
  text-align: left;
}
.headline_outer .headline_inner.align_left .headline_text {
  text-align: left;
}
.headline_outer .headline_inner.align_left .headline_text:before {
  right: auto;
}
.headline_outer .headline_inner.align_left .cmsmasters_breadcrumbs {
  float: right;
}
.headline_outer .headline_inner.align_right {
  text-align: right;
}
.headline_outer .headline_inner.align_right .headline_text {
  text-align: right;
}
.headline_outer .headline_inner.align_right .headline_text:before {
  left: auto;
}
.headline_outer .headline_inner.align_right .cmsmasters_breadcrumbs {
  float: left;
}
.headline_outer .headline_inner.align_center {
  text-align: center;
}
.headline_outer .headline_inner.align_center .headline_text {
  text-align: center;
}
.headline_outer .headline_inner.align_center .headline_text:before {
  bottom: auto;
}
.headline_outer .headline_inner.align_center .headline_text.headline_icon > *:first-child {
  padding-top: 15px;
}
.headline_outer .headline_inner.align_center .cmsmasters_breadcrumbs {
  text-align: center;
}
.headline_outer .headline_inner.align_center .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_aligner {
  display: none;
}
.headline_outer .headline_inner.align_center .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
  padding: 13px 0 0;
  text-align: center;
}
.content_wrap {
  display: block;
  min-width: inherit;
}
/*-------------------------------------------------------------------------*/
/* Bottom + Footer Styles
/*-------------------------------------------------------------------------*/
/***************** Bottom ******************/
.bottom_inner .widget {
  border-width: 0;
  border-style: solid;
  padding: 0;
  margin-bottom: 30px;
}
.bottom_inner .widget .widgettitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
}
.bottom_inner .widget .widgettitle:before {
  display: block;
  width: 50px;
  position: absolute;
  right: auto;
  bottom: 0;
  margin: 0;
}
.bottom_inner .widget .widgettitle:after {
  content: none;
}
/***************** Footer ******************/
#footer {
  overflow: hidden;
}
.footer_inner {
  position: relative;
  overflow: hidden;
}
/***************** Footer Default ******************/
.cmsmasters_footer_default .footer_inner {
  padding-top: 90px;
  padding-bottom: 25px;
}
.cmsmasters_footer_default .footer_inner > div:first-child {
  padding-top: 0;
}
.cmsmasters_footer_default .footer_logo_wrap {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_footer_default .footer_logo_wrap .footer_logo {
  display: inline-block;
}
.cmsmasters_footer_default .footer_logo_wrap .footer_logo > .footer_logo_retina {
  display: none;
}
.cmsmasters_footer_default .footer_custom_html_wrap {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_footer_default .footer_custom_html {
  display: inline-block;
  text-align: center;
}
.cmsmasters_footer_default .footer_nav_wrap {
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_footer_default .footer_nav_wrap div {
  text-align: center;
}
.cmsmasters_footer_default .footer_nav {
  display: inline-block;
  width: auto;
}
.cmsmasters_footer_default .footer_nav > li {
  margin: 0 15px 0;
  border-width: 0;
  border-style: solid;
}
.cmsmasters_footer_default .footer_nav > li ul {
  display: none !important;
}
.cmsmasters_footer_default .social_wrap {
  margin: 0 0 20px;
}
.cmsmasters_footer_default .social_wrap .social_wrap_inner {
  text-align: center;
}
.cmsmasters_footer_default .social_wrap li {
  margin-left: 0;
  margin-right: 5px;
}
.cmsmasters_footer_default .social_wrap li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.cmsmasters_footer_default .social_wrap a {
  font-size: 15px;
  line-height: 15px;
  width: 20px;
  height: 20px;
}
.cmsmasters_footer_default .footer_copyright {
  display: block;
  margin: 75px 0 0;
  text-align: center;
}
/***************** Footer Small ******************/
.cmsmasters_footer_small {
  border-top-width: 1px;
  border-top-style: solid;
}
.cmsmasters_footer_small .footer_inner {
  padding-top: 17px;
  padding-bottom: 17px;
}
.cmsmasters_footer_small .footer_nav_wrap {
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_footer_small .footer_nav > li {
  margin: 0 25px 0 0;
  border-width: 0;
  border-style: solid;
}
.cmsmasters_footer_small .footer_nav > li:last-child {
  margin: 0;
}
.cmsmasters_footer_small .footer_nav > li ul {
  display: none !important;
}
.cmsmasters_footer_small .social_wrap {
  float: right;
}
.cmsmasters_footer_small .social_wrap li {
  margin-left: 0;
  margin-right: 5px;
}
.cmsmasters_footer_small .social_wrap li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.cmsmasters_footer_small .social_wrap a {
  font-size: 12px;
  line-height: 12px;
  width: 22px;
  height: 22px;
}
.cmsmasters_footer_small .footer_custom_html_wrap {
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_footer_small .footer_copyright {
  display: block;
  padding: 1px 20px 1px 0;
  position: relative;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/* Blog (Default, Masonry, Timeline) + Post Styles
/*-------------------------------------------------------------------------*/
/***************** Blog ******************/
.blog {
  position: relative;
}
.blog:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.blog .post {
  width: 100%;
  max-width: 100%;
}
.blog .post .preloader {
  padding-bottom: 65.11%;
}
.blog .post .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.blog .post .cmsmasters_video_wrap,
.blog .post .resizable_block {
  padding-bottom: 65.11%;
}
.blog.columns {
  margin: -45px -20px 0;
}
.blog.columns .post {
  min-width: 280px;
  padding: 45px 20px 0;
  float: left;
  opacity: 0;
}
.cmsmasters_4.blog.columns .post {
  width: 25%;
}
.cmsmasters_3.blog.columns .post {
  width: 33.33%;
}
.cmsmasters_2.blog.columns .post {
  width: 50%;
}
.blog.columns .post.shortcode_animated {
  opacity: 1;
}
.blog.columns .post .preloader {
  padding-bottom: 100%;
}
.blog.columns .post .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.blog.columns .post .cmsmasters_video_wrap,
.blog.columns .post .resizable_block {
  padding-bottom: 56.25%;
}
.blog.timeline:before {
  content: '';
  width: 1px;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog.timeline .post {
  width: 50%;
  overflow: visible;
  float: left;
  opacity: 0;
}
.blog.timeline .post.cmsmasters_timeline_left .cmsmasters_timeline_margin {
  margin-right: 16%;
}
.blog.timeline .post.cmsmasters_timeline_right .cmsmasters_timeline_margin {
  margin-left: 16%;
}
.blog.timeline .post.shortcode_animated {
  opacity: 1;
}
.blog.timeline .post .preloader {
  padding-bottom: 65.11%;
}
.blog.timeline .post .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.blog.timeline .post .cmsmasters_video_wrap,
.blog.timeline .post .resizable_block {
  padding-bottom: 65.11%;
}
.blog .owl-pagination {
  width: auto;
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
}
body.home .middle_content .blog {
  padding-bottom: 80px;
}
.cmsmasters_post_category a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 1px 1px 0;
}
.cmsmasters_post_category a:last-child {
  margin-right: 0;
}
/***************** Blog Default ******************/
.cmsmasters_post_default {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_post_default:first-child {
  padding-top: 0;
}
.cmsmasters_post_default .cmsmasters_post_cont {
  position: relative;
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_media_wrap {
  position: relative;
  padding: 25px;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_post_default .cmsmasters_media_wrap .cmsmasters_post_category {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
}
.cmsmasters_post_default .cmsmasters_img_wrap {
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_owl_slider figure {
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_audio {
  margin-top: 20px;
}
.cmsmasters_post_default .cmsmasters_audio .mejs-container.wp-audio-shortcode {
  margin-bottom: 0;
}
.cmsmasters_post_default .cmsmasters_video_wrap {
  margin: 0;
}
.cmsmasters_post_default .cmsmasters_video_wrap + .cmsmasters_post_category {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 25px;
}
.cmsmasters_post_default .cmsmasters_post_header {
  padding: 15px 0 0;
}
.cmsmasters_post_default .cmsmasters_post_header .cmsmasters_post_title {
  margin: 0;
  word-wrap: break-word;
}
.cmsmasters_post_default .cmsmasters_post_cont_info {
  padding-top: 15px;
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_post_cont_info > span {
  display: inline-block;
  margin-right: 3px;
}
.cmsmasters_post_default .cmsmasters_post_content {
  padding-top: 15px;
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_post_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_post_default .cmsmasters_post_footer {
  padding-top: 15px;
  overflow: hidden;
}
.cmsmasters_post_default .cmsmasters_post_info {
  float: right;
}
.cmsmasters_post_default .cmsmasters_post_info > span {
  margin-left: 10px;
}
.cmsmasters_post_default.sticky .cmsmasters_post_title:before {
  content: '\e892';
  font-family: 'fontello';
  font-size: 24px;
  margin-right: 10px;
}
.cmsmasters_post_default.format-standard .cmsmasters_media_wrap {
  display: inline-block;
}
/***************** Blog Masonry ******************/
.cmsmasters_post_masonry {
  position: relative;
}
.cmsmasters_post_masonry .cmsmasters_post_cont {
  position: relative;
  padding: 25px 25px 22px;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_post_masonry .cmsmasters_post_category {
  margin-bottom: 20px;
  display: block;
}
.cmsmasters_post_masonry .cmsmasters_media_wrap {
  position: relative;
  margin-bottom: 25px;
}
.cmsmasters_post_masonry .cmsmasters_media_wrap .cmsmasters_post_category {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  margin: 0;
}
.cmsmasters_post_masonry .cmsmasters_video_wrap {
  margin: 0;
}
.cmsmasters_post_masonry .cmsmasters_video_wrap + .cmsmasters_post_category {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 25px;
}
.cmsmasters_post_masonry .cmsmasters_post_header {
  padding: 0;
}
.cmsmasters_post_masonry .cmsmasters_post_header .cmsmasters_post_title {
  margin: 0;
  word-wrap: break-word;
}
.cmsmasters_post_masonry .cmsmasters_post_cont_info {
  margin-top: 18px;
  overflow: hidden;
}
.cmsmasters_post_masonry .cmsmasters_post_cont_info > span {
  display: inline-block;
  margin-right: 3px;
}
.cmsmasters_post_masonry .cmsmasters_post_content {
  overflow: hidden;
  margin-top: 18px;
}
.cmsmasters_post_masonry .cmsmasters_post_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_post_masonry .cmsmasters_post_footer {
  margin-top: 25px;
  overflow: hidden;
}
.cmsmasters_post_masonry .cmsmasters_post_info {
  float: right;
}
.cmsmasters_post_masonry .cmsmasters_post_info > span {
  margin-left: 10px;
}
/***************** Blog Timeline ******************/
.cmsmasters_post_timeline {
  position: relative;
}
.cmsmasters_post_timeline .cmsmasters_post_date_wrap {
  display: block;
  position: absolute;
  top: -15px;
  z-index: 1;
}
.cmsmasters_post_timeline.cmsmasters_timeline_left .cmsmasters_post_date_wrap {
  left: auto;
  right: -37px;
}
.cmsmasters_post_timeline.cmsmasters_timeline_right .cmsmasters_post_date_wrap {
  left: -37px;
  right: auto;
}
.cmsmasters_post_timeline .cmsmasters_post_date {
  padding: 15px 0;
  display: block;
  width: 72px;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_post_timeline .cmsmasters_post_date .published {
  outline: none;
}
.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day {
  display: block;
}
.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_mon {
  display: block;
  margin-top: -2px;
}
.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_year {
  display: block;
  margin-top: -4px;
}
.cmsmasters_post_timeline .cmsmasters_post_cont {
  padding: 25px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.cmsmasters_post_timeline .cmsmasters_post_category {
  margin-bottom: 20px;
  display: block;
}
.cmsmasters_post_timeline .cmsmasters_media_wrap {
  position: relative;
  margin-bottom: 25px;
}
.cmsmasters_post_timeline .cmsmasters_media_wrap .cmsmasters_post_category {
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.cmsmasters_post_timeline figure {
  overflow: hidden;
}
.cmsmasters_post_timeline .cmsmasters_video_wrap {
  margin: 0;
}
.cmsmasters_post_timeline .cmsmasters_video_wrap + .cmsmasters_post_category {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 25px;
}
.cmsmasters_post_timeline .cmsmasters_post_header {
  padding: 0;
}
.cmsmasters_post_timeline .cmsmasters_post_header .cmsmasters_post_title {
  margin: 0;
  word-wrap: break-word;
}
.cmsmasters_post_timeline .cmsmasters_post_cont_info {
  margin-top: 18px;
  overflow: hidden;
}
.cmsmasters_post_timeline .cmsmasters_post_cont_info > span {
  display: inline-block;
  margin-right: 3px;
}
.cmsmasters_post_timeline .cmsmasters_post_content {
  overflow: hidden;
  margin-top: 18px;
}
.cmsmasters_post_timeline .cmsmasters_post_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_post_timeline .cmsmasters_post_footer {
  margin-top: 25px;
  overflow: hidden;
}
.cmsmasters_post_timeline .cmsmasters_post_info {
  float: right;
}
.cmsmasters_post_timeline .cmsmasters_post_info > span {
  margin-left: 10px;
}
/***************** Blog Post ******************/
.cmsmasters_open_post {
  padding: 40px 25px 25px 25px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.cmsmasters_open_post > .cmsmasters_post_category {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.cmsmasters_open_post .preloader {
  padding-bottom: 65.11%;
}
.cmsmasters_open_post .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_open_post .cmsmasters_video_wrap,
.cmsmasters_open_post .resizable_block {
  padding-bottom: 65.11%;
}
.cmsmasters_open_post .cmsmasters_owl_slider {
  margin-top: 30px;
}
.cmsmasters_open_post .cmsmasters_owl_slider figure {
  overflow: hidden;
}
.cmsmasters_open_post .cmsmasters_img_wrap,
.cmsmasters_open_post .cmsmasters_audio,
.cmsmasters_open_post .cmsmasters_video_wrap {
  margin-top: 30px;
}
.cmsmasters_open_post .cmsmasters_post_header {
  padding: 0;
  margin-bottom: 25px;
  text-align: center;
}
.cmsmasters_open_post .cmsmasters_post_header .cmsmasters_post_title {
  margin: 0;
  word-wrap: break-word;
}
.cmsmasters_open_post .cmsmasters_post_cont_info {
  overflow: hidden;
  text-align: center;
}
.cmsmasters_open_post .cmsmasters_post_cont_info > span {
  display: inline-block;
  margin: 0 2px;
}
.cmsmasters_open_post .cmsmasters_post_cont_info + .cmsmasters_post_info {
  margin-top: 3px;
}
.cmsmasters_open_post .cmsmasters_post_info {
  text-align: center;
}
.cmsmasters_open_post .cmsmasters_post_info > span {
  margin: 0 5px;
}
.cmsmasters_open_post .cmsmasters_post_date {
  display: inline-block;
}
.cmsmasters_open_post .cmsmasters_post_content {
  margin-top: 30px;
  overflow: hidden;
}
.cmsmasters_open_post .cmsmasters_post_content > *:last-child {
  margin-bottom: 0;
}
.cmsmasters_open_post .cmsmasters_post_content > p:last-child {
  padding-bottom: 0;
}
.cmsmasters_open_post .cmsmasters_post_footer {
  margin-top: 30px;
  overflow: hidden;
}
.cmsmasters_open_post .cmsmasters_post_tags {
  display: block;
  text-align: center;
}
.cmsmasters_open_post .cmsmasters_post_tags span {
  display: inline-block;
}
.cmsmasters_open_post .cmsmasters_post_tags a {
  display: inline-block;
}
/*-------------------------------------------------------------------------*/
/* Portfolio (Grid, Puzzle) + Project Styles
/*-------------------------------------------------------------------------*/
/***************** Portfolio ******************/
.portfolio {
  position: relative;
}
.portfolio:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.portfolio .cmsmasters_project_grid,
.portfolio .cmsmasters_project_puzzle {
  min-width: 280px;
  float: left;
}
.portfolio .cmsmasters_project_grid .preloader,
.portfolio .cmsmasters_project_puzzle .preloader {
  padding-bottom: 100%;
}
.portfolio .cmsmasters_project_grid .preloader.highImg,
.portfolio .cmsmasters_project_puzzle .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.portfolio.large_gap {
  margin: 0 -1.7%;
}
.portfolio.large_gap .project {
  padding-left: 1.7%;
  padding-right: 1.7%;
  padding-bottom: 3.4%;
}
.portfolio.small_gap {
  padding: 1px 1px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.portfolio.small_gap .project {
  overflow: visible;
}
.portfolio.small_gap .project .project_outer {
  margin-left: 0;
  margin-right: 1px;
  margin-bottom: 1px;
}
.portfolio.grid.perfect .project figure {
  opacity: 0;
}
.portfolio.grid.perfect .project.shortcode_animated figure {
  opacity: 1;
}
.portfolio.grid.masonry .project,
.portfolio.puzzle .project {
  opacity: 0;
}
.portfolio.grid.masonry .project.shortcode_animated,
.portfolio.puzzle .project.shortcode_animated {
  opacity: 1;
}
.portfolio.cmsmasters_5 .project {
  max-width: 20%;
}
.portfolio.cmsmasters_4 .project {
  max-width: 25%;
}
.portfolio.cmsmasters_3 .project {
  max-width: 33%;
}
.portfolio.cmsmasters_2 .project {
  max-width: 50%;
}
.portfolio.isotope.cmsmasters_5 .project,
.portfolio.isotope.cmsmasters_4 .project,
.portfolio.isotope.cmsmasters_3 .project,
.portfolio.isotope.cmsmasters_2 .project {
  max-width: none;
}
/***************** Portfolio Grid ******************/
.cmsmasters_project_grid {
  position: relative;
}
.cmsmasters_project_grid .project_outer {
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.small_gap .cmsmasters_project_grid .project_outer,
.zero_gap .cmsmasters_project_grid .project_outer {
  border-width: 0;
  border-style: solid;
}
.cmsmasters_project_grid .cmsmasters_media_wrap {
  position: relative;
  margin: -1px -1px 0;
}
.small_gap .cmsmasters_project_grid .cmsmasters_media_wrap,
.zero_gap .cmsmasters_project_grid .cmsmasters_media_wrap {
  margin: 0;
}
.cmsmasters_project_grid .cmsmasters_media_wrap .cmsmasters_project_cont_info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
}
.cmsmasters_project_grid .cmsmasters_media_wrap:hover .cmsmasters_rollover_enabled img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.cmsmasters_project_grid .cmsmasters_project_category a {
  float: left;
  padding: 5px 10px;
  margin: 0 1px 1px 0;
}
.cmsmasters_project_grid .project_inner {
  position: relative;
  padding: 15px 25px;
  overflow: hidden;
}
.cmsmasters_project_grid .cmsmasters_project_header {
  padding: 0;
}
.cmsmasters_project_grid .cmsmasters_project_header .cmsmasters_project_title {
  margin: 0;
}
.cmsmasters_project_grid .cmsmasters_project_content {
  margin-top: 20px;
  overflow: hidden;
}
.cmsmasters_project_grid .cmsmasters_project_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_project_grid .cmsmasters_project_footer {
  margin-top: 25px;
  overflow: hidden;
}
.cmsmasters_project_grid .cmsmasters_project_footer > span {
  float: right;
  margin-left: 12px;
}
/***************** Portfolio Puzzle ******************/
.cmsmasters_project_puzzle {
  position: relative;
}
.cmsmasters_project_puzzle .project_inner {
  padding: 0 10%;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
.cmsmasters_project_puzzle .project_outer {
  position: relative;
  overflow: hidden;
}
.cmsmasters_project_puzzle .project_outer:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.cmsmasters_project_puzzle .project_outer:hover .cmsmasters_img_rollover {
  opacity: 1;
}
.cmsmasters_project_puzzle .project_outer:hover .project_inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsmasters_project_puzzle .cmsmasters_img_rollover {
  display: none;
}
.cmsmasters_project_puzzle .cmsmasters_project_category a {
  float: left;
  padding: 4px 10px;
  margin: 0 1px 5px 0;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_project_puzzle .cmsmasters_project_header {
  padding: 8px 0;
}
.cmsmasters_project_puzzle .cmsmasters_project_header .cmsmasters_project_title {
  margin: 0;
}
.cmsmasters_project_puzzle .cmsmasters_project_header .cmsmasters_project_title a:hover {
  opacity: 0.7;
}
.cmsmasters_project_puzzle .cmsmasters_project_cont_info {
  padding: 8px 0;
  overflow: hidden;
}
.cmsmasters_project_puzzle .cmsmasters_project_footer {
  padding: 8px 0;
  overflow: hidden;
}
.cmsmasters_project_puzzle .cmsmasters_project_footer > span {
  margin-right: 12px;
}
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_likes a:before,
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_comments a:before {
  opacity: 0.7;
}
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_likes a.active:before,
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_comments a.active:before,
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_likes a:hover:before,
.cmsmasters_project_puzzle .cmsmasters_project_footer .cmsmasters_comments a:hover:before {
  opacity: 1;
}
/***************** Portfolio Open Project ******************/
.cmsmasters_open_project {
  padding: 5%;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_project .preloader {
  padding-bottom: 65.11%;
}
.cmsmasters_open_project .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_open_project .cmsmasters_video_wrap,
.cmsmasters_open_project .resizable_block {
  padding-bottom: 65.11%;
}
.cmsmasters_open_project .owl-pagination {
  width: auto;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
}
.cmsmasters_open_project .cmsmasters_gallery_row {
  margin: 0 -1.7%;
  position: relative;
}
.cmsmasters_open_project .cmsmasters_gallery_row figure {
  overflow: hidden;
}
.cmsmasters_open_project .cmsmasters_gallery_row .one_third,
.cmsmasters_open_project .cmsmasters_gallery_row .one_half,
.cmsmasters_open_project .cmsmasters_gallery_row .one_first {
  margin-bottom: 3.4%;
}
.cmsmasters_open_project .cmsmasters_gallery_row .one_third .preloader,
.cmsmasters_open_project .cmsmasters_gallery_row .one_half .preloader {
  padding-bottom: 100%;
}
.cmsmasters_open_project .cmsmasters_gallery_row .one_third .preloader.highImg,
.cmsmasters_open_project .cmsmasters_gallery_row .one_half .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_open_project > .cmsmasters_video_wrap,
.cmsmasters_open_project > .cmsmasters_img_wrap {
  margin-bottom: 40px;
}
.cmsmasters_open_project > .cmsmasters_owl_slider {
  margin-bottom: 40px;
}
.cmsmasters_open_project > .cmsmasters_owl_slider figure {
  overflow: hidden;
}
.cmsmasters_open_project .cmsmasters_project_header {
  margin: 0 0 35px;
  text-align: center;
  overflow: hidden;
  display: block;
  clear: both;
}
.cmsmasters_open_project .cmsmasters_project_header .cmsmasters_project_title {
  margin: 0;
}
.cmsmasters_open_project .project_content {
  width: 100%;
  overflow: hidden;
}
.cmsmasters_open_project .project_content.with_sidebar .cmsmasters_project_content {
  width: 67%;
  float: right;
}
.cmsmasters_open_project .cmsmasters_project_content {
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_project .cmsmasters_project_content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_open_project .project_sidebar {
  width: 33%;
  padding: 0 40px 0 0;
  float: left;
}
.cmsmasters_open_project .project_sidebar > div {
  outline: none;
}
.cmsmasters_open_project .project_details,
.cmsmasters_open_project .project_features {
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_project .project_details_title,
.cmsmasters_open_project .project_features_title {
  margin: 0;
  padding: 0 0 15px;
}
.cmsmasters_open_project .project_details_title:empty,
.cmsmasters_open_project .project_features_title:empty {
  display: none;
}
.cmsmasters_open_project .project_details_item,
.cmsmasters_open_project .project_features_item {
  padding: 12px 0 7px;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
.cmsmasters_open_project .project_details_item:first-of-type,
.cmsmasters_open_project .project_features_item:first-of-type {
  padding-top: 0;
}
.cmsmasters_open_project .project_details_item:last-child,
.cmsmasters_open_project .project_features_item:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
  padding-bottom: 0;
}
.cmsmasters_open_project .project_details_item_title,
.cmsmasters_open_project .project_features_item_title {
  max-width: 50%;
  float: left;
  overflow: hidden;
}
.cmsmasters_open_project .project_details_one_item .project_details_item_title,
.cmsmasters_open_project .project_features_one_item .project_features_item_title {
  max-width: 100%;
  float: none;
}
.cmsmasters_open_project .project_details_item_desc,
.cmsmasters_open_project .project_features_item_desc {
  padding: 0 0 0 15px;
  word-wrap: break-word;
  text-align: right;
  overflow: hidden;
}
.cmsmasters_open_project .project_details_one_item .project_details_item_desc,
.cmsmasters_open_project .project_features_one_item .project_features_item_desc {
  padding-left: 0;
  padding-right: 0;
}
/*-------------------------------------------------------------------------*/
/* Posts Slider Styles
/*-------------------------------------------------------------------------*/
/***************** Posts Slider ******************/
.cmsmasters_posts_slider {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_posts_slider .preloader {
  padding-bottom: 100%;
}
.cmsmasters_posts_slider .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_posts_slider .owl-buttons > div.owl-prev {
  left: 20px;
}
.cmsmasters_posts_slider .owl-buttons > div.owl-next {
  right: 20px;
}
.post.cmsmasters_posts_slider .owl-buttons > div .cmsmasters_prev_arrow,
.post.cmsmasters_posts_slider .owl-buttons > div .cmsmasters_next_arrow {
  width: 26px;
}
.cmsmasters_posts_slider .cmsmasters_owl_slider_item {
  min-width: 280px;
  max-width: 100%;
}
.cmsmasters_posts_slider .cmsmasters_slider_post,
.cmsmasters_posts_slider .cmsmasters_slider_project {
  width: 100%;
  padding: 0 20px;
  float: left;
}
.cmsmasters_posts_slider.post .owl-pagination {
  position: relative;
  padding-top: 25px;
}
/***************** Posts Slider Blog ******************/
.cmsmasters_slider_post {
  position: relative;
}
.cmsmasters_slider_post .cmsmasters_slider_post_outer {
  padding: 25px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_media_wrap {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_category {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
}
.cmsmasters_slider_post .cmsmasters_slider_post_category a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 1px 1px 0;
}
.cmsmasters_slider_post .cmsmasters_slider_post_author + .cmsmasters_slider_post_date {
  margin-left: 4px;
}
.cmsmasters_slider_post .cmsmasters_slider_post_inner {
  position: relative;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_header {
  padding: 0;
}
.cmsmasters_slider_post .cmsmasters_slider_post_header .cmsmasters_slider_post_title {
  margin: 0;
}
.cmsmasters_slider_post .cmsmasters_slider_post_cont_info {
  margin-top: 18px;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_content {
  margin-top: 18px;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_slider_post .cmsmasters_slider_post_footer {
  margin-top: 25px;
  overflow: hidden;
}
.cmsmasters_slider_post .cmsmasters_slider_post_footer > span {
  float: right;
  margin-left: 12px;
}
.cmsmasters_slider_post .cmsmasters_slider_post_read_more {
  white-space: nowrap;
}
/***************** Posts Slider Portfolio ******************/
.cmsmasters_slider_project {
  position: relative;
}
.cmsmasters_slider_project .cmsmasters_slider_project_outer {
  position: relative;
  overflow: hidden;
}
.cmsmasters_slider_project .cmsmasters_slider_project_outer:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.cmsmasters_slider_project .cmsmasters_slider_project_outer:hover .cmsmasters_slider_project_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsmasters_slider_project .cmsmasters_slider_project_inner {
  padding: 0 10%;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
.cmsmasters_slider_project .cmsmasters_slider_project_header {
  padding: 8px 0;
}
.cmsmasters_slider_project .cmsmasters_slider_project_header .cmsmasters_slider_project_title {
  margin: 0;
}
.cmsmasters_slider_project .cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover {
  opacity: 0.7;
}
.cmsmasters_slider_project .cmsmasters_slider_project_cont_info {
  padding: 8px 0;
  overflow: hidden;
}
.cmsmasters_slider_project .cmsmasters_slider_project_category a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 1px 5px 0;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_slider_project .cmsmasters_slider_project_footer {
  padding: 8px 0;
  overflow: hidden;
}
.cmsmasters_slider_project .cmsmasters_slider_project_footer > span {
  margin-right: 12px;
}
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_likes a:before,
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_comments a:before {
  opacity: 0.7;
}
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_likes a.active:before,
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_comments a.active:before,
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_likes a:hover:before,
.cmsmasters_slider_project .cmsmasters_slider_project_footer .cmsmasters_comments a:hover:before {
  opacity: 1;
}
/*-------------------------------------------------------------------------*/
/* Profiles + Profile Styles
/*-------------------------------------------------------------------------*/
/***************** Profiles ******************/
.cmsmasters_profile {
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile.horizontal {
  margin: -40px -1.7% 0;
}
.cmsmasters_profile.horizontal .cmsmasters_profile_horizontal {
  margin-top: 40px;
}
.cmsmasters_profile.horizontal .cmsmasters_profile_horizontal.one_half:nth-child(2n+1),
.cmsmasters_profile.horizontal .cmsmasters_profile_horizontal.one_third:nth-child(3n+1),
.cmsmasters_profile.horizontal .cmsmasters_profile_horizontal.one_fourth:nth-child(4n+1) {
  clear: left;
}
.cmsmasters_profile.horizontal .one_half:nth-child(2n+1) {
  display: block;
  clear: both;
}
.cmsmasters_profile.horizontal .one_third:nth-child(3n+1) {
  display: block;
  clear: both;
}
.cmsmasters_profile.horizontal .one_fourth:nth-child(4n+1) {
  display: block;
  clear: both;
}
/***************** Profiles Horizontal ******************/
.cmsmasters_profile_horizontal {
  position: relative;
}
.cmsmasters_profile_horizontal .profile_outer {
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_horizontal .cmsmasters_img_wrap {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.cmsmasters_profile_horizontal .cmsmasters_img_wrap img {
  outline: none;
}
.cmsmasters_profile_horizontal .profile_inner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_header {
  padding: 0;
  margin-bottom: 15px;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_header .cmsmasters_profile_title {
  margin: 0;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_header .cmsmasters_profile_subtitle {
  margin: 0;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_content {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_profile_horizontal .profile_social_icons {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_horizontal .profile_social_icons_list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.cmsmasters_profile_horizontal .profile_social_icons_list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  padding: 0;
  position: relative;
}
.cmsmasters_profile_horizontal .profile_social_icons_list li:before {
  display: none;
}
.cmsmasters_profile_horizontal .profile_social_icons_list a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.cmsmasters_profile_horizontal .profile_social_icons_list a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/***************** Profiles Vertical ******************/
.cmsmasters_profile_vertical {
  margin: 0;
  padding: 0;
  position: relative;
}
.cmsmasters_profile_vertical:last-child {
  margin: 0;
}
.cmsmasters_profile_vertical .profile_outer {
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_vertical .cmsmasters_img_wrap {
  display: inline-block;
  width: 26%;
  padding: 0 40px 0 0;
  vertical-align: middle;
}
.cmsmasters_profile_vertical .cmsmasters_img_wrap img {
  outline: none;
}
.cmsmasters_profile_vertical .profile_inner {
  display: block;
  width: 100%;
}
.cmsmasters_profile_vertical .cmsmasters_img_wrap + .profile_inner {
  display: inline-block;
  width: 74%;
  vertical-align: middle;
}
.cmsmasters_profile_vertical .profile_header_wrap {
  position: relative;
  padding-left: 35px;
  overflow: hidden;
}
.cmsmasters_profile_vertical .cmsmasters_profile_header {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.cmsmasters_profile_vertical .cmsmasters_profile_header:before {
  content: '';
  display: block;
  width: 9999px;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
}
.cmsmasters_profile_vertical .cmsmasters_profile_header:after {
  content: '';
  display: block;
  width: 9999px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
}
.cmsmasters_profile_vertical .cmsmasters_profile_header .cmsmasters_profile_title {
  margin: 0;
  display: inline-block;
}
.cmsmasters_profile_vertical .cmsmasters_profile_header .cmsmasters_profile_subtitle {
  margin: 0 0 0 15px;
  display: inline-block;
}
.cmsmasters_profile_vertical .cmsmasters_profile_content {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_vertical .cmsmasters_profile_content p {
  margin: 0;
  padding: 0;
}
.cmsmasters_profile_vertical .profile_social_icons {
  margin-top: 20px;
  padding: 0 0 0 35px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_profile_vertical .profile_social_icons_list {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}
#middle .cmsmasters_profile_vertical .profile_social_icons_list:before,
#bottom .cmsmasters_profile_vertical .profile_social_icons_list:before {
  content: '';
  display: block;
  width: 9999px;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
}
#middle .cmsmasters_profile_vertical .profile_social_icons_list:after,
#bottom .cmsmasters_profile_vertical .profile_social_icons_list:after {
  content: '';
  display: block;
  width: 9999px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  visibility: visible;
  overflow: visible;
}
.cmsmasters_profile_vertical .profile_social_icons_list li {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.cmsmasters_profile_vertical .profile_social_icons_list li:before {
  display: none;
}
.cmsmasters_profile_vertical .profile_social_icons_list a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.cmsmasters_profile_vertical .profile_social_icons_list a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/***************** Profiles Open Profile ******************/
.cmsmasters_open_profile {
  padding: 5%;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_profile .cmsmasters_profile_likes,
.cmsmasters_open_profile .cmsmasters_profile_comments {
  outline: none;
}
.cmsmasters_open_profile .cmsmasters_profile_header {
  text-align: center;
  margin-bottom: 40px;
  display: block;
  clear: both;
}
.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
}
.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
}
.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
}
.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_subtitle {
  margin: 5px 0 0;
}
.cmsmasters_open_profile .profile_content {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_content.with_sidebar {
  width: 67%;
  float: left;
}
.cmsmasters_open_profile .cmsmasters_profile_content {
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_sidebar {
  width: 33%;
  padding: 0 0 0 40px;
  float: right;
}
.cmsmasters_open_profile .profile_details,
.cmsmasters_open_profile .profile_features {
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_details_title,
.cmsmasters_open_profile .profile_features_title {
  margin: 0;
  padding: 0 0 15px;
}
.cmsmasters_open_profile .profile_details_title:empty,
.cmsmasters_open_profile .profile_features_title:empty {
  display: none;
}
.cmsmasters_open_profile .profile_details_item,
.cmsmasters_open_profile .profile_features_item {
  padding: 12px 0 7px;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_details_item:first-of-type,
.cmsmasters_open_profile .profile_features_item:first-of-type {
  padding-top: 0;
}
.cmsmasters_open_profile .profile_details_item:last-child,
.cmsmasters_open_profile .profile_features_item:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsmasters_open_profile .profile_details_item_title,
.cmsmasters_open_profile .profile_features_item_title {
  max-width: 50%;
  float: left;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_details_one_item .profile_details_item_title,
.cmsmasters_open_profile .profile_features_one_item .profile_features_item_title {
  max-width: 100%;
  float: none;
}
.cmsmasters_open_profile .profile_details_item_desc,
.cmsmasters_open_profile .profile_features_item_desc {
  padding: 0 0 0 15px;
  word-wrap: break-word;
  text-align: right;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_details_one_item .profile_details_item_desc,
.cmsmasters_open_profile .profile_features_one_item .profile_features_item_desc {
  padding-left: 0;
  padding-right: 0;
}
.cmsmasters_open_profile .profile_social_icons {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_open_profile .profile_social_icons_title {
  margin: 0 0 15px;
  padding: 0;
}
.cmsmasters_open_profile .profile_social_icons_list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.cmsmasters_open_profile .profile_social_icons_list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
}
.cmsmasters_open_profile .profile_social_icons_list li:last-child {
  margin: 0;
}
.cmsmasters_open_profile .profile_social_icons_list li:before {
  display: none;
}
.cmsmasters_open_profile .profile_social_icons_list a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.cmsmasters_open_profile .profile_social_icons_list a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/* Shortcodes Styles
/*-------------------------------------------------------------------------*/
/***************** Divider ******************/
hr {
  border: 0;
  border-bottom-style: solid;
  margin: 40px 0;
}
hr,
.cmsmasters_widget_divider,
.cmsmasters_divider {
  background-color: transparent;
  border-bottom-width: 1px;
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  clear: both;
}
.cmsmasters_widget_divider {
  margin: 0 1.7% 40px;
  width: 96.6%;
}
.cmsmasters_widget_divider.solid {
  border-bottom-style: solid;
}
.cmsmasters_widget_divider.dashed {
  border-bottom-style: dashed;
}
.cmsmasters_widget_divider.dotted {
  border-bottom-style: dotted;
}
.cmsmasters_widget_divider.transparent {
  border-bottom-width: 0;
}
.cmsmasters_divider.cmsmasters_divider_width_short {
  width: 20%;
}
.cmsmasters_divider.cmsmasters_divider_width_short.cmsmasters_divider_pos_center {
  left: 40%;
}
.cmsmasters_divider.cmsmasters_divider_width_short.cmsmasters_divider_pos_right {
  left: 80%;
}
.cmsmasters_divider.cmsmasters_divider_width_medium {
  width: 40%;
}
.cmsmasters_divider.cmsmasters_divider_width_medium.cmsmasters_divider_pos_center {
  left: 30%;
}
.cmsmasters_divider.cmsmasters_divider_width_medium.cmsmasters_divider_pos_right {
  left: 60%;
}
.cmsmasters_divider.cmsmasters_divider_width_long {
  width: 100%;
}
/***************** Special Heading ******************/
.cmsmasters_heading_wrap {
  position: relative;
}
.cmsmasters_heading_wrap .cmsmasters_heading_divider {
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
}
.cmsmasters_heading_wrap .cmsmasters_heading_divider_left_wrap,
.cmsmasters_heading_wrap .cmsmasters_heading_divider_right_wrap {
  display: inline-block;
  width: 0;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_short .cmsmasters_heading_divider {
  width: 10%;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_short .cmsmasters_heading_divider_left {
  margin-left: -10%;
  margin-right: 0;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_medium .cmsmasters_heading_divider {
  width: 20%;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_medium .cmsmasters_heading_divider_left {
  margin-left: -20%;
  margin-right: 0;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_long .cmsmasters_heading_divider {
  width: 100%;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_long .cmsmasters_heading_divider_left {
  margin-left: -100%;
  margin-right: 0;
}
.cmsmasters_heading_wrap.cmsmasters_heading_divider_short .cmsmasters_heading,
.cmsmasters_heading_wrap.cmsmasters_heading_divider_medium .cmsmasters_heading,
.cmsmasters_heading_wrap.cmsmasters_heading_divider_long .cmsmasters_heading {
  max-width: 80%;
}
.cmsmasters_heading_wrap .cmsmasters_heading {
  display: inline-block;
  margin: 0;
}
.cmsmasters_heading_wrap .cmsmasters_heading:before,
.cmsmasters_heading_wrap .cmsmasters_heading a:before {
  margin-left: 0;
  margin-right: 0.5em;
}
/***************** Featured Block ******************/
.cmsmasters_featured_block {
  position: relative;
  overflow: hidden;
}
.cmsmasters_featured_block .featured_block_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmsmasters_featured_block .featured_block_inner {
  width: 100%;
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
}
/***************** Table ******************/
.cmsmasters_wrap_table {
  overflow: auto;
}
.cmsmasters_table {
  width: 100%;
}
.cmsmasters_table caption {
  outline: none;
}
.cmsmasters_table tr td.cmsmasters_table_cell_aligncenter,
.cmsmasters_table tr th.cmsmasters_table_cell_aligncenter {
  text-align: center;
}
.cmsmasters_table tr td.cmsmasters_table_cell_alignleft,
.cmsmasters_table tr th.cmsmasters_table_cell_alignleft {
  text-align: left;
}
.cmsmasters_table tr td.cmsmasters_table_cell_alignright,
.cmsmasters_table tr th.cmsmasters_table_cell_alignright {
  text-align: right;
}
/***************** Notice ******************/
.cmsmasters_notice {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.cmsmasters_notice:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_notice[class*=" cmsmasters-icon-"],
.cmsmasters_notice[class*=" cmsmasters_theme_icon_"] {
  padding-left: 90px;
  padding-right: 20px;
}
.cmsmasters_notice[class*=" cmsmasters-icon-"]:before,
.cmsmasters_notice[class*=" cmsmasters_theme_icon_"]:before {
  font-size: 32px;
  line-height: 1.2em;
  width: 1em;
  height: 1.2em;
  margin: auto !important;
  position: absolute;
  left: 25px;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_notice .notice_content {
  position: relative;
  padding: 20px 0 0;
}
.cmsmasters_notice .notice_close {
  font-size: 8px;
  line-height: 8px;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: -15px;
  top: -15px;
  bottom: auto;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_notice .notice_close:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_notice.cmsmasters_notice_success {
  background-color: #fdfff9;
  border-color: #d0e4a8;
}
.cmsmasters_notice.cmsmasters_notice_success:before {
  color: #8bc34a;
}
.cmsmasters_notice.cmsmasters_notice_error {
  background-color: #fffdfd;
  border-color: #f7d1d1;
}
.cmsmasters_notice.cmsmasters_notice_error:before {
  color: #ea5151;
  content: '\e900';
  font-family: 'fontello-custom' !important;
  font-size: 22px;
}
.cmsmasters_notice.cmsmasters_notice_error .notice_content a {
  color: rgba(247, 209, 209, 0.8);
}
.cmsmasters_notice.cmsmasters_notice_error .notice_content a:hover {
  color: #f7d1d1;
}
.cmsmasters_notice.cmsmasters_notice_info {
  background-color: #fafcff;
  border-color: #d5dde9;
}
.cmsmasters_notice.cmsmasters_notice_info:before {
  color: #6e95d1;
  content: '\eac8';
}
.cmsmasters_notice.cmsmasters_notice_warning {
  background-color: #fffdf9;
  border-color: #f1ceb7;
}
.cmsmasters_notice.cmsmasters_notice_warning:before {
  color: #fdb543;
  content: '\eae7';
}
.cmsmasters_notice.cmsmasters_notice_download {
  background-color: #f9fffa;
  border-color: #c9e0cd;
}
.cmsmasters_notice.cmsmasters_notice_download:before {
  color: #63b698;
  content: '\e8ea';
}
.cli-plugin-button {
  margin: 0 5px;
}
/***************** Icon ******************/
.cmsmasters_icon_wrap a {
  display: inline-block;
}
.cmsmasters_icon_wrap .cmsmasters_simple_icon_title {
  display: inline-block;
  margin-left: 8px;
}
.cmsmasters_icon_wrap .cmsmasters_simple_icon {
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}
.cmsmasters_icon_wrap .cmsmasters_simple_icon:before {
  margin: 0;
}
/***************** Icon List ******************/
.cmsmasters_icon_list_items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.cmsmasters_icon_list_items li:before {
  position: absolute;
}
.cmsmasters_icon_list_items .cmsmasters_icon_list_item:before {
  left: 50px;
  right: auto;
}
.cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon {
  width: 100px;
  height: 100px;
  margin: 1px;
  position: relative;
}
.cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before {
  font-size: 32px;
  line-height: 80px;
}
.cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after {
  content: '';
  border-width: 10px;
  border-style: solid;
  width: 102px;
  height: 102px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_item_title {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item {
  overflow: hidden;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_pos_right .cmsmasters_icon_list_item:before {
  left: auto;
  right: 50px;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_list {
  padding-left: 30px;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_list .cmsmasters_icon_list_item:before {
  left: -32px;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_list .cmsmasters_icon_list_item > * {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block {
  padding: 0;
  margin: 0;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item {
  display: block;
  width: 100%;
  padding: 0 0 50px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item:before {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  z-index: 1;
  opacity: 0;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item:last-child:before {
  display: none;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item.cmsmasters_icon_type_image .cmsmasters_icon_list_icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item .cmsmasters_icon_list_icon {
  display: block;
  text-align: center;
  z-index: 2;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.3;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item.shortcode_animated:before {
  height: 100%;
  opacity: 1;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item.shortcode_animated .cmsmasters_icon_list_icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item_content {
  overflow: hidden;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_left .cmsmasters_icon_list_item_content {
  text-align: left;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_left .cmsmasters_icon_list_item_content .cmsmasters_icon_list_item_text {
  text-align: left;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_left .cmsmasters_icon_list_icon_wrap {
  padding-right: 30px;
  float: left;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_right .cmsmasters_icon_list_item_content {
  text-align: right;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_right .cmsmasters_icon_list_item_content .cmsmasters_icon_list_item_text {
  text-align: right;
}
.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_icon_list_pos_right .cmsmasters_icon_list_icon_wrap {
  padding-left: 30px;
  float: right;
}
/***************** Icon Box ******************/
.cmsmasters_icon_box {
  border-style: solid;
  border-color: transparent;
  position: relative;
}
.cmsmasters_icon_box:before,
.cmsmasters_icon_box .icon_box_heading:before {
  border-style: solid;
  text-align: center;
}
.cmsmasters_icon_box.box_icon_type_image:before,
.cmsmasters_icon_box.box_icon_type_number:before {
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cmsmasters_icon_box.box_icon_type_image.cmsmasters_icon_heading_left:before,
.cmsmasters_icon_box.box_icon_type_number.cmsmasters_icon_heading_left:before {
  content: none;
}
.cmsmasters_icon_box.box_icon_type_image.cmsmasters_icon_heading_left .icon_box_heading:before,
.cmsmasters_icon_box.box_icon_type_number.cmsmasters_icon_heading_left .icon_box_heading:before {
  content: '\00a0';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  text-align: center;
}
.cmsmasters_icon_box.cmsmasters_icon_top:before {
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.cmsmasters_icon_box.cmsmasters_icon_top.shortcode_animated:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_icon_box.cmsmasters_icon_top .icon_box_inner {
  text-align: center;
}
.cmsmasters_icon_box.cmsmasters_icon_top .icon_box_inner .icon_box_text {
  text-align: center;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top {
  border-width: 1px;
  padding: 20px 20px 30px;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top:before {
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 35px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top[class*=" cmsmasters-icon-"],
.cmsmasters_icon_box.cmsmasters_icon_box_top[class*=" cmsmasters_theme_icon_"] {
  padding-top: 120px;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top.shortcode_animated:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top .icon_box_inner {
  text-align: center;
}
.cmsmasters_icon_box.cmsmasters_icon_box_top .icon_box_inner .icon_box_text {
  text-align: center;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left {
  border-width: 1px;
  padding: 20px;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left:before {
  font-size: 24px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  text-align: center;
  opacity: 0;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left.shortcode_animated:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left_top {
  padding-left: 60px;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left_top:before {
  font-size: 24px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  text-align: center;
  opacity: 0;
}
.cmsmasters_icon_box.cmsmasters_icon_box_left_top.shortcode_animated:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_icon_box.cmsmasters_icon_heading_left h1,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h2,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h3,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h4,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h5,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h6 {
  display: flex;
  align-items: center;
  position: relative;
}
.cmsmasters_icon_box.cmsmasters_icon_heading_left h1:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h2:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h3:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h4:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h5:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left h6:before {
  margin-left: 0;
  margin-right: 15px;
  vertical-align: inherit;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h1,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h2,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h3,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h4,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h5,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h6 {
  display: flex;
  align-items: center;
  position: relative;
}
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h1:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h2:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h3:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h4:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h5:before,
.cmsmasters_icon_box.cmsmasters_icon_heading_left.shortcode_animated h6:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_icon_box .icon_box_text {
  margin-bottom: 10px;
}
/***************** Toggles ******************/
.cmsmasters_toggles {
  position: relative;
}
.cmsmasters_toggles .cmsmasters_toggles_filter {
  padding: 0 0 15px;
  position: relative;
}
.cmsmasters_toggles .cmsmasters_toggles_filter a {
  cursor: pointer;
}
.cmsmasters_toggles .cmsmasters_toggles_filter a.current_filter {
  cursor: default;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap {
  position: relative;
}
.cmsmasters_toggles .cmsmasters_toggle_title {
  position: relative;
}
.cmsmasters_toggles .cmsmasters_toggle_title a {
  display: block;
  position: relative;
  z-index: 2;
}
.cmsmasters_toggles .cmsmasters_toggle_plus {
  display: none;
}
.cmsmasters_toggles .cmsmasters_toggle {
  display: none;
}
.cmsmasters_toggles .cmsmasters_toggle_inner {
  position: relative;
  overflow: hidden;
}
.cmsmasters_toggles .cmsmasters_toggle_inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle > .cmsmasters_toggle_title .cmsmasters_toggle_plus_vert {
  height: 0;
}
.cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle > .cmsmasters_toggle {
  display: block;
}
.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_wrap:last-child .cmsmasters_toggle_title a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_wrap:last-child .cmsmasters_toggle {
  border-top-width: 0;
  border-top-style: solid;
}
.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a {
  padding: 12px 20px;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_inner {
  padding: 25px 20px;
}
.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle {
  border-top-width: 1px;
  border-top-style: solid;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap {
  outline: none;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_plus {
  display: block;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_plus:before {
  content: '\eb24';
  font-family: 'fontello';
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 15px;
  line-height: 15px;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_plus span {
  display: none;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a {
  padding: 12px 30px 12px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_plus {
  left: auto;
  right: 0;
}
.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner {
  padding: 25px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/***************** Tabs ******************/
.cmsmasters_tabs {
  position: relative;
}
.cmsmasters_tabs:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_tabs .cmsmasters_tabs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cmsmasters_tabs .cmsmasters_tabs_list:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item {
  display: block;
  margin: 0;
  padding: 0;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item:before {
  display: none;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item a {
  display: block;
  position: relative;
  cursor: pointer;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item a[class^="cmsmasters-icon-"],
.cmsmasters_tabs .cmsmasters_tabs_list_item a[class^="cmsmasters_theme_icon_"] {
  padding-top: 42px;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item a:before {
  font-size: 27px;
  line-height: 28px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a,
.cmsmasters_tabs .cmsmasters_tabs_list_item:hover a {
  outline: none;
}
.cmsmasters_tabs .cmsmasters_tabs_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_tabs .cmsmasters_tab {
  display: none;
}
.cmsmasters_tabs .cmsmasters_tab:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_tabs .cmsmasters_tab.active_tab {
  display: block;
}
.cmsmasters_tabs .cmsmasters_tab_inner {
  position: relative;
  overflow: hidden;
}
.cmsmasters_tabs .cmsmasters_tab_inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list {
  text-align: center;
}
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item {
  margin: 0 23px 10px;
  display: inline-block;
}
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item:first-child {
  margin-left: 0;
}
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item:last-child {
  margin-right: 0;
}
.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tab_inner {
  padding: 50px 0 0;
}
.cmsmasters_tabs.tabs_mode_tour {
  display: table;
}
.cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item {
  margin: 0 0 25px;
  padding: 0 20px;
  text-align: center;
}
.cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item:last-child {
  margin: 0;
}
.cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item a {
  display: inline-block;
}
.cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_wrap {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.cmsmasters_tabs.tabs_mode_tour.tabs_pos_right {
  direction: rtl;
}
.cmsmasters_tabs.tabs_mode_tour.tabs_pos_right .cmsmasters_tabs_list {
  text-align: right;
  direction: ltr;
}
.cmsmasters_tabs.tabs_mode_tour.tabs_pos_right .cmsmasters_tabs_wrap {
  direction: ltr;
}
.cmsmasters_tabs.tabs_mode_tour.tabs_pos_right .cmsmasters_tab_inner {
  text-align: right;
}
/***************** Stats ******************/
.cmsmasters_stats {
  position: relative;
  text-align: center;
}
.cmsmasters_stats:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_stats .cmsmasters_stat_wrap .cmsmasters_stat {
  position: relative;
}
.cmsmasters_stats .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
  display: block;
  position: relative;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat_container {
  width: 100%;
  height: 200px;
  margin: 0 0 7px;
  position: relative;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat {
  width: 0;
  overflow: hidden;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class^="cmsmasters-icon-"]:before,
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class*=" cmsmasters-icon-"]:before,
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class^="cmsmasters_theme_icon_"]:before,
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class*=" cmsmasters_theme_icon_"]:before {
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 10px;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title {
  position: absolute;
  left: 15px;
  top: 10px;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
  position: absolute;
  left: auto;
  right: 15px;
  top: 10px;
}
.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat canvas {
  display: none;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical {
  margin: 0 -1.7%;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
  height: 100%;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container {
  margin: 12px 0 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title_counter_wrap {
  width: 100%;
  padding: 0 0 13px;
  position: absolute;
  left: 0;
  bottom: 100%;
  overflow: hidden;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title {
  display: block;
  padding: 0 10px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title[class^="cmsmasters-icon-"],
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title[class*=" cmsmasters-icon-"],
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title[class^="cmsmasters_theme_icon_"],
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title[class*=" cmsmasters_theme_icon_"] {
  padding-left: 25px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap {
  float: right;
  position: relative;
  margin-top: -2px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_subtitle {
  display: block;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap {
  padding-bottom: 15px;
  position: relative;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:last-child {
  padding-bottom: 0;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 37px;
  left: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat {
  min-height: 40px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
  left: auto;
  right: 0;
  top: auto;
  bottom: 13px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before,
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title {
  left: 0;
  top: auto;
  bottom: 13px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class^="cmsmasters-icon-"] .cmsmasters_stat_title,
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class*=" cmsmasters-icon-"] .cmsmasters_stat_title,
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class^="cmsmasters_theme_icon_"] .cmsmasters_stat_title,
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner[class*=" cmsmasters_theme_icon_"] .cmsmasters_stat_title {
  left: 30px;
}
.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat_subtitle {
  display: inline-block;
  padding: 15px 0 5px;
}
.cmsmasters_stats.stats_mode_circles {
  margin-top: -40px;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 40px 10px 0;
  vertical-align: top;
  text-align: center;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fifth {
  width: 20%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fourth {
  width: 25%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_third {
  width: 33.3%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_half {
  width: 50%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_first {
  width: 100%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin: 0 0 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
  width: 164px;
  height: 164px;
  padding-top: 55px;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before {
  font-size: 26px;
  line-height: 26px;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
  display: block;
  text-align: center;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat canvas {
  width: 170px;
  height: 170px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner {
  padding-top: 30px;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
  padding: 2px 0 0;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title {
  display: block;
  padding: 2px 0 0;
  text-align: center;
}
.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_subtitle {
  display: block;
  text-align: center;
}
/***************** Counters ******************/
.cmsmasters_counters {
  position: relative;
  text-align: center;
}
.cmsmasters_counters:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_counters canvas {
  display: none;
}
.cmsmasters_counters .cmsmasters_counter_wrap {
  display: inline-block;
  padding: 0 2px;
  margin: 0;
  float: none;
  vertical-align: top;
  text-align: center;
}
.cmsmasters_counters .cmsmasters_counter_wrap.one_fifth {
  width: 20%;
}
.cmsmasters_counters .cmsmasters_counter_wrap.one_fourth {
  width: 25%;
}
.cmsmasters_counters .cmsmasters_counter_wrap.one_third {
  width: 33.3%;
}
.cmsmasters_counters .cmsmasters_counter_wrap.one_half {
  width: 50%;
}
.cmsmasters_counters .cmsmasters_counter_wrap.one_first {
  width: 100%;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter {
  min-height: 100px;
  padding: 0 20px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner {
  display: block;
  margin: 20px 0;
  position: relative;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before {
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title_wrap {
  display: block;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
  display: block;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
  display: inline-block;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter.counter_has_icon .cmsmasters_counter_inner:before {
  margin-left: 0;
  margin-right: 0;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter.counter_has_image .cmsmasters_counter_inner:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter_subtitle {
  display: block;
  padding-bottom: 20px;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter {
  text-align: center;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner {
  text-align: center;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before {
  left: 50%;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
  padding: 5px 0 0;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
  padding: 7px 0 0;
}
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter_subtitle {
  display: block;
  text-align: center;
}
.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before {
  margin: auto !important;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title_wrap {
  display: inline-block;
  vertical-align: middle;
}
.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_subtitle {
  margin-top: -5px;
}
/***************** CMSMASTERS Button ******************/
.cmsmasters_button {
  white-space: nowrap;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button:before {
  line-height: inherit !important;
  position: relative;
  z-index: 10;
}
.cmsmasters_button span {
  position: relative;
  z-index: 10;
}
.cmsmasters_button.cmsmasters_but_clear_styles {
  background: none;
  border: 0;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cmsmasters_button.cmsmasters_but_clear_styles:hover {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cmsmasters_button.cmsmasters_but_clear_styles:after {
  content: '';
  position: absolute;
}
.cmsmasters_button.cmsmasters_but_bg_hover {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bd_underline {
  border-left-width: 0;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-top-width: 0;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#page .cmsmasters_button.cmsmasters_but_bd_underline:before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.cmsmasters_button.cmsmasters_but_bg_slide_left {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_slide_left:after {
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
}
.cmsmasters_button.cmsmasters_but_bg_slide_left:hover:after {
  left: 0%;
}
.cmsmasters_button.cmsmasters_but_bg_slide_right {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_slide_right:after {
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}
.cmsmasters_button.cmsmasters_but_bg_slide_right:hover:after {
  right: 0%;
}
.cmsmasters_button.cmsmasters_but_bg_slide_top {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_slide_top:after {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}
.cmsmasters_button.cmsmasters_but_bg_slide_top:hover:after {
  height: 100%;
}
.cmsmasters_button.cmsmasters_but_bg_slide_bottom {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_slide_bottom:after {
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
}
.cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover:after {
  height: 100%;
}
.cmsmasters_button.cmsmasters_but_bg_expand_vert {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_expand_vert:after {
  width: 0;
  height: 105%;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cmsmasters_button.cmsmasters_but_bg_expand_vert:hover:after {
  width: 90%;
  opacity: 1;
}
.cmsmasters_button.cmsmasters_but_bg_expand_hor {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_expand_hor:after {
  width: 105%;
  height: 0;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cmsmasters_button.cmsmasters_but_bg_expand_hor:hover:after {
  height: 75%;
  opacity: 1;
}
.cmsmasters_button.cmsmasters_but_bg_expand_diag {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
  width: 500%;
  height: 0;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cmsmasters_button.cmsmasters_but_bg_expand_diag:hover:after {
  height: 170%;
  opacity: 1;
}
.cmsmasters_button.cmsmasters_but_shadow {
  padding-bottom: 3px;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
#page .cmsmasters_button.cmsmasters_but_shadow {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.cmsmasters_button.cmsmasters_but_shadow:hover {
  padding-bottom: 0;
  margin-top: 3px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.02);
}
.cmsmasters_button.cmsmasters_but_icon_dark_bg:before,
.cmsmasters_button.cmsmasters_but_icon_light_bg:before,
.cmsmasters_button.cmsmasters_but_icon_divider:before,
.cmsmasters_button.cmsmasters_but_icon_inverse:before {
  margin: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_button.cmsmasters_but_icon_dark_bg:after,
.cmsmasters_button.cmsmasters_but_icon_light_bg:after,
.cmsmasters_button.cmsmasters_but_icon_divider:after,
.cmsmasters_button.cmsmasters_but_icon_inverse:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_button.cmsmasters_but_icon_dark_bg:hover:before,
.cmsmasters_button.cmsmasters_but_icon_light_bg:hover:before,
.cmsmasters_button.cmsmasters_but_icon_divider:hover:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.cmsmasters_button.cmsmasters_but_icon_light_bg:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.cmsmasters_button.cmsmasters_but_icon_divider:after {
  background-color: transparent;
  border-right-width: 1px;
  border-right-style: solid;
}
.cmsmasters_button.cmsmasters_but_icon_inverse {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_icon_inverse:after {
  background-color: transparent;
}
.cmsmasters_button.cmsmasters_but_icon_slide_left,
.cmsmasters_button.cmsmasters_but_icon_slide_right {
  padding-left: 40px;
  padding-right: 40px;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_icon_slide_left:before {
  width: 40px;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: -40px;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_button.cmsmasters_but_icon_slide_left:hover:before {
  left: 0;
}
.cmsmasters_button.cmsmasters_but_icon_slide_right:before {
  width: 40px;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: -40px;
  top: 0;
  bottom: 0;
}
.cmsmasters_button.cmsmasters_but_icon_slide_right:hover:before {
  right: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left:before,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right:before,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top:before,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:before {
  width: 100%;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left span,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right span,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top span,
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom span {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left:before {
  left: -200%;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover:before {
  left: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right:before {
  right: -200%;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover:before {
  right: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover span {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top:before {
  top: -200%;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover:before {
  top: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover span {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:before {
  top: 200%;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover:before {
  top: 0;
}
.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover span {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}
/***************** Contact Form 7 ******************/
.wpcf7-form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form option {
  min-width: 100px;
  width: 100%;
}
/***************** Hover slider ******************/
.cmsmasters_hover_slider {
  position: relative;
  overflow: hidden;
}
.cmsmasters_hover_slider li:before {
  display: none;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_items {
  list-style: none;
  width: 100%;
  height: 1px;
  padding: 0 0 65.11%;
  margin: 0;
  position: relative;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_items li {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_items .cmsmasters_hover_slider_full_img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_items img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs {
  font-size: 0;
  line-height: 0;
  margin: 0 -5px;
  padding: 0;
  word-spacing: -1px;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs li {
  word-spacing: normal;
  display: inline-block;
  display: -moz-inline-stack;
  padding: 10px 5px 0;
  vertical-align: top;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs li.shortcode_animated a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs li.hovered_item a:before {
  opacity: 0.9;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs li img {
  image-rendering: auto;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs a {
  display: block;
  position: relative;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  overflow: hidden;
  opacity: 0.3;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs a:hover:before {
  opacity: 0.9;
}
.cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs img {
  display: block;
  width: 100px;
  height: auto;
}
.js_body .cmsmasters_hover_slider_items > li > figure.cmsmasters_hover_slider_full_img img {
  position: absolute;
}
/***************** Content slider ******************/
.cmsmasters_content_slider {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_content_slider img {
  width: 100%;
}
.cmsmasters_content_slider .owl-buttons {
  position: static;
  width: 0;
  height: 0;
}
.cmsmasters_content_slider .owl-buttons > div {
  display: block;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  overflow: hidden;
}
.cmsmasters_content_slider .owl-buttons > div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_content_slider .owl-buttons > div.owl-prev {
  left: 0;
  right: auto;
}
.cmsmasters_content_slider .owl-buttons > div.owl-next {
  left: auto;
  right: 0;
}
.cmsmasters_content_slider .owl-pagination {
  bottom: 5px;
}
/***************** Gallery ******************/
.cmsmasters_gallery {
  margin: 0 0 0 -10px;
  padding: 0;
}
.cmsmasters_gallery .cmsmasters_gallery_item {
  min-width: 180px;
  padding: 0 0 10px 10px;
  float: left;
  opacity: 0;
}
.cmsmasters_gallery .cmsmasters_gallery_item:before {
  display: none;
}
.cmsmasters_gallery .cmsmasters_gallery_item img {
  display: block;
  width: 100%;
}
.cmsmasters_gallery .cmsmasters_gallery_item.shortcode_animated {
  opacity: 1;
}
.cmsmasters_gallery .cmsmasters_gallery_item.cmsmasters_caption figure {
  display: block;
  padding: 20px 20px 15px;
}
.cmsmasters_gallery .cmsmasters_gallery_item.cmsmasters_caption figcaption {
  padding: 15px 0 0;
  text-align: center;
}
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  image-rendering: auto;
}
/***************** Quotes ******************/
.cmsmasters_quotes_slider {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_quotes_slider .owl-pagination {
  top: 100px;
  bottom: auto;
}
.cmsmasters_quotes_slider .owl-buttons > div {
  width: 35px;
  height: 70px;
  margin-top: -35px;
}
.cmsmasters_quotes_slider .owl-buttons > div > span {
  background: none;
}
.cmsmasters_quotes_slider .owl-buttons > div > span span {
  display: none;
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-prev:after,
.cmsmasters_quotes_slider .owl-buttons > div.owl-prev:before {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-prev:before {
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-prev:after {
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  transform: skewY(45deg);
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-next:after,
.cmsmasters_quotes_slider .owl-buttons > div.owl-next:before {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-next:before {
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
.cmsmasters_quotes_slider .owl-buttons > div.owl-next:after {
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  transform: skewY(45deg);
}
.cmsmasters_quotes_slider .cmsmasters_quote {
  position: relative;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_inner {
  position: relative;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_image {
  height: 70px;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_image img {
  width: 70px !important;
  display: inline-block !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_quotes_slider .cmsmasters_quote_placeholder {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before {
  content: '\201C';
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.cmsmasters_quotes_slider .cmsmasters_quote_header {
  padding: 0;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_title {
  margin: 0;
  text-align: center;
}
.cmsmasters_quotes_slider .cmsmasters_quote_subtitle_wrap {
  text-align: center;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_subtitle {
  display: inline-block;
  margin: 0;
}
.cmsmasters_quotes_slider .cmsmasters_quote_site {
  display: inline-block;
}
.cmsmasters_quotes_slider .cmsmasters_quote_subtitle + .cmsmasters_quote_site:before {
  content: '\002D';
  display: inline-block;
  margin: 0 4px;
}
.cmsmasters_quotes_slider .cmsmasters_quote_content {
  margin: 95px 10% 65px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_quotes_slider .cmsmasters_quote_content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_quotes_grid {
  position: relative;
  overflow: hidden;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_vert {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_vert:before,
.cmsmasters_quotes_grid .cmsmasters_quotes_vert:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_vert span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quotes_vert:before {
  left: 25%;
  right: auto;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quotes_vert:after {
  left: 75%;
  right: auto;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quotes_vert span {
  left: 50%;
  right: auto;
}
.quote_three.cmsmasters_quotes_grid .cmsmasters_quotes_vert:before {
  left: 33.33%;
  right: auto;
}
.quote_three.cmsmasters_quotes_grid .cmsmasters_quotes_vert:after {
  left: 66.66%;
  right: auto;
}
.quote_three.cmsmasters_quotes_grid .cmsmasters_quotes_vert span {
  display: none;
}
.quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert:before,
.quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert:after {
  content: none;
}
.quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span {
  left: 50%;
  right: auto;
}
.quote_one.cmsmasters_quotes_grid .cmsmasters_quotes_vert {
  display: none;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list {
  padding: 40px 0 45px;
  position: relative;
  z-index: 2;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:first-of-type {
  padding-top: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:last-of-type {
  padding-bottom: 20px;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:after {
  content: '\201D';
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 70px;
  line-height: 110px;
  z-index: 5;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -25px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:last-child:before {
  content: none;
}
.cmsmasters_quotes_grid .cmsmasters_quotes_list:last-child:after,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quotes_list:after,
.quote_one.cmsmasters_quotes_grid .cmsmasters_quotes_list:after {
  content: none;
}
.cmsmasters_quotes_grid .cmsmasters_quote {
  width: 100%;
  position: relative;
  float: left;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote {
  width: 25%;
}
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote {
  width: 33.33%;
}
.quote_two.cmsmasters_quotes_grid .cmsmasters_quote {
  width: 50%;
}
.quote_two.cmsmasters_quotes_grid .cmsmasters_quote .cmsmasters_quote_content {
  padding-left: 80px;
}
.quote_one.cmsmasters_quotes_grid .cmsmasters_quote {
  float: none;
}
.quote_one.cmsmasters_quotes_grid .cmsmasters_quote .cmsmasters_quote_content {
  padding-left: 80px;
}
.cmsmasters_quotes_grid .cmsmasters_quote:first-of-type .cmsmasters_quote_inner {
  padding-left: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote:last-of-type .cmsmasters_quote_inner {
  padding-right: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote_inner {
  padding: 0 45px;
  position: relative;
  overflow: hidden;
}
.quote_one.cmsmasters_quotes_grid .cmsmasters_quote_inner {
  padding: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote_img_info_wrap {
  padding: 0 0 30px;
  overflow: hidden;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote_img_info_wrap,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote_img_info_wrap {
  padding: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote_image {
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: middle;
  overflow: hidden;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote_image,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote_image {
  padding: 0 0 20px;
  display: block;
  text-align: center;
}
.cmsmasters_quotes_grid .cmsmasters_quote_image img {
  width: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_quotes_grid .cmsmasters_quote_info_wrap {
  display: inline-block;
  vertical-align: middle;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote_info_wrap,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote_info_wrap {
  padding: 0 0 20px;
  display: block;
  text-align: center;
}
.cmsmasters_quotes_grid .cmsmasters_quote_header {
  padding: 0;
  overflow: hidden;
}
.cmsmasters_quotes_grid .cmsmasters_quote_title {
  margin: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote_subtitle_wrap {
  overflow: hidden;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote_subtitle_wrap,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote_subtitle_wrap {
  text-align: center;
}
.cmsmasters_quotes_grid .cmsmasters_quote_subtitle {
  display: inline-block;
  margin: 0;
}
.cmsmasters_quotes_grid .cmsmasters_quote_site {
  display: inline-block;
}
.cmsmasters_quotes_grid .cmsmasters_quote_subtitle + .cmsmasters_quote_site:before {
  content: '\002D';
  display: inline-block;
  margin: 0 4px;
}
.cmsmasters_quotes_grid .cmsmasters_quote_content {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.quote_four.cmsmasters_quotes_grid .cmsmasters_quote_content,
.quote_three.cmsmasters_quotes_grid .cmsmasters_quote_content {
  text-align: center;
}
.cmsmasters_quotes_grid .cmsmasters_quote_content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/***************** Pricing tables ******************/
.cmsmasters_pricing_table {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_pricing_table .cmsmasters_pricing_item {
  display: block;
  padding: 0 20px 20px;
  position: relative;
  float: left;
  overflow: hidden;
}
.pricing_four.cmsmasters_pricing_table .cmsmasters_pricing_item {
  width: 25%;
}
.pricing_three.cmsmasters_pricing_table .cmsmasters_pricing_item {
  width: 33.33%;
}
.pricing_two.cmsmasters_pricing_table .cmsmasters_pricing_item {
  width: 50%;
}
.pricing_one.cmsmasters_pricing_table .cmsmasters_pricing_item {
  float: none;
}
.cmsmasters_pricing_table .cmsmasters_pricing_item_inner {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.cmsmasters_pricing_table .cmsmasters_pricing_item_header {
  text-align: center;
  position: relative;
  padding: 0 20px 25px;
  margin: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_pricing_table .cmsmasters_pricing_info_wrap {
  padding: 30px 10px 28px;
  overflow: hidden;
}
.cmsmasters_pricing_table .pricing_title {
  padding: 5px 13px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}
.cmsmasters_pricing_table .cmsmasters_price_wrap {
  margin-top: 10px;
  word-spacing: -5px;
  overflow: hidden;
  text-align: center;
}
.cmsmasters_pricing_table .cmsmasters_price {
  display: inline-block;
}
.cmsmasters_pricing_table .cmsmasters_currency {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px 0 0;
}
.cmsmasters_pricing_table .cmsmasters_coins {
  display: inline-block;
}
.cmsmasters_pricing_table .cmsmasters_period {
  word-spacing: 0;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.cmsmasters_pricing_table .feature_list {
  list-style: none;
  margin: 18px 0;
  padding: 0 10px;
  text-align: center;
}
.cmsmasters_pricing_table .feature_list li {
  margin: 0;
  padding: 7px 0;
}
.cmsmasters_pricing_table .feature_list li:before {
  content: none;
}
.cmsmasters_pricing_table .cmsmasters_button {
  margin-bottom: 30px;
}
/***************** Google Maps ******************/
.resizable_block .google_map {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.google_map img {
  max-width: none;
}
/***************** Caption ******************/
.cmsmasters_img {
  display: inline-block;
  max-width: 100%;
}
.cmsmasters_img.cmsmasters_image_l {
  margin-right: 20px;
  float: left;
}
.cmsmasters_img.cmsmasters_image_r {
  margin-left: 20px;
  float: right;
}
.cmsmasters_img.with_caption {
  padding: 6px 6px 0;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_img > a {
  display: block;
}
.cmsmasters_img .cmsmasters_img_caption {
  padding: 15px 0;
  text-align: center;
}
.wp-caption {
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignleft {
  margin-right: 25px;
}
.wp-caption.alignright {
  margin-left: 25px;
}
.wp-caption .wp-caption-text {
  word-wrap: break-word;
  padding: 15px 0;
  text-align: center;
}
/***************** WP Gallery ******************/
.gallery {
  position: relative;
  margin: 0 -1.7% 20px;
}
.gallery img {
  width: 100%;
  border: none;
}
.gallery .gallery-item {
  position: relative;
  float: left;
  margin: 0 1.7% 20px;
}
.gallery .gallery-item .wp-caption-text {
  padding-top: 5px;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 96.6%;
  position: relative;
  float: none;
  display: block;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 46.6%;
}
.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 29.933%;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 21.6%;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 16.6%;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 13.267%;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 10.886%;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 9.1%;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  display: block;
  clear: both;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 7.711%;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  display: block;
  clear: both;
}
.gallery:after,
.gallery-item:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/***************** Sidebar ******************/
.cmsmasters_sidebar {
  margin: 0 -1.7%;
}
.cmsmasters_sidebar aside {
  margin: 0 1.7%;
  float: left;
}
.cmsmasters_sidebar aside.widget {
  margin-bottom: 40px;
}
.sidebar_layout_14141414 aside {
  width: 21.6%;
}
.sidebar_layout_141412 > aside:first-child,
.sidebar_layout_141412 > aside:first-child + aside,
.sidebar_layout_141412 > div.cl + aside,
.sidebar_layout_141412 > div.cl + aside + aside,
.sidebar_layout_141412 > div.cmsmasters_widget_divider + aside,
.sidebar_layout_141412 > div.cmsmasters_widget_divider + aside + aside {
  width: 21.6%;
}
.sidebar_layout_141412 > aside:first-child + aside + aside,
.sidebar_layout_141412 > div.cl + aside + aside + aside,
.sidebar_layout_141412 > div.cmsmasters_widget_divider + aside + aside + aside {
  width: 46.6%;
}
.sidebar_layout_141214 > aside:first-child,
.sidebar_layout_141214 > aside:first-child + aside + aside,
.sidebar_layout_141214 > div.cl + aside,
.sidebar_layout_141214 > div.cl + aside + aside + aside,
.sidebar_layout_141214 > div.cmsmasters_widget_divider + aside,
.sidebar_layout_141214 > div.cmsmasters_widget_divider + aside + aside + aside {
  width: 21.6%;
}
.sidebar_layout_141214 > aside:first-child + aside,
.sidebar_layout_141214 > div.cl + aside + aside,
.sidebar_layout_141214 > div.cmsmasters_widget_divider + aside + aside {
  width: 46.6%;
}
.sidebar_layout_121414 > aside:first-child,
.sidebar_layout_121414 > div.cl + aside,
.sidebar_layout_121414 > div.cmsmasters_widget_divider + aside {
  width: 46.6%;
}
.sidebar_layout_121414 > aside:first-child + aside,
.sidebar_layout_121414 > aside:first-child + aside + aside,
.sidebar_layout_121414 > div.cl + aside + aside,
.sidebar_layout_121414 > div.cl + aside + aside + aside,
.sidebar_layout_121414 > div.cmsmasters_widget_divider + aside + aside,
.sidebar_layout_121414 > div.cmsmasters_widget_divider + aside + aside + aside {
  width: 21.6%;
}
.sidebar_layout_131313 aside {
  width: 29.93%;
}
.sidebar_layout_3414 > aside:first-child,
.sidebar_layout_3414 > div.cl + aside,
.sidebar_layout_3414 > div.cmsmasters_widget_divider + aside {
  width: 71.6%;
}
.sidebar_layout_3414 > aside:first-child + aside,
.sidebar_layout_3414 > div.cl + aside + aside,
.sidebar_layout_3414 > div.cmsmasters_widget_divider + aside + aside {
  width: 21.6%;
}
.sidebar_layout_1434 > aside:first-child,
.sidebar_layout_1434 > div.cl + aside,
.sidebar_layout_1434 > div.cmsmasters_widget_divider + aside {
  width: 21.6%;
}
.sidebar_layout_1434 > aside:first-child + aside,
.sidebar_layout_1434 > div.cl + aside + aside,
.sidebar_layout_1434 > div.cmsmasters_widget_divider + aside + aside {
  width: 71.6%;
}
.sidebar_layout_2313 > aside:first-child,
.sidebar_layout_2313 > div.cl + aside,
.sidebar_layout_2313 > div.cmsmasters_widget_divider + aside {
  width: 63.27%;
}
.sidebar_layout_2313 > aside:first-child + aside,
.sidebar_layout_2313 > div.cl + aside + aside,
.sidebar_layout_2313 > div.cmsmasters_widget_divider + aside + aside {
  width: 29.93%;
}
.sidebar_layout_1323 > aside:first-child,
.sidebar_layout_1323 > div.cl + aside,
.sidebar_layout_1323 > div.cmsmasters_widget_divider + aside {
  width: 29.93%;
}
.sidebar_layout_1323 > aside:first-child + aside,
.sidebar_layout_1323 > div.cl + aside + aside,
.sidebar_layout_1323 > div.cmsmasters_widget_divider + aside + aside {
  width: 63.27%;
}
.sidebar_layout_1212 aside {
  width: 46.6%;
}
.sidebar_layout_11 aside {
  width: 96.6%;
}
/***************** Share ******************/
.cmsmasters_sharing {
  overflow: hidden;
}
.share_wrap {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.share_wrap:last-child {
  margin-right: 0;
}
.social_vertical .share_wrap {
  float: none;
  margin-right: 0;
}
.share_wrap .button:before {
  margin: 0 5px 0 0;
}
/***************** Twitter Stripe ******************/
.cmsmasters_twitter_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_twitter_wrap .owl-pagination {
  visibility: hidden;
  display: none;
}
.cmsmasters_twitter_wrap .owl-buttons {
  width: 64px;
  height: 26px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_twitter_wrap .twr_icon {
  font-size: 22px;
  line-height: 22px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_twitter_wrap .twr_icon:before {
  margin: 0 !important;
}
.cmsmasters_twitter_wrap .cmsmasters_twitter {
  position: relative;
}
.cmsmasters_twitter_wrap .cmsmasters_twitter_item {
  padding: 5px 80px 5px 135px;
  position: relative;
}
.cmsmasters_twitter_wrap .cmsmasters_twitter_item:not(:first-child) {
  display: none;
}
.cmsmasters_twitter_wrap .published {
  padding: 0;
  width: 110px;
  height: 20px;
  margin: auto !important;
  position: absolute;
  left: 30px;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_twitter_wrap .cmsmasters_twitter_item_content {
  display: block;
}
/***************** Dropcap ******************/
.cmsmasters_dropcap {
  margin: 5px 25px;
  line-height: 50px;
  float: left;
}
.cmsmasters_dropcap.type2 {
  width: 60px;
  height: 60px;
  margin: 5px 25px 10px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
/***************** Clients ******************/
.cmsmasters_clients_slider_wrap {
  padding: 0 40px;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider {
  display: block;
  margin: 0;
  padding: 55px 0 25px;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider.enable_slides_control {
  outline: none;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider.enable_arrow_control {
  outline: none;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider .cmsmasters_owl_slider_item {
  min-width: 170px;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider .owl-buttons > div.owl-prev {
  left: -40px;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider .owl-buttons > div.owl-next {
  right: -40px;
}
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider .cmsmasters_prev_arrow,
.cmsmasters_clients_slider_wrap .cmsmasters_clients_slider .cmsmasters_next_arrow {
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_clients_item {
  font-size: 0;
  line-height: 180px;
  height: 180px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.cmsmasters_clients_item img {
  display: inline-block !important;
  padding: 0 20px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto !important;
  vertical-align: middle;
}
.cmsmasters_clients_item a {
  line-height: 180px;
  display: block;
  height: 100%;
}
.cmsmasters_clients_item:hover {
  outline: none;
}
.cmsmasters_clients_grid {
  overflow: hidden;
}
.cmsmasters_clients_grid.clients_five .cmsmasters_clients_item {
  width: 20%;
}
.cmsmasters_clients_grid.clients_four .cmsmasters_clients_item {
  width: 25%;
}
.cmsmasters_clients_grid.clients_three .cmsmasters_clients_item {
  width: 33.33%;
}
.cmsmasters_clients_grid.clients_two .cmsmasters_clients_item {
  width: 50%;
}
.cmsmasters_clients_grid .cmsmasters_clients_items {
  height: auto;
}
.cmsmasters_clients_grid .cmsmasters_clients_item {
  margin-bottom: 20px;
  float: left;
}
.cmsmasters_clients_grid .cmsmasters_clients_item img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.1;
}
.cmsmasters_clients_grid .cmsmasters_clients_item.shortcode_animated img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_clients_grid.clients_one .cmsmasters_clients_item:last-child,
.cmsmasters_clients_grid.clients_one .cmsmasters_clients_item {
  width: 100%;
  float: none;
  height: auto;
  line-height: 0;
}
.cmsmasters_clients_grid.clients_two .cmsmasters_clients_item:nth-child(2n+1),
.cmsmasters_clients_grid.clients_three .cmsmasters_clients_item:nth-child(3n+1),
.cmsmasters_clients_grid.clients_four .cmsmasters_clients_item:nth-child(4n+1),
.cmsmasters_clients_grid.clients_five .cmsmasters_clients_item:nth-child(5n+1) {
  clear: both;
}
/*-------------------------------------------------------------------------*/
/* Widgets Styles
/*-------------------------------------------------------------------------*/
.widget {
  position: relative;
  padding: 25px;
  margin-bottom: 40px;
  border-width: 1px;
  border-style: solid;
}
.widget .widgettitle {
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.widget .widgettitle:before,
.widget .widgettitle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  position: relative;
}
.widget .widgettitle:before {
  margin-left: -100%;
  right: 20px;
}
.widget .widgettitle:after {
  margin-right: -100%;
  left: 20px;
}
/***************** Widget Search ******************/
.widget_search {
  padding: 0;
  border-width: 0;
  border-style: solid;
  background: none !important;
}
/***************** Widget Gallery ******************/
.widget_media_gallery .gallery {
  margin-bottom: 0;
}
/***************** Widget Advertisement ******************/
.widget_custom_advertisement_entries .widgettitle {
  margin-bottom: 25px;
}
.widget_custom_advertisement_entries .adv_image_wrap {
  margin: -5px;
  overflow: hidden;
}
.widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image {
  width: 125px;
  height: 125px;
  float: left;
  margin: 5px;
  overflow: hidden;
}
.widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/***************** Widget Lists ******************/
.widget_recent_comments ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin: 0;
  padding: 0 0 15px;
}
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before {
  content: none;
}
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child {
  padding: 0;
}
.widget_recent_comments .post-date,
.widget_recent_entries .post-date {
  display: block;
  margin-top: 4px;
}
.widget_pages ul {
  padding: 0;
  margin: 0;
}
.widget_pages ul li {
  padding: 0;
}
.widget_pages ul li:before {
  content: none;
}
.widget_pages ul li a {
  position: relative;
  display: block;
  padding: 13px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_pages ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -1px;
  opacity: 0;
}
.widget_pages ul li a:hover:before {
  opacity: 1;
}
.widget_pages ul li li {
  padding-left: 20px;
}
.widget_pages > ul {
  margin-bottom: 5px;
}
.widget_pages > ul > li:first-child > a {
  padding-top: 0;
}
.widget_categories ul,
.widget_archive ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li {
  position: relative;
  padding: 13px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before {
  content: none;
}
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul {
  margin: 13px 0 -13px;
}
.widget_categories ul ul li,
.widget_archive ul ul li,
.widget_meta ul ul li {
  padding-left: 20px;
}
.widget_categories ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_meta ul ul li:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.widget_categories ul ul li:first-child,
.widget_archive ul ul li:first-child,
.widget_meta ul ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.widget_categories > ul,
.widget_archive > ul,
.widget_meta > ul {
  margin-bottom: 5px;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_meta > ul > li:first-child {
  padding-top: 0;
}
.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
  display: none;
}
/***************** Widget Calendar ******************/
.widget_calendar .wp-calendar-table {
  min-width: 200px;
}
/***************** Widget Contact Form ******************/
.widget_custom_contact_form_entries input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.widget_custom_contact_form_entries textarea,
.widget_custom_contact_form_entries select {
  width: 100%;
}
.widget_custom_contact_form_entries .form_info.submit_wrap {
  padding-top: 0;
}
/***************** Widget Contact Info ******************/
.widget_custom_contact_info_entries {
  position: relative;
  overflow: hidden;
}
.widget_custom_contact_info_entries .contact_info_item {
  display: block;
  padding: 10px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.widget_custom_contact_info_entries .contact_info_item:first-of-type {
  border-top-width: 0;
  border-top-style: solid;
  padding-top: 0;
}
.widget_custom_contact_info_entries .contact_info_item_title {
  max-width: 50%;
  float: left;
}
.widget_custom_contact_info_entries .contact_info_item_desc {
  display: block;
  padding: 0 0 0 15px;
  text-align: right;
  overflow: hidden;
}
/***************** Widget Custom Menu ******************/
.widget_nav_menu {
  position: relative;
  overflow: hidden;
}
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul li {
  padding: 0;
}
.widget_nav_menu ul li:before {
  content: none;
}
.widget_nav_menu ul li a {
  position: relative;
  display: block;
  padding: 13px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_nav_menu ul li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
}
.widget_nav_menu ul li a:hover:before {
  opacity: 1;
}
.widget_nav_menu ul li a:empty {
  display: none;
}
.widget_nav_menu ul li li {
  padding-left: 20px;
}
.widget_nav_menu ul li li li li li li {
  padding-left: 10px;
}
.widget_nav_menu .menu {
  margin-bottom: 5px;
}
.widget_nav_menu .menu > li:first-child > a {
  padding-top: 0;
}
/***************** Widget Facebook ******************/
.widget_custom_facebook_entries iframe {
  margin-bottom: 0;
}
/***************** Widget Flickr ******************/
.widget_custom_flickr_entries .wrap {
  margin: 0 -12px;
}
.widget_custom_flickr_entries .more_button {
  display: none;
}
.widget_custom_flickr_entries .flickr_badge_image {
  margin: 0 12px 20px;
  float: left;
  overflow: hidden;
}
.widget_custom_flickr_entries .flickr_badge_image img {
  image-rendering: auto;
}
.widget_custom_flickr_entries .flickr_badge_image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/***************** Widget Latest and Popular Projects ******************/
.widget_custom_popular_projects_entries,
.widget_custom_latest_projects_entries {
  position: relative;
}
.widget_custom_popular_projects_entries .widget_custom_projects_entries_slides,
.widget_custom_latest_projects_entries .widget_custom_projects_entries_slides {
  overflow: hidden;
}
.widget_custom_popular_projects_entries .cmsmasters_slider_project,
.widget_custom_latest_projects_entries .cmsmasters_slider_project {
  padding: 0 1px 2px;
}
.widget_custom_popular_projects_entries:hover .owl-buttons > div.owl-prev,
.widget_custom_latest_projects_entries:hover .owl-buttons > div.owl-prev {
  left: -2px;
}
.widget_custom_popular_projects_entries:hover .owl-buttons > div.owl-next,
.widget_custom_latest_projects_entries:hover .owl-buttons > div.owl-next {
  right: -2px;
}
.widget_custom_popular_projects_entries .owl-buttons > div.owl-prev,
.widget_custom_latest_projects_entries .owl-buttons > div.owl-prev {
  left: -30px;
}
.widget_custom_popular_projects_entries .owl-buttons > div.owl-next,
.widget_custom_latest_projects_entries .owl-buttons > div.owl-next {
  right: -30px;
}
.widget_custom_popular_projects_entries .preloader,
.widget_custom_latest_projects_entries .preloader {
  padding-bottom: 100%;
}
.widget_custom_popular_projects_entries .cmsmasters_slider_project_media_wrap,
.widget_custom_latest_projects_entries .cmsmasters_slider_project_media_wrap {
  position: relative;
}
.widget_custom_popular_projects_entries .cmsmasters_project_category,
.widget_custom_latest_projects_entries .cmsmasters_project_category {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
}
.widget_custom_popular_projects_entries .cmsmasters_project_category a,
.widget_custom_latest_projects_entries .cmsmasters_project_category a {
  display: inline-block;
  padding: 5px 10px;
}
.widget_custom_popular_projects_entries .cmsmasters_project_title,
.widget_custom_latest_projects_entries .cmsmasters_project_title {
  margin: 25px 0 5px;
}
/***************** Widget Posts Tabs ******************/
.widget_custom_posts_tabs_entries {
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs {
  position: relative;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: none;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item + .cmsmasters_tabs_list_item:before {
  content: '/';
  display: inline-block;
  margin: 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item a {
  display: inline-block;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_wrap {
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_wrap > .cmsmasters_tab:first-child {
  display: block;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab ul {
  margin: 0;
  padding: 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab li {
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab li:first-child {
  margin: 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab li:before {
  content: none;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab li p {
  margin: 0;
  padding: 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest li:after,
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  height: 70px;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_comments li > p {
  margin: 0;
  padding: 10px 0 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_comments li .published {
  display: block;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_img {
  margin-right: 15px;
  z-index: 1;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_img img {
  image-rendering: auto;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .img_placeholder_small {
  width: 70px;
  height: 70px;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 90px;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_cont > .published {
  margin-top: 2px;
  display: block;
}
/***************** Widget Latest Post ******************/
.cmsmasters_latest_posts_list {
  margin: 0;
}
.cmsmasters_latest_posts_list li {
  padding: 0;
  margin: 0 0 25px;
}
.cmsmasters_latest_posts_list li:last-child {
  margin-bottom: 0;
}
.cmsmasters_latest_posts_list li:before {
  content: none;
}
.cmsmasters_latest_posts_list li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  height: 70px;
}
.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_img {
  margin-right: 15px;
  z-index: 1;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_img img {
  image-rendering: auto;
}
.cmsmasters_latest_posts_list li .img_placeholder_small {
  width: 70px;
  height: 70px;
}
.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 90px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_cont > .published {
  margin-top: 2px;
  display: block;
}
/***************** Widget RSS ******************/
.widget_rss img {
  margin: -3px 0 0;
}
.widget_rss ul {
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  margin: 0;
  padding: 20px 0 0;
}
.widget_rss ul li:first-child {
  padding: 0;
}
.widget_rss ul li:before {
  content: none;
}
.widget_rss ul li .rsswidget {
  outline: none;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 4px;
}
.widget_rss ul li .rssSummary {
  padding: 5px 0 0;
  overflow: hidden;
}
.widget_rss ul li cite {
  display: block;
  padding: 7px 0 0;
}
/***************** Widget Tag Cloud ******************/
.widget_tag_cloud {
  position: relative;
  overflow: hidden;
}
.widget_tag_cloud a {
  float: left;
  padding: 4px 10px;
  margin: 0 1px 1px 0;
  border-width: 1px;
  border-style: solid;
}
/***************** Widget MailPoet Subscription Form ******************/
.widget.widget_wysija {
  border-width: 0;
  border-style: solid;
}
.bottom_inner .widget.widget_wysija {
  background: none;
}
/***************** Widget Twitter ******************/
.widget_custom_twitter_entries {
  position: relative;
  overflow: hidden;
}
.widget_custom_twitter_entries ul {
  margin: 0;
  padding: 0;
}
.widget_custom_twitter_entries ul li {
  margin: 0 0 37px;
  padding: 0 0 33px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.widget_custom_twitter_entries ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.widget_custom_twitter_entries ul li:before {
  content: none;
}
.widget_custom_twitter_entries .tweet_time {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
}
.widget_custom_twitter_entries .tweet_time:before {
  font-size: 19px;
  line-height: 20px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: -2px;
  bottom: 0;
}
.widget_custom_twitter_entries .tweet_text {
  display: block;
  padding: 13px 0 0;
  overflow: hidden;
}
/***************** Widget Profile ******************/
.widget_custom_profile .cmsmasters_img_wrap {
  display: block;
  margin-bottom: 20px;
}
.widget_custom_profile .cmsmasters_profile_title {
  text-align: center;
  margin-bottom: 10px;
}
.bottom_inner .widget_custom_profile .cmsmasters_profile_title {
  text-align: left;
}
.widget_custom_profile .cmsmasters_profile_content {
  text-align: center;
  margin-bottom: 15px;
}
.bottom_inner .widget_custom_profile .cmsmasters_profile_content {
  text-align: left;
}
.widget_custom_profile .profile_social_icons_list {
  text-align: center;
  margin: 0;
}
.bottom_inner .widget_custom_profile .profile_social_icons_list {
  text-align: left;
}
.widget_custom_profile .profile_social_icons_list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  padding: 0;
  position: relative;
}
.widget_custom_profile .profile_social_icons_list li:before {
  display: none;
}
.widget_custom_profile .profile_social_icons_list a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.widget_custom_profile .profile_social_icons_list a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/* Search + Archives + Sitemap + Error + Other Styles
/*-------------------------------------------------------------------------*/
/***************** Archives + Search ******************/
.cmsmasters_search,
.cmsmasters_archive {
  position: relative;
  overflow: hidden;
}
.content_wrap.fullwidth .cmsmasters_search,
.content_wrap.fullwidth .cmsmasters_archive {
  padding: 50px 0 0;
}
.cmsmasters_search > .about_author,
.cmsmasters_archive > .about_author {
  padding: 0 0 50px;
}
.cmsmasters_search > .cmsmasters_wrap_pagination,
.cmsmasters_archive > .cmsmasters_wrap_pagination {
  padding: 50px 0 0;
}
.cmsmasters_search .cmsmasters_search_zero .search_bar_wrap,
.cmsmasters_archive .cmsmasters_search_zero .search_bar_wrap {
  max-width: 400px;
}
.content .cmsmasters_search .cmsmasters_search_zero,
.content .cmsmasters_archive .cmsmasters_search_zero {
  text-align: left;
}
.content .cmsmasters_search .cmsmasters_search_zero.tar,
.content .cmsmasters_archive .cmsmasters_search_zero.tar {
  float: none;
}
.middle_content .cmsmasters_search .cmsmasters_search_zero,
.middle_content .cmsmasters_archive .cmsmasters_search_zero {
  max-width: 650px;
}
.middle_content .cmsmasters_search .cmsmasters_search_zero.tac,
.middle_content .cmsmasters_archive .cmsmasters_search_zero.tac {
  margin: 0 auto;
}
.cmsmasters_archive_type {
  padding: 50px 0 0;
  overflow: hidden;
}
.cmsmasters_archive_type:first-of-type {
  padding-top: 0;
}
.cmsmasters_archive_type .preloader {
  padding-bottom: 100%;
}
.cmsmasters_archive_type .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_archive_type .cmsmasters_archive_item_img_wrap {
  margin: 0 30px 0 0;
  width: 30%;
  float: left;
}
.cmsmasters_archive_type .cmsmasters_archive_item_img_wrap .cmsmasters_img_wrap {
  overflow: hidden;
}
.cmsmasters_archive_type .cmsmasters_archive_item_cont_wrap {
  overflow: hidden;
}
.cmsmasters_archive_type .cmsmasters_archive_item_type {
  display: inline;
}
.cmsmasters_archive_type .cmsmasters_archive_item_header {
  padding: 0 0 20px;
}
.cmsmasters_archive_type .cmsmasters_archive_item_title {
  word-wrap: break-word;
  margin: 0;
}
.cmsmasters_archive_type .cmsmasters_archive_item_content {
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_archive_type .cmsmasters_archive_item_content p {
  padding: 0;
}
.cmsmasters_archive_type .cmsmasters_archive_item_info {
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_archive_type .cmsmasters_archive_item_date_wrap {
  display: inline;
}
.cmsmasters_archive_type .cmsmasters_archive_item_user_name {
  display: inline;
}
/***************** Sitemap ******************/
.middle_content .cmsmasters_sitemap_wrap {
  padding: 0 0 50px;
}
.cmsmasters_sitemap_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap ul,
.cmsmasters_sitemap_wrap ol,
.cmsmasters_sitemap_wrap li {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap ul:before,
.cmsmasters_sitemap_wrap ol:before,
.cmsmasters_sitemap_wrap li:before {
  content: none;
}
.cmsmasters_sitemap_wrap .cmsmasters_divider {
  margin-bottom: 30px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:first-child:before {
  content: none;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a {
  display: inline-block;
  margin-bottom: 35px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a + ul {
  margin-top: -10px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul {
  width: 100%;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li {
  width: 25%;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(5),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(9),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(13),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(17),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(21),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(25),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(29),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(33),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(37),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(41),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li:nth-child(45) {
  clear: both;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul {
  padding-top: 20px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul ul {
  padding-top: 10px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li:first-child {
  padding-top: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul > li {
  margin-left: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category {
  padding: 5px 0 0;
  margin: 0;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(5),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(9),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(13),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(17),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(21),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(25),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(29),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(33),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(37),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(41),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li:nth-child(45) {
  clear: both;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul {
  padding-top: 20px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul ul {
  padding-top: 10px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li:first-child {
  padding-top: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul > li {
  margin-left: 0;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive {
  padding: 5px 0 20px;
  margin: 0;
  overflow: hidden;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
  float: left;
}
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(5),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(9),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(13),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(17),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(21),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(25),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(29),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(33),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(37),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(41),
.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li:nth-child(45) {
  clear: both;
}
/***************** Error ******************/
.error {
  overflow: hidden;
}
.error .error_inner {
  padding: 120px 0 0;
}
.error .error_title {
  font-size: 80px;
  line-height: 1em;
  margin: 0;
  padding: 0 0 70px;
}
.error .error_subtitle {
  margin: 0 0 20px;
  padding: 0;
}
.error_cont {
  padding: 0 0 140px;
}
.error_cont .search_bar_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 270px;
  max-width: 100%;
  margin: 0 15px 0 0;
}
.error_cont .error_button_wrap {
  display: inline-block;
  vertical-align: middle;
}
/***************** Attachment Page ******************/
.cmsmasters_attach_img {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_attach_img .cmsmasters_attach_img_info {
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_attach_img .cmsmasters_attach_img_edit {
  margin: 0;
  padding: 0;
  float: right;
}
.cmsmasters_attach_img .cmsmasters_attach_img_meta {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/***************** Other ******************/
#main .with_frm_style .frm_form_fields input,
#main #wpcontent .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields textarea {
  padding: 9px;
}
#lang_sel ul {
  overflow: visible;
}
#lang_sel_footer {
  display: none;
}
/*-------------------------------------------------------------------------*/
/* Contact Forms Styles
/*-------------------------------------------------------------------------*/
.cmsmasters-form-builder {
  margin: 0 -1.7%;
}
.cmsmasters-form-builder .success_box {
  margin: 0 1.7% 10px;
  width: 96.6%;
}
.cmsmasters-form-builder .form_info {
  margin: 0 1.7%;
  padding-bottom: 10px;
}
.cmsmasters-form-builder .form_info.submit_wrap {
  padding-top: 10px;
}
.cmsmasters-form-builder [class*="one_"] input[type="text"],
.cmsmasters-form-builder [class*="one_"] select,
.cmsmasters-form-builder [class*="one_"] textarea {
  width: 100%;
}
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label,
body .cmsmasters-form-builder .check_parent input[type="checkbox"] + label,
body .cmsmasters-form-builder .check_parent input[type="radio"] + label {
  padding-left: 35px;
  padding-right: 0;
  position: relative;
  cursor: pointer;
  float: left;
}
.wpcf7-list-item label {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.cmsmasters-form-builder .check_parent input[type="checkbox"],
.cmsmasters-form-builder .check_parent input[type="radio"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] {
  float: left;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before,
.cmsmasters-form-builder .check_parent input[type="checkbox"] + label:before,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before,
.cmsmasters-form-builder .check_parent input[type="radio"] + label:before {
  content: '';
  border-width: 1px;
  border-style: solid;
  width: 15px;
  height: 15px;
  margin: auto !important;
  position: absolute;
  left: 3px;
  right: auto;
  top: 1px;
  bottom: auto;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before,
.cmsmasters-form-builder .check_parent input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after,
.cmsmasters-form-builder .check_parent input[type="checkbox"] + label:after,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:after,
.cmsmasters-form-builder .check_parent input[type="radio"] + label:after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 9px;
  height: 9px;
  margin: auto !important;
  position: absolute;
  left: 6px;
  right: auto;
  top: 4px;
  bottom: auto;
  opacity: 0;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:after,
.cmsmasters-form-builder .check_parent input[type="radio"] + label:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
.cmsmasters-form-builder .check_parent input[type="checkbox"]:checked + label:after,
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:after,
.cmsmasters-form-builder .check_parent input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cmsmasters_mailpoet_form .mailpoet_form,
.mailpoet_form_widget .mailpoet_form,
.cmsmasters_mailpoet_form .widget_wysija,
.mailpoet_form_widget .widget_wysija {
  position: relative;
}
.cmsmasters_mailpoet_form .widgettitle,
.mailpoet_form_widget .widgettitle {
  margin: 0;
}
.cmsmasters_mailpoet_form .mailpoet_paragraph,
.mailpoet_form_widget .mailpoet_paragraph,
.cmsmasters_mailpoet_form .wysija-paragraph,
.mailpoet_form_widget .wysija-paragraph {
  margin: 0;
  padding: 0;
}
.cmsmasters_mailpoet_form .mailpoet_text,
.mailpoet_form_widget .mailpoet_text,
.cmsmasters_mailpoet_form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
.mailpoet_form_widget input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  padding: 10px 25px !important;
  width: 100% !important;
}
.cmsmasters_mailpoet_form .wysija-submit-field,
.mailpoet_form_widget .wysija-submit-field {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cmsmasters_mailpoet_form .parsley-errors-list,
.mailpoet_form_widget .parsley-errors-list,
.cmsmasters_mailpoet_form .mailpoet_validate_success,
.mailpoet_form_widget .mailpoet_validate_success,
.cmsmasters_mailpoet_form .mailpoet_validate_error,
.mailpoet_form_widget .mailpoet_validate_error {
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 200px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_mailpoet_form .parsley-errors-list li:before,
.mailpoet_form_widget .parsley-errors-list li:before {
  content: none;
}
.cmsmasters_mailpoet_form .mailpoet_form_shortcode,
.mailpoet_form_widget .mailpoet_form_shortcode,
.cmsmasters_mailpoet_form .mailpoet_form_widget,
.mailpoet_form_widget .mailpoet_form_widget {
  display: flex;
  width: 100%;
  padding: 0 !important;
  align-items: flex-end;
}
.cmsmasters_mailpoet_form .mailpoet_form_shortcode .mailpoet_paragraph,
.mailpoet_form_widget .mailpoet_form_shortcode .mailpoet_paragraph,
.cmsmasters_mailpoet_form .mailpoet_form_widget .mailpoet_paragraph,
.mailpoet_form_widget .mailpoet_form_widget .mailpoet_paragraph {
  flex-grow: 4;
  margin: 0;
}
.cmsmasters_mailpoet_form .mailpoet_form_shortcode .mailpoet_paragraph.last,
.mailpoet_form_widget .mailpoet_form_shortcode .mailpoet_paragraph.last,
.cmsmasters_mailpoet_form .mailpoet_form_widget .mailpoet_paragraph.last,
.mailpoet_form_widget .mailpoet_form_widget .mailpoet_paragraph.last {
  flex-grow: 1;
}
.cmsmasters_mailpoet_form .mailpoet_form_shortcode .mailpoet_paragraph.last .mailpoet_submit,
.mailpoet_form_widget .mailpoet_form_shortcode .mailpoet_paragraph.last .mailpoet_submit,
.cmsmasters_mailpoet_form .mailpoet_form_widget .mailpoet_paragraph.last .mailpoet_submit,
.mailpoet_form_widget .mailpoet_form_widget .mailpoet_paragraph.last .mailpoet_submit {
  width: 100%;
  padding: 0 25px !important;
}
/*-------------------------------------------------------------------------*/
/* CSS3 Animations
/*-------------------------------------------------------------------------*/
html.csstransitions {
  /* Custom Animations */
  /* Global Animations */
}
html.csstransitions .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_plus,
html.csstransitions .cmsmasters_tabs .cmsmasters_tabs_list_item a:before,
html.csstransitions .cmsmasters_tabs .cmsmasters_tabs_list_item a span,
html.csstransitions .cmsmasters_post_timeline .cmsmasters_day,
html.csstransitions .cmsmasters_post_timeline .cmsmasters_mon,
html.csstransitions .cmsmasters_post_timeline .cmsmasters_year,
html.csstransitions .post_nav > span .post_nav_sub,
html.csstransitions .search_bar_wrap .search_button button,
html.csstransitions .cmsmasters_likes a:before,
html.csstransitions .cmsmasters_comments a:before {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
html.csstransitions input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
html.csstransitions textarea,
html.csstransitions select {
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
html.csstransitions .cmsmasters_header_search_form {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
html.csstransitions .widget_tag_cloud a,
html.csstransitions .widget_nav_menu li a,
html.csstransitions .widget_pages li a,
html.csstransitions .cmsmasters_slider_post_category a,
html.csstransitions .cmsmasters_slider_project_category a,
html.csstransitions .cmsmasters_notice .notice_close,
html.csstransitions #slide_top,
html.csstransitions .cmsmasters_project_category a,
html.csstransitions .cmsmasters_post_category a {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
html.csstransitions .widget_custom_flickr_entries .flickr_badge_image img,
html.csstransitions .widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image img,
html.csstransitions .cmsmasters_slider_project .cmsmasters_img_rollover_wrap img,
html.csstransitions .cmsmasters_project_puzzle .cmsmasters_img_rollover_wrap img,
html.csstransitions .cmsmasters_project_grid .cmsmasters_rollover_enabled img,
html.csstransitions .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:before {
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
html.csstransitions .cmsmasters_slider_project .cmsmasters_slider_project_inner,
html.csstransitions .cmsmasters_project_puzzle .project_inner {
  -webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .cmsmasters_quotes_slider .owl-buttons > div:after,
html.csstransitions .cmsmasters_quotes_slider .owl-buttons > div:before,
html.csstransitions .owl-pagination .owl-page {
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
html.csstransitions .cmsmasters_slider_project .cmsmasters_slider_project_title a,
html.csstransitions .cmsmasters_slider_project .cmsmasters_likes a:before,
html.csstransitions .cmsmasters_slider_project .cmsmasters_comments a:before,
html.csstransitions .cmsmasters_project_puzzle .cmsmasters_project_header .cmsmasters_project_title a,
html.csstransitions .cmsmasters_project_puzzle .cmsmasters_likes a:before,
html.csstransitions .cmsmasters_project_puzzle .cmsmasters_comments a:before {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
html.csstransitions .share_posts a,
html.csstransitions .cmsmasters_next_arrow,
html.csstransitions .cmsmasters_prev_arrow {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
html.csstransitions .widget_custom_popular_projects_entries .owl-buttons > div.owl-prev,
html.csstransitions .widget_custom_latest_projects_entries .owl-buttons > div.owl-prev,
html.csstransitions .widget_custom_popular_projects_entries .owl-buttons > div.owl-next,
html.csstransitions .widget_custom_latest_projects_entries .owl-buttons > div.owl-next {
  -webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
  -moz-transition: right .3s ease-in-out, left .3s ease-in-out;
  -ms-transition: right .3s ease-in-out, left .3s ease-in-out;
  -o-transition: right .3s ease-in-out, left .3s ease-in-out;
  transition: right .3s ease-in-out, left .3s ease-in-out;
}
html.csstransitions .cmsmasters_tabs .cmsmasters_tabs_list_item a,
html.csstransitions .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block.cmsmasters_color_type_icon .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html.csstransitions a,
html.csstransitions .cmsmasters_icon_wrap .cmsmasters_simple_icon_title,
html.csstransitions .bot_search_but:before,
html.csstransitions .mid_search_but:before,
html.csstransitions .img_placeholder_small,
html.csstransitions .cmsmasters_header_search_form button,
html.csstransitions .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.csstransitions .cmsmasters_header_search_form .cmsmasters_header_search_form_close {
  -webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
html.csstransitions .header_mid,
html.csstransitions .header_bot {
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
html.csstransitions #page .cmsmasters_social_icon,
html.csstransitions .edge_only .cmsmasters_but_icon_inverse {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions nav > div > ul ul,
html.csstransitions nav > div > ul div {
  -webkit-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  -moz-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  -ms-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  -o-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
}
html.csstransitions .cmsmasters_icon_wrap .cmsmasters_simple_icon,
html.csstransitions nav > div > ul ul ul {
  -webkit-transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
  -moz-transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
  -ms-transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
  -o-transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
  transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
}
html.csstransitions nav > div > ul li a,
html.csstransitions .cmsmasters_icon_wrap .cmsmasters_simple_icon {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
}
html.csstransitions nav > div > ul li a .nav_subtitle {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
html.csstransitions .header_top .header_top_but {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
html.csstransitions .cmsmasters_toggles .cmsmasters_toggle_plus span {
  -webkit-transition: background-color .3s ease-in-out, height .1s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, height .1s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, height .1s ease-in-out;
  -o-transition: background-color .3s ease-in-out, height .1s ease-in-out;
  transition: background-color .3s ease-in-out, height .1s ease-in-out;
}
html.csstransitions .cmsmasters_hover_slider_thumbs > li img {
  -webkit-transition: opacity .4s ease-in-out, width .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
  -moz-transition: opacity .4s ease-in-out, width .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
  -ms-transition: opacity .4s ease-in-out, width .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
  -o-transition: opacity .4s ease-in-out, width .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
  transition: opacity .4s ease-in-out, width .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
}
html.csstransitions .cmsmasters_hover_slider_items > li {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
html.csstransitions .cmsmasters_hover_slider_thumbs > li a {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
html.csstransitions .cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs > li a:before {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
html.csstransitions .isotope > * {
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
html.csstransitions .button,
html.csstransitions input[type=submit],
html.csstransitions input[type=button],
html.csstransitions button,
html.csstransitions .cmsmasters_button,
html.csstransitions .cmsmasters_button.cmsmasters_but_clear_styles:before,
html.csstransitions .cmsmasters_button.cmsmasters_but_clear_styles:after {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
html.csstransitions .cmsmasters_button.cmsmasters_but_icon_slide_left,
html.csstransitions .cmsmasters_button.cmsmasters_but_icon_slide_right {
  -webkit-transition: all .3s ease-in-out, color 0s ease-in-out;
  -moz-transition: all .3s ease-in-out, color 0s ease-in-out;
  -ms-transition: all .3s ease-in-out, color 0s ease-in-out;
  -o-transition: all .3s ease-in-out, color 0s ease-in-out;
  transition: all .3s ease-in-out, color 0s ease-in-out;
}
html.csstransitions .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:after,
html.csstransitions .cmsmasters-form-builder .check_parent input[type="checkbox"] + label:after,
html.csstransitions .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:after,
html.csstransitions .cmsmasters-form-builder .check_parent input[type="radio"] + label:after {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_top:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h1:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h2:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h3:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h4:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h5:before,
html.csstransitions .cmsmasters_icon_box.cmsmasters_icon_heading_left h6:before {
  -webkit-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -moz-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -ms-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  -o-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
  transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
}
html.csstransitions .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item:before {
  -webkit-transition: opacity 5s ease-in-out, height .8s ease-in;
  -moz-transition: opacity 5s ease-in-out, height .8s ease-in;
  -ms-transition: opacity 5s ease-in-out, height .8s ease-in;
  -o-transition: opacity 5s ease-in-out, height .8s ease-in;
  transition: opacity 5s ease-in-out, height .8s ease-in;
}
html.csstransitions .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
html.csstransitions .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
html.csstransitions .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before {
  -webkit-transition: color .4s ease-in-out, font-size .4s ease-in-out, line-height .4s ease-in;
  -moz-transition: color .4s ease-in-out, font-size .4s ease-in-out, line-height .4s ease-in;
  -ms-transition: color .4s ease-in-out, font-size .4s ease-in-out, line-height .4s ease-in;
  -o-transition: color .4s ease-in-out, font-size .4s ease-in-out, line-height .4s ease-in;
  transition: color .4s ease-in-out, font-size .4s ease-in-out, line-height .4s ease-in;
}
html.csstransitions .cmsmasters_clients_item img,
html.csstransitions .cmsmasters_hover_slider .cmsmasters_hover_slider_thumbs a {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
html.csstransitions .cmsmasters_profile .profile img {
  -webkit-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -moz-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -ms-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  -o-transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
  transition: all .7s cubic-bezier(.55, .3, .5, 1.65);
}
html.csstransitions .cmsmasters_profile .profile .pl_social_list {
  -webkit-transition: opacity .5s ease-out, margin .5s ease-out;
  -moz-transition: opacity .5s ease-out, margin .5s ease-out;
  -ms-transition: opacity .5s ease-out, margin .5s ease-out;
  -o-transition: opacity .5s ease-out, margin .5s ease-out;
  transition: opacity .5s ease-out, margin .5s ease-out;
}
html.csstransitions .cmsmasters_project_grid figure {
  -webkit-transition: opacity .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out;
  -ms-transition: opacity .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}
html.csstransitions .cmsmasters_stats.stats_mode_bars.stats_type_horizontal.shortcode_animated .cmsmasters_stat_inner {
  -webkit-animation: bar_move 2s ease-in;
  -moz-animation: bar_move 2s ease-in;
  -ms-animation: bar_move 2s ease-in;
  -o-animation: bar_move 2s ease-in;
  animation: bar_move 2s ease-in;
}
html.csstransitions .cmsmasters_stats.stats_mode_bars.stats_type_vertical.shortcode_animated .cmsmasters_stat_inner {
  -webkit-animation: bar_up 2s ease-in;
  -moz-animation: bar_up 2s ease-in;
  -ms-animation: bar_up 2s ease-in;
  -o-animation: bar_up 2s ease-in;
  animation: bar_up 2s ease-in;
}
html.csstransitions .cmsmasters_stats.stats_mode_bars.stats_type_horizontal.shortcode_animated .cmsmasters_stat_inner:before,
html.csstransitions .cmsmasters_stats.stats_mode_bars.shortcode_animated .cmsmasters_stat_inner .cmsmasters_stat_title {
  -webkit-animation: bar_title 2.2s ease-out;
  -moz-animation: bar_title 2.2s ease-out;
  -ms-animation: bar_title 2.2s ease-out;
  -o-animation: bar_title 2.2s ease-out;
  animation: bar_title 2.2s ease-out;
}
html.csstransitions .cmsmasters_stats.stats_mode_bars.stats_type_vertical.shortcode_animated .cmsmasters_stat_inner:before {
  -webkit-animation: bar_icon 2.2s ease-out;
  -moz-animation: bar_icon 2.2s ease-out;
  -ms-animation: bar_icon 2.2s ease-out;
  -o-animation: bar_icon 2.2s ease-out;
  animation: bar_icon 2.2s ease-out;
}
html.csstransitions .cmsmasters_stats.stats_mode_bars.shortcode_animated .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
  -webkit-animation: bar_inner 1s ease-in-out;
  -moz-animation: bar_inner 1s ease-in-out;
  -ms-animation: bar_inner 1s ease-in-out;
  -o-animation: bar_inner 1s ease-in-out;
  animation: bar_inner 1s ease-in-out;
}
html.csstransitions .cmsmasters_column_sticky {
  -webkit-transition: -webkit-transform .3s ease, transform .3s ease;
  -moz-transition: -webkit-transform .3s ease, transform .3s ease;
  -ms-transition: -webkit-transform .3s ease, transform .3s ease;
  -o-transition: -webkit-transform .3s ease, transform .3s ease;
  transition: -webkit-transform .3s ease, transform .3s ease;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}
@-webkit-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bar_move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes bar_up {
  from {
    -webkit-transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0%);
  }
}
@-moz-keyframes bar_up {
  from {
    -moz-transform: translate(0, 100%);
  }
  to {
    -moz-transform: translate(0, 0%);
  }
}
@-o-keyframes bar_up {
  from {
    -o-transform: translate(0, 100%);
  }
  to {
    -o-transform: translate(0, 0%);
  }
}
@keyframes bar_up {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0px;
  }
}
@-moz-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0px;
  }
}
@-o-keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0px;
  }
}
@keyframes bar_title {
  from {
    margin-left: -200px;
  }
  to {
    margin-left: 0px;
  }
}
@-webkit-keyframes bar_icon {
  from {
    margin-right: -200px;
  }
  to {
    margin-right: 0px;
  }
}
@-moz-keyframes bar_icon {
  from {
    margin-right: -200px;
  }
  to {
    margin-right: 0px;
  }
}
@-o-keyframes bar_icon {
  from {
    margin-right: -200px;
  }
  to {
    margin-right: 0px;
  }
}
@keyframes bar_icon {
  from {
    margin-right: -200px;
  }
  to {
    margin-right: 0px;
  }
}
@-webkit-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bar_inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version		1.1.4
 * 
 * Responsive Design CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /* Large Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Medium Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	Tablet Monitor 950
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Small Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Tablet Monitor 600
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Phone Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Small Phone Monitor
/*-------------------------------------------------------------------------*/
}
@media only screen and (min-width: 1440px) {
  .cmsmasters_responsive_width {
    width: 1440px;
  }
  #page.cmsmasters_boxed {
    width: 1240px;
  }
  #page.cmsmasters_boxed #header,
  #page.cmsmasters_boxed #footer {
    width: 1240px;
  }
  .post-password-form,
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner,
  .content_wrap,
  .headline_inner,
  .bottom_outer,
  .footer_inner,
  .cmsmasters_row_inner,
  .cmsmasters_row_title_wrap {
    width: 1200px;
  }
  .enable_header_centered .header_bot .header_bot_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1160px) {
  .header_bot nav > div > ul a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .cmsmasters_responsive_width {
    width: 1025px;
  }
  .fixed_header #header {
    position: fixed;
  }
  .fixed_header.enable_header_bottom #header {
    opacity: 0;
  }
  .header_top_outer,
  .header_top .top_nav_wrap nav {
    display: block !important;
  }
  .fixed_header.enable_header_bottom #header.navi_scrolled {
    -webkit-transition: padding-top .5s ease-in-out;
    -moz-transition: padding-top .5s ease-in-out;
    -ms-transition: padding-top .5s ease-in-out;
    -o-transition: padding-top .5s ease-in-out;
    transition: padding-top .5s ease-in-out;
  }
}
@media only screen and (max-width: 1024px) {
  .cmsmasters_responsive_width {
    width: 1024px;
  }
  .headline_outer {
    background-attachment: scroll;
  }
  .gallery.gallery-columns-9 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item {
    width: 29.93%;
  }
  .gallery.gallery-columns-9 .gallery-item:nth-child(6n + 1),
  .gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1),
  .gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1),
  .gallery.gallery-columns-6 .gallery-item:nth-child(9n + 1) {
    clear: none;
  }
  .gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1),
  .gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 21.6%;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    clear: none;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(4n + 1) {
    clear: both;
  }
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item {
    width: 46.6%;
  }
  .gallery.gallery-columns-7 .gallery-item:nth-child(4n + 1),
  .gallery.gallery-columns-5 .gallery-item:nth-child(4n + 1),
  .gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1),
  .gallery.gallery-columns-7 .gallery-item:nth-child(5n + 1),
  .gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1),
  .gallery.gallery-columns-4 .gallery-item:nth-child(5n + 1),
  .gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1),
  .gallery.gallery-columns-5 .gallery-item:nth-child(7n + 1),
  .gallery.gallery-columns-4 .gallery-item:nth-child(7n + 1) {
    clear: none;
  }
  .gallery.gallery-columns-7 .gallery-item:nth-child(2n + 1),
  .gallery.gallery-columns-5 .gallery-item:nth-child(2n + 1),
  .gallery.gallery-columns-4 .gallery-item:nth-child(2n + 1) {
    clear: both;
  }
  .cmsmasters_profile.horizontal .cmsmasters_profile_horizontal.one_fourth:nth-child(2n+1) {
    clear: left;
  }
  #page.cmsmasters_boxed {
    width: 100%;
  }
  #page.cmsmasters_boxed #header,
  #page.cmsmasters_boxed #footer {
    width: 100%;
  }
  #page.fixed_header #header {
    position: relative;
  }
  #page.fixed_header #middle,
  #page.fixed_header.enable_header_top #middle,
  #page.fixed_header.enable_header_bottom #middle,
  #page.fixed_header.enable_header_top.enable_header_bottom #middle {
    padding-top: 0;
  }
  #header {
    position: relative;
    overflow: hidden;
  }
  #header nav {
    height: auto;
  }
  #header nav div,
  #header nav ul,
  #header nav li,
  #header nav a,
  #header nav span {
    background-image: none !important;
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    visibility: visible;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: left;
    border-width: 0;
    border-style: solid;
    clear: both;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header nav div:before,
  #header nav ul:before,
  #header nav li:before,
  #header nav a:before,
  #header nav div:after,
  #header nav ul:after,
  #header nav li:after,
  #header nav a:after {
    content: none;
  }
  #header nav .menu-item-mega-description-container {
    padding: 10px 15px;
  }
  #header nav li {
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header nav > div > ul > li:first-child {
    border-top-width: 0;
    border-top-style: solid;
  }
  .post-password-form,
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner,
  .content_wrap,
  .headline_inner,
  .bottom_outer,
  .footer_inner,
  .cmsmasters_row_inner,
  .cmsmasters_row_title_wrap {
    width: 100%;
  }
  .cmsmasters_column {
    margin-bottom: 20px;
  }
  .cmsmasters_row_columns_behavior .cmsmasters_column {
    margin-bottom: 20px;
  }
  .cmsmasters_column.one_first {
    margin-bottom: 0;
  }
  .one_fifth,
  .one_fourth,
  .three_fourth {
    width: 46.6%;
  }
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fifth,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fourth,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .three_fourth {
    width: 50%;
  }
  .cmsmasters_14141414 > .cmsmasters_column:nth-child(2n + 1) {
    clear: left;
  }
  .cmsmasters_121414 .cmsmasters_column.one_half,
  .cmsmasters_141412 .cmsmasters_column.one_half {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .cmsmasters_row_no_margin > .cmsmasters_121414 > .cmsmasters_column.one_half,
  .cmsmasters_row_no_margin > .cmsmasters_141412 > .cmsmasters_column.one_half {
    width: 100%;
  }
  .cmsmasters_141214 .cmsmasters_column.one_fourth,
  .cmsmasters_141214 .cmsmasters_column.one_half {
    width: 29.93%;
  }
  .cmsmasters_row_no_margin > .cmsmasters_141214 > .cmsmasters_column.one_fourth,
  .cmsmasters_row_no_margin > .cmsmasters_141214 > .cmsmasters_column.one_half {
    width: 33.33%;
  }
  .sidebar_layout_14141414 aside {
    width: 46.6%;
  }
  .sidebar_layout_14141414 aside:nth-child(2n+1) {
    clear: left;
  }
  .sidebar_layout_141412 > aside:first-child,
  .sidebar_layout_141412 > aside:first-child + aside,
  .sidebar_layout_141412 > div.cl + aside,
  .sidebar_layout_141412 > div.cl + aside + aside,
  .sidebar_layout_141412 > div.cmsmasters_widget_divider + aside,
  .sidebar_layout_141412 > div.cmsmasters_widget_divider + aside + aside {
    width: 46.6%;
  }
  .sidebar_layout_141412 > aside:first-child + aside + aside,
  .sidebar_layout_141412 > div.cl + aside + aside + aside,
  .sidebar_layout_141412 > div.cmsmasters_widget_divider + aside + aside + aside {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .sidebar_layout_141214 > aside:first-child,
  .sidebar_layout_141214 > aside:first-child + aside + aside,
  .sidebar_layout_141214 > div.cl + aside,
  .sidebar_layout_141214 > div.cl + aside + aside + aside,
  .sidebar_layout_141214 > div.cmsmasters_widget_divider + aside,
  .sidebar_layout_141214 > div.cmsmasters_widget_divider + aside + aside + aside {
    width: 29.93%;
  }
  .sidebar_layout_141214 > aside:first-child + aside,
  .sidebar_layout_141214 > div.cl + aside + aside,
  .sidebar_layout_141214 > div.cmsmasters_widget_divider + aside + aside {
    width: 29.93%;
  }
  .sidebar_layout_121414 > aside:first-child,
  .sidebar_layout_121414 > div.cl + aside,
  .sidebar_layout_121414 > div.cmsmasters_widget_divider + aside {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .sidebar_layout_121414 > aside:first-child + aside,
  .sidebar_layout_121414 > aside:first-child + aside + aside,
  .sidebar_layout_121414 > div.cl + aside + aside,
  .sidebar_layout_121414 > div.cl + aside + aside + aside,
  .sidebar_layout_121414 > div.cmsmasters_widget_divider + aside + aside,
  .sidebar_layout_121414 > div.cmsmasters_widget_divider + aside + aside + aside {
    width: 46.6%;
  }
  .sidebar_layout_3414 > aside:first-child,
  .sidebar_layout_3414 > div.cl + aside,
  .sidebar_layout_3414 > div.cmsmasters_widget_divider + aside {
    width: 46.6%;
  }
  .sidebar_layout_3414 > aside:first-child + aside,
  .sidebar_layout_3414 > div.cl + aside + aside,
  .sidebar_layout_3414 > div.cmsmasters_widget_divider + aside + aside {
    width: 46.6%;
  }
  .sidebar_layout_1434 > aside:first-child,
  .sidebar_layout_1434 > div.cl + aside,
  .sidebar_layout_1434 > div.cmsmasters_widget_divider + aside {
    width: 46.6%;
  }
  .sidebar_layout_1434 > aside:first-child + aside,
  .sidebar_layout_1434 > div.cl + aside + aside,
  .sidebar_layout_1434 > div.cmsmasters_widget_divider + aside + aside {
    width: 46.6%;
  }
  .cmsmasters_stats.stats_mode_bars.stats_type_vertical .one_fourth,
  .cmsmasters_stats.stats_mode_bars.stats_type_vertical .one_fifth {
    margin-bottom: 20px;
  }
  .cmsmasters_stats.stats_mode_bars.stats_type_vertical .one_fourth:nth-child(2n+1),
  .cmsmasters_stats.stats_mode_bars.stats_type_vertical .one_fifth:nth-child(2n+1) {
    clear: both;
  }
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fifth,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_fifth,
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fourth,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_fourth {
    width: 50%;
  }
  .cmsmasters_pricing_table.pricing_four .cmsmasters_pricing_item {
    width: 50%;
  }
  .cmsmasters_pricing_table.pricing_four .cmsmasters_pricing_item:nth-child(2n+1) {
    clear: both;
  }
  .header_top {
    overflow: hidden;
    clear: both;
  }
  .header_top .header_top_but {
    display: block;
  }
  .header_top .header_top_outer {
    height: auto;
    display: none;
    overflow: hidden;
  }
  .header_top .header_top_inner {
    height: auto;
    padding: 20px 0 25px;
    overflow: hidden;
  }
  .header_top .social_wrap {
    float: none;
  }
  .header_top .social_wrap .social_wrap_inner {
    text-align: center;
  }
  .header_top .top_nav_wrap {
    float: none;
  }
  .header_top .top_nav_wrap nav {
    display: none;
  }
  .header_top .responsive_top_nav {
    display: block;
  }
  .header_top .header_top_meta {
    padding: 25px 0 0;
  }
  .header_top .header_top_meta:after {
    content: none;
  }
  .header_top .meta_wrap {
    display: block;
    text-align: center;
  }
  #header .top_line_nav {
    padding: 0;
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header .top_line_nav .nav_item_wrap {
    padding: 7px 0;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #header .top_line_nav li li .nav_item_wrap {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #header .top_line_nav li li .nav_item_wrap:before,
  #header .top_line_nav li li .nav_item_wrap:after {
    content: '\00a0\2014\00a0';
  }
  #header .top_line_nav li li li .nav_item_wrap {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #header .top_line_nav li li li .nav_item_wrap:before,
  #header .top_line_nav li li li .nav_item_wrap:after {
    content: '\00a0\2013\00a0';
  }
  #header .header_mid {
    overflow: hidden;
    clear: both;
  }
  #header .header_mid .header_mid_outer {
    overflow: hidden;
  }
  #header .header_mid .header_mid_inner {
    padding: 0 20px;
  }
  #header .header_mid .resp_mid_nav_wrap {
    display: block;
  }
  #header .header_mid .mid_nav_wrap {
    display: block;
    height: auto;
    float: none;
    margin: 0 -20px;
    visibility: visible;
    overflow: hidden;
    clear: both;
    opacity: 1;
  }
  #header .header_mid .mid_nav_wrap nav {
    display: none;
  }
  #header .header_mid .resp_mid_nav_wrap + .mid_search_but_wrap {
    padding-right: 10px;
    margin-right: 2px;
  }
  #header .header_mid .resp_mid_nav_wrap + .mid_search_but_wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
  #header .header_bot {
    overflow: hidden;
    clear: both;
    border-top-width: 0;
    border-top-style: solid;
  }
  #header .header_bot .header_bot_outer {
    overflow: hidden;
  }
  #header .header_bot .header_bot_inner {
    padding: 0;
    text-align: center;
  }
  #header .header_bot .resp_bot_nav_wrap {
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
  }
  #header .header_bot .resp_bot_nav_wrap .resp_bot_nav_outer {
    text-align: center;
  }
  #header .header_bot .resp_bot_nav_wrap + .header_bot_search_cart_wrap {
    position: relative;
    padding-left: 4px;
    margin-left: 9px;
  }
  #header .header_bot .resp_bot_nav_wrap + .header_bot_search_cart_wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
  #header .header_bot .resp_bot_nav_wrap + .header_bot_search_cart_wrap .cmsmasters_dynamic_cart_wrap + .bot_search_but_wrap {
    position: relative;
    margin-left: 12px;
    padding-left: 13px;
  }
  #header .header_bot .resp_bot_nav_wrap + .header_bot_search_cart_wrap .cmsmasters_dynamic_cart_wrap + .bot_search_but_wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
  #header .header_bot .bot_search_but_wrap {
    padding-left: 0;
    margin-left: 0;
  }
  #header .header_bot .bot_search_but_wrap .bot_search_but:before {
    line-height: 20px;
  }
  #header .header_bot .header_bot_search_cart_wrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #header .header_bot .bot_nav_wrap {
    display: block;
    height: auto;
    float: none;
    margin: 0;
    visibility: visible;
    overflow: hidden;
    clear: both;
    opacity: 1;
  }
  #header .header_bot .bot_nav_wrap nav {
    display: none;
  }
  #header .header_bot .slogan_wrap {
    padding: 0 20px;
    display: block;
    float: none;
  }
  #header .header_bot .slogan_wrap .slogan_wrap_inner {
    text-align: center;
  }
  #header .header_bot .social_wrap {
    padding: 0 20px;
    display: block;
    float: none;
  }
  #header .header_bot .social_wrap .social_wrap_inner {
    text-align: center;
  }
  #header .navigation {
    padding: 0;
  }
  #header .navigation a {
    padding: 11px 25px 11px 30px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header .navigation li li > a {
    padding-left: 50px;
  }
  #header .navigation li li li > a {
    padding-left: 70px;
  }
  #header .navigation .nav_item_wrap {
    display: inline-block;
    vertical-align: middle;
  }
  #header .navigation .nav_title {
    display: inline-block;
    vertical-align: bottom;
  }
  #header .navigation .nav_tag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0 0 0 10px;
  }
  #header .navigation .nav_subtitle {
    display: block;
  }
  #header .navigation .cmsmasters_resp_nav_toggle {
    line-height: 1em;
    display: inline-block;
    float: right;
    width: 20px;
    margin: 0 0 0 15px;
    position: relative;
    cursor: pointer;
  }
  #header .navigation .cmsmasters_resp_nav_toggle:before {
    font-size: 14px;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #header .navigation .menu-item-mega-container {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
}
@media only screen and (max-width: 950px) {
  .cmsmasters_responsive_width {
    width: 950px;
  }
  .content_wrap.l_sidebar .cmsmasters_row,
  .content_wrap.r_sidebar .cmsmasters_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .content,
  .sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cmsmasters_open_project .project_content.with_sidebar .cmsmasters_project_content {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .cmsmasters_open_project .project_sidebar {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cmsmasters_open_profile .profile_content.with_sidebar {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .cmsmasters_open_profile .profile_sidebar {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cmsmasters_responsive_width {
    width: 767px;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 46.6%;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(4n + 1) {
    clear: none;
  }
  .gallery.gallery-columns-8 .gallery-item:nth-child(2n + 1) {
    clear: both;
  }
  .cmsmasters_column:last-child {
    margin-bottom: 0;
  }
  .one_first,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .one_fifth,
  .three_fourth,
  .cmsmasters_121414 .cmsmasters_column.one_half,
  .cmsmasters_141412 .cmsmasters_column.one_half,
  .cmsmasters_141214 .cmsmasters_column.one_fourth,
  .cmsmasters_141214 .cmsmasters_column.one_half {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .cmsmasters_row_no_margin .one_first,
  .cmsmasters_row_no_margin .one_half,
  .cmsmasters_row_no_margin .one_third,
  .cmsmasters_row_no_margin .two_third,
  .cmsmasters_row_no_margin .one_fourth,
  .cmsmasters_row_no_margin .one_fifth,
  .cmsmasters_row_no_margin .three_fourth,
  .cmsmasters_row_no_margin .cmsmasters_121414 .cmsmasters_column.one_half,
  .cmsmasters_row_no_margin .cmsmasters_141412 .cmsmasters_column.one_half,
  .cmsmasters_row_no_margin .cmsmasters_141214 .cmsmasters_column.one_fourth,
  .cmsmasters_row_no_margin .cmsmasters_141214 .cmsmasters_column.one_half {
    width: 100%;
  }
  .cmsmasters_row_columns_behavior .one_first,
  .cmsmasters_row_columns_behavior .one_half,
  .cmsmasters_row_columns_behavior .one_third,
  .cmsmasters_row_columns_behavior .two_third,
  .cmsmasters_row_columns_behavior .one_fourth,
  .cmsmasters_row_columns_behavior .one_fifth,
  .cmsmasters_row_columns_behavior .three_fourth,
  .cmsmasters_row_columns_behavior .cmsmasters_121414 .cmsmasters_column.one_half,
  .cmsmasters_row_columns_behavior .cmsmasters_141412 .cmsmasters_column.one_half,
  .cmsmasters_row_columns_behavior .cmsmasters_141214 .cmsmasters_column.one_fourth,
  .cmsmasters_row_columns_behavior .cmsmasters_141214 .cmsmasters_column.one_half {
    display: block;
    margin-bottom: 0;
  }
  .cmsmasters_row_columns_behavior .one_first .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .one_half .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .one_third .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .two_third .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .one_fourth .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .one_fifth .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .three_fourth .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .cmsmasters_121414 .cmsmasters_column.one_half .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .cmsmasters_141412 .cmsmasters_column.one_half .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .cmsmasters_141214 .cmsmasters_column.one_fourth .cmsmasters_column_inner,
  .cmsmasters_row_columns_behavior .cmsmasters_141214 .cmsmasters_column.one_half .cmsmasters_column_inner {
    display: block;
  }
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_first,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_half,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_third,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .two_third,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fourth,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .one_fifth,
  .cmsmasters_row_no_margin > .cmsmasters_row_margin > .three_fourth {
    width: 100%;
  }
  .cmsmasters_row_no_margin > .cmsmasters_121414 > .cmsmasters_column.one_half,
  .cmsmasters_row_no_margin > .cmsmasters_141412 > .cmsmasters_column.one_half,
  .cmsmasters_row_no_margin > .cmsmasters_141214 > .cmsmasters_column.one_fourth,
  .cmsmasters_row_no_margin > .cmsmasters_141214 > .cmsmasters_column.one_half {
    width: 100%;
  }
  .cmsmasters_row_margin.cmsmasters_row_columns_behavior {
    display: block;
  }
  .cmsmasters_row_margin.cmsmasters_row_columns_behavior .cmsmasters_featured_block .featured_block_text:empty {
    padding-bottom: 100%;
  }
  .cmsmasters_row_no_margin .cmsmasters_row_margin {
    display: block;
  }
  .sidebar_layout_14141414 aside,
  .sidebar_layout_141412 aside,
  .sidebar_layout_141214 aside,
  .sidebar_layout_121414 aside,
  .sidebar_layout_131313 aside,
  .sidebar_layout_3414 aside,
  .sidebar_layout_1434 aside,
  .sidebar_layout_2313 aside,
  .sidebar_layout_1323 aside,
  .sidebar_layout_1212 aside {
    width: 96.6% !important;
  }
  .cmsmasters_featured_block .featured_block_inner {
    width: 100% !important;
  }
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_third,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_third {
    width: 50%;
  }
  .cmsmasters_pricing_table.pricing_three .cmsmasters_pricing_item {
    width: 100%;
    float: none;
    clear: both;
  }
  .cmsmasters_clients_grid.clients_five .cmsmasters_clients_item,
  .cmsmasters_clients_grid.clients_four .cmsmasters_clients_item,
  .cmsmasters_clients_grid.clients_three .cmsmasters_clients_item,
  .cmsmasters_clients_grid.clients_two .cmsmasters_clients_item {
    width: 100%;
    float: none;
    clear: both;
  }
  #header .header_mid .header_mid_inner {
    padding-top: 20px;
    text-align: center;
  }
  #header .header_mid .logo_wrap {
    max-width: 66%;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  #header .header_mid .logo_wrap:after {
    content: none;
  }
  #header .header_mid .logo_wrap .logo img {
    position: static;
  }
  #header .header_mid .resp_mid_nav_wrap {
    vertical-align: middle;
    display: inline-block;
    float: none;
    margin: 0 0 20px;
  }
  #header .header_mid .resp_mid_nav_wrap .resp_mid_nav_outer {
    text-align: center;
  }
  #header .header_mid .resp_mid_nav_wrap .resp_mid_nav_outer:after {
    content: none;
  }
  #header .header_mid .resp_mid_nav_wrap + .mid_search_but_wrap {
    padding-right: 0;
    margin-right: 0;
    padding-left: 14px;
    margin-left: 10px;
  }
  #header .header_mid .resp_mid_nav_wrap + .mid_search_but_wrap:before {
    right: auto;
    left: 0;
  }
  #header .header_mid .mid_search_but_wrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 24px;
    margin-bottom: 22px;
  }
  #header .header_mid .social_wrap {
    margin: -10px 0 20px;
  }
  #header .header_mid .social_wrap .social_wrap_inner {
    text-align: center;
  }
  #header .header_mid .slogan_wrap {
    margin: -10px 0 20px;
  }
  #header .header_mid .slogan_wrap .slogan_wrap_inner {
    text-align: center;
  }
  #header .header_mid .slogan_wrap .slogan_wrap_inner:after {
    content: none;
  }
  #header .header_mid .slogan_wrap .slogan_wrap_text {
    text-align: center;
  }
  #header .header_mid .mid_nav_wrap {
    height: auto;
    float: none;
    margin: 0 -20px;
    visibility: visible;
    overflow: hidden;
    clear: both;
    opacity: 1;
  }
  #header .header_mid .mid_nav_wrap nav {
    display: none;
  }
  #header .header_bot .resp_bot_nav_wrap {
    padding: 15px 0;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field {
    height: 70px;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field button {
    font-size: 26px;
    line-height: 26px;
    width: 85px;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    font-size: 30px;
    line-height: 40px;
  }
  .cmsmasters_footer_default .footer_nav {
    display: block;
    text-align: center;
  }
  .cmsmasters_footer_default .footer_nav > li {
    display: inline-block;
    float: none;
  }
  .cmsmasters_footer_small .footer_nav_wrap {
    padding: 0 0 10px;
    float: none;
  }
  .cmsmasters_footer_small .footer_nav_wrap nav > div {
    text-align: center;
  }
  .cmsmasters_footer_small .footer_nav_wrap nav > div:after {
    content: none;
  }
  .cmsmasters_footer_small .footer_nav {
    display: block;
    text-align: center;
  }
  .cmsmasters_footer_small .footer_nav > li {
    display: inline-block;
    float: none;
  }
  .cmsmasters_footer_small .social_wrap {
    padding: 0 0 10px;
    float: none;
  }
  .cmsmasters_footer_small .social_wrap .social_wrap_inner {
    text-align: center;
  }
  .cmsmasters_footer_small .social_wrap .social_wrap_inner:after {
    content: none;
  }
  .cmsmasters_footer_small .footer_custom_html_wrap {
    padding: 0 0 10px;
    float: none;
  }
  .cmsmasters_footer_small .footer_custom_html_wrap .footer_custom_html {
    text-align: center;
  }
  .cmsmasters_footer_small .footer_copyright {
    padding: 0;
    text-align: center;
  }
  .blog.timeline {
    height: auto !important;
  }
  .blog.timeline:before {
    content: none;
  }
  .blog.timeline .post {
    width: 100%;
    padding-top: 40px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .blog.timeline .post:first-child {
    padding-top: 0;
  }
  .blog.timeline .post:before {
    content: none;
  }
  .blog.timeline .post.cmsmasters_timeline_left .cmsmasters_timeline_margin,
  .blog.timeline .post.cmsmasters_timeline_right .cmsmasters_timeline_margin {
    margin-left: 0;
    margin-right: 0;
  }
  .blog.timeline .post.cmsmasters_timeline_left .cmsmasters_post_date_wrap,
  .blog.timeline .post.cmsmasters_timeline_right .cmsmasters_post_date_wrap {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .cmsmasters_project_puzzle .cmsmasters_project_cont_info,
  .cmsmasters_project_puzzle .cmsmasters_project_header,
  .cmsmasters_project_puzzle .cmsmasters_project_footer {
    padding: 5px 0;
  }
  .cmsmasters_profile_vertical .cmsmasters_img_wrap {
    padding-right: 20px;
    width: 30%;
  }
  .cmsmasters_profile_vertical .cmsmasters_img_wrap + .profile_inner {
    width: 70%;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_list {
    padding: 0;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_list:first-of-type .cmsmasters_quote:first-of-type .cmsmasters_quote_inner {
    padding-top: 0;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_list:last-of-type {
    padding: 0;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_list:last-of-type .cmsmasters_quote:last-of-type .cmsmasters_quote_inner {
    border-bottom-width: 0;
    border-bottom-style: solid;
    padding-bottom: 0;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_list:before,
  .cmsmasters_quotes_grid .cmsmasters_quotes_list:after {
    content: none;
  }
  .cmsmasters_quotes_grid .cmsmasters_quotes_vert {
    display: none;
  }
  .cmsmasters_quotes_grid .cmsmasters_quote {
    float: none;
    width: auto;
  }
  .cmsmasters_quotes_grid .cmsmasters_quote_inner {
    padding: 40px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .quote_one.cmsmasters_quotes_grid .cmsmasters_quote_inner {
    padding: 40px 0;
  }
  .cmsmasters_quotes_grid.quote_one .cmsmasters_quote,
  .cmsmasters_quotes_grid.quote_two .cmsmasters_quote,
  .cmsmasters_quotes_grid.quote_three .cmsmasters_quote,
  .cmsmasters_quotes_grid.quote_four .cmsmasters_quote {
    width: auto;
  }
  .cmsmasters_quotes_grid.quote_one .cmsmasters_quote .cmsmasters_quote_content,
  .cmsmasters_quotes_grid.quote_two .cmsmasters_quote .cmsmasters_quote_content,
  .cmsmasters_quotes_grid.quote_three .cmsmasters_quote .cmsmasters_quote_content,
  .cmsmasters_quotes_grid.quote_four .cmsmasters_quote .cmsmasters_quote_content {
    padding-left: 0;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list,
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list {
    text-align: left;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item,
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item {
    margin: 0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item:last-child,
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item:last-child {
    border-bottom-width: 0;
    border-bottom-style: solid;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item a,
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item a {
    padding: 11px 0;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item a[class^="cmsmasters-icon-"],
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item a[class^="cmsmasters-icon-"],
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item a[class^="cmsmasters_theme_icon_"],
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item a[class^="cmsmasters_theme_icon_"] {
    padding-left: 30px;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item a:before,
  .cmsmasters_tabs.tabs_mode_tab .cmsmasters_tabs_list_item a:before {
    font-size: 20px;
    line-height: 20px;
    right: auto;
    bottom: 0;
  }
  .cmsmasters_tabs.tabs_mode_tour {
    display: block;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list {
    display: block;
    width: auto;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_wrap {
    padding: 25px 0 0;
    display: block;
    width: auto;
  }
  .cmsmasters_tabs.tabs_mode_tour .cmsmasters_tabs_list_item {
    text-align: left;
    padding: 0;
  }
  .cmsmasters_tabs.tabs_mode_tour.tabs_pos_right .cmsmasters_tab_inner {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .cmsmasters_responsive_width {
    width: 600px;
  }
  html.cmsmasters_html {
    margin-top: 0 !important;
  }
  html.cmsmasters_html body.admin-bar {
    padding-top: 46px;
  }
  html.cmsmasters_html .cmsmasters_header_search_form {
    top: 0;
    bottom: 0;
  }
  .cmsmasters_profile_vertical .cmsmasters_img_wrap {
    padding: 0 0 35px;
    width: auto;
    display: block;
    text-align: left;
  }
  .cmsmasters_profile_vertical .cmsmasters_img_wrap img {
    width: 100%;
  }
  .cmsmasters_profile_vertical .cmsmasters_img_wrap + .profile_inner {
    width: auto;
  }
  .cmsmasters_profile_vertical .profile_inner {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .cmsmasters_responsive_width {
    width: 540px;
  }
  #page .gallery .gallery-item {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fifth,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_fifth,
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_fourth,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_fourth,
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_third,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_third,
  .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap.one_half,
  .cmsmasters_counters .cmsmasters_counter_wrap.one_half {
    width: 100%;
  }
  .cmsmasters_pricing_table.pricing_four .cmsmasters_pricing_item,
  .cmsmasters_pricing_table.pricing_three .cmsmasters_pricing_item,
  .cmsmasters_pricing_table.pricing_two .cmsmasters_pricing_item,
  .cmsmasters_pricing_table.pricing_one .cmsmasters_pricing_item {
    width: 100%;
    float: none;
  }
  #page .headline_outer .headline_inner {
    padding: 30px 20px;
  }
  #page .headline_outer .headline_inner .headline_aligner {
    display: none;
  }
  #page .headline_outer .headline_inner .headline_text {
    display: block;
    text-align: center;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field {
    height: 50px;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field button {
    font-size: 22px;
    line-height: 22px;
    width: 80px;
  }
  .cmsmasters_header_search_form .cmsmasters_header_search_form_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    font-size: 20px;
    line-height: 30px;
  }
  #page .cmsmasters_breadcrumbs {
    float: none;
    text-align: center;
  }
  #page .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_aligner {
    display: none;
  }
  #page .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
    padding-bottom: 0;
  }
  .post_nav_type {
    display: none;
  }
  .about_author .about_author_avatar {
    float: none;
    margin: 0 0 20px;
  }
  .cmsmasters_archive_type .cmsmasters_archive_item_img_wrap {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .cmsmasters_responsive_width {
    width: 320px;
  }
  .post-password-form,
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner,
  .content_wrap,
  .headline_inner,
  .bottom_outer,
  .footer_inner,
  .cmsmasters_row_inner,
  .cmsmasters_row_title_wrap {
    width: 320px;
  }
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.0
 * 
 * High Resolution (Retina) Displays CSS Rules
 * Created by CMSMasters
 * 
 */


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
	only screen and (-moz-min-device-pixel-ratio: 1.5), 
	only screen and (-o-min-device-pixel-ratio: 3/2), 
	only screen and (min-device-pixel-ratio: 1.5), 
	only screen and (min--moz-device-pixel-ratio: 1.5), 
	only screen and (-webkit-min-device-pixel-ratio: 1.5), 
	only screen and (min-resolution: 144dpi) {
	
	.header_mid .logo_wrap .logo img, 
	.cmsmasters_footer_default .footer_logo_wrap .footer_logo img {
		display:none;
	}
	
	.header_mid .logo_wrap .logo .logo_retina, 
	.cmsmasters_footer_default .footer_logo_wrap .footer_logo .footer_logo_retina {
		display:inline-block;
		max-width:100%;
	}
	
}


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version		1.0.0
 * 
 * Visual Content Composer Icons
 * Created by CMSMasters
 * 
 */


@font-face {
  font-family: 'fontello';
  src: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.eot?61757689');
  src: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.eot?61757689#iefix') format('embedded-opentype'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.woff?61757689') format('woff'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.ttf?61757689') format('truetype'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.svg?61757689#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/fonts/fontello.svg?61757689#fontello') format('svg');
  }
}
*/

[class^="cmsmasters-icon-"]:before, 
[class*=" cmsmasters-icon-"]:before, 
[class^="cmsmasters_theme_icon_"]:before, 
[class*=" cmsmasters_theme_icon_"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="cmsmasters_theme_icon_"]:before, 
[class*=" cmsmasters_theme_icon_"]:before {
	margin-left:0;
	margin-right:0;
}


.cmsmasters-icon-user-female:before { content: '\e800'; } /* '' */
.cmsmasters-icon-user-add-2:before { content: '\e801'; } /* '' */
.cmsmasters-icon-user-confirm:before { content: '\e802'; } /* '' */
.cmsmasters-icon-user-delete-1:before { content: '\e803'; } /* '' */
.cmsmasters-icon-award-1:before { content: '\e804'; } /* '' */
.cmsmasters-icon-phone-4:before { content: '\e805'; } /* '' */
.cmsmasters-icon-desktop-4:before { content: '\e806'; } /* '' */
.cmsmasters-icon-plane-1:before { content: '\e807'; } /* '' */
.cmsmasters-icon-notepad:before { content: '\e808'; } /* '' */
.cmsmasters-icon-mustache:before { content: '\e809'; } /* '' */
.cmsmasters-icon-mouse-1:before { content: '\e80a'; } /* '' */
.cmsmasters-icon-magnet:before { content: '\e80b'; } /* '' */
.cmsmasters-icon-energy:before { content: '\e80c'; } /* '' */
.cmsmasters-icon-smile-1:before { content: '\e80d'; } /* '' */
.cmsmasters-icon-disc:before { content: '\e80e'; } /* '' */
.cmsmasters-icon-move-2:before { content: '\e80f'; } /* '' */
.cmsmasters-icon-crop-1:before { content: '\e810'; } /* '' */
.cmsmasters-icon-card:before { content: '\e811'; } /* '' */
.cmsmasters-icon-lab:before { content: '\e812'; } /* '' */
.cmsmasters-icon-user-3:before { content: '\e813'; } /* '' */
.cmsmasters-icon-speed:before { content: '\e814'; } /* '' */
.cmsmasters-icon-youtube-1:before { content: '\e815'; } /* '' */
.cmsmasters-icon-twitter-3:before { content: '\e816'; } /* '' */
.cmsmasters-icon-tumblr-5:before { content: '\e817'; } /* '' */
.cmsmasters-icon-facebook-3:before { content: '\e818'; } /* '' */
.cmsmasters-icon-dropbox-3:before { content: '\e819'; } /* '' */
.cmsmasters-icon-dribbble-6:before { content: '\e81a'; } /* '' */
.cmsmasters-icon-shield-1:before { content: '\e81b'; } /* '' */
.cmsmasters-icon-tablet-2:before { content: '\e81c'; } /* '' */
.cmsmasters-icon-magic-1:before { content: '\e81d'; } /* '' */
.cmsmasters-icon-sandwatch:before { content: '\e81e'; } /* '' */
.cmsmasters-icon-graduation-cap-3:before { content: '\e81f'; } /* '' */
.cmsmasters-icon-ghost:before { content: '\e820'; } /* '' */
.cmsmasters-icon-game:before { content: '\e821'; } /* '' */
.cmsmasters-icon-fire-4:before { content: '\e822'; } /* '' */
.cmsmasters-icon-glasses-1:before { content: '\e823'; } /* '' */
.cmsmasters-icon-envelope-empty:before { content: '\e824'; } /* '' */
.cmsmasters-icon-envelope-letter:before { content: '\e825'; } /* '' */
.cmsmasters-icon-bell-3:before { content: '\e826'; } /* '' */
.cmsmasters-icon-award-alt:before { content: '\e827'; } /* '' */
.cmsmasters-icon-anchor-3:before { content: '\e828'; } /* '' */
.cmsmasters-icon-wallet-1:before { content: '\e829'; } /* '' */
.cmsmasters-icon-vector-1:before { content: '\e82a'; } /* '' */
.cmsmasters-icon-message:before { content: '\e82b'; } /* '' */
.cmsmasters-icon-puzzle-2:before { content: '\e82c'; } /* '' */
.cmsmasters-icon-print-3:before { content: '\e82d'; } /* '' */
.cmsmasters-icon-gift-3:before { content: '\e82e'; } /* '' */
.cmsmasters-icon-note-list:before { content: '\e82f'; } /* '' */
.cmsmasters-icon-attach-3:before { content: '\e830'; } /* '' */
.cmsmasters-icon-image:before { content: '\e831'; } /* '' */
.cmsmasters-icon-map-2:before { content: '\e832'; } /* '' */
.cmsmasters-icon-layers:before { content: '\e833'; } /* '' */
.cmsmasters-icon-bag-1:before { content: '\e834'; } /* '' */
.cmsmasters-icon-globe-3:before { content: '\e835'; } /* '' */
.cmsmasters-icon-globe-alt-2:before { content: '\e836'; } /* '' */
.cmsmasters-icon-fullscreen:before { content: '\e837'; } /* '' */
.cmsmasters-icon-folder-alt:before { content: '\e838'; } /* '' */
.cmsmasters-icon-video-3:before { content: '\e839'; } /* '' */
.cmsmasters-icon-rss-3:before { content: '\e83a'; } /* '' */
.cmsmasters-icon-headphones-alt:before { content: '\e83b'; } /* '' */
.cmsmasters-icon-headphones-2:before { content: '\e83c'; } /* '' */
.cmsmasters-icon-droplet-1:before { content: '\e83d'; } /* '' */
.cmsmasters-icon-inbox-5:before { content: '\e83e'; } /* '' */
.cmsmasters-icon-copy:before { content: '\e83f'; } /* '' */
.cmsmasters-icon-sign-alt:before { content: '\e840'; } /* '' */
.cmsmasters-icon-sign:before { content: '\e841'; } /* '' */
.cmsmasters-icon-diamond-1:before { content: '\e842'; } /* '' */
.cmsmasters-icon-cup-2:before { content: '\e843'; } /* '' */
.cmsmasters-icon-compass-3:before { content: '\e844'; } /* '' */
.cmsmasters-icon-call-out:before { content: '\e845'; } /* '' */
.cmsmasters-icon-call-in:before { content: '\e846'; } /* '' */
.cmsmasters-icon-phone-alt:before { content: '\e847'; } /* '' */
.cmsmasters-icon-calc-1:before { content: '\e848'; } /* '' */
.cmsmasters-icon-chat-3:before { content: '\e849'; } /* '' */
.cmsmasters-icon-briefcase-4:before { content: '\e84a'; } /* '' */
.cmsmasters-icon-book-2:before { content: '\e84b'; } /* '' */
.cmsmasters-icon-basket-alt:before { content: '\e84c'; } /* '' */
.cmsmasters-icon-basket-3:before { content: '\e84d'; } /* '' */
.cmsmasters-icon-bag-alt:before { content: '\e84e'; } /* '' */
.cmsmasters-icon-back-1:before { content: '\e84f'; } /* '' */
.cmsmasters-icon-forward-4:before { content: '\e850'; } /* '' */
.cmsmasters-icon-settings:before { content: '\e851'; } /* '' */
.cmsmasters-icon-umbrella-1:before { content: '\e852'; } /* '' */
.cmsmasters-icon-trash-4:before { content: '\e853'; } /* '' */
.cmsmasters-icon-tag-3:before { content: '\e854'; } /* '' */
.cmsmasters-icon-lifebuoy-3:before { content: '\e855'; } /* '' */
.cmsmasters-icon-resize-full-3:before { content: '\e856'; } /* '' */
.cmsmasters-icon-resize-small-2:before { content: '\e857'; } /* '' */
.cmsmasters-icon-shuffle-5:before { content: '\e858'; } /* '' */
.cmsmasters-icon-export-3:before { content: '\e859'; } /* '' */
.cmsmasters-icon-share-3:before { content: '\e85a'; } /* '' */
.cmsmasters-icon-rocket-2:before { content: '\e85b'; } /* '' */
.cmsmasters-icon-help-2:before { content: '\e85c'; } /* '' */
.cmsmasters-icon-chart-pie-3:before { content: '\e85d'; } /* '' */
.cmsmasters-icon-pen-1:before { content: '\e85e'; } /* '' */
.cmsmasters-icon-edit-2:before { content: '\e85f'; } /* '' */
.cmsmasters-icon-note-2:before { content: '\e860'; } /* '' */
.cmsmasters-icon-note-alt:before { content: '\e861'; } /* '' */
.cmsmasters-icon-mic-3:before { content: '\e862'; } /* '' */
.cmsmasters-icon-repeat:before { content: '\e863'; } /* '' */
.cmsmasters-icon-logout-3:before { content: '\e864'; } /* '' */
.cmsmasters-icon-login-4:before { content: '\e865'; } /* '' */
.cmsmasters-icon-list-2:before { content: '\e866'; } /* '' */
.cmsmasters-icon-thumbs-up-3:before { content: '\e867'; } /* '' */
.cmsmasters-icon-home-3:before { content: '\e868'; } /* '' */
.cmsmasters-icon-th-large-3:before { content: '\e869'; } /* '' */
.cmsmasters-icon-chart-1:before { content: '\e86a'; } /* '' */
.cmsmasters-icon-params-1:before { content: '\e86b'; } /* '' */
.cmsmasters-icon-thumbs-down-3:before { content: '\e86c'; } /* '' */
.cmsmasters-icon-direction-3:before { content: '\e86d'; } /* '' */
.cmsmasters-icon-to-start-2:before { content: '\e86e'; } /* '' */
.cmsmasters-icon-fast-backward-3:before { content: '\e86f'; } /* '' */
.cmsmasters-icon-play-3:before { content: '\e870'; } /* '' */
.cmsmasters-icon-pause-3:before { content: '\e871'; } /* '' */
.cmsmasters-icon-fast-forward-3:before { content: '\e872'; } /* '' */
.cmsmasters-icon-to-end-2:before { content: '\e873'; } /* '' */
.cmsmasters-icon-calendar-3:before { content: '\e874'; } /* '' */
.cmsmasters-icon-lightbulb-4:before { content: '\e875'; } /* '' */
.cmsmasters-icon-diagram:before { content: '\e876'; } /* '' */
.cmsmasters-icon-arrow-up:before { content: '\e877'; } /* '' */
.cmsmasters-icon-arrow-right:before { content: '\e878'; } /* '' */
.cmsmasters-icon-arrow-left:before { content: '\e879'; } /* '' */
.cmsmasters-icon-arrow-down:before { content: '\e87a'; } /* '' */
.cmsmasters-icon-block-3:before { content: '\e87b'; } /* '' */
.cmsmasters-icon-comment-3:before { content: '\e87c'; } /* '' */
.cmsmasters-icon-camera-3:before { content: '\e87d'; } /* '' */
.cmsmasters-icon-camera-alt-1:before { content: '\e87e'; } /* '' */
.cmsmasters-icon-ok-1:before { content: '\e87f'; } /* '' */
.cmsmasters-icon-time:before { content: '\e880'; } /* '' */
.cmsmasters-icon-cancel-1:before { content: '\e881'; } /* '' */
.cmsmasters-icon-download-3:before { content: '\e882'; } /* '' */
.cmsmasters-icon-upload-3:before { content: '\e883'; } /* '' */
.cmsmasters-icon-doc-3:before { content: '\e884'; } /* '' */
.cmsmasters-icon-mail-3:before { content: '\e885'; } /* '' */
.cmsmasters-icon-eye-3:before { content: '\e886'; } /* '' */
.cmsmasters-icon-flag-4:before { content: '\e887'; } /* '' */
.cmsmasters-icon-folder-3:before { content: '\e888'; } /* '' */
.cmsmasters-icon-heart-3:before { content: '\e889'; } /* '' */
.cmsmasters-icon-info-3:before { content: '\e88a'; } /* '' */
.cmsmasters-icon-key-3:before { content: '\e88b'; } /* '' */
.cmsmasters-icon-link-3:before { content: '\e88c'; } /* '' */
.cmsmasters-icon-lock-3:before { content: '\e88d'; } /* '' */
.cmsmasters-icon-unlock:before { content: '\e88e'; } /* '' */
.cmsmasters-icon-search-3:before { content: '\e88f'; } /* '' */
.cmsmasters-icon-zoom-in-2:before { content: '\e890'; } /* '' */
.cmsmasters-icon-zoom-out-2:before { content: '\e891'; } /* '' */
.cmsmasters-icon-attach-7:before { content: '\e892'; } /* '' */
.cmsmasters-icon-paper-plane-4:before { content: '\e893'; } /* '' */
.cmsmasters-icon-add:before { content: '\e894'; } /* '' */
.cmsmasters-icon-location-3:before { content: '\e895'; } /* '' */
.cmsmasters-icon-power-1:before { content: '\e896'; } /* '' */
.cmsmasters-icon-refresh-alt:before { content: '\e897'; } /* '' */
.cmsmasters-icon-refresh:before { content: '\e898'; } /* '' */
.cmsmasters-icon-settings-alt:before { content: '\e899'; } /* '' */
.cmsmasters-icon-star-3:before { content: '\e89a'; } /* '' */
.cmsmasters-icon-female-3:before { content: '\e89b'; } /* '' */
.cmsmasters-icon-male-3:before { content: '\e89c'; } /* '' */
.cmsmasters-icon-target-3:before { content: '\e89d'; } /* '' */
.cmsmasters-icon-volume-down-1:before { content: '\e89e'; } /* '' */
.cmsmasters-icon-volume-up-1:before { content: '\e89f'; } /* '' */
.cmsmasters-icon-mute-2:before { content: '\e8a0'; } /* '' */
.cmsmasters-icon-user-group:before { content: '\e8a1'; } /* '' */
.cmsmasters-icon-glass:before { content: '\e8a2'; } /* '' */
.cmsmasters-icon-music:before { content: '\e8a3'; } /* '' */
.cmsmasters-icon-search:before { content: '\e8a4'; } /* '' */
.cmsmasters-icon-mail:before { content: '\e8a5'; } /* '' */
.cmsmasters-icon-mail-alt:before { content: '\e8a6'; } /* '' */
.cmsmasters-icon-mail-squared:before { content: '\e8a7'; } /* '' */
.cmsmasters-icon-heart:before { content: '\e8a8'; } /* '' */
.cmsmasters-icon-heart-empty:before { content: '\e8a9'; } /* '' */
.cmsmasters-icon-star:before { content: '\e8aa'; } /* '' */
.cmsmasters-icon-star-empty:before { content: '\e8ab'; } /* '' */
.cmsmasters-icon-star-half:before { content: '\e8ac'; } /* '' */
.cmsmasters-icon-star-half-alt:before { content: '\e8ad'; } /* '' */
.cmsmasters-icon-user:before { content: '\e8ae'; } /* '' */
.cmsmasters-icon-user-plus:before { content: '\e8af'; } /* '' */
.cmsmasters-icon-user-times:before { content: '\e8b0'; } /* '' */
.cmsmasters-icon-users:before { content: '\e8b1'; } /* '' */
.cmsmasters-icon-male:before { content: '\e8b2'; } /* '' */
.cmsmasters-icon-female:before { content: '\e8b3'; } /* '' */
.cmsmasters-icon-child:before { content: '\e8b4'; } /* '' */
.cmsmasters-icon-user-secret:before { content: '\e8b5'; } /* '' */
.cmsmasters-icon-video:before { content: '\e8b6'; } /* '' */
.cmsmasters-icon-videocam:before { content: '\e8b7'; } /* '' */
.cmsmasters-icon-picture:before { content: '\e8b8'; } /* '' */
.cmsmasters-icon-camera:before { content: '\e8b9'; } /* '' */
.cmsmasters-icon-camera-alt:before { content: '\e8ba'; } /* '' */
.cmsmasters-icon-th-large:before { content: '\e8bb'; } /* '' */
.cmsmasters-icon-th:before { content: '\e8bc'; } /* '' */
.cmsmasters-icon-th-list:before { content: '\e8bd'; } /* '' */
.cmsmasters-icon-ok:before { content: '\e8be'; } /* '' */
.cmsmasters-icon-ok-circled:before { content: '\e8bf'; } /* '' */
.cmsmasters-icon-ok-circled2:before { content: '\e8c0'; } /* '' */
.cmsmasters-icon-ok-squared:before { content: '\e8c1'; } /* '' */
.cmsmasters-icon-cancel:before { content: '\e8c2'; } /* '' */
.cmsmasters-icon-cancel-circled:before { content: '\e8c3'; } /* '' */
.cmsmasters-icon-cancel-circled2:before { content: '\e8c4'; } /* '' */
.cmsmasters-icon-plus:before { content: '\e8c5'; } /* '' */
.cmsmasters-icon-plus-circled:before { content: '\e8c6'; } /* '' */
.cmsmasters-icon-plus-squared:before { content: '\e8c7'; } /* '' */
.cmsmasters-icon-plus-squared-alt:before { content: '\e8c8'; } /* '' */
.cmsmasters-icon-minus:before { content: '\e8c9'; } /* '' */
.cmsmasters-icon-minus-circled:before { content: '\e8ca'; } /* '' */
.cmsmasters-icon-minus-squared:before { content: '\e8cb'; } /* '' */
.cmsmasters-icon-minus-squared-alt:before { content: '\e8cc'; } /* '' */
.cmsmasters-icon-help:before { content: '\e8cd'; } /* '' */
.cmsmasters-icon-help-circled:before { content: '\e8ce'; } /* '' */
.cmsmasters-icon-info-circled:before { content: '\e8cf'; } /* '' */
.cmsmasters-icon-info:before { content: '\e8d0'; } /* '' */
.cmsmasters-icon-home:before { content: '\e8d1'; } /* '' */
.cmsmasters-icon-link:before { content: '\e8d2'; } /* '' */
.cmsmasters-icon-unlink:before { content: '\e8d3'; } /* '' */
.cmsmasters-icon-link-ext:before { content: '\e8d4'; } /* '' */
.cmsmasters-icon-link-ext-alt:before { content: '\e8d5'; } /* '' */
.cmsmasters-icon-attach:before { content: '\e8d6'; } /* '' */
.cmsmasters-icon-lock:before { content: '\e8d7'; } /* '' */
.cmsmasters-icon-lock-open:before { content: '\e8d8'; } /* '' */
.cmsmasters-icon-lock-open-alt:before { content: '\e8d9'; } /* '' */
.cmsmasters-icon-pin:before { content: '\e8da'; } /* '' */
.cmsmasters-icon-eye:before { content: '\e8db'; } /* '' */
.cmsmasters-icon-eye-off:before { content: '\e8dc'; } /* '' */
.cmsmasters-icon-tag:before { content: '\e8dd'; } /* '' */
.cmsmasters-icon-tags:before { content: '\e8de'; } /* '' */
.cmsmasters-icon-bookmark:before { content: '\e8df'; } /* '' */
.cmsmasters-icon-bookmark-empty:before { content: '\e8e0'; } /* '' */
.cmsmasters-icon-flag:before { content: '\e8e1'; } /* '' */
.cmsmasters-icon-flag-empty:before { content: '\e8e2'; } /* '' */
.cmsmasters-icon-flag-checkered:before { content: '\e8e3'; } /* '' */
.cmsmasters-icon-thumbs-up:before { content: '\e8e4'; } /* '' */
.cmsmasters-icon-thumbs-down:before { content: '\e8e5'; } /* '' */
.cmsmasters-icon-thumbs-up-alt:before { content: '\e8e6'; } /* '' */
.cmsmasters-icon-thumbs-down-alt:before { content: '\e8e7'; } /* '' */
.cmsmasters-icon-download:before { content: '\e8e8'; } /* '' */
.cmsmasters-icon-upload:before { content: '\e8e9'; } /* '' */
.cmsmasters-icon-download-cloud:before { content: '\e8ea'; } /* '' */
.cmsmasters-icon-upload-cloud:before { content: '\e8eb'; } /* '' */
.cmsmasters-icon-reply:before { content: '\e8ec'; } /* '' */
.cmsmasters-icon-reply-all:before { content: '\e8ed'; } /* '' */
.cmsmasters-icon-forward:before { content: '\e8ee'; } /* '' */
.cmsmasters-icon-quote-left:before { content: '\e8ef'; } /* '' */
.cmsmasters-icon-quote-right:before { content: '\e8f0'; } /* '' */
.cmsmasters-icon-code:before { content: '\e8f1'; } /* '' */
.cmsmasters-icon-export:before { content: '\e8f2'; } /* '' */
.cmsmasters-icon-export-alt:before { content: '\e8f3'; } /* '' */
.cmsmasters-icon-share:before { content: '\e8f4'; } /* '' */
.cmsmasters-icon-share-squared:before { content: '\e8f5'; } /* '' */
.cmsmasters-icon-pencil:before { content: '\e8f6'; } /* '' */
.cmsmasters-icon-pencil-squared:before { content: '\e8f7'; } /* '' */
.cmsmasters-icon-edit:before { content: '\e8f8'; } /* '' */
.cmsmasters-icon-print:before { content: '\e8f9'; } /* '' */
.cmsmasters-icon-retweet:before { content: '\e8fa'; } /* '' */
.cmsmasters-icon-keyboard:before { content: '\e8fb'; } /* '' */
.cmsmasters-icon-gamepad:before { content: '\e8fc'; } /* '' */
.cmsmasters-icon-comment:before { content: '\e8fd'; } /* '' */
.cmsmasters-icon-chat:before { content: '\e8fe'; } /* '' */
.cmsmasters-icon-comment-empty:before { content: '\e8ff'; } /* '' */
.cmsmasters-icon-chat-empty:before { content: '\e900'; } /* '' */
.cmsmasters-icon-bell:before { content: '\e901'; } /* '' */
.cmsmasters-icon-bell-alt:before { content: '\e902'; } /* '' */
.cmsmasters-icon-bell-off:before { content: '\e903'; } /* '' */
.cmsmasters-icon-bell-off-empty:before { content: '\e904'; } /* '' */
.cmsmasters-icon-attention-alt:before { content: '\e905'; } /* '' */
.cmsmasters-icon-attention:before { content: '\e906'; } /* '' */
.cmsmasters-icon-attention-circled:before { content: '\e907'; } /* '' */
.cmsmasters-icon-location:before { content: '\e908'; } /* '' */
.cmsmasters-icon-direction:before { content: '\e909'; } /* '' */
.cmsmasters-icon-compass:before { content: '\e90a'; } /* '' */
.cmsmasters-icon-trash:before { content: '\e90b'; } /* '' */
.cmsmasters-icon-trash-empty:before { content: '\e90c'; } /* '' */
.cmsmasters-icon-doc:before { content: '\e90d'; } /* '' */
.cmsmasters-icon-docs:before { content: '\e90e'; } /* '' */
.cmsmasters-icon-doc-text:before { content: '\e90f'; } /* '' */
.cmsmasters-icon-doc-inv:before { content: '\e910'; } /* '' */
.cmsmasters-icon-doc-text-inv:before { content: '\e911'; } /* '' */
.cmsmasters-icon-file-pdf:before { content: '\e912'; } /* '' */
.cmsmasters-icon-file-word:before { content: '\e913'; } /* '' */
.cmsmasters-icon-file-excel:before { content: '\e914'; } /* '' */
.cmsmasters-icon-file-powerpoint:before { content: '\e915'; } /* '' */
.cmsmasters-icon-file-image:before { content: '\e916'; } /* '' */
.cmsmasters-icon-file-archive:before { content: '\e917'; } /* '' */
.cmsmasters-icon-file-audio:before { content: '\e918'; } /* '' */
.cmsmasters-icon-file-video:before { content: '\e919'; } /* '' */
.cmsmasters-icon-file-code:before { content: '\e91a'; } /* '' */
.cmsmasters-icon-folder:before { content: '\e91b'; } /* '' */
.cmsmasters-icon-folder-open:before { content: '\e91c'; } /* '' */
.cmsmasters-icon-folder-empty:before { content: '\e91d'; } /* '' */
.cmsmasters-icon-folder-open-empty:before { content: '\e91e'; } /* '' */
.cmsmasters-icon-box:before { content: '\e91f'; } /* '' */
.cmsmasters-icon-rss:before { content: '\e920'; } /* '' */
.cmsmasters-icon-rss-squared:before { content: '\e921'; } /* '' */
.cmsmasters-icon-phone:before { content: '\e922'; } /* '' */
.cmsmasters-icon-phone-squared:before { content: '\e923'; } /* '' */
.cmsmasters-icon-fax:before { content: '\e924'; } /* '' */
.cmsmasters-icon-menu:before { content: '\e925'; } /* '' */
.cmsmasters-icon-cog:before { content: '\e926'; } /* '' */
.cmsmasters-icon-cog-alt:before { content: '\e927'; } /* '' */
.cmsmasters-icon-wrench:before { content: '\e928'; } /* '' */
.cmsmasters-icon-sliders:before { content: '\e929'; } /* '' */
.cmsmasters-icon-basket:before { content: '\e92a'; } /* '' */
.cmsmasters-icon-cart-plus:before { content: '\e92b'; } /* '' */
.cmsmasters-icon-cart-arrow-down:before { content: '\e92c'; } /* '' */
.cmsmasters-icon-calendar:before { content: '\e92d'; } /* '' */
.cmsmasters-icon-calendar-empty:before { content: '\e92e'; } /* '' */
.cmsmasters-icon-login:before { content: '\e92f'; } /* '' */
.cmsmasters-icon-logout:before { content: '\e930'; } /* '' */
.cmsmasters-icon-mic:before { content: '\e931'; } /* '' */
.cmsmasters-icon-mute:before { content: '\e932'; } /* '' */
.cmsmasters-icon-volume-off:before { content: '\e933'; } /* '' */
.cmsmasters-icon-volume-down:before { content: '\e934'; } /* '' */
.cmsmasters-icon-volume-up:before { content: '\e935'; } /* '' */
.cmsmasters-icon-headphones:before { content: '\e936'; } /* '' */
.cmsmasters-icon-clock:before { content: '\e937'; } /* '' */
.cmsmasters-icon-lightbulb:before { content: '\e938'; } /* '' */
.cmsmasters-icon-block:before { content: '\e939'; } /* '' */
.cmsmasters-icon-resize-full:before { content: '\e93a'; } /* '' */
.cmsmasters-icon-resize-full-alt:before { content: '\e93b'; } /* '' */
.cmsmasters-icon-resize-small:before { content: '\e93c'; } /* '' */
.cmsmasters-icon-resize-vertical:before { content: '\e93d'; } /* '' */
.cmsmasters-icon-resize-horizontal:before { content: '\e93e'; } /* '' */
.cmsmasters-icon-move:before { content: '\e93f'; } /* '' */
.cmsmasters-icon-zoom-in:before { content: '\e940'; } /* '' */
.cmsmasters-icon-zoom-out:before { content: '\e941'; } /* '' */
.cmsmasters-icon-down-circled2:before { content: '\e942'; } /* '' */
.cmsmasters-icon-up-circled2:before { content: '\e943'; } /* '' */
.cmsmasters-icon-left-circled2:before { content: '\e944'; } /* '' */
.cmsmasters-icon-right-circled2:before { content: '\e945'; } /* '' */
.cmsmasters-icon-down-dir:before { content: '\e946'; } /* '' */
.cmsmasters-icon-up-dir:before { content: '\e947'; } /* '' */
.cmsmasters-icon-left-dir:before { content: '\e948'; } /* '' */
.cmsmasters-icon-right-dir:before { content: '\e949'; } /* '' */
.cmsmasters-icon-down-open:before { content: '\e94a'; } /* '' */
.cmsmasters-icon-left-open:before { content: '\e94b'; } /* '' */
.cmsmasters-icon-right-open:before { content: '\e94c'; } /* '' */
.cmsmasters-icon-up-open:before { content: '\e94d'; } /* '' */
.cmsmasters-icon-angle-left:before { content: '\e94e'; } /* '' */
.cmsmasters-icon-angle-right:before { content: '\e94f'; } /* '' */
.cmsmasters-icon-angle-up:before { content: '\e950'; } /* '' */
.cmsmasters-icon-angle-down:before { content: '\e951'; } /* '' */
.cmsmasters-icon-angle-circled-left:before { content: '\e952'; } /* '' */
.cmsmasters-icon-angle-circled-right:before { content: '\e953'; } /* '' */
.cmsmasters-icon-angle-circled-up:before { content: '\e954'; } /* '' */
.cmsmasters-icon-angle-circled-down:before { content: '\e955'; } /* '' */
.cmsmasters-icon-angle-double-left:before { content: '\e956'; } /* '' */
.cmsmasters-icon-angle-double-right:before { content: '\e957'; } /* '' */
.cmsmasters-icon-angle-double-up:before { content: '\e958'; } /* '' */
.cmsmasters-icon-angle-double-down:before { content: '\e959'; } /* '' */
.cmsmasters-icon-down:before { content: '\e95a'; } /* '' */
.cmsmasters-icon-left:before { content: '\e95b'; } /* '' */
.cmsmasters-icon-right:before { content: '\e95c'; } /* '' */
.cmsmasters-icon-up:before { content: '\e95d'; } /* '' */
.cmsmasters-icon-down-big:before { content: '\e95e'; } /* '' */
.cmsmasters-icon-left-big:before { content: '\e95f'; } /* '' */
.cmsmasters-icon-right-big:before { content: '\e960'; } /* '' */
.cmsmasters-icon-up-big:before { content: '\e961'; } /* '' */
.cmsmasters-icon-right-hand:before { content: '\e962'; } /* '' */
.cmsmasters-icon-left-hand:before { content: '\e963'; } /* '' */
.cmsmasters-icon-up-hand:before { content: '\e964'; } /* '' */
.cmsmasters-icon-down-hand:before { content: '\e965'; } /* '' */
.cmsmasters-icon-left-circled:before { content: '\e966'; } /* '' */
.cmsmasters-icon-right-circled:before { content: '\e967'; } /* '' */
.cmsmasters-icon-up-circled:before { content: '\e968'; } /* '' */
.cmsmasters-icon-down-circled:before { content: '\e969'; } /* '' */
.cmsmasters-icon-cw:before { content: '\e96a'; } /* '' */
.cmsmasters-icon-ccw:before { content: '\e96b'; } /* '' */
.cmsmasters-icon-arrows-cw:before { content: '\e96c'; } /* '' */
.cmsmasters-icon-level-up:before { content: '\e96d'; } /* '' */
.cmsmasters-icon-level-down:before { content: '\e96e'; } /* '' */
.cmsmasters-icon-shuffle:before { content: '\e96f'; } /* '' */
.cmsmasters-icon-exchange:before { content: '\e970'; } /* '' */
.cmsmasters-icon-history:before { content: '\e971'; } /* '' */
.cmsmasters-icon-expand:before { content: '\e972'; } /* '' */
.cmsmasters-icon-collapse:before { content: '\e973'; } /* '' */
.cmsmasters-icon-expand-right:before { content: '\e974'; } /* '' */
.cmsmasters-icon-collapse-left:before { content: '\e975'; } /* '' */
.cmsmasters-icon-play:before { content: '\e976'; } /* '' */
.cmsmasters-icon-play-circled:before { content: '\e977'; } /* '' */
.cmsmasters-icon-play-circled2:before { content: '\e978'; } /* '' */
.cmsmasters-icon-stop:before { content: '\e979'; } /* '' */
.cmsmasters-icon-pause:before { content: '\e97a'; } /* '' */
.cmsmasters-icon-to-end:before { content: '\e97b'; } /* '' */
.cmsmasters-icon-to-end-alt:before { content: '\e97c'; } /* '' */
.cmsmasters-icon-to-start:before { content: '\e97d'; } /* '' */
.cmsmasters-icon-to-start-alt:before { content: '\e97e'; } /* '' */
.cmsmasters-icon-fast-fw:before { content: '\e97f'; } /* '' */
.cmsmasters-icon-fast-bw:before { content: '\e980'; } /* '' */
.cmsmasters-icon-eject:before { content: '\e981'; } /* '' */
.cmsmasters-icon-target:before { content: '\e982'; } /* '' */
.cmsmasters-icon-signal:before { content: '\e983'; } /* '' */
.cmsmasters-icon-wifi:before { content: '\e984'; } /* '' */
.cmsmasters-icon-award:before { content: '\e985'; } /* '' */
.cmsmasters-icon-desktop:before { content: '\e986'; } /* '' */
.cmsmasters-icon-laptop:before { content: '\e987'; } /* '' */
.cmsmasters-icon-tablet:before { content: '\e988'; } /* '' */
.cmsmasters-icon-mobile:before { content: '\e989'; } /* '' */
.cmsmasters-icon-inbox:before { content: '\e98a'; } /* '' */
.cmsmasters-icon-globe:before { content: '\e98b'; } /* '' */
.cmsmasters-icon-sun:before { content: '\e98c'; } /* '' */
.cmsmasters-icon-cloud:before { content: '\e98d'; } /* '' */
.cmsmasters-icon-flash:before { content: '\e98e'; } /* '' */
.cmsmasters-icon-moon:before { content: '\e98f'; } /* '' */
.cmsmasters-icon-umbrella:before { content: '\e990'; } /* '' */
.cmsmasters-icon-flight:before { content: '\e991'; } /* '' */
.cmsmasters-icon-fighter-jet:before { content: '\e992'; } /* '' */
.cmsmasters-icon-paper-plane:before { content: '\e993'; } /* '' */
.cmsmasters-icon-paper-plane-empty:before { content: '\e994'; } /* '' */
.cmsmasters-icon-space-shuttle:before { content: '\e995'; } /* '' */
.cmsmasters-icon-leaf:before { content: '\e996'; } /* '' */
.cmsmasters-icon-font:before { content: '\e997'; } /* '' */
.cmsmasters-icon-bold:before { content: '\e998'; } /* '' */
.cmsmasters-icon-medium:before { content: '\e999'; } /* '' */
.cmsmasters-icon-italic:before { content: '\e99a'; } /* '' */
.cmsmasters-icon-header:before { content: '\e99b'; } /* '' */
.cmsmasters-icon-paragraph:before { content: '\e99c'; } /* '' */
.cmsmasters-icon-text-height:before { content: '\e99d'; } /* '' */
.cmsmasters-icon-text-width:before { content: '\e99e'; } /* '' */
.cmsmasters-icon-align-left:before { content: '\e99f'; } /* '' */
.cmsmasters-icon-align-center:before { content: '\e9a0'; } /* '' */
.cmsmasters-icon-align-right:before { content: '\e9a1'; } /* '' */
.cmsmasters-icon-align-justify:before { content: '\e9a2'; } /* '' */
.cmsmasters-icon-list:before { content: '\e9a3'; } /* '' */
.cmsmasters-icon-indent-left:before { content: '\e9a4'; } /* '' */
.cmsmasters-icon-indent-right:before { content: '\e9a5'; } /* '' */
.cmsmasters-icon-list-bullet:before { content: '\e9a6'; } /* '' */
.cmsmasters-icon-list-numbered:before { content: '\e9a7'; } /* '' */
.cmsmasters-icon-strike:before { content: '\e9a8'; } /* '' */
.cmsmasters-icon-underline:before { content: '\e9a9'; } /* '' */
.cmsmasters-icon-superscript:before { content: '\e9aa'; } /* '' */
.cmsmasters-icon-subscript:before { content: '\e9ab'; } /* '' */
.cmsmasters-icon-table:before { content: '\e9ac'; } /* '' */
.cmsmasters-icon-columns:before { content: '\e9ad'; } /* '' */
.cmsmasters-icon-crop:before { content: '\e9ae'; } /* '' */
.cmsmasters-icon-scissors:before { content: '\e9af'; } /* '' */
.cmsmasters-icon-paste:before { content: '\e9b0'; } /* '' */
.cmsmasters-icon-briefcase:before { content: '\e9b1'; } /* '' */
.cmsmasters-icon-suitcase:before { content: '\e9b2'; } /* '' */
.cmsmasters-icon-ellipsis:before { content: '\e9b3'; } /* '' */
.cmsmasters-icon-ellipsis-vert:before { content: '\e9b4'; } /* '' */
.cmsmasters-icon-off:before { content: '\e9b5'; } /* '' */
.cmsmasters-icon-road:before { content: '\e9b6'; } /* '' */
.cmsmasters-icon-list-alt:before { content: '\e9b7'; } /* '' */
.cmsmasters-icon-qrcode:before { content: '\e9b8'; } /* '' */
.cmsmasters-icon-barcode:before { content: '\e9b9'; } /* '' */
.cmsmasters-icon-book:before { content: '\e9ba'; } /* '' */
.cmsmasters-icon-ajust:before { content: '\e9bb'; } /* '' */
.cmsmasters-icon-tint:before { content: '\e9bc'; } /* '' */
.cmsmasters-icon-toggle-off:before { content: '\e9bd'; } /* '' */
.cmsmasters-icon-toggle-on:before { content: '\e9be'; } /* '' */
.cmsmasters-icon-check:before { content: '\e9bf'; } /* '' */
.cmsmasters-icon-check-empty:before { content: '\e9c0'; } /* '' */
.cmsmasters-icon-circle:before { content: '\e9c1'; } /* '' */
.cmsmasters-icon-circle-empty:before { content: '\e9c2'; } /* '' */
.cmsmasters-icon-circle-thin:before { content: '\e9c3'; } /* '' */
.cmsmasters-icon-circle-notch:before { content: '\e9c4'; } /* '' */
.cmsmasters-icon-dot-circled:before { content: '\e9c5'; } /* '' */
.cmsmasters-icon-asterisk:before { content: '\e9c6'; } /* '' */
.cmsmasters-icon-gift:before { content: '\e9c7'; } /* '' */
.cmsmasters-icon-fire:before { content: '\e9c8'; } /* '' */
.cmsmasters-icon-magnet-1:before { content: '\e9c9'; } /* '' */
.cmsmasters-icon-chart-bar:before { content: '\e9ca'; } /* '' */
.cmsmasters-icon-chart-area:before { content: '\e9cb'; } /* '' */
.cmsmasters-icon-chart-pie:before { content: '\e9cc'; } /* '' */
.cmsmasters-icon-chart-line:before { content: '\e9cd'; } /* '' */
.cmsmasters-icon-ticket:before { content: '\e9ce'; } /* '' */
.cmsmasters-icon-credit-card:before { content: '\e9cf'; } /* '' */
.cmsmasters-icon-floppy:before { content: '\e9d0'; } /* '' */
.cmsmasters-icon-megaphone:before { content: '\e9d1'; } /* '' */
.cmsmasters-icon-hdd:before { content: '\e9d2'; } /* '' */
.cmsmasters-icon-key:before { content: '\e9d3'; } /* '' */
.cmsmasters-icon-fork:before { content: '\e9d4'; } /* '' */
.cmsmasters-icon-rocket:before { content: '\e9d5'; } /* '' */
.cmsmasters-icon-bug:before { content: '\e9d6'; } /* '' */
.cmsmasters-icon-certificate:before { content: '\e9d7'; } /* '' */
.cmsmasters-icon-tasks:before { content: '\e9d8'; } /* '' */
.cmsmasters-icon-filter:before { content: '\e9d9'; } /* '' */
.cmsmasters-icon-beaker:before { content: '\e9da'; } /* '' */
.cmsmasters-icon-magic:before { content: '\e9db'; } /* '' */
.cmsmasters-icon-cab:before { content: '\e9dc'; } /* '' */
.cmsmasters-icon-taxi:before { content: '\e9dd'; } /* '' */
.cmsmasters-icon-truck:before { content: '\e9de'; } /* '' */
.cmsmasters-icon-bus:before { content: '\e9df'; } /* '' */
.cmsmasters-icon-bicycle:before { content: '\e9e0'; } /* '' */
.cmsmasters-icon-motorcycle:before { content: '\e9e1'; } /* '' */
.cmsmasters-icon-train:before { content: '\e9e2'; } /* '' */
.cmsmasters-icon-subway:before { content: '\e9e3'; } /* '' */
.cmsmasters-icon-ship:before { content: '\e9e4'; } /* '' */
.cmsmasters-icon-money:before { content: '\e9e5'; } /* '' */
.cmsmasters-icon-euro:before { content: '\e9e6'; } /* '' */
.cmsmasters-icon-pound:before { content: '\e9e7'; } /* '' */
.cmsmasters-icon-dollar:before { content: '\e9e8'; } /* '' */
.cmsmasters-icon-rupee:before { content: '\e9e9'; } /* '' */
.cmsmasters-icon-yen:before { content: '\e9ea'; } /* '' */
.cmsmasters-icon-rouble:before { content: '\e9eb'; } /* '' */
.cmsmasters-icon-shekel:before { content: '\e9ec'; } /* '' */
.cmsmasters-icon-try:before { content: '\e9ed'; } /* '' */
.cmsmasters-icon-won:before { content: '\e9ee'; } /* '' */
.cmsmasters-icon-bitcoin:before { content: '\e9ef'; } /* '' */
.cmsmasters-icon-viacoin:before { content: '\e9f0'; } /* '' */
.cmsmasters-icon-sort:before { content: '\e9f1'; } /* '' */
.cmsmasters-icon-sort-down:before { content: '\e9f2'; } /* '' */
.cmsmasters-icon-sort-up:before { content: '\e9f3'; } /* '' */
.cmsmasters-icon-sort-alt-up:before { content: '\e9f4'; } /* '' */
.cmsmasters-icon-sort-alt-down:before { content: '\e9f5'; } /* '' */
.cmsmasters-icon-sort-name-up:before { content: '\e9f6'; } /* '' */
.cmsmasters-icon-sort-name-down:before { content: '\e9f7'; } /* '' */
.cmsmasters-icon-sort-number-up:before { content: '\e9f8'; } /* '' */
.cmsmasters-icon-sort-number-down:before { content: '\e9f9'; } /* '' */
.cmsmasters-icon-hammer:before { content: '\e9fa'; } /* '' */
.cmsmasters-icon-gauge:before { content: '\e9fb'; } /* '' */
.cmsmasters-icon-sitemap:before { content: '\e9fc'; } /* '' */
.cmsmasters-icon-spinner:before { content: '\e9fd'; } /* '' */
.cmsmasters-icon-coffee:before { content: '\e9fe'; } /* '' */
.cmsmasters-icon-food:before { content: '\e9ff'; } /* '' */
.cmsmasters-icon-beer:before { content: '\ea00'; } /* '' */
.cmsmasters-icon-user-md:before { content: '\ea01'; } /* '' */
.cmsmasters-icon-stethoscope:before { content: '\ea02'; } /* '' */
.cmsmasters-icon-heartbeat:before { content: '\ea03'; } /* '' */
.cmsmasters-icon-ambulance:before { content: '\ea04'; } /* '' */
.cmsmasters-icon-medkit:before { content: '\ea05'; } /* '' */
.cmsmasters-icon-h-sigh:before { content: '\ea06'; } /* '' */
.cmsmasters-icon-bed:before { content: '\ea07'; } /* '' */
.cmsmasters-icon-hospital:before { content: '\ea08'; } /* '' */
.cmsmasters-icon-building:before { content: '\ea09'; } /* '' */
.cmsmasters-icon-building-filled:before { content: '\ea0a'; } /* '' */
.cmsmasters-icon-bank:before { content: '\ea0b'; } /* '' */
.cmsmasters-icon-smile:before { content: '\ea0c'; } /* '' */
.cmsmasters-icon-frown:before { content: '\ea0d'; } /* '' */
.cmsmasters-icon-meh:before { content: '\ea0e'; } /* '' */
.cmsmasters-icon-anchor:before { content: '\ea0f'; } /* '' */
.cmsmasters-icon-terminal:before { content: '\ea10'; } /* '' */
.cmsmasters-icon-eraser:before { content: '\ea11'; } /* '' */
.cmsmasters-icon-puzzle:before { content: '\ea12'; } /* '' */
.cmsmasters-icon-shield:before { content: '\ea13'; } /* '' */
.cmsmasters-icon-extinguisher:before { content: '\ea14'; } /* '' */
.cmsmasters-icon-bullseye:before { content: '\ea15'; } /* '' */
.cmsmasters-icon-wheelchair:before { content: '\ea16'; } /* '' */
.cmsmasters-icon-language:before { content: '\ea17'; } /* '' */
.cmsmasters-icon-graduation-cap:before { content: '\ea18'; } /* '' */
.cmsmasters-icon-paw:before { content: '\ea19'; } /* '' */
.cmsmasters-icon-spoon:before { content: '\ea1a'; } /* '' */
.cmsmasters-icon-cube:before { content: '\ea1b'; } /* '' */
.cmsmasters-icon-cubes:before { content: '\ea1c'; } /* '' */
.cmsmasters-icon-recycle:before { content: '\ea1d'; } /* '' */
.cmsmasters-icon-tree:before { content: '\ea1e'; } /* '' */
.cmsmasters-icon-database:before { content: '\ea1f'; } /* '' */
.cmsmasters-icon-server:before { content: '\ea20'; } /* '' */
.cmsmasters-icon-lifebuoy:before { content: '\ea21'; } /* '' */
.cmsmasters-icon-rebel:before { content: '\ea22'; } /* '' */
.cmsmasters-icon-empire:before { content: '\ea23'; } /* '' */
.cmsmasters-icon-bomb:before { content: '\ea24'; } /* '' */
.cmsmasters-icon-soccer-ball:before { content: '\ea25'; } /* '' */
.cmsmasters-icon-tty:before { content: '\ea26'; } /* '' */
.cmsmasters-icon-binoculars:before { content: '\ea27'; } /* '' */
.cmsmasters-icon-plug:before { content: '\ea28'; } /* '' */
.cmsmasters-icon-newspaper:before { content: '\ea29'; } /* '' */
.cmsmasters-icon-calc:before { content: '\ea2a'; } /* '' */
.cmsmasters-icon-copyright:before { content: '\ea2b'; } /* '' */
.cmsmasters-icon-at:before { content: '\ea2c'; } /* '' */
.cmsmasters-icon-eyedropper:before { content: '\ea2d'; } /* '' */
.cmsmasters-icon-brush:before { content: '\ea2e'; } /* '' */
.cmsmasters-icon-birthday:before { content: '\ea2f'; } /* '' */
.cmsmasters-icon-diamond:before { content: '\ea30'; } /* '' */
.cmsmasters-icon-street-view:before { content: '\ea31'; } /* '' */
.cmsmasters-icon-venus:before { content: '\ea32'; } /* '' */
.cmsmasters-icon-mars:before { content: '\ea33'; } /* '' */
.cmsmasters-icon-mercury:before { content: '\ea34'; } /* '' */
.cmsmasters-icon-transgender:before { content: '\ea35'; } /* '' */
.cmsmasters-icon-transgender-alt:before { content: '\ea36'; } /* '' */
.cmsmasters-icon-venus-double:before { content: '\ea37'; } /* '' */
.cmsmasters-icon-mars-double:before { content: '\ea38'; } /* '' */
.cmsmasters-icon-venus-mars:before { content: '\ea39'; } /* '' */
.cmsmasters-icon-mars-stroke:before { content: '\ea3a'; } /* '' */
.cmsmasters-icon-mars-stroke-v:before { content: '\ea3b'; } /* '' */
.cmsmasters-icon-mars-stroke-h:before { content: '\ea3c'; } /* '' */
.cmsmasters-icon-neuter:before { content: '\ea3d'; } /* '' */
.cmsmasters-icon-cc-visa:before { content: '\ea3e'; } /* '' */
.cmsmasters-icon-cc-mastercard:before { content: '\ea3f'; } /* '' */
.cmsmasters-icon-cc-discover:before { content: '\ea40'; } /* '' */
.cmsmasters-icon-cc-amex:before { content: '\ea41'; } /* '' */
.cmsmasters-icon-cc-paypal:before { content: '\ea42'; } /* '' */
.cmsmasters-icon-cc-stripe:before { content: '\ea43'; } /* '' */
.cmsmasters-icon-adn:before { content: '\ea44'; } /* '' */
.cmsmasters-icon-android:before { content: '\ea45'; } /* '' */
.cmsmasters-icon-angellist:before { content: '\ea46'; } /* '' */
.cmsmasters-icon-apple:before { content: '\ea47'; } /* '' */
.cmsmasters-icon-behance:before { content: '\ea48'; } /* '' */
.cmsmasters-icon-behance-squared:before { content: '\ea49'; } /* '' */
.cmsmasters-icon-bitbucket:before { content: '\ea4a'; } /* '' */
.cmsmasters-icon-bitbucket-squared:before { content: '\ea4b'; } /* '' */
.cmsmasters-icon-buysellads:before { content: '\ea4c'; } /* '' */
.cmsmasters-icon-cc:before { content: '\ea4d'; } /* '' */
.cmsmasters-icon-codeopen:before { content: '\ea4e'; } /* '' */
.cmsmasters-icon-connectdevelop:before { content: '\ea4f'; } /* '' */
.cmsmasters-icon-css3:before { content: '\ea50'; } /* '' */
.cmsmasters-icon-dashcube:before { content: '\ea51'; } /* '' */
.cmsmasters-icon-delicious:before { content: '\ea52'; } /* '' */
.cmsmasters-icon-deviantart:before { content: '\ea53'; } /* '' */
.cmsmasters-icon-digg:before { content: '\ea54'; } /* '' */
.cmsmasters-icon-dribbble:before { content: '\ea55'; } /* '' */
.cmsmasters-icon-dropbox:before { content: '\ea56'; } /* '' */
.cmsmasters-icon-drupal:before { content: '\ea57'; } /* '' */
.cmsmasters-icon-facebook:before { content: '\ea58'; } /* '' */
.cmsmasters-icon-facebook-squared:before { content: '\ea59'; } /* '' */
.cmsmasters-icon-facebook-official:before { content: '\ea5a'; } /* '' */
.cmsmasters-icon-flickr:before { content: '\ea5b'; } /* '' */
.cmsmasters-icon-forumbee:before { content: '\ea5c'; } /* '' */
.cmsmasters-icon-foursquare:before { content: '\ea5d'; } /* '' */
.cmsmasters-icon-git-squared:before { content: '\ea5e'; } /* '' */
.cmsmasters-icon-git:before { content: '\ea5f'; } /* '' */
.cmsmasters-icon-github:before { content: '\ea60'; } /* '' */
.cmsmasters-icon-github-squared:before { content: '\ea61'; } /* '' */
.cmsmasters-icon-github-circled:before { content: '\ea62'; } /* '' */
.cmsmasters-icon-gittip:before { content: '\ea63'; } /* '' */
.cmsmasters-icon-google:before { content: '\ea64'; } /* '' */
.cmsmasters-icon-gplus:before { content: '\ea65'; } /* '' */
.cmsmasters-icon-gplus-squared:before { content: '\ea66'; } /* '' */
.cmsmasters-icon-gwallet:before { content: '\ea67'; } /* '' */
.cmsmasters-icon-hacker-news:before { content: '\ea68'; } /* '' */
.cmsmasters-icon-html5:before { content: '\ea69'; } /* '' */
.cmsmasters-icon-instagram:before { content: '\ea6a'; } /* '' */
.cmsmasters-icon-ioxhost:before { content: '\ea6b'; } /* '' */
.cmsmasters-icon-joomla:before { content: '\ea6c'; } /* '' */
.cmsmasters-icon-jsfiddle:before { content: '\ea6d'; } /* '' */
.cmsmasters-icon-lastfm:before { content: '\ea6e'; } /* '' */
.cmsmasters-icon-lastfm-squared:before { content: '\ea6f'; } /* '' */
.cmsmasters-icon-leanpub:before { content: '\ea70'; } /* '' */
.cmsmasters-icon-linkedin-squared:before { content: '\ea71'; } /* '' */
.cmsmasters-icon-linux:before { content: '\ea72'; } /* '' */
.cmsmasters-icon-linkedin:before { content: '\ea73'; } /* '' */
.cmsmasters-icon-maxcdn:before { content: '\ea74'; } /* '' */
.cmsmasters-icon-meanpath:before { content: '\ea75'; } /* '' */
.cmsmasters-icon-openid:before { content: '\ea76'; } /* '' */
.cmsmasters-icon-pagelines:before { content: '\ea77'; } /* '' */
.cmsmasters-icon-paypal:before { content: '\ea78'; } /* '' */
.cmsmasters-icon-pied-piper-squared:before { content: '\ea79'; } /* '' */
.cmsmasters-icon-pied-piper-alt:before { content: '\ea7a'; } /* '' */
.cmsmasters-icon-pinterest:before { content: '\ea7b'; } /* '' */
.cmsmasters-icon-pinterest-circled:before { content: '\ea7c'; } /* '' */
.cmsmasters-icon-pinterest-squared:before { content: '\ea7d'; } /* '' */
.cmsmasters-icon-qq:before { content: '\ea7e'; } /* '' */
.cmsmasters-icon-reddit:before { content: '\ea7f'; } /* '' */
.cmsmasters-icon-reddit-squared:before { content: '\ea80'; } /* '' */
.cmsmasters-icon-renren:before { content: '\ea81'; } /* '' */
.cmsmasters-icon-sellsy:before { content: '\ea82'; } /* '' */
.cmsmasters-icon-shirtsinbulk:before { content: '\ea83'; } /* '' */
.cmsmasters-icon-simplybuilt:before { content: '\ea84'; } /* '' */
.cmsmasters-icon-skyatlas:before { content: '\ea85'; } /* '' */
.cmsmasters-icon-skype:before { content: '\ea86'; } /* '' */
.cmsmasters-icon-slack:before { content: '\ea87'; } /* '' */
.cmsmasters-icon-slideshare:before { content: '\ea88'; } /* '' */
.cmsmasters-icon-soundcloud:before { content: '\ea89'; } /* '' */
.cmsmasters-icon-spotify:before { content: '\ea8a'; } /* '' */
.cmsmasters-icon-stackexchange:before { content: '\ea8b'; } /* '' */
.cmsmasters-icon-stackoverflow:before { content: '\ea8c'; } /* '' */
.cmsmasters-icon-steam:before { content: '\ea8d'; } /* '' */
.cmsmasters-icon-steam-squared:before { content: '\ea8e'; } /* '' */
.cmsmasters-icon-stumbleupon:before { content: '\ea8f'; } /* '' */
.cmsmasters-icon-stumbleupon-circled:before { content: '\ea90'; } /* '' */
.cmsmasters-icon-tencent-weibo:before { content: '\ea91'; } /* '' */
.cmsmasters-icon-trello:before { content: '\ea92'; } /* '' */
.cmsmasters-icon-tumblr:before { content: '\ea93'; } /* '' */
.cmsmasters-icon-tumblr-squared:before { content: '\ea94'; } /* '' */
.cmsmasters-icon-twitch:before { content: '\ea95'; } /* '' */
.cmsmasters-icon-twitter-squared:before { content: '\ea96'; } /* '' */
.cmsmasters-icon-twitter:before { content: '\ea97'; } /* '' */
.cmsmasters-icon-vimeo-squared:before { content: '\ea98'; } /* '' */
.cmsmasters-icon-vine:before { content: '\ea99'; } /* '' */
.cmsmasters-icon-vkontakte:before { content: '\ea9a'; } /* '' */
.cmsmasters-icon-whatsapp:before { content: '\ea9b'; } /* '' */
.cmsmasters-icon-wechat:before { content: '\ea9c'; } /* '' */
.cmsmasters-icon-weibo:before { content: '\ea9d'; } /* '' */
.cmsmasters-icon-windows:before { content: '\ea9e'; } /* '' */
.cmsmasters-icon-wordpress:before { content: '\ea9f'; } /* '' */
.cmsmasters-icon-xing:before { content: '\eaa0'; } /* '' */
.cmsmasters-icon-xing-squared:before { content: '\eaa1'; } /* '' */
.cmsmasters-icon-yelp:before { content: '\eaa2'; } /* '' */
.cmsmasters-icon-youtube:before { content: '\eaa3'; } /* '' */
.cmsmasters-icon-yahoo:before { content: '\eaa4'; } /* '' */
.cmsmasters-icon-youtube-squared:before { content: '\eaa5'; } /* '' */
.cmsmasters-icon-youtube-play:before { content: '\eaa6'; } /* '' */
.cmsmasters-icon-blank:before { content: '\eaa7'; } /* '' */
.cmsmasters-icon-lemon:before { content: '\eaa8'; } /* '' */
.cmsmasters-icon-note:before { content: '\eaa9'; } /* '' */
.cmsmasters-icon-note-beamed:before { content: '\eaaa'; } /* '' */
.cmsmasters-icon-music-1:before { content: '\eaab'; } /* '' */
.cmsmasters-icon-search-1:before { content: '\eaac'; } /* '' */
.cmsmasters-icon-flashlight:before { content: '\eaad'; } /* '' */
.cmsmasters-icon-mail-1:before { content: '\eaae'; } /* '' */
.cmsmasters-icon-heart-1:before { content: '\eaaf'; } /* '' */
.cmsmasters-icon-heart-empty-1:before { content: '\eab0'; } /* '' */
.cmsmasters-icon-star-1:before { content: '\eab1'; } /* '' */
.cmsmasters-icon-star-empty-1:before { content: '\eab2'; } /* '' */
.cmsmasters-icon-user-1:before { content: '\eab3'; } /* '' */
.cmsmasters-icon-users-1:before { content: '\eab4'; } /* '' */
.cmsmasters-icon-user-add:before { content: '\eab5'; } /* '' */
.cmsmasters-icon-video-1:before { content: '\eab6'; } /* '' */
.cmsmasters-icon-picture-1:before { content: '\eab7'; } /* '' */
.cmsmasters-icon-camera-1:before { content: '\eab8'; } /* '' */
.cmsmasters-icon-layout:before { content: '\eab9'; } /* '' */
.cmsmasters-icon-menu-1:before { content: '\eaba'; } /* '' */
.cmsmasters-icon-check-1:before { content: '\eabb'; } /* '' */
.cmsmasters-icon-cancel-2:before { content: '\eabc'; } /* '' */
.cmsmasters-icon-cancel-circled-1:before { content: '\eabd'; } /* '' */
.cmsmasters-icon-cancel-squared:before { content: '\eabe'; } /* '' */
.cmsmasters-icon-plus-1:before { content: '\eabf'; } /* '' */
.cmsmasters-icon-plus-circled-1:before { content: '\eac0'; } /* '' */
.cmsmasters-icon-plus-squared-1:before { content: '\eac1'; } /* '' */
.cmsmasters-icon-minus-1:before { content: '\eac2'; } /* '' */
.cmsmasters-icon-minus-circled-1:before { content: '\eac3'; } /* '' */
.cmsmasters-icon-minus-squared-1:before { content: '\eac4'; } /* '' */
.cmsmasters-icon-help-1:before { content: '\eac5'; } /* '' */
.cmsmasters-icon-help-circled-1:before { content: '\eac6'; } /* '' */
.cmsmasters-icon-info-1:before { content: '\eac7'; } /* '' */
.cmsmasters-icon-info-circled-1:before { content: '\eac8'; } /* '' */
.cmsmasters-icon-back:before { content: '\eac9'; } /* '' */
.cmsmasters-icon-home-1:before { content: '\eaca'; } /* '' */
.cmsmasters-icon-link-1:before { content: '\eacb'; } /* '' */
.cmsmasters-icon-attach-1:before { content: '\eacc'; } /* '' */
.cmsmasters-icon-lock-1:before { content: '\eacd'; } /* '' */
.cmsmasters-icon-lock-open-1:before { content: '\eace'; } /* '' */
.cmsmasters-icon-eye-1:before { content: '\eacf'; } /* '' */
.cmsmasters-icon-tag-1:before { content: '\ead0'; } /* '' */
.cmsmasters-icon-bookmark-1:before { content: '\ead1'; } /* '' */
.cmsmasters-icon-bookmarks:before { content: '\ead2'; } /* '' */
.cmsmasters-icon-flag-1:before { content: '\ead3'; } /* '' */
.cmsmasters-icon-thumbs-up-1:before { content: '\ead4'; } /* '' */
.cmsmasters-icon-thumbs-down-1:before { content: '\ead5'; } /* '' */
.cmsmasters-icon-download-1:before { content: '\ead6'; } /* '' */
.cmsmasters-icon-upload-1:before { content: '\ead7'; } /* '' */
.cmsmasters-icon-upload-cloud-1:before { content: '\ead8'; } /* '' */
.cmsmasters-icon-reply-1:before { content: '\ead9'; } /* '' */
.cmsmasters-icon-reply-all-1:before { content: '\eada'; } /* '' */
.cmsmasters-icon-forward-1:before { content: '\eadb'; } /* '' */
.cmsmasters-icon-quote:before { content: '\eadc'; } /* '' */
.cmsmasters-icon-code-1:before { content: '\eadd'; } /* '' */
.cmsmasters-icon-export-1:before { content: '\eade'; } /* '' */
.cmsmasters-icon-pencil-1:before { content: '\eadf'; } /* '' */
.cmsmasters-icon-feather:before { content: '\eae0'; } /* '' */
.cmsmasters-icon-print-1:before { content: '\eae1'; } /* '' */
.cmsmasters-icon-retweet-1:before { content: '\eae2'; } /* '' */
.cmsmasters-icon-keyboard-1:before { content: '\eae3'; } /* '' */
.cmsmasters-icon-comment-1:before { content: '\eae4'; } /* '' */
.cmsmasters-icon-chat-1:before { content: '\eae5'; } /* '' */
.cmsmasters-icon-bell-1:before { content: '\eae6'; } /* '' */
.cmsmasters-icon-attention-1:before { content: '\eae7'; } /* '' */
.cmsmasters-icon-alert:before { content: '\eae8'; } /* '' */
.cmsmasters-icon-vcard:before { content: '\eae9'; } /* '' */
.cmsmasters-icon-address:before { content: '\eaea'; } /* '' */
.cmsmasters-icon-location-1:before { content: '\eaeb'; } /* '' */
.cmsmasters-icon-map:before { content: '\eaec'; } /* '' */
.cmsmasters-icon-direction-1:before { content: '\eaed'; } /* '' */
.cmsmasters-icon-compass-1:before { content: '\eaee'; } /* '' */
.cmsmasters-icon-cup:before { content: '\eaef'; } /* '' */
.cmsmasters-icon-trash-1:before { content: '\eaf0'; } /* '' */
.cmsmasters-icon-doc-1:before { content: '\eaf1'; } /* '' */
.cmsmasters-icon-docs-1:before { content: '\eaf2'; } /* '' */
.cmsmasters-icon-doc-landscape:before { content: '\eaf3'; } /* '' */
.cmsmasters-icon-doc-text-1:before { content: '\eaf4'; } /* '' */
.cmsmasters-icon-doc-text-inv-1:before { content: '\eaf5'; } /* '' */
.cmsmasters-icon-newspaper-1:before { content: '\eaf6'; } /* '' */
.cmsmasters-icon-book-open:before { content: '\eaf7'; } /* '' */
.cmsmasters-icon-book-1:before { content: '\eaf8'; } /* '' */
.cmsmasters-icon-folder-1:before { content: '\eaf9'; } /* '' */
.cmsmasters-icon-archive:before { content: '\eafa'; } /* '' */
.cmsmasters-icon-box-1:before { content: '\eafb'; } /* '' */
.cmsmasters-icon-rss-1:before { content: '\eafc'; } /* '' */
.cmsmasters-icon-phone-1:before { content: '\eafd'; } /* '' */
.cmsmasters-icon-cog-1:before { content: '\eafe'; } /* '' */
.cmsmasters-icon-tools:before { content: '\eaff'; } /* '' */
.cmsmasters-icon-share-1:before { content: '\eb00'; } /* '' */
.cmsmasters-icon-shareable:before { content: '\eb01'; } /* '' */
.cmsmasters-icon-basket-1:before { content: '\eb02'; } /* '' */
.cmsmasters-icon-bag:before { content: '\eb03'; } /* '' */
.cmsmasters-icon-calendar-1:before { content: '\eb04'; } /* '' */
.cmsmasters-icon-login-1:before { content: '\eb05'; } /* '' */
.cmsmasters-icon-logout-1:before { content: '\eb06'; } /* '' */
.cmsmasters-icon-mic-1:before { content: '\eb07'; } /* '' */
.cmsmasters-icon-mute-1:before { content: '\eb08'; } /* '' */
.cmsmasters-icon-sound:before { content: '\eb09'; } /* '' */
.cmsmasters-icon-volume:before { content: '\eb0a'; } /* '' */
.cmsmasters-icon-clock-1:before { content: '\eb0b'; } /* '' */
.cmsmasters-icon-hourglass:before { content: '\eb0c'; } /* '' */
.cmsmasters-icon-lamp:before { content: '\eb0d'; } /* '' */
.cmsmasters-icon-light-down:before { content: '\eb0e'; } /* '' */
.cmsmasters-icon-light-up:before { content: '\eb0f'; } /* '' */
.cmsmasters-icon-adjust:before { content: '\eb10'; } /* '' */
.cmsmasters-icon-block-1:before { content: '\eb11'; } /* '' */
.cmsmasters-icon-resize-full-1:before { content: '\eb12'; } /* '' */
.cmsmasters-icon-resize-small-1:before { content: '\eb13'; } /* '' */
.cmsmasters-icon-popup:before { content: '\eb14'; } /* '' */
.cmsmasters-icon-publish:before { content: '\eb15'; } /* '' */
.cmsmasters-icon-window:before { content: '\eb16'; } /* '' */
.cmsmasters-icon-arrow-combo:before { content: '\eb17'; } /* '' */
.cmsmasters-icon-down-circled-1:before { content: '\eb18'; } /* '' */
.cmsmasters-icon-left-circled-1:before { content: '\eb19'; } /* '' */
.cmsmasters-icon-right-circled-1:before { content: '\eb1a'; } /* '' */
.cmsmasters-icon-up-circled-1:before { content: '\eb1b'; } /* '' */
.cmsmasters-icon-down-open-1:before { content: '\eb1c'; } /* '' */
.cmsmasters-icon-left-open-1:before { content: '\eb1d'; } /* '' */
.cmsmasters-icon-right-open-1:before { content: '\eb1e'; } /* '' */
.cmsmasters-icon-up-open-1:before { content: '\eb1f'; } /* '' */
.cmsmasters-icon-down-open-mini:before { content: '\eb20'; } /* '' */
.cmsmasters-icon-left-open-mini:before { content: '\eb21'; } /* '' */
.cmsmasters-icon-right-open-mini:before { content: '\eb22'; } /* '' */
.cmsmasters-icon-up-open-mini:before { content: '\eb23'; } /* '' */
.cmsmasters-icon-down-open-big:before { content: '\eb24'; } /* '' */
.cmsmasters-icon-left-open-big:before { content: '\eb25'; } /* '' */
.cmsmasters-icon-right-open-big:before { content: '\eb26'; } /* '' */
.cmsmasters-icon-up-open-big:before { content: '\eb27'; } /* '' */
.cmsmasters-icon-down-1:before { content: '\eb28'; } /* '' */
.cmsmasters-icon-left-1:before { content: '\eb29'; } /* '' */
.cmsmasters-icon-right-1:before { content: '\eb2a'; } /* '' */
.cmsmasters-icon-up-1:before { content: '\eb2b'; } /* '' */
.cmsmasters-icon-down-dir-1:before { content: '\eb2c'; } /* '' */
.cmsmasters-icon-left-dir-1:before { content: '\eb2d'; } /* '' */
.cmsmasters-icon-right-dir-1:before { content: '\eb2e'; } /* '' */
.cmsmasters-icon-up-dir-1:before { content: '\eb2f'; } /* '' */
.cmsmasters-icon-down-bold:before { content: '\eb30'; } /* '' */
.cmsmasters-icon-left-bold:before { content: '\eb31'; } /* '' */
.cmsmasters-icon-right-bold:before { content: '\eb32'; } /* '' */
.cmsmasters-icon-up-bold:before { content: '\eb33'; } /* '' */
.cmsmasters-icon-down-thin:before { content: '\eb34'; } /* '' */
.cmsmasters-icon-left-thin:before { content: '\eb35'; } /* '' */
.cmsmasters-icon-right-thin:before { content: '\eb36'; } /* '' */
.cmsmasters-icon-up-thin:before { content: '\eb37'; } /* '' */
.cmsmasters-icon-ccw-1:before { content: '\eb38'; } /* '' */
.cmsmasters-icon-cw-1:before { content: '\eb39'; } /* '' */
.cmsmasters-icon-arrows-ccw:before { content: '\eb3a'; } /* '' */
.cmsmasters-icon-level-down-1:before { content: '\eb3b'; } /* '' */
.cmsmasters-icon-level-up-1:before { content: '\eb3c'; } /* '' */
.cmsmasters-icon-shuffle-1:before { content: '\eb3d'; } /* '' */
.cmsmasters-icon-loop:before { content: '\eb3e'; } /* '' */
.cmsmasters-icon-switch:before { content: '\eb3f'; } /* '' */
.cmsmasters-icon-play-1:before { content: '\eb40'; } /* '' */
.cmsmasters-icon-stop-1:before { content: '\eb41'; } /* '' */
.cmsmasters-icon-pause-1:before { content: '\eb42'; } /* '' */
.cmsmasters-icon-record:before { content: '\eb43'; } /* '' */
.cmsmasters-icon-to-end-1:before { content: '\eb44'; } /* '' */
.cmsmasters-icon-to-start-1:before { content: '\eb45'; } /* '' */
.cmsmasters-icon-fast-forward:before { content: '\eb46'; } /* '' */
.cmsmasters-icon-fast-backward:before { content: '\eb47'; } /* '' */
.cmsmasters-icon-progress-0:before { content: '\eb48'; } /* '' */
.cmsmasters-icon-progress-1:before { content: '\eb49'; } /* '' */
.cmsmasters-icon-progress-2:before { content: '\eb4a'; } /* '' */
.cmsmasters-icon-progress-3:before { content: '\eb4b'; } /* '' */
.cmsmasters-icon-target-1:before { content: '\eb4c'; } /* '' */
.cmsmasters-icon-palette:before { content: '\eb4d'; } /* '' */
.cmsmasters-icon-list-1:before { content: '\eb4e'; } /* '' */
.cmsmasters-icon-list-add:before { content: '\eb4f'; } /* '' */
.cmsmasters-icon-signal-1:before { content: '\eb50'; } /* '' */
.cmsmasters-icon-trophy:before { content: '\eb51'; } /* '' */
.cmsmasters-icon-battery:before { content: '\eb52'; } /* '' */
.cmsmasters-icon-back-in-time:before { content: '\eb53'; } /* '' */
.cmsmasters-icon-monitor:before { content: '\eb54'; } /* '' */
.cmsmasters-icon-mobile-1:before { content: '\eb55'; } /* '' */
.cmsmasters-icon-network:before { content: '\eb56'; } /* '' */
.cmsmasters-icon-cd:before { content: '\eb57'; } /* '' */
.cmsmasters-icon-inbox-1:before { content: '\eb58'; } /* '' */
.cmsmasters-icon-install:before { content: '\eb59'; } /* '' */
.cmsmasters-icon-globe-1:before { content: '\eb5a'; } /* '' */
.cmsmasters-icon-cloud-1:before { content: '\eb5b'; } /* '' */
.cmsmasters-icon-cloud-thunder:before { content: '\eb5c'; } /* '' */
.cmsmasters-icon-flash-1:before { content: '\eb5d'; } /* '' */
.cmsmasters-icon-moon-1:before { content: '\eb5e'; } /* '' */
.cmsmasters-icon-flight-1:before { content: '\eb5f'; } /* '' */
.cmsmasters-icon-paper-plane-1:before { content: '\eb60'; } /* '' */
.cmsmasters-icon-leaf-1:before { content: '\eb61'; } /* '' */
.cmsmasters-icon-lifebuoy-1:before { content: '\eb62'; } /* '' */
.cmsmasters-icon-mouse:before { content: '\eb63'; } /* '' */
.cmsmasters-icon-briefcase-1:before { content: '\eb64'; } /* '' */
.cmsmasters-icon-suitcase-1:before { content: '\eb65'; } /* '' */
.cmsmasters-icon-dot:before { content: '\eb66'; } /* '' */
.cmsmasters-icon-dot-2:before { content: '\eb67'; } /* '' */
.cmsmasters-icon-dot-3:before { content: '\eb68'; } /* '' */
.cmsmasters-icon-brush-1:before { content: '\eb69'; } /* '' */
.cmsmasters-icon-magnet-2:before { content: '\eb6a'; } /* '' */
.cmsmasters-icon-infinity:before { content: '\eb6b'; } /* '' */
.cmsmasters-icon-erase:before { content: '\eb6c'; } /* '' */
.cmsmasters-icon-chart-pie-1:before { content: '\eb6d'; } /* '' */
.cmsmasters-icon-chart-line-1:before { content: '\eb6e'; } /* '' */
.cmsmasters-icon-chart-bar-1:before { content: '\eb6f'; } /* '' */
.cmsmasters-icon-chart-area-1:before { content: '\eb70'; } /* '' */
.cmsmasters-icon-tape:before { content: '\eb71'; } /* '' */
.cmsmasters-icon-graduation-cap-1:before { content: '\eb72'; } /* '' */
.cmsmasters-icon-language-1:before { content: '\eb73'; } /* '' */
.cmsmasters-icon-ticket-1:before { content: '\eb74'; } /* '' */
.cmsmasters-icon-water:before { content: '\eb75'; } /* '' */
.cmsmasters-icon-droplet:before { content: '\eb76'; } /* '' */
.cmsmasters-icon-air:before { content: '\eb77'; } /* '' */
.cmsmasters-icon-credit-card-1:before { content: '\eb78'; } /* '' */
.cmsmasters-icon-floppy-1:before { content: '\eb79'; } /* '' */
.cmsmasters-icon-clipboard:before { content: '\eb7a'; } /* '' */
.cmsmasters-icon-megaphone-1:before { content: '\eb7b'; } /* '' */
.cmsmasters-icon-database-1:before { content: '\eb7c'; } /* '' */
.cmsmasters-icon-drive:before { content: '\eb7d'; } /* '' */
.cmsmasters-icon-bucket:before { content: '\eb7e'; } /* '' */
.cmsmasters-icon-thermometer:before { content: '\eb7f'; } /* '' */
.cmsmasters-icon-key-1:before { content: '\eb80'; } /* '' */
.cmsmasters-icon-flow-cascade:before { content: '\eb81'; } /* '' */
.cmsmasters-icon-flow-branch:before { content: '\eb82'; } /* '' */
.cmsmasters-icon-flow-tree:before { content: '\eb83'; } /* '' */
.cmsmasters-icon-flow-line:before { content: '\eb84'; } /* '' */
.cmsmasters-icon-flow-parallel:before { content: '\eb85'; } /* '' */
.cmsmasters-icon-rocket-1:before { content: '\eb86'; } /* '' */
.cmsmasters-icon-gauge-1:before { content: '\eb87'; } /* '' */
.cmsmasters-icon-traffic-cone:before { content: '\eb88'; } /* '' */
.cmsmasters-icon-cc-1:before { content: '\eb89'; } /* '' */
.cmsmasters-icon-cc-by:before { content: '\eb8a'; } /* '' */
.cmsmasters-icon-cc-nc:before { content: '\eb8b'; } /* '' */
.cmsmasters-icon-cc-nc-eu:before { content: '\eb8c'; } /* '' */
.cmsmasters-icon-cc-nc-jp:before { content: '\eb8d'; } /* '' */
.cmsmasters-icon-cc-sa:before { content: '\eb8e'; } /* '' */
.cmsmasters-icon-cc-nd:before { content: '\eb8f'; } /* '' */
.cmsmasters-icon-cc-pd:before { content: '\eb90'; } /* '' */
.cmsmasters-icon-cc-zero:before { content: '\eb91'; } /* '' */
.cmsmasters-icon-cc-share:before { content: '\eb92'; } /* '' */
.cmsmasters-icon-cc-remix:before { content: '\eb93'; } /* '' */
.cmsmasters-icon-github-1:before { content: '\eb94'; } /* '' */
.cmsmasters-icon-github-circled-1:before { content: '\eb95'; } /* '' */
.cmsmasters-icon-flickr-1:before { content: '\eb96'; } /* '' */
.cmsmasters-icon-flickr-circled:before { content: '\eb97'; } /* '' */
.cmsmasters-icon-vimeo:before { content: '\eb98'; } /* '' */
.cmsmasters-icon-vimeo-circled:before { content: '\eb99'; } /* '' */
.cmsmasters-icon-twitter-1:before { content: '\eb9a'; } /* '' */
.cmsmasters-icon-twitter-circled:before { content: '\eb9b'; } /* '' */
.cmsmasters-icon-facebook-1:before { content: '\eb9c'; } /* '' */
.cmsmasters-icon-facebook-circled:before { content: '\eb9d'; } /* '' */
.cmsmasters-icon-facebook-squared-1:before { content: '\eb9e'; } /* '' */
.cmsmasters-icon-gplus-1:before { content: '\eb9f'; } /* '' */
.cmsmasters-icon-gplus-circled:before { content: '\eba0'; } /* '' */
.cmsmasters-icon-pinterest-1:before { content: '\eba1'; } /* '' */
.cmsmasters-icon-pinterest-circled-1:before { content: '\eba2'; } /* '' */
.cmsmasters-icon-tumblr-1:before { content: '\eba3'; } /* '' */
.cmsmasters-icon-tumblr-circled:before { content: '\eba4'; } /* '' */
.cmsmasters-icon-linkedin-1:before { content: '\eba5'; } /* '' */
.cmsmasters-icon-linkedin-circled:before { content: '\eba6'; } /* '' */
.cmsmasters-icon-dribbble-1:before { content: '\eba7'; } /* '' */
.cmsmasters-icon-dribbble-circled:before { content: '\eba8'; } /* '' */
.cmsmasters-icon-stumbleupon-1:before { content: '\eba9'; } /* '' */
.cmsmasters-icon-stumbleupon-circled-1:before { content: '\ebaa'; } /* '' */
.cmsmasters-icon-lastfm-1:before { content: '\ebab'; } /* '' */
.cmsmasters-icon-lastfm-circled:before { content: '\ebac'; } /* '' */
.cmsmasters-icon-rdio:before { content: '\ebad'; } /* '' */
.cmsmasters-icon-rdio-circled:before { content: '\ebae'; } /* '' */
.cmsmasters-icon-spotify-1:before { content: '\ebaf'; } /* '' */
.cmsmasters-icon-spotify-circled:before { content: '\ebb0'; } /* '' */
.cmsmasters-icon-qq-1:before { content: '\ebb1'; } /* '' */
.cmsmasters-icon-instagram-1:before { content: '\ebb2'; } /* '' */
.cmsmasters-icon-dropbox-1:before { content: '\ebb3'; } /* '' */
.cmsmasters-icon-evernote:before { content: '\ebb4'; } /* '' */
.cmsmasters-icon-flattr:before { content: '\ebb5'; } /* '' */
.cmsmasters-icon-skype-1:before { content: '\ebb6'; } /* '' */
.cmsmasters-icon-skype-circled:before { content: '\ebb7'; } /* '' */
.cmsmasters-icon-renren-1:before { content: '\ebb8'; } /* '' */
.cmsmasters-icon-sina-weibo:before { content: '\ebb9'; } /* '' */
.cmsmasters-icon-paypal-1:before { content: '\ebba'; } /* '' */
.cmsmasters-icon-picasa:before { content: '\ebbb'; } /* '' */
.cmsmasters-icon-soundcloud-1:before { content: '\ebbc'; } /* '' */
.cmsmasters-icon-mixi:before { content: '\ebbd'; } /* '' */
.cmsmasters-icon-behance-1:before { content: '\ebbe'; } /* '' */
.cmsmasters-icon-google-circles:before { content: '\ebbf'; } /* '' */
.cmsmasters-icon-vkontakte-1:before { content: '\ebc0'; } /* '' */
.cmsmasters-icon-smashing:before { content: '\ebc1'; } /* '' */
.cmsmasters-icon-sweden:before { content: '\ebc2'; } /* '' */
.cmsmasters-icon-db-shape:before { content: '\ebc3'; } /* '' */
.cmsmasters-icon-logo-db:before { content: '\ebc4'; } /* '' */

/*
   Animation example, for spinners
*/
[class^="spinner"]:before, 
[class*="spinner"]:before {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'fontello-custom';
  src: url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello-custom.eot?44682925');
  src: url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello-custom.eot?44682925#iefix') format('embedded-opentype'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello-custom.woff?44682925') format('woff'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello-custom.ttf?44682925') format('truetype'),
       url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello-custom.svg?44682925#fontello-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello-custom';
    src: url('https://happyminerals.si/wp-content/themes/handmade-shop/theme-vars/theme-style/css/fonts/fontello.svg?44682925#fontello') format('svg');
  }
}
*/
 
 [class^="cmsmasters-icon-custom-"]:before, [class*=" cmsmasters-icon-custom-"]:before {
  font-family: "fontello-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
 
.cmsmasters-icon-custom-bag:before { content: '\e800'; } /* '' */
.cmsmasters-icon-custom-search:before { content: '\e801'; } /* '' */
.cmsmasters-icon-custom-menu:before { content: '\e802'; } /* '' */
.cmsmasters-icon-custom-instagram-with-circle:before { content: '\e803'; } /* '' */
.cmsmasters-icon-custom-facebook-6:before { content: '\e804'; } /* '' */
.cmsmasters-icon-custom-facebook-rect-1:before { content: '\e805'; } /* '' */
.cmsmasters-icon-custom-twitter-6:before { content: '\e806'; } /* '' */
.cmsmasters-icon-custom-twitter-bird-1:before { content: '\e807'; } /* '' */
.cmsmasters-icon-custom-vimeo-3:before { content: '\e808'; } /* '' */
.cmsmasters-icon-custom-vimeo-rect:before { content: '\e809'; } /* '' */
.cmsmasters-icon-custom-tumblr-3:before { content: '\e80a'; } /* '' */
.cmsmasters-icon-custom-tumblr-rect:before { content: '\e80b'; } /* '' */
.cmsmasters-icon-custom-googleplus-rect:before { content: '\e80c'; } /* '' */
.cmsmasters-icon-custom-github-text:before { content: '\e80d'; } /* '' */
.cmsmasters-icon-custom-github-5:before { content: '\e80e'; } /* '' */
.cmsmasters-icon-custom-skype-4:before { content: '\e80f'; } /* '' */
.cmsmasters-icon-custom-icq:before { content: '\e810'; } /* '' */
.cmsmasters-icon-custom-yandex:before { content: '\e811'; } /* '' */
.cmsmasters-icon-custom-yandex-rect:before { content: '\e812'; } /* '' */
.cmsmasters-icon-custom-vkontakte-rect:before { content: '\e813'; } /* '' */
.cmsmasters-icon-custom-odnoklassniki:before { content: '\e814'; } /* '' */
.cmsmasters-icon-custom-odnoklassniki-rect:before { content: '\e815'; } /* '' */
.cmsmasters-icon-custom-friendfeed:before { content: '\e816'; } /* '' */
.cmsmasters-icon-custom-friendfeed-rect:before { content: '\e817'; } /* '' */
.cmsmasters-icon-custom-blogger-1:before { content: '\e818'; } /* '' */
.cmsmasters-icon-custom-blogger-rect:before { content: '\e819'; } /* '' */
.cmsmasters-icon-custom-deviantart:before { content: '\e81a'; } /* '' */
.cmsmasters-icon-custom-jabber:before { content: '\e81b'; } /* '' */
.cmsmasters-icon-custom-lastfm-3:before { content: '\e81c'; } /* '' */
.cmsmasters-icon-custom-lastfm-rect:before { content: '\e81d'; } /* '' */
.cmsmasters-icon-custom-linkedin-5:before { content: '\e81e'; } /* '' */
.cmsmasters-icon-custom-linkedin-rect:before { content: '\e81f'; } /* '' */
.cmsmasters-icon-custom-picasa-1:before { content: '\e820'; } /* '' */
.cmsmasters-icon-custom-wordpress-1:before { content: '\e821'; } /* '' */
.cmsmasters-icon-custom-instagram-3:before { content: '\e822'; } /* '' */
.cmsmasters-icon-custom-instagram-filled:before { content: '\e823'; } /* '' */
.cmsmasters-icon-custom-diigo:before { content: '\e824'; } /* '' */
.cmsmasters-icon-custom-box-4:before { content: '\e825'; } /* '' */
.cmsmasters-icon-custom-box-rect:before { content: '\e826'; } /* '' */
.cmsmasters-icon-custom-tudou:before { content: '\e827'; } /* '' */
.cmsmasters-icon-custom-youku:before { content: '\e828'; } /* '' */
.cmsmasters-icon-custom-win8:before { content: '\e829'; } /* '' */
.cmsmasters-icon-custom-amex:before { content: '\e82a'; } /* '' */
.cmsmasters-icon-custom-discover:before { content: '\e82b'; } /* '' */
.cmsmasters-icon-custom-visa:before { content: '\e82c'; } /* '' */
.cmsmasters-icon-custom-mastercard:before { content: '\e82d'; } /* '' */
.cmsmasters-icon-custom-houzz:before { content: '\e82e'; } /* '' */
.cmsmasters-icon-custom-bandcamp:before { content: '\e82f'; } /* '' */
.cmsmasters-icon-custom-codepen:before { content: '\e830'; } /* '' */
.cmsmasters-icon-custom-close:before { content: '\e900'; } /* '' */
.cmsmasters-icon-custom-instagram:before { content: '\f16d'; } /* '' */
.cmsmasters-icon-custom-tripadvisor:before { content: '\f262'; } /* '' */
.cmsmasters-icon-custom-snapchat:before { content: '\f2ab'; } /* '' */
.cmsmasters-icon-custom-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.cmsmasters-icon-custom-snapchat-square:before { content: '\f2ad'; } /* '' */
@charset "UTF-8";


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version		1.0.0
 */


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}



/* Owl Carousel CSS3 Transitions v1.3.2 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.0
 */


/*! iLightBox Global Styles */


/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float:none;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    line-height:100%;
    vertical-align:baseline;
    background:transparent;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
	 -khtml-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
	overflow: hidden;
}
.ilightbox-closedhand * {
	cursor: url(https://happyminerals.si/wp-content/themes/handmade-shop/css/../img/ilightbox/closedhand.cur),default !important;
}

.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
			
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: -192px;
	padding: 0;
	padding-top: 30px;
			
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal  div {
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
}

.ilightbox-toolbar a {
	float: left;
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	
	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;

	-webkit-transform: none;
	   -moz-transform: none;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 12px;
    line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	padding-left: 0;
	z-index: 20003;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
	float: left;
	list-style: none;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
	display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
	position: fixed;
	z-index: 100008;
	cursor: pointer;
}

/* Style mobile devices */
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
	display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
	display: block;
}

/**************************
*
*	GENERAL
*
**************************/
.ilightbox_clear {
	clear: both;
}

.ilightbox_inline_gallery {
	cursor: pointer !important;
}

.ilightbox_wrap {
	width: 100%;
}

.ilightbox_wrap * {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
    font-size:100% !important;
    vertical-align:baseline !important;
    background:transparent !important;
}

.ilightbox_wrap ul {
	list-style: none !important;
	margin-left: -3.3% !important;
}

.ilightbox_wrap ul li {
	/*
	max-width: 200px;
	max-height: 200px;
	*/
	margin-left: 3.3% !important;
	margin-bottom: 20px !important;
	list-style: none !important;
}

.ilightbox_wrap ul li a {
	display: block;
	border: 3px solid #EEE !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ilightbox_wrap ul li a:hover {
	border-color: #0088cc !important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.55) !important;
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.55) !important;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.55) !important;
}

.ilightbox_wrap ul li a img {
	display: block;
	width: 100% !important;
	
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.0
 */


/*! iLightBox Metro Dark Skin */


.ilightbox-overlay.dark {
	background: #000;
}

.ilightbox-loader.dark {
	-webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
	        box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
	background: #000 url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/preloader.gif') no-repeat center;
}

.ilightbox-holder.dark {
	padding: 5px;
	background: #000;
	
	-webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8);
	        box-shadow: 0 0 15px hsla(0,0%,0%,.8);
}

.ilightbox-holder.dark .ilightbox-container  .ilightbox-caption {
	background: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/caption-bg.png');
	color: #FFF;
	text-shadow: 0 1px black;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
	background: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/caption-bg.png');
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
	background: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/alert.png') no-repeat center top;
	color: #555;
}

/* Style toolbar */
.ilightbox-toolbar.dark {
	top: 11px;
	left: 10px;
}

.ilightbox-toolbar.dark a {
	width: 25px;
	height: 23px;
	background: black url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/buttons.png') no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
	background-color: #000 !important;
}

.ilightbox-toolbar.dark a:first-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
	background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-position: 6px -33px;
	right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
	background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
	background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
	background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
	background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
	background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
	background: #000;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.8);
	        box-shadow: 0 0 25px rgba(0,0,0,.8);
}

.isMobile .ilightbox-toolbar.dark a {
	display: inline-block;
	float: none;
	width: 50px;
	height: 40px;
	background-size: 50%;
	background-position: 50% !important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
	background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/fullscreen-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/fullscreen-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/x-mark-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/x-mark-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-next-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-next-icon-ie.png')\9;  /* IE7-8 */
	background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-prev-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-prev-icon-ie.png')\9;  /* IE7-8 */
	background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/play-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/play-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/pause-icon-64.png');
	background-image/*\**/: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/pause-icon-ie.png')\9;  /* IE7-8 */
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
	font-size: 18px;
	padding: 10px 8px;
	padding-right: 60px;
	color: #FFF;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
	left: auto;
	top: 5px;
	right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
	-webkit-border-radius: 0;
	        border-radius: 0;
	float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	box-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	background: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/thumb-overlay-play.png') no-repeat center;
}

/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
	opacity: 0.1;
	filter: alpha(opacity=10);  /* IE7-8 */
	cursor: default;
	background-color: #000 !important;
}
.ilightbox-button.dark span {
	display: block;
	width: 100%;
	height: 100%;
}
.ilightbox-button.dark {
	bottom: 0;
	right: 0;
	left: 0;
	left/*\**/: 45%\9;  /* IE7-8 */
	right/*\**/: auto\9;  /* IE7-8 */
	width: 95px;
	height: 75px;
	margin: auto;
	background: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-next-vertical-icon-64.png') no-repeat 50% 65%;
	background-color: #000;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-top-left-radius: 5px;
		    border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
	background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
	top: 0;
	bottom: auto;
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png');
	background-position: 50% 35%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	top/*\**/: 41%\9;  /* IE7-8 */
	bottom/*\**/: auto\9;  /* IE7-8 */
	width: 75px;
	height: 95px;
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-next-icon-64.png');
	background-position: 65% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
	right: auto;
	left: 0;
	background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/css/ilightbox-skins/../../img/ilightbox/dark-skin/arrow-prev-icon-64.png');
	background-position: 35% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-bottom-right-radius: 5px;
		    border-top-right-radius: 5px;
}


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.1.3
 * 
 * Theme Fonts Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Theme Font Styles ******************/

	/* Start Content Font */
	body,
	.subpage_nav > span:not([class]) {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:14px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
	}
	
	.cmsmasters_icon_list_items li:before {
		line-height:22px;
	}
	/* Finish Content Font */


	/* Start Link Font */
	a,
	.subpage_nav > strong,
	.subpage_nav > span,
	.subpage_nav > a {
		font-family:'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:none;
	}
	/* Finish Link Font */


	/* Start Navigation Title Font */
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button span,
	.header_top_meta,
	.navigation > li > a, 
	.top_line_nav > li > a {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button span {
		font-size:15px;
	}
	
	.header_top_meta,
	.navigation .nav_subtitle {
		font-size:15px;
		font-weight:normal;
		text-transform:none;
	}
	
	.navigation .nav_tag {
		font-size:12px;
		line-height:16px;
	}
	
	ul.top_line_nav > li > a {
		font-size:13px;
		line-height:16px;
	}
	
	#header .navigation .cmsmasters_resp_nav_toggle {
		height:20px;
	}
	/* Finish Navigation Title Font */


	/* Start Navigation Dropdown Font */
	.navigation ul li a,
	.top_line_nav ul li a, 
	.footer_nav > li > a {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	
	.top_line_nav ul li a {
		font-size:15px;
		line-height:18px;
	}
	
	nav > div > ul div.menu-item-mega-container > ul > li > a {
		font-size:17px;
	}
	/* Finish Navigation Dropdown Font */


	/* Start H1 Font */
	h1,
	h1 a,
	.logo .title, 
	.cmsmasters_archive_type .cmsmasters_archive_item_title a,
	.cmsmasters_pricing_table .cmsmasters_price,
	.cmsmasters_pricing_table .cmsmasters_coins,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_post_default .cmsmasters_post_header .cmsmasters_post_title,
	.cmsmasters_post_default .cmsmasters_post_header .cmsmasters_post_title a,
	.cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:36px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	blockquote:before, 
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:after,
	.cmsmasters_dropcap {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.cmsmasters_icon_list_items.cmsmasters_icon_list_icon_type_number .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	.cmsmasters_icon_box.box_icon_type_number:before,
	.cmsmasters_icon_box.cmsmasters_icon_heading_left.box_icon_type_number .icon_box_heading:before {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-weight:normal;
		font-style:normal;
	}
	
	.cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
		font-size:70px; /* static */
		line-height:70px; /* static */
	}
	
	blockquote:before {
		font-size:72px; /* static */
		line-height:72px; /* static */
	}
	
	.cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before {
		font-size:120px; /* static */
		line-height:150px; /* static */
		font-weight:bold; /* static */
		font-style:italic; /* static */
	}
	
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:after {
		font-size:50px; /* static */
		line-height:70px; /* static */
		font-weight:bold; /* static */
		font-style:italic; /* static */
	}
	
	.cmsmasters_dropcap.type1 {
		font-size:56px; /* static */
	}
	
	.cmsmasters_dropcap.type2 {
		font-size:34px; /* static */
		line-height:60px; /* static */
	}
	
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		font-size:18px;
	}
	
	.cmsmasters_pricing_table .cmsmasters_price,
	.cmsmasters_pricing_table .cmsmasters_coins {
		font-size:26px;
	}
	
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap {
		font-size:46px;
		line-height:46px;
	}
	
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day {
		font-size:22px;
	}
	
	.headline_outer .headline_inner .headline_icon:before {
		font-size:21px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon:before {
		font-size:51px;
	}
	
	.headline_outer .headline_inner.align_left .headline_icon {
		padding-left:21px;
	}
	
	.headline_outer .headline_inner.align_right .headline_icon {
		padding-right:21px;
	}
	
	.headline_outer .headline_inner.align_center .headline_icon {
		padding-top:51px;
	}
	/* Finish H1 Font */


	/* Start H2 Font */
	h2,
	h2 a,
	table caption,
	.cmsmasters_pricing_table .cmsmasters_currency,
	.comment-respond .comment-reply-title,
	.comment-respond .comment-reply-title a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:28px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H2 Font */


	/* Start H3 Font */
	h3,
	h3 a,
	.widget_wysija .widgettitle,
	.widget_rss ul li .rsswidget,
	.widget_recent_entries a,
	#wp-calendar caption,
	table thead tr th,
	table thead tr td,
	table tfoot tr th,
	table tfoot tr td,
	#wp-calendar tbody td,
	.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_cont a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest li a, 
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular li a,
	.widget_custom_contact_info_entries .contact_info_item_title,
	.cmsmasters_open_profile .profile_details_item_title, 
	.cmsmasters_open_profile .profile_features_item_title,
	.cmsmasters_open_project .project_details_item_title, 
	.cmsmasters_open_project .project_features_item_title,
	.post_nav > span a,
	.cmsmasters_toggles .cmsmasters_toggle_title a,
	.cmsmasters_wrap_pagination ul li .page-numbers,
	.cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.widget_custom_contact_info_entries .contact_info_item_title,
	#wp-calendar tbody td,
	.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap, 
	.cmsmasters_open_profile .profile_details_item_title, 
	.cmsmasters_open_profile .profile_features_item_title,
	.cmsmasters_open_project .project_details_item_title, 
	.cmsmasters_open_project .project_features_item_title {
		font-size:14px;
		line-height:20px; /* static */
	}
	
	
	table tfoot tr th,
	table tfoot tr td {
		font-size:15px;
	}
	/* Finish H3 Font */


	/* Start H4 Font */
	h4, 
	h4 a,
	.widget_rss .widgettitle a,
	.widgettitle,
	#wp-calendar thead th,
	.cmsmasters_tabs .cmsmasters_tabs_list_item a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	.cmsmasters_stats .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	.wp-caption-text,
	.wp-caption-text a,
	.cmsmasters_img_caption,
	dt, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_title {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H4 Font */


	/* Start H5 Font */
	h5,
	h5 a,
	#sb_instagram .sbi_follow_btn a,
	.cmsmasters_archive_read_more,
	.widget_custom_twitter_entries .tweet_time,
	.widget_tag_cloud a,
	.widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	.widget_custom_latest_projects_entries .cmsmasters_project_category a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item a,
	.widget_categories li a, 
	.widget_archive li a, 
	.widget_meta li a,
	.widget_pages li a,
	.widget_nav_menu li a,
	.share_posts a,
	.comment-edit-link,
	.comment-reply-link,
	.post_nav > span .post_nav_sub,
	.cmsmasters_project_read_more,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner,
	.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner a,
	.cmsmasters_open_profile .profile_details_item_desc, 
	.cmsmasters_open_profile .profile_features_item_desc,
	.cmsmasters_open_profile .profile_details_item_desc .cmsmasters_profile_category,
	.cmsmasters_open_profile .profile_details_item_desc .cmsmasters_profile_category a,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_category,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_category a,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_tags,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_tags a,
	.cmsmasters_project_grid .cmsmasters_project_category a,
	.cmsmasters_project_puzzle .cmsmasters_project_category a,
	.cmsmasters_open_project .project_details_item_desc, 
	.cmsmasters_open_project .project_details_item_desc a, 
	.cmsmasters_open_project .project_features_item_desc,
	.cmsmasters_open_project .project_features_item_desc a,
	.cmsmasters_post_category a,
	.cmsmasters_slider_post_category a,
	.cmsmasters_slider_project_category a,
	.cmsmasters_open_post .cmsmasters_post_tags a,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_mon,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_year,
	.cmsmasters_post_default .cmsmasters_post_read_more,
	.cmsmasters_post_masonry .cmsmasters_post_read_more,
	.cmsmasters_post_timeline .cmsmasters_post_read_more,
	.cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	.cmsmasters_pricing_table .pricing_title,
	.cmsmasters_pricing_table .cmsmasters_period {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.widget_tag_cloud a {
		font-size:14px !important;
	}
	
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_mon,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_year {
		font-size:15px;
	}
	
	.cmsmasters_open_profile .profile_details_item_desc, 
	.cmsmasters_open_profile .profile_features_item_desc,
	.cmsmasters_open_project .project_details_item_desc, 
	.cmsmasters_open_project .project_details_item_desc a, 
	.cmsmasters_open_project .project_features_item_desc,
	.cmsmasters_open_project .project_features_item_desc a {
		text-transform:none; /* static */
		line-height:20px; /* static */
	}
	
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_category,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_category a,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_tags,
	.cmsmasters_open_project .project_details_item_desc .cmsmasters_project_tags a {
		line-height:20px; /* static */
	}
	/* Finish H5 Font */


	/* Start H6 Font */
	h6,
	h6 a,
	.cmsmasters_archive_type .cmsmasters_archive_item_info,
	.cmsmasters_archive_type .cmsmasters_archive_item_info a,
	.cmsmasters-form-builder .form_info > label {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H6 Font */


	/* Start Button Font */
	.cmsmasters_button, 
	.button, 
	input[type=submit], 
	input[type=button], 
	button {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:34px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit] {
		font-size:16px !important;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg, 
	.cmsmasters_button.cmsmasters_but_icon_divider, 
	.cmsmasters_button.cmsmasters_but_icon_inverse {
		padding-left:54px;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg:before, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg:before, 
	.cmsmasters_button.cmsmasters_but_icon_divider:before, 
	.cmsmasters_button.cmsmasters_but_icon_inverse:before, 
	.cmsmasters_button.cmsmasters_but_icon_dark_bg:after, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg:after, 
	.cmsmasters_button.cmsmasters_but_icon_divider:after, 
	.cmsmasters_button.cmsmasters_but_icon_inverse:after {
		width:34px;
	}
	/* Finish Button Font */


	/* Start Small Text Font */
	small, 
	.cmsmasters_latest_posts_list li .cmsmasters_latest_posts_cont > .published,
	.widget_rss ul li .rss-date,
	.widget_recent_comments .post-date, 
	.widget_recent_entries .post-date,
	#wp-calendar tfoot a,
	.widget_categories li, 
	.widget_archive li, 
	.widget_meta li,
	.widget_custom_contact_info_entries .contact_info_item_desc,
	.widget_custom_contact_info_entries .contact_info_item_desc a,
	.cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	.cmsmasters_slider_post .cmsmasters_slider_post_cont_info a,
	.cmsmasters_comment_item .cmsmasters_comment_item_date,
	.cmsmasters_likes a span,
	.cmsmasters_comments a span,
	.cmsmasters_open_post .cmsmasters_post_cont_info,
	.cmsmasters_open_post .cmsmasters_post_cont_info a,
	.cmsmasters_post_default .cmsmasters_post_cont_info,
	.cmsmasters_post_default .cmsmasters_post_cont_info a,
	.cmsmasters_post_masonry .cmsmasters_post_cont_info,
	.cmsmasters_post_masonry .cmsmasters_post_cont_info a,
	.cmsmasters_post_timeline .cmsmasters_post_cont_info,
	.cmsmasters_post_timeline .cmsmasters_post_cont_info a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_lpr_tabs_cont .published,
	form .formError .formErrorContent {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
	}
	
	.gform_wrapper .description, 
	.gform_wrapper .gfield_description, 
	.gform_wrapper .gsection_description, 
	.gform_wrapper .instruction {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif !important;
		font-size:16px !important;
		line-height:20px !important;
	}
	
	.cmsmasters_likes a span, 
	.cmsmasters_comments a span {
		line-height:20px;
	}
	/* Finish Small Text Font */


	/* Start Text Fields Font */
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	textarea,
	select,
	option,
	.check_parent label {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
	}
	
	.gform_wrapper input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.gform_wrapper textarea, 
	.gform_wrapper select {
		font-size:16px !important;
	}
	/* Finish Text Fields Font */


	/* Start Blockquote Font */
	.cmsmasters_quotes_grid .cmsmasters_quote_content,
	.cmsmasters_quotes_slider .cmsmasters_quote_content,
	blockquote {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:30px;
		font-weight:normal;
		font-style:italic;
	}
	
	q {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-weight:normal;
		font-style:italic;
	}
	
	.cmsmasters_quotes_slider .cmsmasters_quote_content {
		font-size:34px;
		line-height:50px;
	}
	
	.cmsmasters_quotes_grid .cmsmasters_quote_content {
		font-size:18px;
		line-height:32px;
	}
	/* Finish Blockquote Font */

/***************** Finish Theme Font Styles ******************/



/***************** Start Gutenberg Module Custom Font Styles ******************/
	
	 dt,
	.editor-styles-wrapper .wp-caption,
	.editor-styles-wrapper .wp-caption a,
	.editor-styles-wrapper .wp-caption dd,
	.editor-styles-wrapper .wp-caption dd.wp-caption-dd {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	 blockquote:before {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:72px;
		line-height:72px;
		font-weight:normal;
		font-style:italic;
	}
	
	 .wp-block-table thead th,
	 .wp-block-table thead td,
	 .wp-block-freeform.mce-content-body > table thead th,
	 .wp-block-freeform.mce-content-body > table thead td {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	
/***************** Finish Gutenberg Module Custom Font Styles ******************/





/***************** Start Gutenberg Module General Font Styles ******************/

	/* Start Content Font */
	body .editor-styles-wrapper,
	body .editor-styles-wrapper p,
	 p.has-drop-cap:not(:focus)::first-letter,
	 .wp-block-image figcaption,
	 .wp-block-gallery .blocks-gallery-image figcaption,
	 .wp-block-gallery .blocks-gallery-item figcaption,
	 .wp-block-gallery .gallery-item .gallery-caption,
	 .wp-block-audio figcaption,
	 .wp-block-video figcaption,
	 .wp-caption dd,
	 div.wp-block ul,
	 div.wp-block ul > li,
	 div.wp-block ol,
	 div.wp-block ol > li,
	 .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta, 
	 .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
	 .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p, 
	 .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p,
	 .wp-block-freeform,
	 .wp-block-freeform p,
	 .wp-block-freeform.mce-content-body {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:14px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
	}
	
	 p.has-drop-cap:not(:focus)::first-letter {
		font-size:3em;
		line-height:1.2em;
	}
	/* Finish Content Font */
	
	
	/* Start Link Font */
	.editor-styles-wrapper a,
	.editor-styles-wrapper .wp-block-file .wp-block-file__textlink .editor-rich-text__tinymce {
		font-family:'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:16px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish Link Font */
	
	
	/* Start H1 Font */
	body .editor-styles-wrapper h1,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h1,
	.editor-post-title__block .editor-post-title__input {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:36px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H1 Font */
	
	
	/* Start H2 Font */
	 .wp-block-heading h2,
	 .wp-block-heading h2.editor-rich-text__tinymce,
	body .editor-styles-wrapper h2,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h2,
	 h2.editor-rich-text__tinymce,
	 .wp-block-cover h2, 
	 .wp-block-cover .wp-block-cover-image-text, 
	 .wp-block-cover-image h2, 
	 .wp-block-cover-image .wp-block-cover-text {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:28px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Start H3 Font */
	 .wp-block-heading h3,
	 .wp-block-heading h3.editor-rich-text__tinymce,
	 .wp-block-calendar caption,
	body .editor-styles-wrapper h3,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h3 {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H3 Font */
	
	
	/* Start H4 Font */
	 .wp-block-heading h4,
	 .wp-block-heading h4.editor-rich-text__tinymce,
	body .editor-styles-wrapper h4,
	 .wp-block-calendar thead th,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h4 {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H4 Font */
	
	
	/* Start H5 Font */
	 .wp-block-heading h5,
	 .wp-block-heading h5.editor-rich-text__tinymce,
	body .editor-styles-wrapper h5,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h5 {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H5 Font */
	
	
	/* Start H6 Font */
	 .wp-block-heading h6,
	 .wp-block-heading h6.editor-rich-text__tinymce,
	body .editor-styles-wrapper h6,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce h6 {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H6 Font */
	
	
	/* Start Button Font */
	 .wp-block-button .wp-block-button__link,
	 .wp-block-file .wp-block-file__button {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:34px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	/* Finish Button Font */
	
	
	/* Start Small Text Font */
	 small,
	 .wp-block-latest-posts .wp-block-latest-posts__post-date,
	 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
	}
	/* Finish Small Text Font */
	
	
	/* Start Text Fields Font */
	.editor-styles-wrapper select,
	.editor-styles-wrapper option,
	 .wp-block-search .wp-block-search__input {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
	}

	 .wp-block-search .wp-block-search__button {
		line-height:20px;
	}
	
	.editor-styles-wrapper select {
		line-height:1em;
	}
	/* Finish Text Fields Font */
	
	
	/* Start Blockquote Font */
	 .wp-block-quote,
	 .wp-block-quote.is-large,
	 .wp-block-quote.is-style-large,
	 .wp-block-pullquote,
	.editor-styles-wrapper q,
	.editor-styles-wrapper .wp-block-freeform blockquote,
	.editor-styles-wrapper .wp-block-freeform blockquote p {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:30px;
		font-weight:normal;
		font-style:italic;
	}
	
	 .wp-block-quote.is-large,
	 .wp-block-quote.is-style-large {
		font-size:20px;
		line-height:34px;
	}
	
	 .wp-block-pullquote {
		font-size:12px;
		line-height:26px;
	}
	
	.editor-styles-wrapper q {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-weight:normal;
		font-style:italic;
	}
	/* Finish Blockquote Font */

/***************** Finish Gutenberg Module General Font Styles ******************/


/***************** Start WooCommerce Font Styles ******************/

	/* Start Content Font */
	.shop_table.woocommerce-checkout-review-order-table .product-name dl, 
	.shop_table.order_details .product-name dl {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:14px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
	}
	
	.shop_table.woocommerce-checkout-review-order-table .product-name dl, 
	.shop_table.order_details .product-name dl {
		text-transform:none;
	}
	/* Finish Content Font */
	
	
	/* Start Link Font */
	/* Finish Link Font */
	
	
	/* Start H1 Font */
	/* Finish H1 Font */
	
	
	/* Start H2 Font */
	.cmsmasters_single_product .product_title {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:28px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Start H3 Font */
	.cmsmasters_added_product_info_text,
	.shop_table.woocommerce-checkout-review-order-table td.product-name,
	.shop_table.woocommerce-checkout-review-order-table td.product-name strong,
	.shop_table .product-name a,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	.shop_attributes th, 
	.shop_table thead th, 
	.shop_table.woocommerce-checkout-review-order-table .order-total th, 
	.shop_table.woocommerce-checkout-review-order-table .order-total td, 
	.shop_table.order_details tfoot tr:last-child th, 
	.shop_table.order_details tfoot tr:last-child td, 
	.cart_totals table th, 
	ul.order_details, 
	.widget > .product_list_widget a, 
	.widget_shopping_cart .cart_list a {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.shop_table.woocommerce-checkout-review-order-table td.product-name strong,
	.shop_table.woocommerce-checkout-review-order-table td.product-name {
		font-size:14px;
	}
	
	.shop_attributes th {
		font-size:15px;
	}
	/* Finish H3 Font */
	
	
	/* Start H4 Font */ 
	.widget_shopping_cart .total strong, 
	.shop_table.order_details tfoot tr th {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:15px;
		line-height:20px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H4 Font */
	
	
	/* Start H5 Font */
	.onsale, 
	.out-of-stock, 
	.stock, 
	.widget_product_tag_cloud a,
	.cmsmasters_single_product .cmsmasters_product_cat,
	.cmsmasters_single_product .cmsmasters_product_cat a,
	.cmsmasters_product .product_button span,
	.cmsmasters_product .cmsmasters_product_add_wrap .added_to_cart,
	.cmsmasters_product .cmsmasters_product_cat,
	.cmsmasters_product .cmsmasters_product_cat a,
	.cmsmasters_woo_wrap_result .woocommerce-result-count, 
	.shipping-calculator-button, 
	.shop_table.woocommerce-checkout-review-order-table .shipping th, 
	.shop_table.order_details tfoot tr td, 
	ul.order_details strong, 
	.widget_rating_filter ul li, 
	.widget_rating_filter ul li a, 
	.widget_layered_nav ul li, 
	.widget_layered_nav ul li a, 
	.widget_layered_nav_filters ul li, 
	.widget_layered_nav_filters ul li a, 
	.widget_product_categories ul li, 
	.widget_product_categories ul li a {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	.widget_product_tag_cloud a {
		font-size:14px !important;
	}
	
	.cmsmasters_product .cmsmasters_product_add_wrap .added_to_cart,
	.cmsmasters_product .product_button span {
		font-size:15px;
	}
	
	.shop_table.woocommerce-checkout-review-order-table .shipping th, 
	.shop_table.order_details tfoot tr td, 
	ul.order_details strong {
		font-size:16px;
		line-height:18px;
	}
	/* Finish H5 Font */
	
	
	/* Start H6 Font */
	.cmsmasters_product_category_shortcode.puzzle .cmsmasters_product .price del,
	.widget_shopping_cart .total, 
	.widget_shopping_cart .cart_list .quantity, 
	.cmsmasters_single_product .price,
	.shop_table td strong > .amount, 
	.form-row label,
	.woocommerce-info, 
	.woocommerce-info a, 
	.woocommerce-message, 
	.woocommerce-message a, 
	.woocommerce-error, 
	.woocommerce-error a, 
	.cart_totals table .cart-subtotal .amount, 
	.cart_totals table .order-total .amount, 
	.shop_table td > .amount, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total, 
	.shop_attributes td,
	.cmsmasters_product .price, 
	.cmsmasters_single_product .product_meta, 
	.cmsmasters_single_product .product_meta a, 
	.widget_price_filter .price_slider_amount .price_label, 
	.widget > .product_list_widget .amount {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	.widget > .product_list_widget del .amount {
		font-size:14px;
	}
	
	.shop_table td > .amount {
		font-size:15px;
	}
	
	.widget_shopping_cart .total, 
	.widget_shopping_cart .cart_list .quantity, 
	.cmsmasters_single_product .price del,
	.shop_table td strong > .amount, 
	.cart_totals table .cart-subtotal .amount, 
	.cart_totals table .order-total .amount, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total, 
	.widget > .product_list_widget .amount {
		font-size:17px;
	}
	
	.cmsmasters_product_category_shortcode.puzzle .cmsmasters_product .price,
	.cmsmasters_product .price ins {
		font-size:19px;
	}
	
	.cmsmasters_single_product .price {
		font-size:21px;
	}
	/* Finish H6 Font */
	
	
	/* Start Button Font */
	.woocommerce-info  .button,
	.woocommerce-message a {
		font-family:'Karla', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:34px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
	}
	/* Finish Button Font */
	
	
	/* Start Text Fields Font */
	.select2-dropdown,
	.select2-container .select2-choice,
	.select2-container .select2-choice>.select2-chosen,
	.select2-result,
	.select2-container {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
	}
	/* Finish Text Fields Font */
	

/***************** Finish WooCommerce Font Styles ******************/


/***************** Start Yith WooCommerce Quick View Font Styles ******************/
	
	/* Start Content Font */
	#yith-quick-view-modal .single-product {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:14px;
		line-height:22px;
		font-weight:300;
		font-style:normal;
	}
	/* Finish Content Font */
	
	
	/* Start H2 Font */
	html #yith-quick-view-modal .single-product > .product > .product .product_title,
	html .yith-quick-view.slide-in .single-product > .product > .product .summary-content .product_title,
	html .yith-quick-view.fade-in .single-product > .product > .product .summary-content .product_title,
	html .yith-quick-view.scale-in .single-product > .product > .product .summary-content .product_title,
	.yith-quick-view.yith-inline .single-product > .product > .product .summary-content .product_title {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:28px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H2 Font */
	
	
	/* Finish H5 Font */
	.yith-quick-view.slide-in .single-product div.summary .product_meta,
	.yith-quick-view.fade-in .single-product div.summary .product_meta,
	.yith-quick-view.scale-in .single-product div.summary .product_meta,
	.yith-quick-view.yith-inline .single-product div.summary .product_meta,
	html .yith-quick-view .single-product div.summary .product_meta, 
	html .yith-quick-view .single-product div.summary .product_meta a, 
	#yith-quick-view-modal .single-product div.summary .product_meta,
	#yith-quick-view-modal .single-product div.summary .product_meta a,
	.cmsmasters_quick_view_button {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	/* Finish H5 Font */
	
	
	/* Start H6 Font */
	#yith-quick-view-modal .single-product .price,
	.yith-quick-view.slide-in .single-product div.summary .price,
	.yith-quick-view.fade-in .single-product div.summary .price,
	.yith-quick-view.scale-in .single-product div.summary .price,
	li.product .cmsmasters_product > .yith-wcqv-button.inside-thumb > span,
	html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	.yith-quick-view.yith-inline .single-product div.summary .price,
	.yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	
	#yith-quick-view-modal .single-product .price,
	.yith-quick-view.slide-in .single-product div.summary .price,
	.yith-quick-view.fade-in .single-product div.summary .price,
	.yith-quick-view.scale-in .single-product div.summary .price,
	.yith-quick-view.yith-inline .single-product div.summary .price {
		font-size:21px;
		line-height:24px;
	}
	
	#yith-quick-view-modal .single-product .price del *,
	.yith-quick-view.slide-in .single-product div.summary .price del *,
	.yith-quick-view.fade-in .single-product div.summary .price del *,
	.yith-quick-view.scale-in .single-product div.summary .price del *,
	li.product .cmsmasters_product > .yith-wcqv-button.inside-thumb > span,
	.yith-quick-view.yith-inline .single-product div.summary .price del * {
		font-size:15px;
		line-height:18px;
	}
	
	#yith-quick-view-modal .single-product .price del,
	.yith-quick-view.slide-in .single-product div.summary .price del,
	.yith-quick-view.fade-in .single-product div.summary .price del,
	.yith-quick-view.scale-in .single-product div.summary .price del,
	.yith-quick-view.yith-inline .single-product div.summary .price del {
		font-size:15px;
		line-height:21px;
	}
	
	html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	.yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		font-size:13px;
		line-height:14px;
	}
	/* Finish H6 Font */
	
	
	/* Start Button Font */
	/* Finish Button Font */
	
/***************** Finish Yith WooCommerce Quick View Font Styles ******************/


/***************** Start Yith WooCommerce Zoom Magnifier Font Styles ******************/
	
	
	
/***************** Finish Yith WooCommerce Zoom Magnifier Font Styles ******************/


/***************** Start Yith WooCommerce Wishlist Font Styles ******************/
	
	/* Start Content Font */
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-price {
		font-size:15px;
	}
	
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		font-size:13px;
		line-height:18px;
	}
	/* Finish Content Font */
	
	
	/* Start H3 Font */
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a {
		font-family:'Lora', Georgia, Times, 'Century Schoolbook L', serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
	}
	/* Finish H3 Font */
	
	
	/* Start H5 Font */
	.widget_yith-wcwl-lists ul.dropdown li a,
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy,
	#yith-wcwl-form.woocommerce table.wishlist_table tfoot .yith-wcwl-share-title
	#yith-wcwl-form .wishlist_manage_table thead th {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button {
		height:14px;
	}
	/* Finish H5 Font */


	/* Start H6 Font */
	#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart .dateadded,
	.yith-wcwl-add-to-wishlist a:not(.button),
	.yith-wcwl-add-to-wishlist a:not(.button):after {
		font-family:'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		font-style:normal;
		text-decoration:none;
	}
	
	.yith-wcwl-add-to-wishlist a:not(.button) {
		font-size:15px;
	}
	/* Finish H6 Font */


	/* Start Button Font */
	.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.button i,
	#yith-wcwl-form .wishlist_manage_table tfoot .button,
	#yith-wcwl-form .wishlist_manage_table tfoot button,
	#yith-wcwl-form .yith-wcwl-wishlist-new button,
	#yith-wcwl-form .yith-wcwl-wishlist-search-form button,
	#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container .button {
		line-height:34px;
	}
	
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-add-to-cart > a {
		line-height:30px;
	}
	
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-add-to-cart > a.selectBox {
		line-height:24px;
	}
	/* Finish Button Font */
	
	/* Start Text Fields Font */
	.selectBox-options li a {
		font-family:'Hind', 'Times New Roman', Times, 'Nimbus Roman No9 L', serif;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
	}
	
	.woocommerce .selectBox-dropdown .selectBox-label {
		font-size:16px;
	}
	/* Finish Text Fields Font */
	
/***************** Finish Yith WooCommerce Wishlist Font Styles ******************/

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.1.3
 * 
 * Theme Primary Color Schemes Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Default Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	body,
	
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.cmsmasters_likes a span, 
	.cmsmasters_comments a span,
	textarea,
	select,
	option,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner:before {
		color:#d38574;
	}
	
	input::-webkit-input-placeholder {
		color:#d38574;
	}
	
	input:-moz-placeholder {
		color:#d38574;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	a,
	.color_2,
	.cmsmasters_icon_wrap a .cmsmasters_simple_icon,
	.error .error_title,
	.widget_custom_twitter_entries .tweet_time:before,
	.widget_pages li.current_page_item > a,
	.widget_nav_menu li.current_page_item > a,
	.cmsmasters_pricing_table .pricing_best .pricing_title,
	.cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon_wrap, 
	.cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before, 
	.cmsmasters_wrap_more_items.cmsmasters_loading:before,
	.cmsmasters_header_search_form button:hover, 
	.cmsmasters_icon_box.cmsmasters_icon_top:before,
	.cmsmasters_icon_box.cmsmasters_icon_heading_left .icon_box_heading:before,
	.bypostauthor > .comment-body .alignleft:before,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a:hover,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a:hover,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a:hover,
	.cmsmasters_attach_img .cmsmasters_attach_img_edit a, 
	.cmsmasters_attach_img .cmsmasters_attach_img_meta a,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.current,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:hover,
	.cmsmasters_post_timeline:hover .cmsmasters_post_date .cmsmasters_day,
	.cmsmasters_project_puzzle .cmsmasters_project_category a,
	.cmsmasters_slider_project_category a,
	.cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	.cmsmasters_quotes_slider .cmsmasters_quote_title,
	.cmsmasters_quotes_grid .cmsmasters_quote_title,
	.search_bar_wrap .search_button button:hover,
	.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a:hover,
	.cmsmasters_toggles.toggles_mode_toggle .current_toggle .cmsmasters_toggle_title a,
	.cmsmasters_toggles .current_toggle .cmsmasters_toggle_title a,
	.cmsmasters_toggles .cmsmasters_toggle_title:hover a,
	.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus,
	.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_title:hover .cmsmasters_toggle_plus,
	.cmsmasters_tabs .cmsmasters_tabs_list_item a:hover:before,
	.cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a:before {
		color:#d6a28b;
	}
	
	#slide_top,
	mark,
	
	table thead tr th,
	table thead tr td,
	.cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	.cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	.cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	.cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon,
	.cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner, 
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:after, 
	.cmsmasters-form-builder .check_parent input[type=checkbox] + label:after, 
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:after, 
	.cmsmasters-form-builder .check_parent input[type=radio] + label:after, 
	.cmsmasters_button, 
	.button, 
	input[type=submit], 
	input[type=button], 
	button,
	.widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	.widget_custom_latest_projects_entries .cmsmasters_project_category a,
	.cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	.cmsmasters_pricing_table .pricing_title,
	.cmsmasters_slider_project .cmsmasters_slider_project_inner,
	.cmsmasters_notice .notice_close:hover,
	.cmsmasters_quotes_slider .owl-pagination .owl-page.active,
	.cmsmasters_quotes_slider .owl-pagination .owl-page:hover,
	.cmsmasters_posts_slider .owl-pagination .owl-page.active,
	.cmsmasters_posts_slider .owl-pagination .owl-page:hover,
	.cmsmasters_clients_slider .owl-pagination .owl-page.active,
	.cmsmasters_clients_slider .owl-pagination .owl-page:hover,
	.cmsmasters_project_grid .cmsmasters_project_category a,
	.owl-pagination .owl-page:hover,
	.owl-pagination .owl-page.active,
	.cmsmasters_project_puzzle .project_inner,
	.cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	.cmsmasters_slider_post_category a,
	.cmsmasters_slider_project_category a:hover,
	.cmsmasters_post_category a {
		background-color:#d6a28b;
	}
	
	table thead tr th,
	table thead tr td,
	.cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	.cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after, 
	.cmsmasters_button, 
	.button, 
	input[type=submit], 
	input[type=button], 
	button,
	.widget_pages li.current_page_item > a,
	.widget_nav_menu li.current_page_item > a,
	.cmsmasters_notice .notice_close:hover {
		border-color:#d6a28b;
	}
	
	.cmsmasters_header_search_form {
		background-color:rgba(214, 162, 139, 0.95);
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	a:hover,
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	.cmsmasters_icon_wrap a:hover .cmsmasters_simple_icon,
	.cmsmasters_archive_read_more:hover,
	.cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a:hover,
	a.cmsmasters_cat_color:hover,
	.widget_recent_entries a:hover,
	.widget_rss ul li .rsswidget:hover,
	.widget_categories li a:hover, 
	.widget_archive li a:hover, 
	.widget_meta li a:hover,
	.widget_pages li a:hover,
	.widget_nav_menu li a:hover,
	.cmsmasters_likes a:hover:before,
	.cmsmasters_likes a.active:before,
	.cmsmasters_comments a:hover:before,
	.cmsmasters_header_search_form button, 
	.cmsmasters_attach_img .cmsmasters_attach_img_edit a:hover, 
	.cmsmasters_attach_img .cmsmasters_attach_img_meta a:hover,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a:hover,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a,
	.cmsmasters_wrap_pagination ul li a.page-numbers:hover,
	.cmsmasters_wrap_pagination ul li .page-numbers.current,
	.cmsmasters_wrap_items_loader .cmsmasters_items_loader:hover,
	.search_bar_wrap .search_button button,
	.post_nav > span .post_nav_sub,
	.post_nav > span:hover a,
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	.cmsmasters_prev_arrow:hover, 
	.cmsmasters_next_arrow:hover,
	.cmsmasters_project_read_more:hover,
	.cmsmasters_slider_post .cmsmasters_slider_post_read_more:hover,
	.cmsmasters_open_profile .profile_details_item_desc a:hover, 
	.cmsmasters_open_profile .profile_features_item_desc a:hover,
	.cmsmasters_open_project .project_details_item_desc a:hover, 
	.cmsmasters_open_project .project_features_item_desc a:hover,
	.cmsmasters_open_post .cmsmasters_post_tags a:hover,
	.cmsmasters_post_timeline:hover .cmsmasters_mon,
	.cmsmasters_post_timeline:hover .cmsmasters_year,
	.cmsmasters_post_default .cmsmasters_post_read_more:hover,
	.cmsmasters_post_masonry .cmsmasters_post_read_more:hover,
	.cmsmasters_post_timeline .cmsmasters_post_read_more:hover,
	.cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	.cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	.post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a:hover,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a:hover,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_plus,
	.cmsmasters_tabs .cmsmasters_tabs_list_item a, 
	.subpage_nav > span {
		color:#cec2bf;
	}
	
	#slide_top:hover,
	.share_posts a:hover,
	.widget_tag_cloud a:hover,
	.widget_custom_popular_projects_entries .cmsmasters_project_category a:hover, 
	.widget_custom_latest_projects_entries .cmsmasters_project_category a:hover,
	.cmsmasters_slider_post_category a:hover,
	.cmsmasters_project_grid .cmsmasters_project_category a:hover,
	.cmsmasters_post_category a:hover {
		background-color:#cec2bf;
	}
	
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	select:focus,
	textarea:focus,
	.share_posts a:hover,
	.widget_tag_cloud a:hover,
	.widget_pages li a:hover,
	.widget_nav_menu li a:hover {
		border-color:#cec2bf;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a,
	table tfoot tr th,
	table tfoot tr td,
	fieldset legend,
	blockquote footer,
	table caption,
	.img_placeholder_small, 
	.widget_rss ul li .rsswidget,
	.widget_recent_entries a,
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title_counter_wrap, 
	.cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a:before,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li a:before,
	.wp-caption-text,
	.cmsmasters_img_caption,
	.cmsmasters_dropcap,
	blockquote,
	q,
	.widget_custom_twitter_entries .tweet_time,
	.widget_tag_cloud a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a,
	.widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a,
	.widget_custom_contact_info_entries .contact_info_item_title,
	#wp-calendar thead th,
	.widget_categories li a, 
	.widget_archive li a, 
	.widget_meta li a,
	.widget_pages li a,
	.widget_nav_menu li a,
	.cmsmasters-form-builder .form_info > label,
	dt,
	.cmsmasters_button:hover, 
	.button:hover, 
	input[type=submit]:hover, 
	input[type=button]:hover, 
	button:hover,
	.cmsmasters_archive_type .cmsmasters_archive_item_info,
	.cmsmasters_archive_read_more,
	.cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a,
	.cmsmasters_open_post .cmsmasters_post_tags a,
	.cmsmasters_post_default .cmsmasters_post_read_more,
	.cmsmasters_post_masonry .cmsmasters_post_read_more,
	.cmsmasters_post_timeline .cmsmasters_post_read_more,
	.cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	.cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	.cmsmasters_wrap_pagination ul li .page-numbers,
	.cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	.cmsmasters_post_default .cmsmasters_post_cont_info,
	.cmsmasters_post_masonry .cmsmasters_post_cont_info,
	.cmsmasters_post_timeline .cmsmasters_post_cont_info,
	.cmsmasters_open_post .cmsmasters_post_cont_info,
	.cmsmasters_open_profile .profile_details_item_title, 
	.cmsmasters_open_profile .profile_features_item_title,
	.cmsmasters_open_project .project_details_item_title, 
	.cmsmasters_open_project .project_features_item_title,
	.cmsmasters_open_project .project_details_item_desc a, 
	.cmsmasters_open_project .project_features_item_desc a,
	.cmsmasters_open_profile .profile_details_item_desc a, 
	.cmsmasters_open_profile .profile_features_item_desc a,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	.share_posts a,
	.cmsmasters_quotes_grid .cmsmasters_quote_content,
	.cmsmasters_quotes_slider .cmsmasters_quote_content,
	.cmsmasters_pricing_table .cmsmasters_currency,
	.cmsmasters_pricing_table .cmsmasters_price, 
	.cmsmasters_pricing_table .cmsmasters_coins,
	.cmsmasters_notice .notice_close,
	.cmsmasters_prev_arrow, 
	.cmsmasters_next_arrow,
	.cmsmasters_project_read_more,
	.cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	.cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	.post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post .cmsmasters_next_arrow,
	.cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	.post_nav > span:hover .post_nav_sub,
	.post_nav > span a,
	.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	.cmsmasters_toggles .cmsmasters_toggle_title a,
	.cmsmasters_tabs .cmsmasters_tabs_list_item a:hover,
	.cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a {
		color:#272220;
	}
	
	.cmsmasters_quotes_slider .owl-buttons > div:hover:after, 
	.cmsmasters_quotes_slider .owl-buttons > div:hover:before,
	form .formError .formErrorContent {
		background-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	table thead tr th,
	table thead tr td,
	mark,
	form .formError .formErrorContent,
	.cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	.cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	.cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	.cmsmasters_button, 
	.button, 
	input[type=submit], 
	input[type=button], 
	button,
	.widget_tag_cloud a:hover,
	.widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	.widget_custom_latest_projects_entries .cmsmasters_project_category a,
	.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon_wrap, 
	.cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before, 
	.cmsmasters_slider_project_header .cmsmasters_slider_project_title a,
	.cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover,
	.cmsmasters_project_grid .cmsmasters_project_category a,
	.cmsmasters_post_category a,
	.cmsmasters_post_category a:hover,
	.cmsmasters_header_search_form .cmsmasters_header_search_form_close,
	.cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), 
	.cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	.cmsmasters_project_puzzle .cmsmasters_project_title a,
	.cmsmasters_project_puzzle .cmsmasters_likes a span,
	.cmsmasters_project_puzzle .cmsmasters_comments a span,
	.cmsmasters_project_puzzle .cmsmasters_likes a:before,
	.cmsmasters_project_puzzle .cmsmasters_comments a:before,
	.cmsmasters_slider_post_category a,
	.cmsmasters_slider_post_category a:hover,
	.cmsmasters_slider_project_category a:hover,
	.cmsmasters_slider_project .cmsmasters_likes a span,
	.cmsmasters_slider_project .cmsmasters_comments a span,
	.cmsmasters_slider_project .cmsmasters_likes a:before,
	.cmsmasters_slider_project .cmsmasters_comments a:before,
	.cmsmasters_notice .notice_close:hover,
	.cmsmasters_pricing_table .pricing_title,
	.cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	.cmsmasters_pricing_table .pricing_best .cmsmasters_currency, 
	.cmsmasters_pricing_table .pricing_best .cmsmasters_price, 
	.cmsmasters_pricing_table .pricing_best .cmsmasters_coins,
	.share_posts a:hover {
		color:#ffffff;
	}
	
	.cmsmasters_header_search_form input::-webkit-input-placeholder {
		color:#ffffff;
	}
	
	.cmsmasters_header_search_form input:-moz-placeholder {
		color:#ffffff;
	}
	
	body,
	
	.middle_inner,
	.headline_outer,
	table,
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	textarea,
	option,
	select,
	fieldset,
	fieldset legend,
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	.cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	.cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	.widget,
	.widget_tag_cloud a,
	.gallery-item .gallery-icon,
	.gallery-item .gallery-caption,
	.cmsmasters_img.with_caption,
	.cmsmasters_button:hover, 
	.button:hover, 
	input[type=submit]:hover, 
	input[type=button]:hover, 
	button:hover,
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	.cmsmasters_post_default .cmsmasters_media_wrap,
	.cmsmasters_header_search_form .cmsmasters_header_search_form_close:after,
	.cmsmasters_header_search_form .cmsmasters_header_search_form_close:before,
	.share_posts a,
	.about_author_inner,
	.cmsmasters_prev_arrow, 
	.cmsmasters_next_arrow,
	.commentlist > .comment,
	.owl-pagination .owl-page,
	.cmsmasters_open_post,
	.cmsmasters_open_project, 
	.cmsmasters_open_profile, 
	.cmsmasters_project_grid .project_outer,
	.cmsmasters_post_masonry .cmsmasters_post_cont,
	.cmsmasters_post_timeline .cmsmasters_post_cont,
	.cmsmasters_post_timeline .cmsmasters_post_date,
	.cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	.cmsmasters_project_puzzle .cmsmasters_project_category a,
	.cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	.cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	.post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	.cmsmasters_slider_post .cmsmasters_slider_post_outer,
	.cmsmasters_notice .notice_close,
	.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	.cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	.cmsmasters_pricing_table .pricing_best .pricing_title,
	.cmsmasters_slider_project_category a,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		background-color:#ffffff;
	}
	
	.cmsmasters_slider_project_category a,
	.cmsmasters_project_puzzle .cmsmasters_project_category a {
		border-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	#slide_top,
	blockquote:before {
		color:#f8efea;
	}
	
	.widget.widget_wysija,
	.cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	.cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container,
	.img_placeholder_small, 
	.img_placeholder, 
	.cmsmasters_featured_block,
	.cmsmasters_icon_box.cmsmasters_icon_box_top,
	.cmsmasters_icon_box.cmsmasters_icon_box_left,
	.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon,
	.cmsmasters_dropcap.type2,
	.cmsmasters_clients_slider .cmsmasters_prev_arrow,
	.cmsmasters_clients_slider .cmsmasters_next_arrow,
	.post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		background-color:#f8efea;
	}
	
	.cmsmasters_clients_slider .cmsmasters_prev_arrow,
	.cmsmasters_clients_slider .cmsmasters_next_arrow,
	.post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		border-color:#f8efea;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	.cmsmasters_likes a:before,
	.cmsmasters_comments a:before,
	ul li:before {
		color:#ebebeb;
	}
	
	.widget .widgettitle:before, 
	.widget .widgettitle:after, 
	.quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span, 
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:before, 
	.cmsmasters_quotes_slider .owl-buttons > div:after, 
	.cmsmasters_quotes_slider .owl-buttons > div:before,
	.cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat,
	.cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before,
	.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before,
	.cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after,
	.cmsmasters_profile_vertical .cmsmasters_profile_header:before,
	.cmsmasters_profile_vertical .cmsmasters_profile_header:after,
	.cmsmasters_profile_vertical .profile_social_icons_list:before,
	.cmsmasters_profile_vertical .profile_social_icons_list:after,
	.blog.timeline:before,
	.cmsmasters_quotes_slider .owl-pagination .owl-page,
	.cmsmasters_posts_slider .owl-pagination .owl-page,
	.cmsmasters_clients_slider .owl-pagination .owl-page,
	.cmsmasters_wrap_pagination ul:before,
	.cmsmasters_wrap_pagination ul:after,
	.cmsmasters_wrap_items_loader:before,
	.cmsmasters_wrap_items_loader:after,
	.cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
		background-color:#ebebeb;
	}
	
	
	.headline_outer,
	.cmsmasters_attach_img .cmsmasters_attach_img_info, 
	input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	textarea,
	select,
	option,
	hr,
	table tr th,
	table tr td,
	.cmsmasters_divider,
	.cmsmasters_widget_divider,
	.cmsmasters_img.with_caption,
	.cmsmasters_tabs .cmsmasters_tabs_list_item,
	.cmsmasters_quotes_grid .cmsmasters_quote_inner,
	.cmsmasters_icon_wrap .cmsmasters_simple_icon, 
	.cmsmasters_icon_box.cmsmasters_icon_box_top,
	.cmsmasters_icon_box.cmsmasters_icon_box_left,
	.cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item,
	.cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_icon:after,
	.cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon:after, 
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	.cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	.cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	.widget_custom_contact_info_entries .contact_info_item, 
	.widget_custom_twitter_entries ul li, 
	.widget,
	.widget_tag_cloud a,
	.widget_categories li, 
	.widget_archive li, 
	.widget_meta li,
	.widget_pages li a,
	.widget_nav_menu li a,
	.cmsmasters_post_default .cmsmasters_media_wrap,
	.cmsmasters_button:hover, 
	.button:hover, 
	input[type=submit]:hover, 
	input[type=button]:hover, 
	button:hover,
	.share_posts a,
	.about_author_inner,
	.cmsmasters_pings_list .pingslist .pingback,
	.commentlist > .comment,
	.commentlist .children .comment,
	.cmsmasters_notice .notice_close,
	.cmsmasters_pricing_table .cmsmasters_pricing_item_header,
	.cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	.cmsmasters_open_post,
	.cmsmasters_open_project, 
	.cmsmasters_open_profile, 
	.cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	.cmsmasters_open_profile .profile_details_item, 
	.cmsmasters_open_profile .profile_features_item,
	.cmsmasters_open_project .project_details_item, 
	.cmsmasters_open_project .project_features_item,
	.cmsmasters_project_grid .project_outer,
	.cmsmasters_post_masonry .cmsmasters_post_cont,
	.cmsmasters_post_timeline .cmsmasters_post_cont,
	.cmsmasters_slider_post .cmsmasters_slider_post_outer,
	.cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	.cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	.cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a,
	.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	.cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle,
	.cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner,
	.post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	.post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow {
		border-color:#ebebeb;
	}

	 .mailpoet_submit:hover {
		border-color:rgb(235, 235, 235) !important;
	}
	/* Finish Borders Color */
	
	
	/* Start Custom Rules */
	::selection {
		background:#d6a28b;
		color:#ffffff;;
	}
	
	::-moz-selection {
		background:#d6a28b;
		color:#ffffff;
	}
	
	/* Finish Custom Rules */

/***************** Finish Default Color Scheme Rules ******************/


/***************** Start Default Button Color Scheme Rules ******************/
	
	.cmsmasters_button.cmsmasters_but_bg_hover {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_bg_hover:hover {
		border-color:#d6a28b;
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	
	.cmsmasters_button.cmsmasters_but_bd_underline {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_bd_underline:hover {
		border-color:#ffffff;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	
	.cmsmasters_button.cmsmasters_but_bg_slide_left, 
	.cmsmasters_button.cmsmasters_but_bg_slide_right, 
	.cmsmasters_button.cmsmasters_but_bg_slide_top, 
	.cmsmasters_button.cmsmasters_but_bg_slide_bottom, 
	.cmsmasters_button.cmsmasters_but_bg_expand_vert, 
	.cmsmasters_button.cmsmasters_but_bg_expand_hor, 
	.cmsmasters_button.cmsmasters_but_bg_expand_diag {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_bg_slide_left:hover, 
	.cmsmasters_button.cmsmasters_but_bg_slide_right:hover, 
	.cmsmasters_button.cmsmasters_but_bg_slide_top:hover, 
	.cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover, 
	.cmsmasters_button.cmsmasters_but_bg_expand_vert:hover, 
	.cmsmasters_button.cm.sms_but_bg_expand_hor:hover, 
	.cmsmasters_button.cmsmasters_but_bg_expand_diag:hover {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_bg_slide_left:after, 
	.cmsmasters_button.cmsmasters_but_bg_slide_right:after, 
	.cmsmasters_button.cmsmasters_but_bg_slide_top:after, 
	.cmsmasters_button.cmsmasters_but_bg_slide_bottom:after, 
	.cmsmasters_button.cmsmasters_but_bg_expand_vert:after, 
	.cmsmasters_button.cmsmasters_but_bg_expand_hor:after, 
	.cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
		background-color:#d6a28b;
	}
	
	
	.cmsmasters_button.cmsmasters_but_shadow {
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_shadow:hover {
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg, 
	.cmsmasters_button.cmsmasters_but_icon_divider {
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_dark_bg:hover, 
	.cmsmasters_button.cmsmasters_but_icon_light_bg:hover, 
	.cmsmasters_button.cmsmasters_but_icon_divider:hover {
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_divider:after {
		border-right-color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse {
		border-color:#d6a28b;
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse:before {
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse:after {
		background-color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse:hover {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse:hover:before {
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_inverse:hover:after {
		background-color:#d6a28b;
	}
	
	
	.cmsmasters_button.cmsmasters_but_icon_slide_left, 
	.cmsmasters_button.cmsmasters_but_icon_slide_right {
		border-color:#d6a28b;
		background-color:#ffffff;
		color:#d6a28b;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_slide_left:hover, 
	.cmsmasters_button.cmsmasters_but_icon_slide_right:hover {
		border-color:#d6a28b;
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_left, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_right, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_top, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
		border-color:#d6a28b;
		background-color:#d6a28b;
		color:#ffffff;
	}
	
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover, 
	.cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover {
		border-color:#d6a28b;
		background-color:#d6a28b;
		color:#ffffff;
	}

/***************** Finish Default Button Color Scheme Rules ******************/



/***************** Start Footer Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	
	.cmsmasters_color_scheme_footer,
	html .cmsmasters_color_scheme_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_footer .cmsmasters_likes a span, 
	html .cmsmasters_color_scheme_footer .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_footer textarea,
	html .cmsmasters_color_scheme_footer select,
	html .cmsmasters_color_scheme_footer option,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner:before {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_footer input::-webkit-input-placeholder {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_footer input:-moz-placeholder {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_footer a,
	html .cmsmasters_color_scheme_footer .color_2,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_wrap a .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_footer .error .error_title,
	html .cmsmasters_color_scheme_footer .widget_custom_twitter_entries .tweet_time:before,
	html .cmsmasters_color_scheme_footer .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_footer .cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
	html .cmsmasters_color_scheme_footer .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_more_items.cmsmasters_loading:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form button:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_top:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_heading_left .icon_box_heading:before,
	html .cmsmasters_color_scheme_footer .bypostauthor > .comment-body .alignleft:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_attach_img .cmsmasters_attach_img_edit a, 
	html .cmsmasters_color_scheme_footer .cmsmasters_attach_img .cmsmasters_attach_img_meta a,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.current,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline:hover .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_footer .search_bar_wrap .search_button button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles .cmsmasters_toggle_title:hover a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_title:hover .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a:before {
		color:#706c6c;
	}
	
	
	
	.cmsmasters_color_scheme_footer mark,
	html .cmsmasters_color_scheme_footer table thead tr th,
	html .cmsmasters_color_scheme_footer table thead tr td,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner, 
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=checkbox] + label:after, 
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=radio] + label:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button, 
	html .cmsmasters_color_scheme_footer .button, 
	html .cmsmasters_color_scheme_footer input[type=submit], 
	html .cmsmasters_color_scheme_footer input[type=button], 
	html .cmsmasters_color_scheme_footer button,
	html .cmsmasters_color_scheme_footer .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_footer .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project .cmsmasters_slider_project_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_posts_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_footer .cmsmasters_posts_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_footer .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .project_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_category a {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer table thead tr th,
	html .cmsmasters_color_scheme_footer table thead tr td,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button, 
	html .cmsmasters_color_scheme_footer .button, 
	html .cmsmasters_color_scheme_footer input[type=submit], 
	html .cmsmasters_color_scheme_footer input[type=button], 
	html .cmsmasters_color_scheme_footer button,
	html .cmsmasters_color_scheme_footer .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close:hover {
		border-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form {
		background-color:rgba(112, 108, 108, 0.95);
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_footer a:hover,
	html .cmsmasters_color_scheme_footer h1 a:hover,
	html .cmsmasters_color_scheme_footer h2 a:hover,
	html .cmsmasters_color_scheme_footer h3 a:hover,
	html .cmsmasters_color_scheme_footer h4 a:hover,
	html .cmsmasters_color_scheme_footer h5 a:hover,
	html .cmsmasters_color_scheme_footer h6 a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_wrap a:hover .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_footer .cmsmasters_archive_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a:hover,
	html .cmsmasters_color_scheme_footer a.cmsmasters_cat_color:hover,
	html .cmsmasters_color_scheme_footer .widget_recent_entries a:hover,
	html .cmsmasters_color_scheme_footer .widget_rss ul li .rsswidget:hover,
	html .cmsmasters_color_scheme_footer .widget_categories li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_archive li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_meta li a:hover,
	html .cmsmasters_color_scheme_footer .widget_pages li a:hover,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_likes a:hover:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_likes a.active:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_comments a:hover:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form button, 
	html .cmsmasters_color_scheme_footer .cmsmasters_attach_img .cmsmasters_attach_img_edit a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_attach_img .cmsmasters_attach_img_meta a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_pagination ul li a.page-numbers:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_pagination ul li .page-numbers.current,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_items_loader .cmsmasters_items_loader:hover,
	html .cmsmasters_color_scheme_footer .search_bar_wrap .search_button button,
	html .cmsmasters_color_scheme_footer .post_nav > span .post_nav_sub,
	html .cmsmasters_color_scheme_footer .post_nav > span:hover a,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_prev_arrow:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_next_arrow:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post .cmsmasters_slider_post_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_features_item_desc a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_features_item_desc a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_post .cmsmasters_post_tags a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline:hover .cmsmasters_mon,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline:hover .cmsmasters_year,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_default .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_masonry .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_footer .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_footer .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item a, 
	html .cmsmasters_color_scheme_footer .subpage_nav > span {
		color:#352e2b;
	}
	
	
	html .cmsmasters_color_scheme_footer .share_posts a:hover,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_footer .widget_custom_popular_projects_entries .cmsmasters_project_category a:hover, 
	html .cmsmasters_color_scheme_footer .widget_custom_latest_projects_entries .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_grid .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_category a:hover {
		background-color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	html .cmsmasters_color_scheme_footer select:focus,
	html .cmsmasters_color_scheme_footer textarea:focus,
	html .cmsmasters_color_scheme_footer .share_posts a:hover,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_footer .widget_pages li a:hover,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li a:hover {
		border-color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_footer h1,
	html .cmsmasters_color_scheme_footer h2,
	html .cmsmasters_color_scheme_footer h3,
	html .cmsmasters_color_scheme_footer h4,
	html .cmsmasters_color_scheme_footer h5,
	html .cmsmasters_color_scheme_footer h6,
	html .cmsmasters_color_scheme_footer h1 a,
	html .cmsmasters_color_scheme_footer h2 a,
	html .cmsmasters_color_scheme_footer h3 a,
	html .cmsmasters_color_scheme_footer h4 a,
	html .cmsmasters_color_scheme_footer h5 a,
	html .cmsmasters_color_scheme_footer h6 a,
	html .cmsmasters_color_scheme_footer table tfoot tr th,
	html .cmsmasters_color_scheme_footer table tfoot tr td,
	html .cmsmasters_color_scheme_footer fieldset legend,
	html .cmsmasters_color_scheme_footer blockquote footer,
	html .cmsmasters_color_scheme_footer table caption,
	html .cmsmasters_color_scheme_footer .img_placeholder_small, 
	html .cmsmasters_color_scheme_footer .widget_rss ul li .rsswidget,
	html .cmsmasters_color_scheme_footer .widget_recent_entries a,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title_counter_wrap, 
	html .cmsmasters_color_scheme_footer .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li a:before,
	html .cmsmasters_color_scheme_footer .wp-caption-text,
	html .cmsmasters_color_scheme_footer .cmsmasters_img_caption,
	html .cmsmasters_color_scheme_footer .cmsmasters_dropcap,
	html .cmsmasters_color_scheme_footer blockquote,
	html .cmsmasters_color_scheme_footer q,
	html .cmsmasters_color_scheme_footer .widget_custom_twitter_entries .tweet_time,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a,
	html .cmsmasters_color_scheme_footer .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_footer .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_footer .widget_custom_contact_info_entries .contact_info_item_title,
	html .cmsmasters_color_scheme_footer #wp-calendar thead th,
	html .cmsmasters_color_scheme_footer .widget_categories li a, 
	html .cmsmasters_color_scheme_footer .widget_archive li a, 
	html .cmsmasters_color_scheme_footer .widget_meta li a,
	html .cmsmasters_color_scheme_footer .widget_pages li a,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li a,
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .form_info > label,
	html .cmsmasters_color_scheme_footer dt,
	html .cmsmasters_color_scheme_footer .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_footer .button:hover, 
	html .cmsmasters_color_scheme_footer input[type=submit]:hover, 
	html .cmsmasters_color_scheme_footer input[type=button]:hover, 
	html .cmsmasters_color_scheme_footer button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_archive_type .cmsmasters_archive_item_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_archive_read_more,
	html .cmsmasters_color_scheme_footer .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_post .cmsmasters_post_tags a,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_default .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_masonry .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	html .cmsmasters_color_scheme_footer .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_pagination ul li .page-numbers,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_default .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_masonry .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_post .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_details_item_title, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_features_item_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_details_item_title, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_features_item_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_details_item_desc a, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_features_item_desc a,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_details_item_desc a, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_features_item_desc a,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_footer .share_posts a,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_currency,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_price, 
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_coins,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_footer .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_footer .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_read_more,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_footer .post_nav > span:hover .post_nav_sub,
	html .cmsmasters_color_scheme_footer .post_nav > span a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-buttons > div:hover:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-buttons > div:hover:before,
	html .cmsmasters_color_scheme_footer form .formError .formErrorContent {
		background-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_footer table thead tr th,
	html .cmsmasters_color_scheme_footer table thead tr td,
	html .cmsmasters_color_scheme_footer mark,
	html .cmsmasters_color_scheme_footer form .formError .formErrorContent,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_button, 
	html .cmsmasters_color_scheme_footer .button, 
	html .cmsmasters_color_scheme_footer input[type=submit], 
	html .cmsmasters_color_scheme_footer input[type=button], 
	html .cmsmasters_color_scheme_footer button,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_footer .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_footer .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_header .cmsmasters_slider_project_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form .cmsmasters_header_search_form_close,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), 
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_currency, 
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_price, 
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .cmsmasters_coins,
	html .cmsmasters_color_scheme_footer .share_posts a:hover {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form input::-webkit-input-placeholder {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form input:-moz-placeholder {
		color:#ffffff;
	}
	
	
	.cmsmasters_color_scheme_footer,
	
	html .cmsmasters_color_scheme_footer .headline_outer,
	html .cmsmasters_color_scheme_footer table,
	html .cmsmasters_color_scheme_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_footer textarea,
	html .cmsmasters_color_scheme_footer option,
	html .cmsmasters_color_scheme_footer select,
	html .cmsmasters_color_scheme_footer fieldset,
	html .cmsmasters_color_scheme_footer fieldset legend,
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_footer .widget,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a,
	html .cmsmasters_color_scheme_footer .gallery-item .gallery-icon,
	html .cmsmasters_color_scheme_footer .gallery-item .gallery-caption,
	html .cmsmasters_color_scheme_footer .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_footer .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_footer .button:hover, 
	html .cmsmasters_color_scheme_footer input[type=submit]:hover, 
	html .cmsmasters_color_scheme_footer input[type=button]:hover, 
	html .cmsmasters_color_scheme_footer button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form .cmsmasters_header_search_form_close:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_header_search_form .cmsmasters_header_search_form_close:before,
	html .cmsmasters_color_scheme_footer .share_posts a,
	html .cmsmasters_color_scheme_footer .about_author_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_footer .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .commentlist > .comment,
	html .cmsmasters_color_scheme_footer .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_post,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_footer .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_date,
	html .cmsmasters_color_scheme_footer .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		background-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_puzzle .cmsmasters_project_category a {
		border-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	
	html .cmsmasters_color_scheme_footer blockquote:before {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_footer .widget.widget_wysija,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container,
	html .cmsmasters_color_scheme_footer .img_placeholder_small, 
	html .cmsmasters_color_scheme_footer .img_placeholder, 
	html .cmsmasters_color_scheme_footer .cmsmasters_featured_block,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_footer .cmsmasters_dropcap.type2,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		background-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		border-color:#f8f7f5;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_footer .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_footer ul li:before {
		color:#dbdbdb;
	}
	
	html .cmsmasters_color_scheme_footer .widget .widgettitle:before, 
	html .cmsmasters_color_scheme_footer .widget .widgettitle:after, 
	html .cmsmasters_color_scheme_footer .quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span, 
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quotes_list:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-buttons > div:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-buttons > div:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat,
	html .cmsmasters_color_scheme_footer .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_profile_vertical .cmsmasters_profile_header:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_profile_vertical .cmsmasters_profile_header:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_profile_vertical .profile_social_icons_list:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_profile_vertical .profile_social_icons_list:after,
	html .cmsmasters_color_scheme_footer .blog.timeline:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_footer .cmsmasters_posts_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_pagination ul:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_pagination ul:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_items_loader:before,
	html .cmsmasters_color_scheme_footer .cmsmasters_wrap_items_loader:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
		background-color:#dbdbdb;
	}
	
	.cmsmasters_footer_small,
	
	html .cmsmasters_color_scheme_footer .cmsmasters_attach_img .cmsmasters_attach_img_info, 
	html .cmsmasters_color_scheme_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_footer textarea,
	html .cmsmasters_color_scheme_footer select,
	html .cmsmasters_color_scheme_footer option,
	html .cmsmasters_color_scheme_footer hr,
	html .cmsmasters_color_scheme_footer table tr th,
	html .cmsmasters_color_scheme_footer table tr td,
	html .cmsmasters_color_scheme_footer .cmsmasters_divider,
	html .cmsmasters_color_scheme_footer .cmsmasters_widget_divider,
	html .cmsmasters_color_scheme_footer .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_footer .cmsmasters_tabs .cmsmasters_tabs_list_item,
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quote_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_wrap .cmsmasters_simple_icon, 
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_icon:after,
	html .cmsmasters_color_scheme_footer .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_footer .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_footer .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_footer .widget_custom_contact_info_entries .contact_info_item, 
	html .cmsmasters_color_scheme_footer .widget_custom_twitter_entries ul li, 
	html .cmsmasters_color_scheme_footer .widget,
	html .cmsmasters_color_scheme_footer .widget_tag_cloud a,
	html .cmsmasters_color_scheme_footer .widget_categories li, 
	html .cmsmasters_color_scheme_footer .widget_archive li, 
	html .cmsmasters_color_scheme_footer .widget_meta li,
	html .cmsmasters_color_scheme_footer .widget_pages li a,
	html .cmsmasters_color_scheme_footer .widget_nav_menu li a,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_footer .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_footer .button:hover, 
	html .cmsmasters_color_scheme_footer input[type=submit]:hover, 
	html .cmsmasters_color_scheme_footer input[type=button]:hover, 
	html .cmsmasters_color_scheme_footer button:hover,
	html .cmsmasters_color_scheme_footer .share_posts a,
	html .cmsmasters_color_scheme_footer .about_author_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_pings_list .pingslist .pingback,
	html .cmsmasters_color_scheme_footer .commentlist > .comment,
	html .cmsmasters_color_scheme_footer .commentlist .children .comment,
	html .cmsmasters_color_scheme_footer .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_footer .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_post,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_footer .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_details_item, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_profile .profile_features_item,
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_details_item, 
	html .cmsmasters_color_scheme_footer .cmsmasters_open_project .project_features_item,
	html .cmsmasters_color_scheme_footer .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_footer .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_footer .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle,
	html .cmsmasters_color_scheme_footer .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_footer .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow {
		border-color:#dbdbdb;
	}

	html .cmsmasters_color_scheme_footer  .mailpoet_submit:hover {
		border-color:rgb(219, 219, 219) !important;
	}
	/* Finish Borders Color */
	
	
	/* Start Custom Rules */
	html .cmsmasters_color_scheme_footer ::selection {
		background:#706c6c;
		color:#ffffff;;
	}
	
	html .cmsmasters_color_scheme_footer ::-moz-selection {
		background:#706c6c;
		color:#ffffff;
	}
	
		.cmsmasters_color_scheme_footer.cmsmasters_row_top_zigzag:before, 
		.cmsmasters_color_scheme_footer.cmsmasters_row_bot_zigzag:after {
			background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%), 
					-webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%);
			background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%), 
					-moz-linear-gradient(45deg, #ffffff 25%, transparent 25%);
			background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%), 
					-ms-linear-gradient(45deg, #ffffff 25%, transparent 25%);
			background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%), 
					-o-linear-gradient(45deg, #ffffff 25%, transparent 25%);
			background-image: linear-gradient(315deg, #ffffff 25%, transparent 25%), 
					linear-gradient(45deg, #ffffff 25%, transparent 25%);
		}
		
	/* Finish Custom Rules */

/***************** Finish Footer Color Scheme Rules ******************/


/***************** Start Footer Button Color Scheme Rules ******************/
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_hover {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_hover:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#ffffff;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bd_underline {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bd_underline:hover {
		border-color:#ffffff;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_left, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_right, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_top, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_bottom, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_vert, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_hor, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_diag {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_left:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_right:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_top:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_vert:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cm.sms_but_bg_expand_hor:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_diag:hover {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_left:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_right:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_top:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_slide_bottom:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_vert:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_hor:after, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
		background-color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_shadow {
		background-color:#706c6c;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_shadow:hover {
		background-color:#706c6c;
		color:#ffffff;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_light_bg, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_divider {
		background-color:#706c6c;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_dark_bg:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_light_bg:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_divider:hover {
		background-color:#706c6c;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_divider:after {
		border-right-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse:before {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse:after {
		background-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse:hover {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse:hover:before {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_inverse:hover:after {
		background-color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_slide_left, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_slide_right {
		border-color:#706c6c;
		background-color:#ffffff;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_slide_left:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_slide_right:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#ffffff;
	}
	
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_left, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_right, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_top, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#ffffff;
	}

/***************** Finish Footer Button Color Scheme Rules ******************/



/***************** Start Custom 1 Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	
	.cmsmasters_color_scheme_first,
	html .cmsmasters_color_scheme_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_first .cmsmasters_likes a span, 
	html .cmsmasters_color_scheme_first .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_first textarea,
	html .cmsmasters_color_scheme_first select,
	html .cmsmasters_color_scheme_first option,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner:before {
		color:#baadaa;
	}
	
	html .cmsmasters_color_scheme_first input::-webkit-input-placeholder {
		color:#baadaa;
	}
	
	html .cmsmasters_color_scheme_first input:-moz-placeholder {
		color:#baadaa;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_first a,
	html .cmsmasters_color_scheme_first .color_2,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_wrap a .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_first .error .error_title,
	html .cmsmasters_color_scheme_first .widget_custom_twitter_entries .tweet_time:before,
	html .cmsmasters_color_scheme_first .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_first .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_first .cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
	html .cmsmasters_color_scheme_first .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before, 
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_more_items.cmsmasters_loading:before,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form button:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_top:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_heading_left .icon_box_heading:before,
	html .cmsmasters_color_scheme_first .bypostauthor > .comment-body .alignleft:before,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_attach_img .cmsmasters_attach_img_edit a, 
	html .cmsmasters_color_scheme_first .cmsmasters_attach_img .cmsmasters_attach_img_meta a,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.current,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline:hover .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_first .search_bar_wrap .search_button button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles .cmsmasters_toggle_title:hover a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_title:hover .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover:before,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a:before {
		color:#848180;
	}
	
	
	
	.cmsmasters_color_scheme_first mark,
	html .cmsmasters_color_scheme_first table thead tr th,
	html .cmsmasters_color_scheme_first table thead tr td,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner, 
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=checkbox] + label:after, 
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=radio] + label:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button, 
	html .cmsmasters_color_scheme_first .button, 
	html .cmsmasters_color_scheme_first input[type=submit], 
	html .cmsmasters_color_scheme_first input[type=button], 
	html .cmsmasters_color_scheme_first button,
	html .cmsmasters_color_scheme_first .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_first .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project .cmsmasters_slider_project_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_posts_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_first .cmsmasters_posts_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_first .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .project_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_category a {
		background-color:#848180;
	}
	
	html .cmsmasters_color_scheme_first table thead tr th,
	html .cmsmasters_color_scheme_first table thead tr td,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button, 
	html .cmsmasters_color_scheme_first .button, 
	html .cmsmasters_color_scheme_first input[type=submit], 
	html .cmsmasters_color_scheme_first input[type=button], 
	html .cmsmasters_color_scheme_first button,
	html .cmsmasters_color_scheme_first .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_first .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close:hover {
		border-color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form {
		background-color:rgba(132, 129, 128, 0.95);
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_first a:hover,
	html .cmsmasters_color_scheme_first h1 a:hover,
	html .cmsmasters_color_scheme_first h2 a:hover,
	html .cmsmasters_color_scheme_first h3 a:hover,
	html .cmsmasters_color_scheme_first h4 a:hover,
	html .cmsmasters_color_scheme_first h5 a:hover,
	html .cmsmasters_color_scheme_first h6 a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_wrap a:hover .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_first .cmsmasters_archive_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a:hover,
	html .cmsmasters_color_scheme_first a.cmsmasters_cat_color:hover,
	html .cmsmasters_color_scheme_first .widget_recent_entries a:hover,
	html .cmsmasters_color_scheme_first .widget_rss ul li .rsswidget:hover,
	html .cmsmasters_color_scheme_first .widget_categories li a:hover, 
	html .cmsmasters_color_scheme_first .widget_archive li a:hover, 
	html .cmsmasters_color_scheme_first .widget_meta li a:hover,
	html .cmsmasters_color_scheme_first .widget_pages li a:hover,
	html .cmsmasters_color_scheme_first .widget_nav_menu li a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_likes a:hover:before,
	html .cmsmasters_color_scheme_first .cmsmasters_likes a.active:before,
	html .cmsmasters_color_scheme_first .cmsmasters_comments a:hover:before,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form button, 
	html .cmsmasters_color_scheme_first .cmsmasters_attach_img .cmsmasters_attach_img_edit a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_attach_img .cmsmasters_attach_img_meta a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_pagination ul li a.page-numbers:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_pagination ul li .page-numbers.current,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_items_loader .cmsmasters_items_loader:hover,
	html .cmsmasters_color_scheme_first .search_bar_wrap .search_button button,
	html .cmsmasters_color_scheme_first .post_nav > span .post_nav_sub,
	html .cmsmasters_color_scheme_first .post_nav > span:hover a,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_prev_arrow:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_next_arrow:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_project_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post .cmsmasters_slider_post_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_features_item_desc a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_features_item_desc a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_open_post .cmsmasters_post_tags a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline:hover .cmsmasters_mon,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline:hover .cmsmasters_year,
	html .cmsmasters_color_scheme_first .cmsmasters_post_default .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_masonry .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_first .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_first .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item a, 
	html .cmsmasters_color_scheme_first .subpage_nav > span {
		color:#272220;
	}
	
	
	html .cmsmasters_color_scheme_first .share_posts a:hover,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_first .widget_custom_popular_projects_entries .cmsmasters_project_category a:hover, 
	html .cmsmasters_color_scheme_first .widget_custom_latest_projects_entries .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_project_grid .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_post_category a:hover {
		background-color:#272220;
	}
	
	html .cmsmasters_color_scheme_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	html .cmsmasters_color_scheme_first select:focus,
	html .cmsmasters_color_scheme_first textarea:focus,
	html .cmsmasters_color_scheme_first .share_posts a:hover,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_first .widget_pages li a:hover,
	html .cmsmasters_color_scheme_first .widget_nav_menu li a:hover {
		border-color:#272220;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_first h1,
	html .cmsmasters_color_scheme_first h2,
	html .cmsmasters_color_scheme_first h3,
	html .cmsmasters_color_scheme_first h4,
	html .cmsmasters_color_scheme_first h5,
	html .cmsmasters_color_scheme_first h6,
	html .cmsmasters_color_scheme_first h1 a,
	html .cmsmasters_color_scheme_first h2 a,
	html .cmsmasters_color_scheme_first h3 a,
	html .cmsmasters_color_scheme_first h4 a,
	html .cmsmasters_color_scheme_first h5 a,
	html .cmsmasters_color_scheme_first h6 a,
	html .cmsmasters_color_scheme_first table tfoot tr th,
	html .cmsmasters_color_scheme_first table tfoot tr td,
	html .cmsmasters_color_scheme_first fieldset legend,
	html .cmsmasters_color_scheme_first blockquote footer,
	html .cmsmasters_color_scheme_first table caption,
	html .cmsmasters_color_scheme_first .img_placeholder_small, 
	html .cmsmasters_color_scheme_first .widget_rss ul li .rsswidget,
	html .cmsmasters_color_scheme_first .widget_recent_entries a,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title_counter_wrap, 
	html .cmsmasters_color_scheme_first .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li a:before,
	html .cmsmasters_color_scheme_first .wp-caption-text,
	html .cmsmasters_color_scheme_first .cmsmasters_img_caption,
	html .cmsmasters_color_scheme_first .cmsmasters_dropcap,
	html .cmsmasters_color_scheme_first blockquote,
	html .cmsmasters_color_scheme_first q,
	html .cmsmasters_color_scheme_first .widget_custom_twitter_entries .tweet_time,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a,
	html .cmsmasters_color_scheme_first .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_first .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_first .widget_custom_contact_info_entries .contact_info_item_title,
	html .cmsmasters_color_scheme_first #wp-calendar thead th,
	html .cmsmasters_color_scheme_first .widget_categories li a, 
	html .cmsmasters_color_scheme_first .widget_archive li a, 
	html .cmsmasters_color_scheme_first .widget_meta li a,
	html .cmsmasters_color_scheme_first .widget_pages li a,
	html .cmsmasters_color_scheme_first .widget_nav_menu li a,
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .form_info > label,
	html .cmsmasters_color_scheme_first dt,
	html .cmsmasters_color_scheme_first .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_first .button:hover, 
	html .cmsmasters_color_scheme_first input[type=submit]:hover, 
	html .cmsmasters_color_scheme_first input[type=button]:hover, 
	html .cmsmasters_color_scheme_first button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_archive_type .cmsmasters_archive_item_info,
	html .cmsmasters_color_scheme_first .cmsmasters_archive_read_more,
	html .cmsmasters_color_scheme_first .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a,
	html .cmsmasters_color_scheme_first .cmsmasters_open_post .cmsmasters_post_tags a,
	html .cmsmasters_color_scheme_first .cmsmasters_post_default .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_first .cmsmasters_post_masonry .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	html .cmsmasters_color_scheme_first .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_pagination ul li .page-numbers,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	html .cmsmasters_color_scheme_first .cmsmasters_post_default .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_first .cmsmasters_post_masonry .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_first .cmsmasters_open_post .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_details_item_title, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_features_item_title,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_details_item_title, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_features_item_title,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_details_item_desc a, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_features_item_desc a,
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_details_item_desc a, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_features_item_desc a,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_first .share_posts a,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_currency,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_price, 
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_coins,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_first .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_first .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_project_read_more,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_first .post_nav > span:hover .post_nav_sub,
	html .cmsmasters_color_scheme_first .post_nav > span a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-buttons > div:hover:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-buttons > div:hover:before,
	html .cmsmasters_color_scheme_first form .formError .formErrorContent {
		background-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_first table thead tr th,
	html .cmsmasters_color_scheme_first table thead tr td,
	html .cmsmasters_color_scheme_first mark,
	html .cmsmasters_color_scheme_first form .formError .formErrorContent,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_button, 
	html .cmsmasters_color_scheme_first .button, 
	html .cmsmasters_color_scheme_first input[type=submit], 
	html .cmsmasters_color_scheme_first input[type=button], 
	html .cmsmasters_color_scheme_first button,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_first .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_first .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before, 
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_header .cmsmasters_slider_project_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_post_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_post_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form .cmsmasters_header_search_form_close,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), 
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_currency, 
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_price, 
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .cmsmasters_coins,
	html .cmsmasters_color_scheme_first .share_posts a:hover {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form input::-webkit-input-placeholder {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form input:-moz-placeholder {
		color:#f8efea;
	}
	
	
	.cmsmasters_color_scheme_first,
	
	html .cmsmasters_color_scheme_first .headline_outer,
	html .cmsmasters_color_scheme_first table,
	html .cmsmasters_color_scheme_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_first textarea,
	html .cmsmasters_color_scheme_first option,
	html .cmsmasters_color_scheme_first select,
	html .cmsmasters_color_scheme_first fieldset,
	html .cmsmasters_color_scheme_first fieldset legend,
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_first .widget,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a,
	html .cmsmasters_color_scheme_first .gallery-item .gallery-icon,
	html .cmsmasters_color_scheme_first .gallery-item .gallery-caption,
	html .cmsmasters_color_scheme_first .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_first .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_first .button:hover, 
	html .cmsmasters_color_scheme_first input[type=submit]:hover, 
	html .cmsmasters_color_scheme_first input[type=button]:hover, 
	html .cmsmasters_color_scheme_first button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form .cmsmasters_header_search_form_close:after,
	html .cmsmasters_color_scheme_first .cmsmasters_header_search_form .cmsmasters_header_search_form_close:before,
	html .cmsmasters_color_scheme_first .share_posts a,
	html .cmsmasters_color_scheme_first .about_author_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_first .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .commentlist > .comment,
	html .cmsmasters_color_scheme_first .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_first .cmsmasters_open_post,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_first .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_date,
	html .cmsmasters_color_scheme_first .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		background-color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_first .cmsmasters_project_puzzle .cmsmasters_project_category a {
		border-color:#f8efea;
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	
	html .cmsmasters_color_scheme_first blockquote:before {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_first .widget.widget_wysija,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container,
	html .cmsmasters_color_scheme_first .img_placeholder_small, 
	html .cmsmasters_color_scheme_first .img_placeholder, 
	html .cmsmasters_color_scheme_first .cmsmasters_featured_block,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_first .cmsmasters_dropcap.type2,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		background-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		border-color:#ffffff;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_first .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_first .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_first ul li:before {
		color:#ebebeb;
	}
	
	html .cmsmasters_color_scheme_first .widget .widgettitle:before, 
	html .cmsmasters_color_scheme_first .widget .widgettitle:after, 
	html .cmsmasters_color_scheme_first .quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span, 
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quotes_list:before, 
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-buttons > div:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-buttons > div:before,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat,
	html .cmsmasters_color_scheme_first .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before,
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before,
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after,
	html .cmsmasters_color_scheme_first .cmsmasters_profile_vertical .cmsmasters_profile_header:before,
	html .cmsmasters_color_scheme_first .cmsmasters_profile_vertical .cmsmasters_profile_header:after,
	html .cmsmasters_color_scheme_first .cmsmasters_profile_vertical .profile_social_icons_list:before,
	html .cmsmasters_color_scheme_first .cmsmasters_profile_vertical .profile_social_icons_list:after,
	html .cmsmasters_color_scheme_first .blog.timeline:before,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_first .cmsmasters_posts_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_pagination ul:before,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_pagination ul:after,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_items_loader:before,
	html .cmsmasters_color_scheme_first .cmsmasters_wrap_items_loader:after,
	html .cmsmasters_color_scheme_first .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
		background-color:#ebebeb;
	}
	
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_attach_img .cmsmasters_attach_img_info, 
	html .cmsmasters_color_scheme_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_first textarea,
	html .cmsmasters_color_scheme_first select,
	html .cmsmasters_color_scheme_first option,
	html .cmsmasters_color_scheme_first hr,
	html .cmsmasters_color_scheme_first table tr th,
	html .cmsmasters_color_scheme_first table tr td,
	html .cmsmasters_color_scheme_first .cmsmasters_divider,
	html .cmsmasters_color_scheme_first .cmsmasters_widget_divider,
	html .cmsmasters_color_scheme_first .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_first .cmsmasters_tabs .cmsmasters_tabs_list_item,
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quote_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_wrap .cmsmasters_simple_icon, 
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_icon:after,
	html .cmsmasters_color_scheme_first .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_first .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_first .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_first .widget_custom_contact_info_entries .contact_info_item, 
	html .cmsmasters_color_scheme_first .widget_custom_twitter_entries ul li, 
	html .cmsmasters_color_scheme_first .widget,
	html .cmsmasters_color_scheme_first .widget_tag_cloud a,
	html .cmsmasters_color_scheme_first .widget_categories li, 
	html .cmsmasters_color_scheme_first .widget_archive li, 
	html .cmsmasters_color_scheme_first .widget_meta li,
	html .cmsmasters_color_scheme_first .widget_pages li a,
	html .cmsmasters_color_scheme_first .widget_nav_menu li a,
	html .cmsmasters_color_scheme_first .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_first .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_first .button:hover, 
	html .cmsmasters_color_scheme_first input[type=submit]:hover, 
	html .cmsmasters_color_scheme_first input[type=button]:hover, 
	html .cmsmasters_color_scheme_first button:hover,
	html .cmsmasters_color_scheme_first .share_posts a,
	html .cmsmasters_color_scheme_first .about_author_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_pings_list .pingslist .pingback,
	html .cmsmasters_color_scheme_first .commentlist > .comment,
	html .cmsmasters_color_scheme_first .commentlist .children .comment,
	html .cmsmasters_color_scheme_first .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_first .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_first .cmsmasters_open_post,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_first .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_details_item, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_profile .profile_features_item,
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_details_item, 
	html .cmsmasters_color_scheme_first .cmsmasters_open_project .project_features_item,
	html .cmsmasters_color_scheme_first .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_first .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_first .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle,
	html .cmsmasters_color_scheme_first .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_first .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow {
		border-color:#ebebeb;
	}

	html .cmsmasters_color_scheme_first  .mailpoet_submit:hover {
		border-color:rgb(235, 235, 235) !important;
	}
	/* Finish Borders Color */
	
	
	/* Start Custom Rules */
	html .cmsmasters_color_scheme_first ::selection {
		background:#848180;
		color:#f8efea;;
	}
	
	html .cmsmasters_color_scheme_first ::-moz-selection {
		background:#848180;
		color:#f8efea;
	}
	
		.cmsmasters_color_scheme_first.cmsmasters_row_top_zigzag:before, 
		.cmsmasters_color_scheme_first.cmsmasters_row_bot_zigzag:after {
			background-image: -webkit-linear-gradient(135deg, #f8efea 25%, transparent 25%), 
					-webkit-linear-gradient(45deg, #f8efea 25%, transparent 25%);
			background-image: -moz-linear-gradient(135deg, #f8efea 25%, transparent 25%), 
					-moz-linear-gradient(45deg, #f8efea 25%, transparent 25%);
			background-image: -ms-linear-gradient(135deg, #f8efea 25%, transparent 25%), 
					-ms-linear-gradient(45deg, #f8efea 25%, transparent 25%);
			background-image: -o-linear-gradient(135deg, #f8efea 25%, transparent 25%), 
					-o-linear-gradient(45deg, #f8efea 25%, transparent 25%);
			background-image: linear-gradient(315deg, #f8efea 25%, transparent 25%), 
					linear-gradient(45deg, #f8efea 25%, transparent 25%);
		}
		
	/* Finish Custom Rules */

/***************** Finish Custom 1 Color Scheme Rules ******************/


/***************** Start Custom 1 Button Color Scheme Rules ******************/
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_hover {
		border-color:#848180;
		background-color:#f8efea;
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_hover:hover {
		border-color:#848180;
		background-color:#848180;
		color:#f8efea;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bd_underline {
		border-color:#848180;
		background-color:#f8efea;
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bd_underline:hover {
		border-color:#f8efea;
		background-color:#f8efea;
		color:#848180;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_left, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_right, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_top, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_bottom, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_vert, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_hor, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_diag {
		border-color:#848180;
		background-color:#f8efea;
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_left:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_right:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_top:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_vert:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cm.sms_but_bg_expand_hor:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_diag:hover {
		border-color:#848180;
		background-color:#f8efea;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_left:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_right:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_top:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_slide_bottom:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_vert:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_hor:after, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
		background-color:#848180;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_shadow {
		background-color:#848180;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_shadow:hover {
		background-color:#848180;
		color:#f8efea;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_light_bg, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_divider {
		background-color:#848180;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_dark_bg:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_light_bg:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_divider:hover {
		background-color:#848180;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_divider:after {
		border-right-color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse {
		border-color:#848180;
		background-color:#848180;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse:before {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse:after {
		background-color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse:hover {
		border-color:#848180;
		background-color:#f8efea;
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse:hover:before {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_inverse:hover:after {
		background-color:#848180;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_slide_left, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_slide_right {
		border-color:#848180;
		background-color:#f8efea;
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_slide_left:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_slide_right:hover {
		border-color:#848180;
		background-color:#848180;
		color:#f8efea;
	}
	
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_left, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_right, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_top, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
		border-color:#848180;
		background-color:#848180;
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover {
		border-color:#848180;
		background-color:#848180;
		color:#f8efea;
	}

/***************** Finish Custom 1 Button Color Scheme Rules ******************/



/***************** Start Custom 2 Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	
	.cmsmasters_color_scheme_second,
	html .cmsmasters_color_scheme_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_second .cmsmasters_likes a span, 
	html .cmsmasters_color_scheme_second .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_second textarea,
	html .cmsmasters_color_scheme_second select,
	html .cmsmasters_color_scheme_second option,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner:before {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_second input::-webkit-input-placeholder {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_second input:-moz-placeholder {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_second a,
	html .cmsmasters_color_scheme_second .color_2,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_wrap a .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_second .error .error_title,
	html .cmsmasters_color_scheme_second .widget_custom_twitter_entries .tweet_time:before,
	html .cmsmasters_color_scheme_second .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_second .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_second .cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
	html .cmsmasters_color_scheme_second .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before, 
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_more_items.cmsmasters_loading:before,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form button:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_top:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_heading_left .icon_box_heading:before,
	html .cmsmasters_color_scheme_second .bypostauthor > .comment-body .alignleft:before,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_attach_img .cmsmasters_attach_img_edit a, 
	html .cmsmasters_color_scheme_second .cmsmasters_attach_img .cmsmasters_attach_img_meta a,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.current,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline:hover .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_second .search_bar_wrap .search_button button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles .cmsmasters_toggle_title:hover a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_title:hover .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover:before,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a:before {
		color:#706c6c;
	}
	
	
	
	.cmsmasters_color_scheme_second mark,
	html .cmsmasters_color_scheme_second table thead tr th,
	html .cmsmasters_color_scheme_second table thead tr td,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner, 
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=checkbox] + label:after, 
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=radio] + label:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button, 
	html .cmsmasters_color_scheme_second .button, 
	html .cmsmasters_color_scheme_second input[type=submit], 
	html .cmsmasters_color_scheme_second input[type=button], 
	html .cmsmasters_color_scheme_second button,
	html .cmsmasters_color_scheme_second .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_second .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project .cmsmasters_slider_project_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_posts_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_second .cmsmasters_posts_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_second .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .project_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_category a {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second table thead tr th,
	html .cmsmasters_color_scheme_second table thead tr td,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button, 
	html .cmsmasters_color_scheme_second .button, 
	html .cmsmasters_color_scheme_second input[type=submit], 
	html .cmsmasters_color_scheme_second input[type=button], 
	html .cmsmasters_color_scheme_second button,
	html .cmsmasters_color_scheme_second .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_second .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close:hover {
		border-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form {
		background-color:rgba(112, 108, 108, 0.95);
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_second a:hover,
	html .cmsmasters_color_scheme_second h1 a:hover,
	html .cmsmasters_color_scheme_second h2 a:hover,
	html .cmsmasters_color_scheme_second h3 a:hover,
	html .cmsmasters_color_scheme_second h4 a:hover,
	html .cmsmasters_color_scheme_second h5 a:hover,
	html .cmsmasters_color_scheme_second h6 a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_wrap a:hover .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_second .cmsmasters_archive_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a:hover,
	html .cmsmasters_color_scheme_second a.cmsmasters_cat_color:hover,
	html .cmsmasters_color_scheme_second .widget_recent_entries a:hover,
	html .cmsmasters_color_scheme_second .widget_rss ul li .rsswidget:hover,
	html .cmsmasters_color_scheme_second .widget_categories li a:hover, 
	html .cmsmasters_color_scheme_second .widget_archive li a:hover, 
	html .cmsmasters_color_scheme_second .widget_meta li a:hover,
	html .cmsmasters_color_scheme_second .widget_pages li a:hover,
	html .cmsmasters_color_scheme_second .widget_nav_menu li a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_likes a:hover:before,
	html .cmsmasters_color_scheme_second .cmsmasters_likes a.active:before,
	html .cmsmasters_color_scheme_second .cmsmasters_comments a:hover:before,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form button, 
	html .cmsmasters_color_scheme_second .cmsmasters_attach_img .cmsmasters_attach_img_edit a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_attach_img .cmsmasters_attach_img_meta a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_pagination ul li a.page-numbers:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_pagination ul li .page-numbers.current,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_items_loader .cmsmasters_items_loader:hover,
	html .cmsmasters_color_scheme_second .search_bar_wrap .search_button button,
	html .cmsmasters_color_scheme_second .post_nav > span .post_nav_sub,
	html .cmsmasters_color_scheme_second .post_nav > span:hover a,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_prev_arrow:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_next_arrow:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_project_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post .cmsmasters_slider_post_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_features_item_desc a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_features_item_desc a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_open_post .cmsmasters_post_tags a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline:hover .cmsmasters_mon,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline:hover .cmsmasters_year,
	html .cmsmasters_color_scheme_second .cmsmasters_post_default .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_masonry .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_second .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_second .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item a, 
	html .cmsmasters_color_scheme_second .subpage_nav > span {
		color:#352e2b;
	}
	
	
	html .cmsmasters_color_scheme_second .share_posts a:hover,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_second .widget_custom_popular_projects_entries .cmsmasters_project_category a:hover, 
	html .cmsmasters_color_scheme_second .widget_custom_latest_projects_entries .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_project_grid .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_post_category a:hover {
		background-color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	html .cmsmasters_color_scheme_second select:focus,
	html .cmsmasters_color_scheme_second textarea:focus,
	html .cmsmasters_color_scheme_second .share_posts a:hover,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_second .widget_pages li a:hover,
	html .cmsmasters_color_scheme_second .widget_nav_menu li a:hover {
		border-color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_second h1,
	html .cmsmasters_color_scheme_second h2,
	html .cmsmasters_color_scheme_second h3,
	html .cmsmasters_color_scheme_second h4,
	html .cmsmasters_color_scheme_second h5,
	html .cmsmasters_color_scheme_second h6,
	html .cmsmasters_color_scheme_second h1 a,
	html .cmsmasters_color_scheme_second h2 a,
	html .cmsmasters_color_scheme_second h3 a,
	html .cmsmasters_color_scheme_second h4 a,
	html .cmsmasters_color_scheme_second h5 a,
	html .cmsmasters_color_scheme_second h6 a,
	html .cmsmasters_color_scheme_second table tfoot tr th,
	html .cmsmasters_color_scheme_second table tfoot tr td,
	html .cmsmasters_color_scheme_second fieldset legend,
	html .cmsmasters_color_scheme_second blockquote footer,
	html .cmsmasters_color_scheme_second table caption,
	html .cmsmasters_color_scheme_second .img_placeholder_small, 
	html .cmsmasters_color_scheme_second .widget_rss ul li .rsswidget,
	html .cmsmasters_color_scheme_second .widget_recent_entries a,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title_counter_wrap, 
	html .cmsmasters_color_scheme_second .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li a:before,
	html .cmsmasters_color_scheme_second .wp-caption-text,
	html .cmsmasters_color_scheme_second .cmsmasters_img_caption,
	html .cmsmasters_color_scheme_second .cmsmasters_dropcap,
	html .cmsmasters_color_scheme_second blockquote,
	html .cmsmasters_color_scheme_second q,
	html .cmsmasters_color_scheme_second .widget_custom_twitter_entries .tweet_time,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a,
	html .cmsmasters_color_scheme_second .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_second .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_second .widget_custom_contact_info_entries .contact_info_item_title,
	html .cmsmasters_color_scheme_second #wp-calendar thead th,
	html .cmsmasters_color_scheme_second .widget_categories li a, 
	html .cmsmasters_color_scheme_second .widget_archive li a, 
	html .cmsmasters_color_scheme_second .widget_meta li a,
	html .cmsmasters_color_scheme_second .widget_pages li a,
	html .cmsmasters_color_scheme_second .widget_nav_menu li a,
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .form_info > label,
	html .cmsmasters_color_scheme_second dt,
	html .cmsmasters_color_scheme_second .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_second .button:hover, 
	html .cmsmasters_color_scheme_second input[type=submit]:hover, 
	html .cmsmasters_color_scheme_second input[type=button]:hover, 
	html .cmsmasters_color_scheme_second button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_archive_type .cmsmasters_archive_item_info,
	html .cmsmasters_color_scheme_second .cmsmasters_archive_read_more,
	html .cmsmasters_color_scheme_second .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a,
	html .cmsmasters_color_scheme_second .cmsmasters_open_post .cmsmasters_post_tags a,
	html .cmsmasters_color_scheme_second .cmsmasters_post_default .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_second .cmsmasters_post_masonry .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	html .cmsmasters_color_scheme_second .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_pagination ul li .page-numbers,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	html .cmsmasters_color_scheme_second .cmsmasters_post_default .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_second .cmsmasters_post_masonry .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_second .cmsmasters_open_post .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_details_item_title, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_features_item_title,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_details_item_title, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_features_item_title,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_details_item_desc a, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_features_item_desc a,
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_details_item_desc a, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_features_item_desc a,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_second .share_posts a,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_currency,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_price, 
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_coins,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_second .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_second .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_project_read_more,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_second .post_nav > span:hover .post_nav_sub,
	html .cmsmasters_color_scheme_second .post_nav > span a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-buttons > div:hover:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-buttons > div:hover:before,
	html .cmsmasters_color_scheme_second form .formError .formErrorContent {
		background-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_second table thead tr th,
	html .cmsmasters_color_scheme_second table thead tr td,
	html .cmsmasters_color_scheme_second mark,
	html .cmsmasters_color_scheme_second form .formError .formErrorContent,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_button, 
	html .cmsmasters_color_scheme_second .button, 
	html .cmsmasters_color_scheme_second input[type=submit], 
	html .cmsmasters_color_scheme_second input[type=button], 
	html .cmsmasters_color_scheme_second button,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_second .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_second .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before, 
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_header .cmsmasters_slider_project_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_post_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_post_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form .cmsmasters_header_search_form_close,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), 
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_currency, 
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_price, 
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .cmsmasters_coins,
	html .cmsmasters_color_scheme_second .share_posts a:hover {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form input::-webkit-input-placeholder {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form input:-moz-placeholder {
		color:#f8f7f5;
	}
	
	
	.cmsmasters_color_scheme_second,
	
	html .cmsmasters_color_scheme_second .headline_outer,
	html .cmsmasters_color_scheme_second table,
	html .cmsmasters_color_scheme_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_second textarea,
	html .cmsmasters_color_scheme_second option,
	html .cmsmasters_color_scheme_second select,
	html .cmsmasters_color_scheme_second fieldset,
	html .cmsmasters_color_scheme_second fieldset legend,
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_second .widget,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a,
	html .cmsmasters_color_scheme_second .gallery-item .gallery-icon,
	html .cmsmasters_color_scheme_second .gallery-item .gallery-caption,
	html .cmsmasters_color_scheme_second .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_second .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_second .button:hover, 
	html .cmsmasters_color_scheme_second input[type=submit]:hover, 
	html .cmsmasters_color_scheme_second input[type=button]:hover, 
	html .cmsmasters_color_scheme_second button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form .cmsmasters_header_search_form_close:after,
	html .cmsmasters_color_scheme_second .cmsmasters_header_search_form .cmsmasters_header_search_form_close:before,
	html .cmsmasters_color_scheme_second .share_posts a,
	html .cmsmasters_color_scheme_second .about_author_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_second .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .commentlist > .comment,
	html .cmsmasters_color_scheme_second .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_second .cmsmasters_open_post,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_second .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_date,
	html .cmsmasters_color_scheme_second .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		background-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_second .cmsmasters_project_puzzle .cmsmasters_project_category a {
		border-color:#f8f7f5;
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	
	html .cmsmasters_color_scheme_second blockquote:before {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .widget.widget_wysija,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container,
	html .cmsmasters_color_scheme_second .img_placeholder_small, 
	html .cmsmasters_color_scheme_second .img_placeholder, 
	html .cmsmasters_color_scheme_second .cmsmasters_featured_block,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_second .cmsmasters_dropcap.type2,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		background-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		border-color:#f8f7f5;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_second .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_second .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_second ul li:before {
		color:#cfcdc9;
	}
	
	html .cmsmasters_color_scheme_second .widget .widgettitle:before, 
	html .cmsmasters_color_scheme_second .widget .widgettitle:after, 
	html .cmsmasters_color_scheme_second .quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span, 
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quotes_list:before, 
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-buttons > div:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-buttons > div:before,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat,
	html .cmsmasters_color_scheme_second .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before,
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before,
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after,
	html .cmsmasters_color_scheme_second .cmsmasters_profile_vertical .cmsmasters_profile_header:before,
	html .cmsmasters_color_scheme_second .cmsmasters_profile_vertical .cmsmasters_profile_header:after,
	html .cmsmasters_color_scheme_second .cmsmasters_profile_vertical .profile_social_icons_list:before,
	html .cmsmasters_color_scheme_second .cmsmasters_profile_vertical .profile_social_icons_list:after,
	html .cmsmasters_color_scheme_second .blog.timeline:before,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_second .cmsmasters_posts_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_pagination ul:before,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_pagination ul:after,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_items_loader:before,
	html .cmsmasters_color_scheme_second .cmsmasters_wrap_items_loader:after,
	html .cmsmasters_color_scheme_second .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
		background-color:#cfcdc9;
	}
	
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_attach_img .cmsmasters_attach_img_info, 
	html .cmsmasters_color_scheme_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_second textarea,
	html .cmsmasters_color_scheme_second select,
	html .cmsmasters_color_scheme_second option,
	html .cmsmasters_color_scheme_second hr,
	html .cmsmasters_color_scheme_second table tr th,
	html .cmsmasters_color_scheme_second table tr td,
	html .cmsmasters_color_scheme_second .cmsmasters_divider,
	html .cmsmasters_color_scheme_second .cmsmasters_widget_divider,
	html .cmsmasters_color_scheme_second .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_second .cmsmasters_tabs .cmsmasters_tabs_list_item,
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quote_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_wrap .cmsmasters_simple_icon, 
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_icon:after,
	html .cmsmasters_color_scheme_second .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_second .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_second .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_second .widget_custom_contact_info_entries .contact_info_item, 
	html .cmsmasters_color_scheme_second .widget_custom_twitter_entries ul li, 
	html .cmsmasters_color_scheme_second .widget,
	html .cmsmasters_color_scheme_second .widget_tag_cloud a,
	html .cmsmasters_color_scheme_second .widget_categories li, 
	html .cmsmasters_color_scheme_second .widget_archive li, 
	html .cmsmasters_color_scheme_second .widget_meta li,
	html .cmsmasters_color_scheme_second .widget_pages li a,
	html .cmsmasters_color_scheme_second .widget_nav_menu li a,
	html .cmsmasters_color_scheme_second .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_second .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_second .button:hover, 
	html .cmsmasters_color_scheme_second input[type=submit]:hover, 
	html .cmsmasters_color_scheme_second input[type=button]:hover, 
	html .cmsmasters_color_scheme_second button:hover,
	html .cmsmasters_color_scheme_second .share_posts a,
	html .cmsmasters_color_scheme_second .about_author_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_pings_list .pingslist .pingback,
	html .cmsmasters_color_scheme_second .commentlist > .comment,
	html .cmsmasters_color_scheme_second .commentlist .children .comment,
	html .cmsmasters_color_scheme_second .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_second .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_second .cmsmasters_open_post,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_second .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_details_item, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_profile .profile_features_item,
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_details_item, 
	html .cmsmasters_color_scheme_second .cmsmasters_open_project .project_features_item,
	html .cmsmasters_color_scheme_second .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_second .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_second .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle,
	html .cmsmasters_color_scheme_second .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_second .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow {
		border-color:#cfcdc9;
	}

	html .cmsmasters_color_scheme_second  .mailpoet_submit:hover {
		border-color:rgb(207, 205, 201) !important;
	}
	/* Finish Borders Color */
	
	
	/* Start Custom Rules */
	html .cmsmasters_color_scheme_second ::selection {
		background:#706c6c;
		color:#f8f7f5;;
	}
	
	html .cmsmasters_color_scheme_second ::-moz-selection {
		background:#706c6c;
		color:#f8f7f5;
	}
	
		.cmsmasters_color_scheme_second.cmsmasters_row_top_zigzag:before, 
		.cmsmasters_color_scheme_second.cmsmasters_row_bot_zigzag:after {
			background-image: -webkit-linear-gradient(135deg, #f8f7f5 25%, transparent 25%), 
					-webkit-linear-gradient(45deg, #f8f7f5 25%, transparent 25%);
			background-image: -moz-linear-gradient(135deg, #f8f7f5 25%, transparent 25%), 
					-moz-linear-gradient(45deg, #f8f7f5 25%, transparent 25%);
			background-image: -ms-linear-gradient(135deg, #f8f7f5 25%, transparent 25%), 
					-ms-linear-gradient(45deg, #f8f7f5 25%, transparent 25%);
			background-image: -o-linear-gradient(135deg, #f8f7f5 25%, transparent 25%), 
					-o-linear-gradient(45deg, #f8f7f5 25%, transparent 25%);
			background-image: linear-gradient(315deg, #f8f7f5 25%, transparent 25%), 
					linear-gradient(45deg, #f8f7f5 25%, transparent 25%);
		}
		
	/* Finish Custom Rules */

/***************** Finish Custom 2 Color Scheme Rules ******************/


/***************** Start Custom 2 Button Color Scheme Rules ******************/
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_hover {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_hover:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bd_underline {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bd_underline:hover {
		border-color:#f8f7f5;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_left, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_right, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_top, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_bottom, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_vert, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_hor, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_diag {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_left:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_right:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_top:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_vert:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cm.sms_but_bg_expand_hor:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_diag:hover {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_left:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_right:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_top:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_slide_bottom:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_vert:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_hor:after, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
		background-color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_shadow {
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_shadow:hover {
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_light_bg, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_divider {
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_dark_bg:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_light_bg:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_divider:hover {
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_divider:after {
		border-right-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse:before {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse:after {
		background-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse:hover {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse:hover:before {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_inverse:hover:after {
		background-color:#706c6c;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_slide_left, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_slide_right {
		border-color:#706c6c;
		background-color:#f8f7f5;
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_slide_left:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_slide_right:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_left, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_right, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_top, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover {
		border-color:#706c6c;
		background-color:#706c6c;
		color:#f8f7f5;
	}

/***************** Finish Custom 2 Button Color Scheme Rules ******************/



/***************** Start Custom 3 Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	
	.cmsmasters_color_scheme_third,
	html .cmsmasters_color_scheme_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_third .cmsmasters_likes a span, 
	html .cmsmasters_color_scheme_third .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_third textarea,
	html .cmsmasters_color_scheme_third select,
	html .cmsmasters_color_scheme_third option,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title:before,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat.stat_has_titleicon .cmsmasters_stat_inner:before {
		color:#878787;
	}
	
	html .cmsmasters_color_scheme_third input::-webkit-input-placeholder {
		color:#878787;
	}
	
	html .cmsmasters_color_scheme_third input:-moz-placeholder {
		color:#878787;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_third a,
	html .cmsmasters_color_scheme_third .color_2,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_wrap a .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_third .error .error_title,
	html .cmsmasters_color_scheme_third .widget_custom_twitter_entries .tweet_time:before,
	html .cmsmasters_color_scheme_third .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_third .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_third .cmsmasters_counters.counters_type_horizontal .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap,
	html .cmsmasters_color_scheme_third .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner:before, 
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_more_items.cmsmasters_loading:before,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form button:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_top:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_heading_left .icon_box_heading:before,
	html .cmsmasters_color_scheme_third .bypostauthor > .comment-body .alignleft:before,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_attach_img .cmsmasters_attach_img_edit a, 
	html .cmsmasters_color_scheme_third .cmsmasters_attach_img .cmsmasters_attach_img_meta a,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but.current,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline:hover .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .cmsmasters_quote_placeholder:before,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quote_title,
	html .cmsmasters_color_scheme_third .search_bar_wrap .search_button button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles .current_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles .cmsmasters_toggle_title:hover a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_title:hover .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover:before,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a:before {
		color:#ff6c2f;
	}
	
	
	
	.cmsmasters_color_scheme_third mark,
	html .cmsmasters_color_scheme_third table thead tr th,
	html .cmsmasters_color_scheme_third table thead tr td,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner, 
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=checkbox] + label:after, 
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:after, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=radio] + label:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button, 
	html .cmsmasters_color_scheme_third .button, 
	html .cmsmasters_color_scheme_third input[type=submit], 
	html .cmsmasters_color_scheme_third input[type=button], 
	html .cmsmasters_color_scheme_third button,
	html .cmsmasters_color_scheme_third .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_third .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project .cmsmasters_slider_project_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_posts_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_third .cmsmasters_posts_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .owl-pagination .owl-page:hover,
	html .cmsmasters_color_scheme_third .owl-pagination .owl-page.active,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .project_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_category a {
		background-color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third table thead tr th,
	html .cmsmasters_color_scheme_third table thead tr td,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_border .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button, 
	html .cmsmasters_color_scheme_third .button, 
	html .cmsmasters_color_scheme_third input[type=submit], 
	html .cmsmasters_color_scheme_third input[type=button], 
	html .cmsmasters_color_scheme_third button,
	html .cmsmasters_color_scheme_third .widget_pages li.current_page_item > a,
	html .cmsmasters_color_scheme_third .widget_nav_menu li.current_page_item > a,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close:hover {
		border-color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form {
		background-color:rgba(255, 108, 47, 0.95);
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_third a:hover,
	html .cmsmasters_color_scheme_third h1 a:hover,
	html .cmsmasters_color_scheme_third h2 a:hover,
	html .cmsmasters_color_scheme_third h3 a:hover,
	html .cmsmasters_color_scheme_third h4 a:hover,
	html .cmsmasters_color_scheme_third h5 a:hover,
	html .cmsmasters_color_scheme_third h6 a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_wrap a:hover .cmsmasters_simple_icon,
	html .cmsmasters_color_scheme_third .cmsmasters_archive_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a:hover,
	html .cmsmasters_color_scheme_third a.cmsmasters_cat_color:hover,
	html .cmsmasters_color_scheme_third .widget_recent_entries a:hover,
	html .cmsmasters_color_scheme_third .widget_rss ul li .rsswidget:hover,
	html .cmsmasters_color_scheme_third .widget_categories li a:hover, 
	html .cmsmasters_color_scheme_third .widget_archive li a:hover, 
	html .cmsmasters_color_scheme_third .widget_meta li a:hover,
	html .cmsmasters_color_scheme_third .widget_pages li a:hover,
	html .cmsmasters_color_scheme_third .widget_nav_menu li a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_likes a:hover:before,
	html .cmsmasters_color_scheme_third .cmsmasters_likes a.active:before,
	html .cmsmasters_color_scheme_third .cmsmasters_comments a:hover:before,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form button, 
	html .cmsmasters_color_scheme_third .cmsmasters_attach_img .cmsmasters_attach_img_edit a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_attach_img .cmsmasters_attach_img_meta a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li.current a,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_pagination ul li a.page-numbers:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_pagination ul li .page-numbers.current,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_items_loader .cmsmasters_items_loader:hover,
	html .cmsmasters_color_scheme_third .search_bar_wrap .search_button button,
	html .cmsmasters_color_scheme_third .post_nav > span .post_nav_sub,
	html .cmsmasters_color_scheme_third .post_nav > span:hover a,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_prev_arrow:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_next_arrow:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_project_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post .cmsmasters_slider_post_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_features_item_desc a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_details_item_desc a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_features_item_desc a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_open_post .cmsmasters_post_tags a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline:hover .cmsmasters_mon,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline:hover .cmsmasters_year,
	html .cmsmasters_color_scheme_third .cmsmasters_post_default .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_masonry .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_read_more:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_third .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a:hover,
	html .cmsmasters_color_scheme_third .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tabs_list_item:before,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_wrap .cmsmasters_toggle_plus,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item a, 
	html .cmsmasters_color_scheme_third .subpage_nav > span {
		color:#3b3b3b;
	}
	
	
	html .cmsmasters_color_scheme_third .share_posts a:hover,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_third .widget_custom_popular_projects_entries .cmsmasters_project_category a:hover, 
	html .cmsmasters_color_scheme_third .widget_custom_latest_projects_entries .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_project_grid .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_post_category a:hover {
		background-color:#3b3b3b;
	}
	
	html .cmsmasters_color_scheme_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	html .cmsmasters_color_scheme_third select:focus,
	html .cmsmasters_color_scheme_third textarea:focus,
	html .cmsmasters_color_scheme_third .share_posts a:hover,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_third .widget_pages li a:hover,
	html .cmsmasters_color_scheme_third .widget_nav_menu li a:hover {
		border-color:#3b3b3b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_third h1,
	html .cmsmasters_color_scheme_third h2,
	html .cmsmasters_color_scheme_third h3,
	html .cmsmasters_color_scheme_third h4,
	html .cmsmasters_color_scheme_third h5,
	html .cmsmasters_color_scheme_third h6,
	html .cmsmasters_color_scheme_third h1 a,
	html .cmsmasters_color_scheme_third h2 a,
	html .cmsmasters_color_scheme_third h3 a,
	html .cmsmasters_color_scheme_third h4 a,
	html .cmsmasters_color_scheme_third h5 a,
	html .cmsmasters_color_scheme_third h6 a,
	html .cmsmasters_color_scheme_third table tfoot tr th,
	html .cmsmasters_color_scheme_third table tfoot tr td,
	html .cmsmasters_color_scheme_third fieldset legend,
	html .cmsmasters_color_scheme_third blockquote footer,
	html .cmsmasters_color_scheme_third table caption,
	html .cmsmasters_color_scheme_third .img_placeholder_small, 
	html .cmsmasters_color_scheme_third .widget_rss ul li .rsswidget,
	html .cmsmasters_color_scheme_third .widget_recent_entries a,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_title,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat_title, 
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner .cmsmasters_stat_title_counter_wrap, 
	html .cmsmasters_color_scheme_third .cmsmasters_counters .cmsmasters_counter_wrap .cmsmasters_counter .cmsmasters_counter_inner .cmsmasters_counter_counter_wrap, 
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > a,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > a,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li > ul > li > ul li a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > a,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap_category > li > ul li a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap_archive > li a:before,
	html .cmsmasters_color_scheme_third .wp-caption-text,
	html .cmsmasters_color_scheme_third .cmsmasters_img_caption,
	html .cmsmasters_color_scheme_third .cmsmasters_dropcap,
	html .cmsmasters_color_scheme_third blockquote,
	html .cmsmasters_color_scheme_third q,
	html .cmsmasters_color_scheme_third .widget_custom_twitter_entries .tweet_time,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a,
	html .cmsmasters_color_scheme_third .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_latest .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_third .widget_custom_posts_tabs_entries .cmsmasters_tabs .cmsmasters_tab.tab_popular .cmsmasters_lpr_tabs_cont a,
	html .cmsmasters_color_scheme_third .widget_custom_contact_info_entries .contact_info_item_title,
	html .cmsmasters_color_scheme_third #wp-calendar thead th,
	html .cmsmasters_color_scheme_third .widget_categories li a, 
	html .cmsmasters_color_scheme_third .widget_archive li a, 
	html .cmsmasters_color_scheme_third .widget_meta li a,
	html .cmsmasters_color_scheme_third .widget_pages li a,
	html .cmsmasters_color_scheme_third .widget_nav_menu li a,
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .form_info > label,
	html .cmsmasters_color_scheme_third dt,
	html .cmsmasters_color_scheme_third .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_third .button:hover, 
	html .cmsmasters_color_scheme_third input[type=submit]:hover, 
	html .cmsmasters_color_scheme_third input[type=button]:hover, 
	html .cmsmasters_color_scheme_third button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_archive_type .cmsmasters_archive_item_info,
	html .cmsmasters_color_scheme_third .cmsmasters_archive_read_more,
	html .cmsmasters_color_scheme_third .cmsmasters_latest_posts_list .cmsmasters_latest_posts_cont a,
	html .cmsmasters_color_scheme_third .cmsmasters_open_post .cmsmasters_post_tags a,
	html .cmsmasters_color_scheme_third .cmsmasters_post_default .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_third .cmsmasters_post_masonry .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_read_more,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_sort_but,
	html .cmsmasters_color_scheme_third .cmsmasters_items_filter_wrap .cmsmasters_items_filter_list li a,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_pagination ul li .page-numbers,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_items_loader .cmsmasters_items_loader,
	html .cmsmasters_color_scheme_third .cmsmasters_post_default .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_third .cmsmasters_post_masonry .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_third .cmsmasters_open_post .cmsmasters_post_cont_info,
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_details_item_title, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_features_item_title,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_details_item_title, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_features_item_title,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_details_item_desc a, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_features_item_desc a,
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_details_item_desc a, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_features_item_desc a,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_counter_wrap,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner:before, 
	html .cmsmasters_color_scheme_third .share_posts a,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .cmsmasters_quote_content,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_currency,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_price, 
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_coins,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_third .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_third .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_project_read_more,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post .cmsmasters_slider_post_cont_info,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post .cmsmasters_slider_post_read_more,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_date .cmsmasters_day,
	html .cmsmasters_color_scheme_third .post_nav > span:hover .post_nav_sub,
	html .cmsmasters_color_scheme_third .post_nav > span a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item.current_tab a {
		color:#292929;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-buttons > div:hover:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-buttons > div:hover:before,
	html .cmsmasters_color_scheme_third form .formError .formErrorContent {
		background-color:#292929;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_third table thead tr th,
	html .cmsmasters_color_scheme_third table thead tr td,
	html .cmsmasters_color_scheme_third mark,
	html .cmsmasters_color_scheme_third form .formError .formErrorContent,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left_top:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left:before,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_top:before,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_button, 
	html .cmsmasters_color_scheme_third .button, 
	html .cmsmasters_color_scheme_third input[type=submit], 
	html .cmsmasters_color_scheme_third input[type=button], 
	html .cmsmasters_color_scheme_third button,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a:hover,
	html .cmsmasters_color_scheme_third .widget_custom_popular_projects_entries .cmsmasters_project_category a, 
	html .cmsmasters_color_scheme_third .widget_custom_latest_projects_entries .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_item:hover .cmsmasters_icon_list_icon_wrap, 
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_item .cmsmasters_icon_list_icon:before, 
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_header .cmsmasters_slider_project_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_header .cmsmasters_slider_project_title a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_project_grid .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_post_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_post_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form .cmsmasters_header_search_form_close,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), 
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_category a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project .cmsmasters_likes a span,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project .cmsmasters_comments a span,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_title,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_currency, 
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_price, 
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .cmsmasters_coins,
	html .cmsmasters_color_scheme_third .share_posts a:hover {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form input::-webkit-input-placeholder {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form input:-moz-placeholder {
		color:#fbfbfb;
	}
	
	
	.cmsmasters_color_scheme_third,
	
	html .cmsmasters_color_scheme_third .headline_outer,
	html .cmsmasters_color_scheme_third table,
	html .cmsmasters_color_scheme_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_third textarea,
	html .cmsmasters_color_scheme_third option,
	html .cmsmasters_color_scheme_third select,
	html .cmsmasters_color_scheme_third fieldset,
	html .cmsmasters_color_scheme_third fieldset legend,
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_third .widget,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a,
	html .cmsmasters_color_scheme_third .gallery-item .gallery-icon,
	html .cmsmasters_color_scheme_third .gallery-item .gallery-caption,
	html .cmsmasters_color_scheme_third .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_third .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_third .button:hover, 
	html .cmsmasters_color_scheme_third input[type=submit]:hover, 
	html .cmsmasters_color_scheme_third input[type=button]:hover, 
	html .cmsmasters_color_scheme_third button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form .cmsmasters_header_search_form_close:after,
	html .cmsmasters_color_scheme_third .cmsmasters_header_search_form .cmsmasters_header_search_form_close:before,
	html .cmsmasters_color_scheme_third .share_posts a,
	html .cmsmasters_color_scheme_third .about_author_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_prev_arrow, 
	html .cmsmasters_color_scheme_third .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .commentlist > .comment,
	html .cmsmasters_color_scheme_third .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_third .cmsmasters_open_post,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_third .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_date,
	html .cmsmasters_color_scheme_third .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .pricing_best .pricing_title,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat .cmsmasters_stat_inner {
		background-color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_slider_project_category a,
	html .cmsmasters_color_scheme_third .cmsmasters_project_puzzle .cmsmasters_project_category a {
		border-color:#fbfbfb;
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	
	html .cmsmasters_color_scheme_third blockquote:before {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_third .widget.widget_wysija,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items .cmsmasters_icon_list_item .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_vertical .cmsmasters_stat_wrap .cmsmasters_stat_container,
	html .cmsmasters_color_scheme_third .img_placeholder_small, 
	html .cmsmasters_color_scheme_third .img_placeholder, 
	html .cmsmasters_color_scheme_third .cmsmasters_featured_block,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon,
	html .cmsmasters_color_scheme_third .cmsmasters_dropcap.type2,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		background-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post .cmsmasters_next_arrow {
		border-color:#ffffff;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_third .cmsmasters_likes a:before,
	html .cmsmasters_color_scheme_third .cmsmasters_comments a:before,
	html .cmsmasters_color_scheme_third ul li:before {
		color:#e4e4e4;
	}
	
	html .cmsmasters_color_scheme_third .widget .widgettitle:before, 
	html .cmsmasters_color_scheme_third .widget .widgettitle:after, 
	html .cmsmasters_color_scheme_third .quote_two.cmsmasters_quotes_grid .cmsmasters_quotes_vert span, 
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quotes_list:before, 
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-buttons > div:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-buttons > div:before,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_circles .cmsmasters_stat_wrap .cmsmasters_stat,
	html .cmsmasters_color_scheme_third .cmsmasters_stats.stats_mode_bars.stats_type_horizontal .cmsmasters_stat_wrap:before,
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:before,
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .cmsmasters_profile_header .cmsmasters_profile_title:after,
	html .cmsmasters_color_scheme_third .cmsmasters_profile_vertical .cmsmasters_profile_header:before,
	html .cmsmasters_color_scheme_third .cmsmasters_profile_vertical .cmsmasters_profile_header:after,
	html .cmsmasters_color_scheme_third .cmsmasters_profile_vertical .profile_social_icons_list:before,
	html .cmsmasters_color_scheme_third .cmsmasters_profile_vertical .profile_social_icons_list:after,
	html .cmsmasters_color_scheme_third .blog.timeline:before,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_third .cmsmasters_posts_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-pagination .owl-page,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_pagination ul:before,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_pagination ul:after,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_items_loader:before,
	html .cmsmasters_color_scheme_third .cmsmasters_wrap_items_loader:after,
	html .cmsmasters_color_scheme_third .cmsmasters_sitemap_wrap .cmsmasters_sitemap > li:before {
		background-color:#e4e4e4;
	}
	
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_attach_img .cmsmasters_attach_img_info, 
	html .cmsmasters_color_scheme_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	html .cmsmasters_color_scheme_third textarea,
	html .cmsmasters_color_scheme_third select,
	html .cmsmasters_color_scheme_third option,
	html .cmsmasters_color_scheme_third hr,
	html .cmsmasters_color_scheme_third table tr th,
	html .cmsmasters_color_scheme_third table tr td,
	html .cmsmasters_color_scheme_third .cmsmasters_divider,
	html .cmsmasters_color_scheme_third .cmsmasters_widget_divider,
	html .cmsmasters_color_scheme_third .cmsmasters_img.with_caption,
	html .cmsmasters_color_scheme_third .cmsmasters_tabs .cmsmasters_tabs_list_item,
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quote_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_wrap .cmsmasters_simple_icon, 
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_top,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_box.cmsmasters_icon_box_left,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_icon_list_type_block .cmsmasters_icon_list_item,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_bg .cmsmasters_icon_list_icon:after,
	html .cmsmasters_color_scheme_third .cmsmasters_icon_list_items.cmsmasters_color_type_icon .cmsmasters_icon_list_icon:after, 
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=checkbox] + label:before, 
	html .cmsmasters_color_scheme_third .wpcf7 form.wpcf7-form span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label:before, 
	html .cmsmasters_color_scheme_third .cmsmasters-form-builder .check_parent input[type=radio] + label:before,
	html .cmsmasters_color_scheme_third .widget_custom_contact_info_entries .contact_info_item, 
	html .cmsmasters_color_scheme_third .widget_custom_twitter_entries ul li, 
	html .cmsmasters_color_scheme_third .widget,
	html .cmsmasters_color_scheme_third .widget_tag_cloud a,
	html .cmsmasters_color_scheme_third .widget_categories li, 
	html .cmsmasters_color_scheme_third .widget_archive li, 
	html .cmsmasters_color_scheme_third .widget_meta li,
	html .cmsmasters_color_scheme_third .widget_pages li a,
	html .cmsmasters_color_scheme_third .widget_nav_menu li a,
	html .cmsmasters_color_scheme_third .cmsmasters_post_default .cmsmasters_media_wrap,
	html .cmsmasters_color_scheme_third .cmsmasters_button:hover, 
	html .cmsmasters_color_scheme_third .button:hover, 
	html .cmsmasters_color_scheme_third input[type=submit]:hover, 
	html .cmsmasters_color_scheme_third input[type=button]:hover, 
	html .cmsmasters_color_scheme_third button:hover,
	html .cmsmasters_color_scheme_third .share_posts a,
	html .cmsmasters_color_scheme_third .about_author_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_pings_list .pingslist .pingback,
	html .cmsmasters_color_scheme_third .commentlist > .comment,
	html .cmsmasters_color_scheme_third .commentlist .children .comment,
	html .cmsmasters_color_scheme_third .cmsmasters_notice .notice_close,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_pricing_item_header,
	html .cmsmasters_color_scheme_third .cmsmasters_pricing_table .cmsmasters_pricing_item_inner,
	html .cmsmasters_color_scheme_third .cmsmasters_open_post,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile, 
	html .cmsmasters_color_scheme_third .cmsmasters_quotes_grid .cmsmasters_quotes_list:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_details_item, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_profile .profile_features_item,
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_details_item, 
	html .cmsmasters_color_scheme_third .cmsmasters_open_project .project_features_item,
	html .cmsmasters_color_scheme_third .cmsmasters_project_grid .project_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_post_masonry .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_third .cmsmasters_post_timeline .cmsmasters_post_cont,
	html .cmsmasters_color_scheme_third .cmsmasters_slider_post .cmsmasters_slider_post_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_single_slider .cmsmasters_single_slider_item_outer,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-prev:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_clients_slider .owl-next:hover .cmsmasters_next_arrow,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle_title a,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_toggle .cmsmasters_toggle,
	html .cmsmasters_color_scheme_third .cmsmasters_toggles.toggles_mode_accordion .cmsmasters_toggle_inner,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_prev_post:hover .cmsmasters_prev_arrow,
	html .cmsmasters_color_scheme_third .post_nav .cmsmasters_next_post:hover .cmsmasters_next_arrow {
		border-color:#e4e4e4;
	}

	html .cmsmasters_color_scheme_third  .mailpoet_submit:hover {
		border-color:rgb(228, 228, 228) !important;
	}
	/* Finish Borders Color */
	
	
	/* Start Custom Rules */
	html .cmsmasters_color_scheme_third ::selection {
		background:#ff6c2f;
		color:#fbfbfb;;
	}
	
	html .cmsmasters_color_scheme_third ::-moz-selection {
		background:#ff6c2f;
		color:#fbfbfb;
	}
	
		.cmsmasters_color_scheme_third.cmsmasters_row_top_zigzag:before, 
		.cmsmasters_color_scheme_third.cmsmasters_row_bot_zigzag:after {
			background-image: -webkit-linear-gradient(135deg, #fbfbfb 25%, transparent 25%), 
					-webkit-linear-gradient(45deg, #fbfbfb 25%, transparent 25%);
			background-image: -moz-linear-gradient(135deg, #fbfbfb 25%, transparent 25%), 
					-moz-linear-gradient(45deg, #fbfbfb 25%, transparent 25%);
			background-image: -ms-linear-gradient(135deg, #fbfbfb 25%, transparent 25%), 
					-ms-linear-gradient(45deg, #fbfbfb 25%, transparent 25%);
			background-image: -o-linear-gradient(135deg, #fbfbfb 25%, transparent 25%), 
					-o-linear-gradient(45deg, #fbfbfb 25%, transparent 25%);
			background-image: linear-gradient(315deg, #fbfbfb 25%, transparent 25%), 
					linear-gradient(45deg, #fbfbfb 25%, transparent 25%);
		}
		
	/* Finish Custom Rules */

/***************** Finish Custom 3 Color Scheme Rules ******************/


/***************** Start Custom 3 Button Color Scheme Rules ******************/
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_hover {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_hover:hover {
		border-color:#ff6c2f;
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bd_underline {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bd_underline:hover {
		border-color:#fbfbfb;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_left, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_right, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_top, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_bottom, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_vert, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_hor, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_diag {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_left:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_right:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_top:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_bottom:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_vert:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cm.sms_but_bg_expand_hor:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_diag:hover {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_left:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_right:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_top:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_slide_bottom:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_vert:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_hor:after, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_bg_expand_diag:after {
		background-color:#ff6c2f;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_shadow {
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_shadow:hover {
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_dark_bg, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_light_bg, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_divider {
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_dark_bg:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_light_bg:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_divider:hover {
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_divider:after {
		border-right-color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse {
		border-color:#ff6c2f;
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse:before {
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse:after {
		background-color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse:hover {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse:hover:before {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_inverse:hover:after {
		background-color:#ff6c2f;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_slide_left, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_slide_right {
		border-color:#ff6c2f;
		background-color:#fbfbfb;
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_slide_left:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_slide_right:hover {
		border-color:#ff6c2f;
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_left, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_right, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_top, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom {
		border-color:#ff6c2f;
		background-color:#ff6c2f;
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_left:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_right:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_top:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_button.cmsmasters_but_icon_hover_slide_bottom:hover {
		border-color:#ff6c2f;
		background-color:#ff6c2f;
		color:#fbfbfb;
	}

/***************** Finish Custom 3 Button Color Scheme Rules ******************/


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.1.0
 * 
 * Theme Secondary Color Schemes Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Header Middle Color Scheme Rules ******************/

	/* Start Header Middle Content Color */
	.header_mid,
	.header_mid input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_mid textarea,
	.header_mid select,
	.header_mid option {
		color:#848180;
	}
	/* Finish Header Middle Content Color */
	
	
	/* Start Header Middle Primary Color */
	.header_mid a, 
	.header_mid .social_wrap a:hover,
	.bot_search_but:hover:before,
	.mid_search_but:hover:before,
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:hover:before, 
	.cmsmasters_dynamic_cart:hover .cmsmasters_dynamic_cart_button:before {
		color:#d68662;
	}
	
	.header_mid .button:hover, 
	.header_mid input[type=submit]:hover, 
	.header_mid input[type=button]:hover, 
	.header_mid button:hover {
		background-color:#d68662;
	}
	/* Finish Header Middle Primary Color */
	
	
	/* Start Header Middle Rollover Color */
	.header_mid .resp_mid_nav_wrap .resp_mid_nav, 
	.header_mid .resp_mid_nav_wrap .resp_mid_nav:hover, 
	.header_mid .resp_mid_nav_wrap .resp_mid_nav.active,
	.header_bot .resp_bot_nav_wrap .resp_bot_nav, 
	.header_bot .resp_bot_nav_wrap .resp_bot_nav:hover, 
	.header_bot .resp_bot_nav_wrap .resp_bot_nav.active,
	.header_mid a:hover, 
	.header_mid .social_wrap a,
	.bot_search_but:before,
	.mid_search_but:before,
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:before {
		color:#cec2bf;
	}
	
	.resp_bot_nav_wrap + .header_bot_search_cart_wrap:before,
	.header_mid .resp_mid_nav_wrap + .mid_search_but_wrap:before,
	.mid_search_but_wrap + .cmsmasters_dynamic_cart_wrap:before,
	.cmsmasters_dynamic_cart_wrap + .bot_search_but_wrap:before,
	.header_mid .button, 
	.header_mid input[type=submit], 
	.header_mid input[type=button], 
	.header_mid button {
		background-color:#cec2bf;
	}
	
	.header_mid input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	.header_mid textarea:focus,
	.header_mid select:focus {
		border-color:#cec2bf;
	}
	/* Finish Header Middle Rollover Color */
	
	
	/* Start Header Middle Background Color */
	.header_mid .button, 
	.header_mid input[type=submit], 
	.header_mid input[type=button], 
	.header_mid button, 
	.header_mid .button:hover, 
	.header_mid input[type=submit]:hover, 
	.header_mid input[type=button]:hover, 
	.header_mid button:hover {
		color:#ffffff;
	}
	
	.header_mid,
	.header_mid input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_mid textarea,
	.header_mid select,
	.header_mid option {
		background-color:#ffffff;
	}
	/* Finish Header Middle Background Color */
	
	
	/* Start Header Middle Background Color on Scroll */
	.header_mid.header_mid_scroll {
		background-color:#ffffff;
	}
	
	@media only screen and (max-width: 1024px) {
		.header_mid {
			background-color:#ffffff;
		}
	}
	/* Finish Header Middle Background Color on Scroll */
	
	
	/* Start Header Middle Borders Color */
	#header,
	.header_mid input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_mid textarea,
	.header_mid select,
	.header_mid option {
		border-color:#ebebeb;
	}
	
	#header {
		-webkit-box-shadow:0 0 5px 5px rgba(235, 235, 235, 0.5);
		box-shadow:0 0 5px 5px rgba(235, 235, 235, 0.5);
	}
	/* Finish Header Middle Borders Color */
	
	
	/* Start Header Middle Custom Rules */
	.header_mid ::selection {
		background:#d68662;
		color:#ffffff;
	}
	
	.header_mid ::-moz-selection {
		background:#d68662;
		color:#ffffff;
	}
	/* Finish Header Middle Custom Rules */

/***************** Finish Header Middle Color Scheme Rules ******************/



/***************** Start Header Bottom Color Scheme Rules ******************/

	/* Start Header Bottom Content Color */
	.header_bot,
	.header_bot input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_bot textarea,
	.header_bot select,
	.header_bot option {
		color:#848180;
	}
	/* Finish Header Bottom Content Color */
	
	
	/* Start Header Bottom Primary Color */
	.header_bot .social_wrap a:hover,
	.header_bot a {
		color:#d68662;
	}
	
	.header_bot .button:hover, 
	.header_bot input[type=submit]:hover, 
	.header_bot input[type=button]:hover, 
	.header_bot button:hover {
		background-color:#d68662;
	}
	/* Finish Header Bottom Primary Color */
	
	
	/* Start Header Bottom Rollover Color */
	.header_bot .social_wrap a,
	.header_bot a:hover {
		color:#cec2bf;
	}
	
	.header_bot .button, 
	.header_bot input[type=submit], 
	.header_bot input[type=button], 
	.header_bot button {
		background-color:#cec2bf;
	}
	
	.header_bot input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
	.header_bot textarea:focus,
	.header_bot select:focus {
		border-color:#cec2bf;
	}
	/* Finish Header Bottom Rollover Color */
	
	
	/* Start Header Bottom Background Color */
	.header_bot .button, 
	.header_bot input[type=submit], 
	.header_bot input[type=button], 
	.header_bot button {
		color:#ffffff;
	}
	
	.header_bot,
	.header_bot input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_bot textarea,
	.header_bot select,
	.header_bot option {
		background-color:#ffffff;
	}
	/* Finish Header Bottom Background Color */
	
	
	/* Start Header Bottom Background Color on Scroll */
	.header_bot.header_bot_scroll {
		background-color:#ffffff;
	}
	
	@media only screen and (max-width: 1024px) {
		.header_bot {
			background-color:#ffffff;
		}
	}
	/* Finish Header Bottom Background Color on Scroll */
	
	
	/* Start Header Bottom Borders Color */
	.header_bot,
	.header_bot input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
	.header_bot textarea,
	.header_bot select,
	.header_bot option {
		border-color:#ebebeb;
	}
	/* Finish Header Bottom Borders Color */
	
	
	/* Start Header Bottom Custom Rules */
	.header_bot ::selection {
		background:#d68662;
		color:#ffffff;
	}
	
	.header_bot ::-moz-selection {
		background:#d68662;
		color:#ffffff;
	}
	/* Finish Header Bottom Custom Rules */

/***************** Finish Header Bottom Color Scheme Rules ******************/



/***************** Start Navigation Color Scheme Rules ******************/

	/* Start Navigation Title Link Color */
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button, 
	.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:hover, 
	.cmsmasters_dynamic_cart:hover .cmsmasters_dynamic_cart_button {
		color:#272220;
	}
	
	@media only screen and (min-width: 1025px) {
		ul.navigation > li > a {
			color:#272220;
		}
	}
	/* Finish Navigation Title Link Color */
	
	
	/* Start Navigation Title Link Hover Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li > a:hover,
		ul.navigation > li:hover > a {
			color:#d68662;
		}
	}
	/* Finish Navigation Title Link Hover Color */
	
	
	/* Start Navigation Title Link Current Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li.menu-item.current_page_item> a, 
		ul.navigation > li.menu-item.current-menu-item > a, 
		ul.navigation > li.menu-item.current-menu-ancestor > a {
			color:#d68662;
		}
	}
	/* Finish Navigation Title Link Current Color */
	
	
	/* Start Navigation Title Link Subtitle Color */
	@media only screen and (min-width: 1025px) { 
		nav > div > ul .nav_title[class^="cmsmasters-icon-"]:before, 
		nav > div > ul .nav_title[class*=" cmsmasters-icon-"]:before,
		ul.navigation > li.menu-item.current-menu-ancestor > a .nav_subtitle,
		ul.navigation > li.menu-item.current_page_item > a .nav_subtitle, 
		ul.navigation > li.menu-item.current-menu-item > a .nav_subtitle, 
		ul.navigation > li > a:hover .nav_subtitle,
		ul.navigation > li:hover > a .nav_subtitle, 
		ul.navigation > li > a .nav_tag,
		ul.navigation > li > a .nav_subtitle {
			color:#cec2bf;
		}
	}
	/* Finish Navigation Title Link Subtitle Color */
	
	
	/* Start Navigation Title Link Background Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li > a {
			background-color:rgba(255,255,255,0);
		}
	}
	/* Finish Navigation Title Link Background Color */
	
	
	/* Start Navigation Title Link Hover Background Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li > a:hover,
		ul.navigation > li:hover > a {
			background-color:rgba(255,255,255,0);
		}
	}
	/* Finish Navigation Title Link Hover Background Color */
	
	
	/* Start Navigation Title Link Current Background Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li.menu-item.current_page_item > a, 
		ul.navigation > li.menu-item.current-menu-item > a, 
		ul.navigation > li.menu-item.current-menu-ancestor > a {
			background-color:rgba(255,255,255,0);
		}
	}
	/* Finish Navigation Title Link Current Background Color */
	
	
	/* Start Navigation Title Link Border Color */
	@media only screen and (min-width: 1025px) {
		ul.navigation > li {
			border-color:rgba(255,255,255,0);
		}
	}
	/* Finish Navigation Title Link Border Color */
	
	
	/* Start Navigation Dropdown Text Color */
	.navigation li .menu-item-mega-description-container, 
	.navigation li .menu-item-mega-description-container * {
		color:#848180;
	}
	/* Finish Navigation Dropdown Tex Color */
	
	
	/* Start Navigation Dropdown Background Color */
	.cmsmasters_dynamic_cart .widget_shopping_cart_content {
		background-color:#ffffff;
	}
	
	@media only screen and (max-width: 1024px) {
		ul.navigation {
			background-color:#ffffff;
		}
	}
	
	@media only screen and (min-width: 1025px) {
		ul.navigation ul, 
		ul.navigation .menu-item-mega-container {
			background-color:#ffffff;
		}
	}
	/* Finish Navigation Dropdown Background Color */
	
	
	/* Start Navigation Dropdown Border Color */
	.cmsmasters_dynamic_cart .widget_shopping_cart_content {
		border-color:#ebebeb;
	}
	
	@media only screen and (min-width: 1025px) {
		nav > div > ul div.menu-item-mega-container > ul > li > a:before,
		ul.navigation ul, 
		ul.navigation .menu-item-mega-container {
			border-color:#ebebeb;
		}
		
		ul.navigation ul, 
		ul.navigation .menu-item-mega-container {
			-webkit-box-shadow:0 5px 5px rgba(235, 235, 235, 0.5);
			box-shadow:0 5px 5px rgba(235, 235, 235, 0.5);
		}
	}
	
	@media only screen and (max-width: 1024px) {
		#header .navigation a {
			border-color:#ebebeb;
		}
	}
	/* Finish Navigation Dropdown Border Color */
	
	
	/* Start Navigation Dropdown Link Color */
	.navigation .cmsmasters_resp_nav_toggle.cmsmasters_theme_icon_resp_nav_slide_up:before,
	nav > div > ul div.menu-item-mega-container > ul > li.current-menu-ancestor > a,
	nav > div > ul div.menu-item-mega-container > ul > li.current-menu-item > a,
	nav > div > ul div.menu-item-mega-container > ul > li.current_page_item > a,
	nav > div > ul div.menu-item-mega-container > ul > li > a:not([href]),
	.navigation li a {
		color:#706663;
	}
	
	@media only screen and (min-width: 1025px) {
		.navigation div.menu-item-mega-container > ul > li > a:not([href]):hover, 
		.navigation div.menu-item-mega-container > ul > li > a:not([href]):hover .nav_subtitle {
			color:#706663;
		}
	}
	/* Finish Navigation Dropdown Link Color */
	
	
	/* Start Navigation Dropdown Link Hover Color */
	.navigation li > a:hover,
	.navigation li.current_page_item > a, 
	.navigation li.current-menu-item > a, 
	.navigation li.current-menu-ancestor > a {
		color:#d68662;
	}
	
	@media only screen and (min-width: 1025px) {
		ul.navigation li > ul li:hover > a {
			color:#d68662;
		}
		
		.navigation div.menu-item-mega-container > ul > li > a:not([href]):hover {
			background-color:transparent;
		}
	}
	/* Finish Navigation Dropdown Link Hover Color */
	
	
	/* Start Navigation Dropdown Link Subtitle Color */
	.navigation .cmsmasters_resp_nav_toggle:before,
	.navigation li > a:hover .nav_subtitle,
	ul.navigation li > ul li:hover > a .nav_subtitle,
	.navigation li.current_page_item > a .nav_subtitle, 
	.navigation li.current-menu-item > a .nav_subtitle, 
	.navigation li.current-menu-ancestor > a .nav_subtitle, 
	.navigation li a .nav_tag, 
	.navigation li a .nav_subtitle {
		color:#cec2bf;
	}
	/* Finish Navigation Dropdown Link Subtitle Color */
	
	
	/* Start Navigation Dropdown Link Hover Highlight Color */
	.navigation li > a:hover,
	.navigation li.current_page_item > a, 
	.navigation li.current-menu-item > a, 
	.navigation li.current-menu-ancestor > a {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1025px) {
		ul.navigation li > ul li:hover > a {
			background-color:#ffffff;
		}
	}
	/* Finish Navigation Dropdown Link Hover Highlight Color */
	
	
	/* Start Navigation Dropdown Link Border Color */
	.navigation li {
		border-color:#ffffff;
	}
	/* Finish Navigation Dropdown Link Border Color */

/***************** Finish Navigation Color Scheme Rules ******************/



/***************** Start Header Top Color Scheme Rules ******************/

	/* Start Header Top Content Color */
	.header_top .header_top_but > span,
	.header_top, 
	.header_top .responsive_top_nav:before {
		color:#9f9895;
	}
	/* Finish Header Top Content Color */
	
	
	/* Start Header Top Primary Color */
	.header_top a, 
	.header_top .header_top_but:hover, 
	.header_top .header_top_but.opened {
		color:#cec2bf;
	}
	/* Finish Header Top Primary Color */
	
	
	/* Start Header Top Rollover Color */
	.header_top a:hover,
	.header_top .meta_wrap [class^=cmsmasters-icon-]:before,
	.header_top .meta_wrap [class*= cmsmasters-icon-]:before,
	.header_top .header_top_but {
		color:#d68662;
	}
	/* Finish Header Top Rollover Color */
	
	
	/* Start Header Top Background Color */
	.header_top {
		background-color:#f5efec;
	}
	/* Finish Header Top Background Color */
	
	
	/* Start Header Top Borders Color */
	.header_top .header_top_but {
		border-color:#ffffff;
	}
	/* Finish Header Top Borders Color */
	
	
	/* Start Header Top Custom Rules */
	.header_top ::selection {
		background:#cec2bf;
		color:#f5efec;
	}
	
	.header_top ::-moz-selection {
		background:#cec2bf;
		color:#f5efec;
	}
	/* Finish Header Top Custom Rules */

/***************** Finish Header Top Color Scheme Rules ******************/



/***************** Start Header Top Navigation Color Scheme Rules ******************/

	/* Start Header Top Navigation Title Link Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav > li > a {
			color:#7c7573;
		}
	}
	/* Finish Header Top Navigation Title Link Color */
	
	
	/* Start Header Top Navigation Title Link Hover Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav > li > a:hover,
		ul.top_line_nav > li:hover > a,
		ul.top_line_nav > li.current_page_item > a,
		ul.top_line_nav > li.current-menu-item > a,
		ul.top_line_nav > li.current-menu-ancestor > a {
			color:#482f26;
		}
	}
	/* Finish Header Top Navigation Title Link Hover Color */
	
	
	/* Start Header Top Navigation Title Link Background Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav > li > a {
			background-color:#f5efec;
		}
	}
	/* Finish Header Top Navigation Title Link Background Color */
	
	
	/* Start Header Top Navigation Title Link Hover Background Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav > li > a:hover,
		ul.top_line_nav > li:hover > a,
		ul.top_line_nav > li.current_page_item > a,
		ul.top_line_nav > li.current-menu-item > a,
		ul.top_line_nav > li.current-menu-ancestor > a {
			background-color:#f5efec;
		}
	}
	/* Finish Header Top Navigation Title Link Hover Background Color */
	
	
	/* Start Header Top Navigation Title Link Border Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav > li {
			border-color:#f5efec;
		}
	}
	/* Finish Header Top Navigation Title Link Border Color */
	
	
	/* Start Header Top Navigation Dropdown Background Color */
	@media only screen and (max-width: 1024px) {
		ul.top_line_nav {
			background-color:#ffffff;
		}
	}
	
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav ul {
			background-color:#ffffff;
		}
	}
	/* Finish Header Top Navigation Dropdown Background Color */
	
	
	/* Start Header Top Navigation Dropdown Border Color */
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav ul {
			border-color:#ebebeb;
		}
		
		ul.top_line_nav ul {
			-webkit-box-shadow:0 5px 5px rgba(235, 235, 235, 0.5);
			box-shadow:0 5px 5px rgba(235, 235, 235, 0.5);
		}
	}
	@media only screen and (max-width: 1024px) {
		.top_line_nav .nav_item_wrap,
		.top_line_nav {
			border-color:#ebebeb;
		}
	}
	/* Finish Header Top Navigation Dropdown Border Color */
	
	
	/* Start Header Top Navigation Dropdown Link Color */
	.top_line_nav li a {
		color:#706663;
	}
	/* Finish Header Top Navigation Dropdown Link Color */
	
	
	/* Start Header Top Navigation Dropdown Link Hover Color */
	.top_line_nav li > a:hover,
	.top_line_nav li.current_page_item > a,
	.top_line_nav li.current-menu-item > a {
		color:#d68662;
	}
	
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav ul li:hover > a, 
		ul.top_line_nav ul li.current-menu-ancestor > a {
			color:#d68662;
		}
	}
	/* Finish Header Top Navigation Dropdown Link Hover Color */
	
	
	/* Start Header Top Navigation Dropdown Link Hover Highlight Color */
	.top_line_nav li > a:hover,
	.top_line_nav li.current_page_item > a,
	.top_line_nav li.current-menu-item > a {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1025px) {
		ul.top_line_nav ul li:hover > a,
		ul.top_line_nav ul li.current-menu-ancestor > a {
			background-color:#ffffff;
		}
	}
	/* Finish Header Top Navigation Dropdown Link Hover Highlight Color */
	
	
	/* Start Header Top Navigation Dropdown Link Border Color */
	.top_line_nav li {
		border-color:#ffffff;
	}
	/* Finish Header Top Navigation Dropdown Link Border Color */

/***************** Finish Header Top Navigation Color Scheme Rules ******************/


/***************** Start Gutenberg Module Custom Colors Scheme Rules ******************/
	
	 div.wp-block ul > li:before,
	 ul.wp-block li:before {
		color:#ebebeb;
	}
	
	 blockquote:before {
		color:#f8efea;
	}
	
	 dt,
	 .wp-block-quote,
	.editor-styles-wrapper .wp-block-freeform blockquote,
	.editor-styles-wrapper .wp-block-freeform blockquote p,
	.editor-styles-wrapper .wp-caption,
	.editor-styles-wrapper .wp-caption a,
	.editor-styles-wrapper .wp-caption dd,
	.editor-styles-wrapper .wp-caption dd.wp-caption-dd {
		color:#272220;
	}
	
	 .wp-block-table thead th,
	 .wp-block-table thead td,
	 .wp-block-freeform.mce-content-body > table thead th,
	 .wp-block-freeform.mce-content-body > table thead td {
		background-color:#d6a28b;
		border-color:#d6a28b;
		color:#ffffff;
	}

/***************** Finish Gutenberg Module Custom Colors Scheme Rules ******************/





/***************** Start Gutenberg Module General Colors Scheme Rules ******************/
	/* Start Main Content Font Color */
	body .editor-styles-wrapper,
	.editor-styles-wrapper .wp-block select,
	.editor-styles-wrapper p.wp-block-subhead,
	.editor-styles-wrapper .wp-block-html .block-editor-plain-text,
	 .wp-block-image figcaption,
	 .wp-block-audio figcaption,
	 .wp-block-video figcaption,
	 .wp-caption dd,
	 .wp-block-latest-posts .wp-block-latest-posts__post-date,
	 .wp-block-latest-comments .wp-block-latest-comments__comment-date,
	 .wp-block-search .wp-block-search__input {
		color:#d38574;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	.editor-styles-wrapper a,
	.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce a,
	.editor-styles-wrapper .wp-block-file .wp-block-file__textlink,
	 .wp-block-search .wp-block-search__button:hover {
		color:#d6a28b;
	}

	 .wp-block-search .wp-block-search__input:focus {
		border-color:#d6a28b;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	.editor-styles-wrapper a:hover,
	.editor-styles-wrapper a:active,
	body .editor-styles-wrapper h1 a:hover,
	body .editor-styles-wrapper h1 a:active,
	body .editor-styles-wrapper h2 a:hover,
	body .editor-styles-wrapper h2 a:active,
	body .editor-styles-wrapper h3 a:hover,
	body .editor-styles-wrapper h3 a:active,
	body .editor-styles-wrapper h4 a:hover,
	body .editor-styles-wrapper h4 a:active,
	body .editor-styles-wrapper h5 a:hover,
	body .editor-styles-wrapper h5 a:active,
	body .editor-styles-wrapper h6 a:hover,
	body .editor-styles-wrapper h6 a:active,
	.editor-styles-wrapper div.wp-block .wp-block-freeform.block-library-rich-text__tinymce a:hover,
	.editor-styles-wrapper div.wp-block .wp-block-freeform.block-library-rich-text__tinymce a:active,
	 .wp-block-search .wp-block-search__button {
		color:#cec2bf;
	}
	
	.editor-styles-wrapper .wp-block select:focus {
		border-color:#cec2bf;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	.editor-post-title__block .editor-post-title__input,
	body .editor-styles-wrapper h1,
	body .editor-styles-wrapper h1 a,
	body .editor-styles-wrapper h2,
	body .editor-styles-wrapper h2 a,
	body .editor-styles-wrapper h3,
	body .editor-styles-wrapper h3 a,
	body .editor-styles-wrapper h4,
	body .editor-styles-wrapper h4 a,
	body .editor-styles-wrapper h5,
	body .editor-styles-wrapper h5 a,
	body .editor-styles-wrapper h6,
	body .editor-styles-wrapper h6 a,
	 .wp-block-pullquote,
	 .wp-block-calendar thead th,
	.editor-styles-wrapper .wp-block-quote,
	.editor-styles-wrapper .wp-block-freeform blockquote,
	.editor-styles-wrapper .wp-block-freeform blockquote p,
	.editor-styles-wrapper q {
		color:#272220;
	}
	
	 .wp-block-pullquote.is-style-solid-color {
		background-color:#272220;
	}
	
	 .wp-block-pullquote {
		border-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	 .wp-block-pullquote.is-style-solid-color,
	 .wp-block-cover,
	 .wp-block-cover a,
	 .wp-block-cover a:hover {
		color:#ffffff;
	}
	
	body .editor-styles-wrapper,
	 .wp-block-search .wp-block-search__input {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */

	/* Start Alternate Background Color */
	.editor-styles-wrapper .wp-block select {
		background-color:#f8efea;
	}
	/* Finish Alternate Background Color */	
	
	/* Start Borders Color */
	 .wp-block-separator.is-style-dots:before {
		color:#ebebeb;
	}
	
	 .wp-block-separator:not(.is-style-dots):before {
		background-color:#ebebeb;
	}
	
	.editor-styles-wrapper .wp-block select,
	.editor-styles-wrapper .wp-block-freeform hr,
	 .wp-block-search .wp-block-search__input {
		border-color:#ebebeb;
	}
	/* Finish Borders Color */
	
	
	/* Start Table Colors */
	 .wp-block-table th,
	 .wp-block-table td,
	 .wp-block-table.is-style-stripes th,
	 .wp-block-table.is-style-stripes td,
	.editor-styles-wrapper .wp-block-freeform .mce-item-table tbody tr th,
	.editor-styles-wrapper .wp-block-freeform .mce-item-table tbody tr td,
	.editor-styles-wrapper .wp-block-freeform table tbody tr th,
	.editor-styles-wrapper .wp-block-freeform table tbody tr td {
		border-color:#ebebeb;
	}
	
	 .wp-block-table.is-style-stripes tr:nth-child(odd) td {
		background-color:#f8efea;
	}
	/* Finish Table Colors */
	
	
	/* Start Buttons Colors */
	 .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background),
	 .wp-block-file .wp-block-file__button,
	 .wp-block-file a.wp-block-file__button {
		color:#ffffff;
		background-color:#d6a28b;
	}
	
	 .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
	 .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background):focus,
	 .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background):active,
	 .wp-block-file .wp-block-file__button:hover,
	 .wp-block-file .wp-block-file__button:focus,
	 .wp-block-file .wp-block-file__button:active,
	 .wp-block-file a.wp-block-file__button:hover,
	 .wp-block-file a.wp-block-file__button:focus,
	 .wp-block-file a.wp-block-file__button:active {
		color:#ffffff;
		background-color:#cec2bf;
	}
	
	 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background) {
		color:#d6a28b;
		background-color:#ffffff;
		border-color:#d6a28b;
	}
	
	 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
	 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):focus,
	 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):active {
		color:#ffffff;
		background-color:#d6a28b;
		border-color:#d6a28b;
	}
	/* Finish Buttons Colors */
	

/***************** Finish Gutenberg Module General Colors Scheme Rules ******************/


			.has-color-1-color {
				color: #000000;
			}

			.has-color-1-background-color {
				background-color: #000000;
			}
			
			.has-color-2-color {
				color: #ffffff;
			}

			.has-color-2-background-color {
				background-color: #ffffff;
			}
			
			.has-color-3-color {
				color: #d43c18;
			}

			.has-color-3-background-color {
				background-color: #d43c18;
			}
			
			.has-color-4-color {
				color: #5173a6;
			}

			.has-color-4-background-color {
				background-color: #5173a6;
			}
			
			.has-color-5-color {
				color: #959595;
			}

			.has-color-5-background-color {
				background-color: #959595;
			}
			
			.has-color-6-color {
				color: #c0c0c0;
			}

			.has-color-6-background-color {
				background-color: #c0c0c0;
			}
			
			.has-color-7-color {
				color: #f4f4f4;
			}

			.has-color-7-background-color {
				background-color: #f4f4f4;
			}
			
			.has-color-8-color {
				color: #e1e1e1;
			}

			.has-color-8-background-color {
				background-color: #e1e1e1;
			}
			
/***************** Start Default WooCommerce Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	.cmsmasters_product .price, 
	.cmsmasters_product .price ins, 
	.cmsmasters_single_product .price, 
	.cmsmasters_single_product .price ins, 
	.select2-container .select2-choice, 
	.select2-container.select2-drop-above .select2-choice, 
	.select2-container.select2-container-active .select2-choice, 
	.select2-container.select2-container-active.select2-drop-above .select2-choice, 
	.select2-drop.select2-drop-active, 
	.select2-drop.select2-drop-above.select2-drop-active,
	.select2-container .select2-selection--single .select2-selection__rendered {
		color:#d38574;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	.required, 
	.cmsmasters_star_rating .cmsmasters_star_color_wrap, 
	.comment-form-rating .stars > span a:hover, 
	.comment-form-rating .stars > span a.active, 
	.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, 
	.shop_table.woocommerce-checkout-review-order-table .product-name strong, 
	.shop_table.order_details tfoot tr:last-child th, 
	.shop_table.order_details tfoot tr:last-child td, 
	.shop_table.order_details .product-name strong, 
	.shop_table.order_details tfoot tr:first-child th, 
	.shop_table.order_details tfoot tr:first-child td,
	.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		color:#d6a28b;
	}
	
	.cart_totals .cart-subtotal th,
	.cart_totals .cart-subtotal td,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button, 
	.input-checkbox + label:after, 
	.input-radio + label:after, 
	input.shipping_method + label:after, 
	.onsale, 
	.out-of-stock, 
	.stock, 
	ul.order_details li > span, 
	.widget_price_filter .ui-slider-handle, 
	.widget_price_filter .ui-slider-range,
	.woocommerce-store-notice {
		background-color:#d6a28b;
	}
	
	.cart_totals .cart-subtotal th,
	.cart_totals .cart-subtotal td,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		border-color:#d6a28b;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	.widget_rating_filter ul li a:hover, 
	.widget_layered_nav ul li a:hover, 
	.widget_layered_nav ul li.chosen a, 
	.widget_layered_nav_filters ul li a:hover, 
	.widget_layered_nav_filters ul li.chosen a, 
	.widget_product_categories ul li a:hover, 
	.widget_product_categories ul li.current-cat a, 
	.shop_table a:not(.button):hover, 
	#page .remove:hover, 
	.widget_shopping_cart .cart_list a:hover, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a:hover, 
	.cmsmasters_single_product .cmsmasters_product_cat a:hover, 
	.cmsmasters_product .cmsmasters_product_cat a:hover, 
	.widget > .product_list_widget a:hover {
		color:#cec2bf;
	}
	
	.widget_product_tag_cloud a:hover {
		background-color:#cec2bf;
	}
	
	.widget_product_tag_cloud a:hover, 
	.select2-drop.select2-drop-active, 
	.select2-drop.select2-drop-above.select2-drop-active,
	.select2-container.select2-container--open .select2-selection--single,
	.select2-container.select2-container--focus .select2-selection--single,
	.select2-container.select2-container-active .select2-choice, 
	.select2-container.select2-container-active.select2-drop-above .select2-choice, 
	.link_hover_color {
		border-color:#cec2bf;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	.widget_product_tag_cloud a,
	.widget_shopping_cart .total strong,
	.cmsmasters_added_product_info_text,
	.shop_table.woocommerce-checkout-review-order-table td.product-name,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	.cmsmasters_single_product .cmsmasters_product_cat,
	.cmsmasters_single_product .cmsmasters_product_cat a,
	.cmsmasters_product .cmsmasters_product_cat, 
	.cmsmasters_product .cmsmasters_product_cat a, 
	.woocommerce-info, 
	.woocommerce-message, 
	.woocommerce-error li, 
	#page .remove, 
	.cmsmasters_woo_wrap_result .woocommerce-result-count, 
	.cmsmasters_product .cmsmasters_product_cat, 
	.cmsmasters_single_product .product_meta, 
	.shop_attributes th, 
	.shop_table a:not(.button), 
	.cart_totals table, 
	ul.order_details strong, 
	.widget_rating_filter ul li a, 
	.widget_layered_nav ul li a, 
	.widget_layered_nav_filters ul li a, 
	.widget_product_categories ul li a, 
	.widget > .product_list_widget a, 
	.widget_shopping_cart .cart_list a,
	.woocommerce-MyAccount-navigation ul > li.is-active a {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	.woocommerce-store-notice, 
	.woocommerce-store-notice p a, 
	.woocommerce-store-notice p a:hover, 
	.widget_product_tag_cloud a:hover,
	.cart_totals .cart-subtotal th,
	.cart_totals .cart-subtotal td,
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		color:#ffffff;
	}
	
	.woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
	.select2-container .select2-selection--single,
	.widget_product_tag_cloud a,
	.cmsmasters_added_product_info, 
	.woocommerce-checkout-payment .payment_methods .payment_box, 
	.input-checkbox + label:before, 
	.input-radio + label:before, 
	input.shipping_method + label:before, 
	.woocommerce-checkout-payment, 
	.select2-drop.select2-drop-active, 
	.select2-drop.select2-drop-above.select2-drop-active, 
	.select2-container .select2-choice, 
	.select2-container.select2-drop-above .select2-choice, 
	.select2-container.select2-container-active .select2-choice, 
	.select2-container.select2-container-active.select2-drop-above .select2-choice, 
	.woocommerce-info, 
	.woocommerce-message, 
	.woocommerce-error, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	.cmsmasters_product {
		background-color:#ffffff;
	}
	
	.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
		background-color:rgba(255, 255, 255, 0.95);
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	.onsale, 
	.out-of-stock, 
	.stock, 
	ul.order_details {
		color:#f8efea;
	}
	
	.woocommerce-checkout-payment .payment_methods .payment_box, 
	.shop_table.order_details tfoot tr:last-child th, 
	.shop_table.order_details tfoot tr:last-child td, 
	ul.order_details > li {
		background-color:#f8efea;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	.cmsmasters_star_rating .cmsmasters_star_trans_wrap, 
	.comment-form-rating .stars > span {
		color:#ebebeb;
	}
	
	.widget_price_filter .price_slider, 
	.cmsmasters_woo_tabs:before, 
	div.products:before {
		background-color:#ebebeb;
	}
	
	.widget_product_tag_cloud a,
	.widget_rating_filter ul li, 
	.widget_layered_nav ul li, 
	.widget_layered_nav_filters ul li, 
	.widget_product_categories ul li,
	.cmsmasters_added_product_info, 
	.woocommerce-checkout-payment .payment_methods .payment_box, 
	.woocommerce-checkout-payment, 
	.woocommerce-info, 
	.woocommerce-message, 
	.woocommerce-error, 
	.cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	.cmsmasters_product, 
	.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner, 
	.select2-container .select2-choice, 
	.select2-container.select2-drop-above .select2-choice, 
	.input-checkbox + label:before, 
	.input-radio + label:before, 
	input.shipping_method + label:before, 
	.shop_table td, 
	.cart_totals table th, 
	.cart_totals table td, 
	.shop_table .cart_item,
	.select2-dropdown,
	.select2-container .select2-selection--single {
		border-color:#ebebeb;
	}
	
	@media only screen and (max-width: 768px) {
		.shop_table.cart {
			border-color:#ebebeb;
		}
	}
	/* Finish Borders Color */

/***************** Finish Default WooCommerce Color Scheme Rules ******************/


/***************** Start Footer WooCommerce Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_footer .cmsmasters_product .price, 
	html .cmsmasters_color_scheme_footer .cmsmasters_product .price ins, 
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .price, 
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .price ins, 
	html .cmsmasters_color_scheme_footer .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_footer .select2-container .select2-selection--single .select2-selection__rendered {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_footer .required, 
	html .cmsmasters_color_scheme_footer .cmsmasters_star_rating .cmsmasters_star_color_wrap, 
	html .cmsmasters_color_scheme_footer .comment-form-rating .stars > span a:hover, 
	html .cmsmasters_color_scheme_footer .comment-form-rating .stars > span a.active, 
	html .cmsmasters_color_scheme_footer .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	html .cmsmasters_color_scheme_footer .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, 
	html .cmsmasters_color_scheme_footer .shop_table.woocommerce-checkout-review-order-table .product-name strong, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details .product-name strong, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:first-child th, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:first-child td,
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button, 
	html .cmsmasters_color_scheme_footer .input-checkbox + label:after, 
	html .cmsmasters_color_scheme_footer .input-radio + label:after, 
	html .cmsmasters_color_scheme_footer input.shipping_method + label:after, 
	html .cmsmasters_color_scheme_footer .onsale, 
	html .cmsmasters_color_scheme_footer .out-of-stock, 
	html .cmsmasters_color_scheme_footer .stock, 
	html .cmsmasters_color_scheme_footer ul.order_details li > span, 
	html .cmsmasters_color_scheme_footer .widget_price_filter .ui-slider-handle, 
	html .cmsmasters_color_scheme_footer .widget_price_filter .ui-slider-range,
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_footer .widget_rating_filter ul li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav ul li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav ul li.chosen a, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav_filters ul li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav_filters ul li.chosen a, 
	html .cmsmasters_color_scheme_footer .widget_product_categories ul li a:hover, 
	html .cmsmasters_color_scheme_footer .widget_product_categories ul li.current-cat a, 
	html .cmsmasters_color_scheme_footer .shop_table a:not(.button):hover, 
	html .cmsmasters_color_scheme_footer #page .remove:hover, 
	html .cmsmasters_color_scheme_footer .widget_shopping_cart .cart_list a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_footer .cmsmasters_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_footer .widget > .product_list_widget a:hover {
		color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a:hover {
		background-color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a:hover, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_footer .select2-container.select2-container--open .select2-selection--single,
	html .cmsmasters_color_scheme_footer .select2-container.select2-container--focus .select2-selection--single,
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .link_hover_color {
		border-color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_footer .widget_shopping_cart .total strong,
	html .cmsmasters_color_scheme_footer .cmsmasters_added_product_info_text,
	html .cmsmasters_color_scheme_footer .shop_table.woocommerce-checkout-review-order-table td.product-name,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .cmsmasters_product_cat,
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .cmsmasters_product_cat a,
	html .cmsmasters_color_scheme_footer .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_footer .cmsmasters_product .cmsmasters_product_cat a, 
	html .cmsmasters_color_scheme_footer .woocommerce-info, 
	html .cmsmasters_color_scheme_footer .woocommerce-message, 
	html .cmsmasters_color_scheme_footer .woocommerce-error li, 
	html .cmsmasters_color_scheme_footer #page .remove, 
	html .cmsmasters_color_scheme_footer .cmsmasters_woo_wrap_result .woocommerce-result-count, 
	html .cmsmasters_color_scheme_footer .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_footer .cmsmasters_single_product .product_meta, 
	html .cmsmasters_color_scheme_footer .shop_attributes th, 
	html .cmsmasters_color_scheme_footer .shop_table a:not(.button), 
	html .cmsmasters_color_scheme_footer .cart_totals table, 
	html .cmsmasters_color_scheme_footer ul.order_details strong, 
	html .cmsmasters_color_scheme_footer .widget_rating_filter ul li a, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav ul li a, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav_filters ul li a, 
	html .cmsmasters_color_scheme_footer .widget_product_categories ul li a, 
	html .cmsmasters_color_scheme_footer .widget > .product_list_widget a, 
	html .cmsmasters_color_scheme_footer .widget_shopping_cart .cart_list a,
	html .cmsmasters_color_scheme_footer .woocommerce-MyAccount-navigation ul > li.is-active a {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice, 
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice p a, 
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice p a:hover, 
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a:hover,
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_footer .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
	html .cmsmasters_color_scheme_footer .select2-container .select2-selection--single,
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_footer .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_footer .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_footer .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_footer .input-radio + label:before, 
	html .cmsmasters_color_scheme_footer input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_footer .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_footer .select2-drop.select2-drop-above.select2-drop-active, 
	html .cmsmasters_color_scheme_footer .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .woocommerce-info, 
	html .cmsmasters_color_scheme_footer .woocommerce-message, 
	html .cmsmasters_color_scheme_footer .woocommerce-error, 
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product {
		background-color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
		background-color:rgba(255, 255, 255, 0.95);
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	html .cmsmasters_color_scheme_footer .onsale, 
	html .cmsmasters_color_scheme_footer .out-of-stock, 
	html .cmsmasters_color_scheme_footer .stock, 
	html .cmsmasters_color_scheme_footer ul.order_details {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_footer .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_footer .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_footer ul.order_details > li {
		background-color:#f8f7f5;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_footer .cmsmasters_star_rating .cmsmasters_star_trans_wrap, 
	html .cmsmasters_color_scheme_footer .comment-form-rating .stars > span {
		color:#dbdbdb;
	}
	
	html .cmsmasters_color_scheme_footer .widget_price_filter .price_slider, 
	html .cmsmasters_color_scheme_footer .cmsmasters_woo_tabs:before, 
	html .cmsmasters_color_scheme_footer div.products:before {
		background-color:#dbdbdb;
	}
	
	html .cmsmasters_color_scheme_footer .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_footer .widget_rating_filter ul li, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav ul li, 
	html .cmsmasters_color_scheme_footer .widget_layered_nav_filters ul li, 
	html .cmsmasters_color_scheme_footer .widget_product_categories ul li,
	html .cmsmasters_color_scheme_footer .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_footer .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_footer .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_footer .woocommerce-info, 
	html .cmsmasters_color_scheme_footer .woocommerce-message, 
	html .cmsmasters_color_scheme_footer .woocommerce-error, 
	html .cmsmasters_color_scheme_footer .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product, 
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner, 
	html .cmsmasters_color_scheme_footer .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_footer .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_footer .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_footer .input-radio + label:before, 
	html .cmsmasters_color_scheme_footer input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_footer .shop_table td, 
	html .cmsmasters_color_scheme_footer .cart_totals table th, 
	html .cmsmasters_color_scheme_footer .cart_totals table td, 
	html .cmsmasters_color_scheme_footer .shop_table .cart_item,
	html .cmsmasters_color_scheme_footer .select2-dropdown,
	html .cmsmasters_color_scheme_footer .select2-container .select2-selection--single {
		border-color:#dbdbdb;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_footer .shop_table.cart {
			border-color:#dbdbdb;
		}
	}
	/* Finish Borders Color */

/***************** Finish Footer WooCommerce Color Scheme Rules ******************/


/***************** Start Custom 1 WooCommerce Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_first .cmsmasters_product .price, 
	html .cmsmasters_color_scheme_first .cmsmasters_product .price ins, 
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .price, 
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .price ins, 
	html .cmsmasters_color_scheme_first .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_first .select2-container .select2-selection--single .select2-selection__rendered {
		color:#baadaa;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_first .required, 
	html .cmsmasters_color_scheme_first .cmsmasters_star_rating .cmsmasters_star_color_wrap, 
	html .cmsmasters_color_scheme_first .comment-form-rating .stars > span a:hover, 
	html .cmsmasters_color_scheme_first .comment-form-rating .stars > span a.active, 
	html .cmsmasters_color_scheme_first .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	html .cmsmasters_color_scheme_first .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, 
	html .cmsmasters_color_scheme_first .shop_table.woocommerce-checkout-review-order-table .product-name strong, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_first .shop_table.order_details .product-name strong, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:first-child th, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:first-child td,
	html .cmsmasters_color_scheme_first .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button, 
	html .cmsmasters_color_scheme_first .input-checkbox + label:after, 
	html .cmsmasters_color_scheme_first .input-radio + label:after, 
	html .cmsmasters_color_scheme_first input.shipping_method + label:after, 
	html .cmsmasters_color_scheme_first .onsale, 
	html .cmsmasters_color_scheme_first .out-of-stock, 
	html .cmsmasters_color_scheme_first .stock, 
	html .cmsmasters_color_scheme_first ul.order_details li > span, 
	html .cmsmasters_color_scheme_first .widget_price_filter .ui-slider-handle, 
	html .cmsmasters_color_scheme_first .widget_price_filter .ui-slider-range,
	html .cmsmasters_color_scheme_first .woocommerce-store-notice {
		background-color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		border-color:#848180;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_first .widget_rating_filter ul li a:hover, 
	html .cmsmasters_color_scheme_first .widget_layered_nav ul li a:hover, 
	html .cmsmasters_color_scheme_first .widget_layered_nav ul li.chosen a, 
	html .cmsmasters_color_scheme_first .widget_layered_nav_filters ul li a:hover, 
	html .cmsmasters_color_scheme_first .widget_layered_nav_filters ul li.chosen a, 
	html .cmsmasters_color_scheme_first .widget_product_categories ul li a:hover, 
	html .cmsmasters_color_scheme_first .widget_product_categories ul li.current-cat a, 
	html .cmsmasters_color_scheme_first .shop_table a:not(.button):hover, 
	html .cmsmasters_color_scheme_first #page .remove:hover, 
	html .cmsmasters_color_scheme_first .widget_shopping_cart .cart_list a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_first .cmsmasters_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_first .widget > .product_list_widget a:hover {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a:hover {
		background-color:#272220;
	}
	
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a:hover, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_first .select2-container.select2-container--open .select2-selection--single,
	html .cmsmasters_color_scheme_first .select2-container.select2-container--focus .select2-selection--single,
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .link_hover_color {
		border-color:#272220;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_first .widget_shopping_cart .total strong,
	html .cmsmasters_color_scheme_first .cmsmasters_added_product_info_text,
	html .cmsmasters_color_scheme_first .shop_table.woocommerce-checkout-review-order-table td.product-name,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .cmsmasters_product_cat,
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .cmsmasters_product_cat a,
	html .cmsmasters_color_scheme_first .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_first .cmsmasters_product .cmsmasters_product_cat a, 
	html .cmsmasters_color_scheme_first .woocommerce-info, 
	html .cmsmasters_color_scheme_first .woocommerce-message, 
	html .cmsmasters_color_scheme_first .woocommerce-error li, 
	html .cmsmasters_color_scheme_first #page .remove, 
	html .cmsmasters_color_scheme_first .cmsmasters_woo_wrap_result .woocommerce-result-count, 
	html .cmsmasters_color_scheme_first .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_first .cmsmasters_single_product .product_meta, 
	html .cmsmasters_color_scheme_first .shop_attributes th, 
	html .cmsmasters_color_scheme_first .shop_table a:not(.button), 
	html .cmsmasters_color_scheme_first .cart_totals table, 
	html .cmsmasters_color_scheme_first ul.order_details strong, 
	html .cmsmasters_color_scheme_first .widget_rating_filter ul li a, 
	html .cmsmasters_color_scheme_first .widget_layered_nav ul li a, 
	html .cmsmasters_color_scheme_first .widget_layered_nav_filters ul li a, 
	html .cmsmasters_color_scheme_first .widget_product_categories ul li a, 
	html .cmsmasters_color_scheme_first .widget > .product_list_widget a, 
	html .cmsmasters_color_scheme_first .widget_shopping_cart .cart_list a,
	html .cmsmasters_color_scheme_first .woocommerce-MyAccount-navigation ul > li.is-active a {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_first .woocommerce-store-notice, 
	html .cmsmasters_color_scheme_first .woocommerce-store-notice p a, 
	html .cmsmasters_color_scheme_first .woocommerce-store-notice p a:hover, 
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a:hover,
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_first .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
	html .cmsmasters_color_scheme_first .select2-container .select2-selection--single,
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_first .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_first .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_first .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_first .input-radio + label:before, 
	html .cmsmasters_color_scheme_first input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_first .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_first .select2-drop.select2-drop-above.select2-drop-active, 
	html .cmsmasters_color_scheme_first .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .woocommerce-info, 
	html .cmsmasters_color_scheme_first .woocommerce-message, 
	html .cmsmasters_color_scheme_first .woocommerce-error, 
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product {
		background-color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
		background-color:rgba(248, 239, 234, 0.95);
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	html .cmsmasters_color_scheme_first .onsale, 
	html .cmsmasters_color_scheme_first .out-of-stock, 
	html .cmsmasters_color_scheme_first .stock, 
	html .cmsmasters_color_scheme_first ul.order_details {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_first .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_first .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_first ul.order_details > li {
		background-color:#ffffff;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_first .cmsmasters_star_rating .cmsmasters_star_trans_wrap, 
	html .cmsmasters_color_scheme_first .comment-form-rating .stars > span {
		color:#ebebeb;
	}
	
	html .cmsmasters_color_scheme_first .widget_price_filter .price_slider, 
	html .cmsmasters_color_scheme_first .cmsmasters_woo_tabs:before, 
	html .cmsmasters_color_scheme_first div.products:before {
		background-color:#ebebeb;
	}
	
	html .cmsmasters_color_scheme_first .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_first .widget_rating_filter ul li, 
	html .cmsmasters_color_scheme_first .widget_layered_nav ul li, 
	html .cmsmasters_color_scheme_first .widget_layered_nav_filters ul li, 
	html .cmsmasters_color_scheme_first .widget_product_categories ul li,
	html .cmsmasters_color_scheme_first .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_first .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_first .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_first .woocommerce-info, 
	html .cmsmasters_color_scheme_first .woocommerce-message, 
	html .cmsmasters_color_scheme_first .woocommerce-error, 
	html .cmsmasters_color_scheme_first .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product, 
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner, 
	html .cmsmasters_color_scheme_first .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_first .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_first .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_first .input-radio + label:before, 
	html .cmsmasters_color_scheme_first input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_first .shop_table td, 
	html .cmsmasters_color_scheme_first .cart_totals table th, 
	html .cmsmasters_color_scheme_first .cart_totals table td, 
	html .cmsmasters_color_scheme_first .shop_table .cart_item,
	html .cmsmasters_color_scheme_first .select2-dropdown,
	html .cmsmasters_color_scheme_first .select2-container .select2-selection--single {
		border-color:#ebebeb;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_first .shop_table.cart {
			border-color:#ebebeb;
		}
	}
	/* Finish Borders Color */

/***************** Finish Custom 1 WooCommerce Color Scheme Rules ******************/


/***************** Start Custom 2 WooCommerce Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_second .cmsmasters_product .price, 
	html .cmsmasters_color_scheme_second .cmsmasters_product .price ins, 
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .price, 
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .price ins, 
	html .cmsmasters_color_scheme_second .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_second .select2-container .select2-selection--single .select2-selection__rendered {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_second .required, 
	html .cmsmasters_color_scheme_second .cmsmasters_star_rating .cmsmasters_star_color_wrap, 
	html .cmsmasters_color_scheme_second .comment-form-rating .stars > span a:hover, 
	html .cmsmasters_color_scheme_second .comment-form-rating .stars > span a.active, 
	html .cmsmasters_color_scheme_second .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	html .cmsmasters_color_scheme_second .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, 
	html .cmsmasters_color_scheme_second .shop_table.woocommerce-checkout-review-order-table .product-name strong, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_second .shop_table.order_details .product-name strong, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:first-child th, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:first-child td,
	html .cmsmasters_color_scheme_second .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button, 
	html .cmsmasters_color_scheme_second .input-checkbox + label:after, 
	html .cmsmasters_color_scheme_second .input-radio + label:after, 
	html .cmsmasters_color_scheme_second input.shipping_method + label:after, 
	html .cmsmasters_color_scheme_second .onsale, 
	html .cmsmasters_color_scheme_second .out-of-stock, 
	html .cmsmasters_color_scheme_second .stock, 
	html .cmsmasters_color_scheme_second ul.order_details li > span, 
	html .cmsmasters_color_scheme_second .widget_price_filter .ui-slider-handle, 
	html .cmsmasters_color_scheme_second .widget_price_filter .ui-slider-range,
	html .cmsmasters_color_scheme_second .woocommerce-store-notice {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_second .widget_rating_filter ul li a:hover, 
	html .cmsmasters_color_scheme_second .widget_layered_nav ul li a:hover, 
	html .cmsmasters_color_scheme_second .widget_layered_nav ul li.chosen a, 
	html .cmsmasters_color_scheme_second .widget_layered_nav_filters ul li a:hover, 
	html .cmsmasters_color_scheme_second .widget_layered_nav_filters ul li.chosen a, 
	html .cmsmasters_color_scheme_second .widget_product_categories ul li a:hover, 
	html .cmsmasters_color_scheme_second .widget_product_categories ul li.current-cat a, 
	html .cmsmasters_color_scheme_second .shop_table a:not(.button):hover, 
	html .cmsmasters_color_scheme_second #page .remove:hover, 
	html .cmsmasters_color_scheme_second .widget_shopping_cart .cart_list a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_second .cmsmasters_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_second .widget > .product_list_widget a:hover {
		color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a:hover {
		background-color:#352e2b;
	}
	
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a:hover, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_second .select2-container.select2-container--open .select2-selection--single,
	html .cmsmasters_color_scheme_second .select2-container.select2-container--focus .select2-selection--single,
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .link_hover_color {
		border-color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_second .widget_shopping_cart .total strong,
	html .cmsmasters_color_scheme_second .cmsmasters_added_product_info_text,
	html .cmsmasters_color_scheme_second .shop_table.woocommerce-checkout-review-order-table td.product-name,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .cmsmasters_product_cat,
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .cmsmasters_product_cat a,
	html .cmsmasters_color_scheme_second .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_second .cmsmasters_product .cmsmasters_product_cat a, 
	html .cmsmasters_color_scheme_second .woocommerce-info, 
	html .cmsmasters_color_scheme_second .woocommerce-message, 
	html .cmsmasters_color_scheme_second .woocommerce-error li, 
	html .cmsmasters_color_scheme_second #page .remove, 
	html .cmsmasters_color_scheme_second .cmsmasters_woo_wrap_result .woocommerce-result-count, 
	html .cmsmasters_color_scheme_second .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_second .cmsmasters_single_product .product_meta, 
	html .cmsmasters_color_scheme_second .shop_attributes th, 
	html .cmsmasters_color_scheme_second .shop_table a:not(.button), 
	html .cmsmasters_color_scheme_second .cart_totals table, 
	html .cmsmasters_color_scheme_second ul.order_details strong, 
	html .cmsmasters_color_scheme_second .widget_rating_filter ul li a, 
	html .cmsmasters_color_scheme_second .widget_layered_nav ul li a, 
	html .cmsmasters_color_scheme_second .widget_layered_nav_filters ul li a, 
	html .cmsmasters_color_scheme_second .widget_product_categories ul li a, 
	html .cmsmasters_color_scheme_second .widget > .product_list_widget a, 
	html .cmsmasters_color_scheme_second .widget_shopping_cart .cart_list a,
	html .cmsmasters_color_scheme_second .woocommerce-MyAccount-navigation ul > li.is-active a {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_second .woocommerce-store-notice, 
	html .cmsmasters_color_scheme_second .woocommerce-store-notice p a, 
	html .cmsmasters_color_scheme_second .woocommerce-store-notice p a:hover, 
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a:hover,
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_second .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
	html .cmsmasters_color_scheme_second .select2-container .select2-selection--single,
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_second .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_second .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_second .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_second .input-radio + label:before, 
	html .cmsmasters_color_scheme_second input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_second .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_second .select2-drop.select2-drop-above.select2-drop-active, 
	html .cmsmasters_color_scheme_second .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .woocommerce-info, 
	html .cmsmasters_color_scheme_second .woocommerce-message, 
	html .cmsmasters_color_scheme_second .woocommerce-error, 
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product {
		background-color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
		background-color:rgba(248, 247, 245, 0.95);
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	html .cmsmasters_color_scheme_second .onsale, 
	html .cmsmasters_color_scheme_second .out-of-stock, 
	html .cmsmasters_color_scheme_second .stock, 
	html .cmsmasters_color_scheme_second ul.order_details {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_second .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_second ul.order_details > li {
		background-color:#f8f7f5;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_second .cmsmasters_star_rating .cmsmasters_star_trans_wrap, 
	html .cmsmasters_color_scheme_second .comment-form-rating .stars > span {
		color:#cfcdc9;
	}
	
	html .cmsmasters_color_scheme_second .widget_price_filter .price_slider, 
	html .cmsmasters_color_scheme_second .cmsmasters_woo_tabs:before, 
	html .cmsmasters_color_scheme_second div.products:before {
		background-color:#cfcdc9;
	}
	
	html .cmsmasters_color_scheme_second .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_second .widget_rating_filter ul li, 
	html .cmsmasters_color_scheme_second .widget_layered_nav ul li, 
	html .cmsmasters_color_scheme_second .widget_layered_nav_filters ul li, 
	html .cmsmasters_color_scheme_second .widget_product_categories ul li,
	html .cmsmasters_color_scheme_second .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_second .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_second .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_second .woocommerce-info, 
	html .cmsmasters_color_scheme_second .woocommerce-message, 
	html .cmsmasters_color_scheme_second .woocommerce-error, 
	html .cmsmasters_color_scheme_second .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product, 
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner, 
	html .cmsmasters_color_scheme_second .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_second .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_second .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_second .input-radio + label:before, 
	html .cmsmasters_color_scheme_second input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_second .shop_table td, 
	html .cmsmasters_color_scheme_second .cart_totals table th, 
	html .cmsmasters_color_scheme_second .cart_totals table td, 
	html .cmsmasters_color_scheme_second .shop_table .cart_item,
	html .cmsmasters_color_scheme_second .select2-dropdown,
	html .cmsmasters_color_scheme_second .select2-container .select2-selection--single {
		border-color:#cfcdc9;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_second .shop_table.cart {
			border-color:#cfcdc9;
		}
	}
	/* Finish Borders Color */

/***************** Finish Custom 2 WooCommerce Color Scheme Rules ******************/


/***************** Start Custom 3 WooCommerce Color Scheme Rules ******************/

	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_third .cmsmasters_product .price, 
	html .cmsmasters_color_scheme_third .cmsmasters_product .price ins, 
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .price, 
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .price ins, 
	html .cmsmasters_color_scheme_third .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_third .select2-container .select2-selection--single .select2-selection__rendered {
		color:#878787;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_third .required, 
	html .cmsmasters_color_scheme_third .cmsmasters_star_rating .cmsmasters_star_color_wrap, 
	html .cmsmasters_color_scheme_third .comment-form-rating .stars > span a:hover, 
	html .cmsmasters_color_scheme_third .comment-form-rating .stars > span a.active, 
	html .cmsmasters_color_scheme_third .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, 
	html .cmsmasters_color_scheme_third .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, 
	html .cmsmasters_color_scheme_third .shop_table.woocommerce-checkout-review-order-table .product-name strong, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_third .shop_table.order_details .product-name strong, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:first-child th, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:first-child td,
	html .cmsmasters_color_scheme_third .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button, 
	html .cmsmasters_color_scheme_third .input-checkbox + label:after, 
	html .cmsmasters_color_scheme_third .input-radio + label:after, 
	html .cmsmasters_color_scheme_third input.shipping_method + label:after, 
	html .cmsmasters_color_scheme_third .onsale, 
	html .cmsmasters_color_scheme_third .out-of-stock, 
	html .cmsmasters_color_scheme_third .stock, 
	html .cmsmasters_color_scheme_third ul.order_details li > span, 
	html .cmsmasters_color_scheme_third .widget_price_filter .ui-slider-handle, 
	html .cmsmasters_color_scheme_third .widget_price_filter .ui-slider-range,
	html .cmsmasters_color_scheme_third .woocommerce-store-notice {
		background-color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		border-color:#ff6c2f;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_third .widget_rating_filter ul li a:hover, 
	html .cmsmasters_color_scheme_third .widget_layered_nav ul li a:hover, 
	html .cmsmasters_color_scheme_third .widget_layered_nav ul li.chosen a, 
	html .cmsmasters_color_scheme_third .widget_layered_nav_filters ul li a:hover, 
	html .cmsmasters_color_scheme_third .widget_layered_nav_filters ul li.chosen a, 
	html .cmsmasters_color_scheme_third .widget_product_categories ul li a:hover, 
	html .cmsmasters_color_scheme_third .widget_product_categories ul li.current-cat a, 
	html .cmsmasters_color_scheme_third .shop_table a:not(.button):hover, 
	html .cmsmasters_color_scheme_third #page .remove:hover, 
	html .cmsmasters_color_scheme_third .widget_shopping_cart .cart_list a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_third .cmsmasters_product .cmsmasters_product_cat a:hover, 
	html .cmsmasters_color_scheme_third .widget > .product_list_widget a:hover {
		color:#3b3b3b;
	}
	
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a:hover {
		background-color:#3b3b3b;
	}
	
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a:hover, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-above.select2-drop-active,
	html .cmsmasters_color_scheme_third .select2-container.select2-container--open .select2-selection--single,
	html .cmsmasters_color_scheme_third .select2-container.select2-container--focus .select2-selection--single,
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .link_hover_color {
		border-color:#3b3b3b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_third .widget_shopping_cart .total strong,
	html .cmsmasters_color_scheme_third .cmsmasters_added_product_info_text,
	html .cmsmasters_color_scheme_third .shop_table.woocommerce-checkout-review-order-table td.product-name,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .cmsmasters_product_cat,
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .cmsmasters_product_cat a,
	html .cmsmasters_color_scheme_third .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_third .cmsmasters_product .cmsmasters_product_cat a, 
	html .cmsmasters_color_scheme_third .woocommerce-info, 
	html .cmsmasters_color_scheme_third .woocommerce-message, 
	html .cmsmasters_color_scheme_third .woocommerce-error li, 
	html .cmsmasters_color_scheme_third #page .remove, 
	html .cmsmasters_color_scheme_third .cmsmasters_woo_wrap_result .woocommerce-result-count, 
	html .cmsmasters_color_scheme_third .cmsmasters_product .cmsmasters_product_cat, 
	html .cmsmasters_color_scheme_third .cmsmasters_single_product .product_meta, 
	html .cmsmasters_color_scheme_third .shop_attributes th, 
	html .cmsmasters_color_scheme_third .shop_table a:not(.button), 
	html .cmsmasters_color_scheme_third .cart_totals table, 
	html .cmsmasters_color_scheme_third ul.order_details strong, 
	html .cmsmasters_color_scheme_third .widget_rating_filter ul li a, 
	html .cmsmasters_color_scheme_third .widget_layered_nav ul li a, 
	html .cmsmasters_color_scheme_third .widget_layered_nav_filters ul li a, 
	html .cmsmasters_color_scheme_third .widget_product_categories ul li a, 
	html .cmsmasters_color_scheme_third .widget > .product_list_widget a, 
	html .cmsmasters_color_scheme_third .widget_shopping_cart .cart_list a,
	html .cmsmasters_color_scheme_third .woocommerce-MyAccount-navigation ul > li.is-active a {
		color:#292929;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_third .woocommerce-store-notice, 
	html .cmsmasters_color_scheme_third .woocommerce-store-notice p a, 
	html .cmsmasters_color_scheme_third .woocommerce-store-notice p a:hover, 
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a:hover,
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal th,
	html .cmsmasters_color_scheme_third .cart_totals .cart-subtotal td,
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .woocommerce-store-notice .woocommerce-store-notice__dismiss-link,
	html .cmsmasters_color_scheme_third .select2-container .select2-selection--single,
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_third .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_third .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_third .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_third .input-radio + label:before, 
	html .cmsmasters_color_scheme_third input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_third .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-active, 
	html .cmsmasters_color_scheme_third .select2-drop.select2-drop-above.select2-drop-active, 
	html .cmsmasters_color_scheme_third .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-container-active.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .woocommerce-info, 
	html .cmsmasters_color_scheme_third .woocommerce-message, 
	html .cmsmasters_color_scheme_third .woocommerce-error, 
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product {
		background-color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
		background-color:rgba(251, 251, 251, 0.95);
	}
	/* Finish Main Background Color */
	
	
	/* Start Alternate Background Color */
	html .cmsmasters_color_scheme_third .onsale, 
	html .cmsmasters_color_scheme_third .out-of-stock, 
	html .cmsmasters_color_scheme_third .stock, 
	html .cmsmasters_color_scheme_third ul.order_details {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_third .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:last-child th, 
	html .cmsmasters_color_scheme_third .shop_table.order_details tfoot tr:last-child td, 
	html .cmsmasters_color_scheme_third ul.order_details > li {
		background-color:#ffffff;
	}
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_third .cmsmasters_star_rating .cmsmasters_star_trans_wrap, 
	html .cmsmasters_color_scheme_third .comment-form-rating .stars > span {
		color:#e4e4e4;
	}
	
	html .cmsmasters_color_scheme_third .widget_price_filter .price_slider, 
	html .cmsmasters_color_scheme_third .cmsmasters_woo_tabs:before, 
	html .cmsmasters_color_scheme_third div.products:before {
		background-color:#e4e4e4;
	}
	
	html .cmsmasters_color_scheme_third .widget_product_tag_cloud a,
	html .cmsmasters_color_scheme_third .widget_rating_filter ul li, 
	html .cmsmasters_color_scheme_third .widget_layered_nav ul li, 
	html .cmsmasters_color_scheme_third .widget_layered_nav_filters ul li, 
	html .cmsmasters_color_scheme_third .widget_product_categories ul li,
	html .cmsmasters_color_scheme_third .cmsmasters_added_product_info, 
	html .cmsmasters_color_scheme_third .woocommerce-checkout-payment .payment_methods .payment_box, 
	html .cmsmasters_color_scheme_third .woocommerce-checkout-payment, 
	html .cmsmasters_color_scheme_third .woocommerce-info, 
	html .cmsmasters_color_scheme_third .woocommerce-message, 
	html .cmsmasters_color_scheme_third .woocommerce-error, 
	html .cmsmasters_color_scheme_third .cmsmasters_dynamic_cart .widget_shopping_cart_content .button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product, 
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner, 
	html .cmsmasters_color_scheme_third .select2-container .select2-choice, 
	html .cmsmasters_color_scheme_third .select2-container.select2-drop-above .select2-choice, 
	html .cmsmasters_color_scheme_third .input-checkbox + label:before, 
	html .cmsmasters_color_scheme_third .input-radio + label:before, 
	html .cmsmasters_color_scheme_third input.shipping_method + label:before, 
	html .cmsmasters_color_scheme_third .shop_table td, 
	html .cmsmasters_color_scheme_third .cart_totals table th, 
	html .cmsmasters_color_scheme_third .cart_totals table td, 
	html .cmsmasters_color_scheme_third .shop_table .cart_item,
	html .cmsmasters_color_scheme_third .select2-dropdown,
	html .cmsmasters_color_scheme_third .select2-container .select2-selection--single {
		border-color:#e4e4e4;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_third .shop_table.cart {
			border-color:#e4e4e4;
		}
	}
	/* Finish Borders Color */

/***************** Finish Custom 3 WooCommerce Color Scheme Rules ******************/


/***************** Start Default Yith WooCommerce Quick View Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	.yith-quick-view .yith-wcqv-head .yith-quick-view-close:before,
	#yith-quick-view-modal .single-product .price del,
	.yith-quick-view.slide-in .single-product .price del,
	.yith-quick-view.fade-in .single-product .price del,
	.yith-quick-view.scale-up .single-product .price del,
	.yith-quick-view.yith-inline .single-product .price del {
		color:#d38574;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	.cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button,
	#yith-quick-view-modal .single-product .product_meta a:hover,
	#yith-quick-view-modal .single-product .product_meta > span a:hover,
	.yith-wcqv-close:hover,
	.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a,
	.yith-wcqv-button:not(.button) span:hover,
	.yith-quick-view.slide-in .single-product .product_meta a:hover,
	.yith-quick-view.fade-in .single-product .product_meta a:hover,
	.yith-quick-view.scale-in .single-product .product_meta a:hover,
	.yith-quick-view.slide-in .single-product .product_meta > span a:hover,
	.yith-quick-view.fade-in .single-product .product_meta > span a:hover,
	.yith-quick-view.scale-in .single-product .product_meta > span a:hover,
	.yith-quick-view.yith-inline .single-product .product_meta a:hover,
	.yith-quick-view.yith-inline .single-product .product_meta > span a:hover {
		color:#d6a28b;
	}
	
	.cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		background-color:#d6a28b;
	}
	
	html .yith-quick-view.slide-in .single-product .yith-wcqv-view-details, 
	html .yith-quick-view.fade-in .single-product .yith-wcqv-view-details, 
	html .yith-quick-view.scale-in .single-product .yith-wcqv-view-details,
	.cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		border-color:#d6a28b;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	.yith-quick-view .single-product div.summary .product_meta a:hover, 
	#yith-quick-view-modal .single-product div.summary .product_meta a:hover,
	#yith-quick-view-modal .single-product .product_meta > span,
	#yith-quick-view-modal .single-product .product_meta > span a,
	.yith-wcqv-close,
	.yith-quick-view.slide-in .single-product .product_meta > span,
	.yith-quick-view.fade-in .single-product .product_meta > span,
	.yith-quick-view.scale-in .single-product .product_meta > span,
	.yith-quick-view.slide-in .single-product .product_meta > span a,
	.yith-quick-view.fade-in .single-product .product_meta > span a,
	.yith-quick-view.scale-in .single-product .product_meta > span a,
	.yith-quick-view.yith-inline .single-product .product_meta > span,
	.yith-quick-view.yith-inline .single-product .product_meta > span a {
		color:#cec2bf;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	.yith-quick-view .single-product div.summary .product_meta, 
	.yith-quick-view .single-product div.summary .product_meta a, 
	#yith-quick-view-modal .single-product div.summary .product_meta,
	#yith-quick-view-modal .single-product div.summary .product_meta a,
	.cmsmasters_product .button.cmsmasters_quick_view_button,
	#yith-quick-view-modal .single-product .product_meta a,
	#yith-quick-view-modal .single-product .product_meta > span .cmsmasters_product_meta_title,
	.yith-wcqv-button:not(.button) span,
	.yith-quick-view.slide-in .single-product .product_meta a,
	.yith-quick-view.fade-in .single-product .product_meta a,
	.yith-quick-view.scale-in .single-product .product_meta a,
	.yith-quick-view.slide-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	.yith-quick-view.fade-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	.yith-quick-view.scale-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	.yith-quick-view.yith-inline .single-product .product_meta a,
	.yith-quick-view.yith-inline .single-product .product_meta > span .cmsmasters_product_meta_title {
		color:#272220;
	}
	
	.yith-quick-view.slide-in .single-product .yith-wcqv-view-details,
	.yith-quick-view.fade-in .single-product .yith-wcqv-view-details,
	.yith-quick-view.scale-in .single-product .yith-wcqv-view-details {
		border-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	.cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	.cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:hover,
	.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.browse_wishlist {
		color:#ffffff;
	}
	
	.cmsmasters_product .button.cmsmasters_quick_view_button,
	.yith-wcqv-main,
	html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before,
	.yith-wcqv-button:not(.button) span,
	html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close:before,
	html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close:before,
	html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close:before,
	html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	.yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	.yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close:before,
	.yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	.yith-quick-view.slide-in .single-product .yith-wcqv-view-details:hover, 
	.yith-quick-view.fade-in .single-product .yith-wcqv-view-details:hover, 
	.yith-quick-view.scale-in .single-product .yith-wcqv-view-details:hover,
	html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a, 
	html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a, 
	html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a,
	.cmsmasters_product .button.cmsmasters_quick_view_button,
	#yith-quick-view-modal .single-product .cmsmasters_product_info_wrap,
	#yith-quick-view-modal .single-product .product_meta,
	#yith-quick-view-modal .single-product .cmsmasters_product_right_column .share_posts,
	#yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
	.yith-quick-view.slide-in .single-product .cmsmasters_product_info_wrap,
	.yith-quick-view.fade-in .single-product .cmsmasters_product_info_wrap,
	.yith-quick-view.scale-in .single-product .cmsmasters_product_info_wrap,
	.yith-quick-view.slide-in .single-product .product_meta,
	.yith-quick-view.fade-in .single-product .product_meta,
	.yith-quick-view.scale-in .single-product .product_meta,
	.yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	.yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	.yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	.yith-quick-view.yith-inline .single-product .cmsmasters_product_info_wrap,
	.yith-quick-view.yith-inline .single-product .product_meta,
	.yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	.yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	.yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active {
		border-color:#ebebeb;
	}
	/* Finish Borders Color */
	
	
/***************** Finish Default Yith WooCommerce Quick View Colors Scheme Rules ******************/


/***************** Start Footer Yith WooCommerce Quick View Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_footer .yith-quick-view .yith-wcqv-head .yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .price del,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .price del,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .price del,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-up .single-product .price del,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .price del {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_footer .yith-wcqv-close:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_footer .yith-wcqv-button:not(.button) span:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta > span a:hover {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_footer .yith-quick-view .single-product div.summary .product_meta a:hover, 
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product div.summary .product_meta a:hover,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta > span,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_footer .yith-wcqv-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta > span,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta > span a {
		color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_footer .yith-quick-view .single-product div.summary .product_meta, 
	html .cmsmasters_color_scheme_footer .yith-quick-view .single-product div.summary .product_meta a, 
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product div.summary .product_meta,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product div.summary .product_meta a,
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta a,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_footer .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta a,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta > span .cmsmasters_product_meta_title {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .yith-wcqv-view-details {
		border-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:hover,
	html .cmsmasters_color_scheme_footer .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.browse_wishlist {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_footer .yith-wcqv-main,
	html .cmsmasters_color_scheme_footer html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .yith-wcqv-view-details:hover,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a,
	html .cmsmasters_color_scheme_footer .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .product_meta,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .single-product .cmsmasters_product_right_column .share_posts,
	html .cmsmasters_color_scheme_footer #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .single-product .product_meta,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .single-product .product_meta,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .single-product .product_meta,
	html .cmsmasters_color_scheme_footer .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_footer html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product .product_meta,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_footer .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active {
		border-color:#dbdbdb;
	}
	/* Finish Borders Color */
	
	
/***************** Finish Footer Yith WooCommerce Quick View Colors Scheme Rules ******************/


/***************** Start Custom 1 Yith WooCommerce Quick View Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_first .yith-quick-view .yith-wcqv-head .yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .price del,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .price del,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .price del,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-up .single-product .price del,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .price del {
		color:#baadaa;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_first .yith-wcqv-close:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_first .yith-wcqv-button:not(.button) span:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta > span a:hover {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		background-color:#848180;
	}
	
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		border-color:#848180;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_first .yith-quick-view .single-product div.summary .product_meta a:hover, 
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product div.summary .product_meta a:hover,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta > span,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_first .yith-wcqv-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta > span,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta > span a {
		color:#272220;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_first .yith-quick-view .single-product div.summary .product_meta, 
	html .cmsmasters_color_scheme_first .yith-quick-view .single-product div.summary .product_meta a, 
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product div.summary .product_meta,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product div.summary .product_meta a,
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta a,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_first .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta a,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta > span .cmsmasters_product_meta_title {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .yith-wcqv-view-details {
		border-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:hover,
	html .cmsmasters_color_scheme_first .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.browse_wishlist {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_first .yith-wcqv-main,
	html .cmsmasters_color_scheme_first html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		background-color:#f8efea;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .yith-wcqv-view-details:hover,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a,
	html .cmsmasters_color_scheme_first .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .product_meta,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .single-product .cmsmasters_product_right_column .share_posts,
	html .cmsmasters_color_scheme_first #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .single-product .product_meta,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .single-product .product_meta,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .single-product .product_meta,
	html .cmsmasters_color_scheme_first .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_first html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_first html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_first html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product .product_meta,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_first .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active {
		border-color:#ebebeb;
	}
	/* Finish Borders Color */
	
	
/***************** Finish Custom 1 Yith WooCommerce Quick View Colors Scheme Rules ******************/


/***************** Start Custom 2 Yith WooCommerce Quick View Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_second .yith-quick-view .yith-wcqv-head .yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .price del,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .price del,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .price del,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-up .single-product .price del,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .price del {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_second .yith-wcqv-close:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_second .yith-wcqv-button:not(.button) span:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta > span a:hover {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_second .yith-quick-view .single-product div.summary .product_meta a:hover, 
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product div.summary .product_meta a:hover,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta > span,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_second .yith-wcqv-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta > span,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta > span a {
		color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_second .yith-quick-view .single-product div.summary .product_meta, 
	html .cmsmasters_color_scheme_second .yith-quick-view .single-product div.summary .product_meta a, 
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product div.summary .product_meta,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product div.summary .product_meta a,
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta a,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_second .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta a,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta > span .cmsmasters_product_meta_title {
		color:#272220;
	}
	
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .yith-wcqv-view-details {
		border-color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:hover,
	html .cmsmasters_color_scheme_second .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.browse_wishlist {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_second .yith-wcqv-main,
	html .cmsmasters_color_scheme_second html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		background-color:#f8f7f5;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .yith-wcqv-view-details:hover,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a,
	html .cmsmasters_color_scheme_second .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .product_meta,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .single-product .cmsmasters_product_right_column .share_posts,
	html .cmsmasters_color_scheme_second #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .single-product .product_meta,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .single-product .product_meta,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .single-product .product_meta,
	html .cmsmasters_color_scheme_second .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_second html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_second html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_second html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product .product_meta,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_second .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active {
		border-color:#cfcdc9;
	}
	/* Finish Borders Color */
	
	
/***************** Finish Custom 2 Yith WooCommerce Quick View Colors Scheme Rules ******************/


/***************** Start Custom 3 Yith WooCommerce Quick View Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_third .yith-quick-view .yith-wcqv-head .yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .price del,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .price del,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .price del,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-up .single-product .price del,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .price del {
		color:#878787;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_third .yith-wcqv-close:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_third .yith-wcqv-button:not(.button) span:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta > span a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta a:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta > span a:hover {
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		background-color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .single-product .yith-wcqv-view-details, 
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button:hover {
		border-color:#ff6c2f;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_third .yith-quick-view .single-product div.summary .product_meta a:hover, 
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product div.summary .product_meta a:hover,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta > span,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_third .yith-wcqv-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta > span,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta > span a,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta > span,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta > span a {
		color:#3b3b3b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_third .yith-quick-view .single-product div.summary .product_meta, 
	html .cmsmasters_color_scheme_third .yith-quick-view .single-product div.summary .product_meta a, 
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product div.summary .product_meta,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product div.summary .product_meta a,
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta a,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_third .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta a,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta > span .cmsmasters_product_meta_title,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta a,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta > span .cmsmasters_product_meta_title {
		color:#292929;
	}
	
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .yith-wcqv-view-details,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .yith-wcqv-view-details {
		border-color:#292929;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:hover,
	html .cmsmasters_color_scheme_third .cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.browse_wishlist {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_third .yith-wcqv-main,
	html .cmsmasters_color_scheme_third html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third .yith-wcqv-button:not(.button) span,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close:before,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
		background-color:#fbfbfb;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .yith-wcqv-view-details:hover, 
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .yith-wcqv-view-details:hover,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a, 
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a,
	html .cmsmasters_color_scheme_third .cmsmasters_product .button.cmsmasters_quick_view_button,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .product_meta,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .single-product .cmsmasters_product_right_column .share_posts,
	html .cmsmasters_color_scheme_third #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .single-product .product_meta,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .single-product .product_meta,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .single-product .product_meta,
	html .cmsmasters_color_scheme_third .yith-quick-view.slide-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.fade-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.scale-in .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_third html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_third html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_third html .yith-quick-view.scale-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .cmsmasters_product_info_wrap,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product .product_meta,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .yith-wcqv-head #yith-quick-view-close,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb:hover,
	html .cmsmasters_color_scheme_third .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb.active {
		border-color:#e4e4e4;
	}
	/* Finish Borders Color */
	
	
/***************** Finish Custom 3 Yith WooCommerce Quick View Colors Scheme Rules ******************/


/***************** Start Default Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/
	
	/* Start Primary Color */
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:hover,
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:hover {
		color:#d6a28b;
	}
	/* Finish Primary Color */
	
	
	/* Start Headings Color */
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		border-color:#ebebeb;
	}
	/* Finish Borders Color */
	
/***************** Finish Default Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/


/***************** Start Footer Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:hover,
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:hover {
		color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_footer .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		border-color:#dbdbdb;
	}
	/* Finish Borders Color */
	
/***************** Finish Footer Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/


/***************** Start Custom 1 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:hover,
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:hover {
		color:#848180;
	}
	/* Finish Primary Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		background-color:#f8efea;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_first .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		border-color:#ebebeb;
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 1 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/


/***************** Start Custom 2 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:hover,
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:hover {
		color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		background-color:#f8f7f5;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_second .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		border-color:#cfcdc9;
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 2 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/


/***************** Start Custom 3 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:hover,
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:hover {
		color:#ff6c2f;
	}
	/* Finish Primary Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		color:#292929;
	}
	/* Finish Headings Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		background-color:#fbfbfb;
	}
	/* Finish Main Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
	html .cmsmasters_color_scheme_third .single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
		border-color:#e4e4e4;
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 3 Yith WooCommerce Zoom Magnifier Colors Scheme Rules ******************/


/***************** Start Default Yith WooCommerce Wishlist Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		color:#d38574;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-name a:hover,
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-in-stock,
	#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:hover,
	.yith-wcwl-add-to-wishlist a:not(.button):hover,
	.yith-wcwl-add-to-wishlist a:not(.button):after {
		color:#d6a28b;
	}
	
	#yith-wcwl-form .wishlist_manage_table thead th,
	.products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	.products .product .cmsmasters_add_wishlist_button a:hover {
		background-color:#d6a28b;
	}
	
	#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button,
	#yith-wcwl-form .wishlist_manage_table thead th,
	.submit-wishlist-changes,
	.products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	.products .product .cmsmasters_add_wishlist_button a:hover {
		border-color:#d6a28b;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	.widget_yith-wcwl-lists ul.dropdown li a:hover,
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-out-of-stock,
	#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a,
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a:hover {
		color:#cec2bf;
	}
	/* Finish Highlight Color */
	
	
	/* Start Main Background Color */
	#yith-wcwl-form .wishlist_manage_table thead th,
	.products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	.products .product .cmsmasters_add_wishlist_button a:hover {
		color:#ffffff;
	}
	
	.products .product .cmsmasters_add_wishlist_button a,
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button,
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button:hover {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Headings Color */
	.widget_yith-wcwl-lists ul.dropdown li a,
	.products .product .cmsmasters_add_wishlist_button a,
	#yith-wcwl-form.woocommerce table.wishlist_table td.product-name a,
	.yith-wcwl-add-to-wishlist a:not(.button),
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a,
	#yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Alternate Background Color */
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	.widget_yith-wcwl-lists ul.dropdown li a,
	#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button:hover,
	.submit-wishlist-changes:hover,
	#yith-wcwl-form .yith-wcwl-wishlist-new button,
	.selectBox-dropdown,
	.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
	.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select,
	.products .product .cmsmasters_add_wishlist_button a,
	#yith-wcwl-form .yith-wcwl-wishlist-new {
		border-color:#ebebeb;
	}
	
	.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search,
	.woocommerce a.selectBox:hover,
	.woocommerce a.selectBox {
		border-color:#ebebeb !important;
	}
	
	@media only screen and (max-width: 768px) {
		#yith-wcwl-form.woocommerce table.wishlist_table,
		#yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
			border-color:#ebebeb;
		}
	}
	/* Finish Borders Color */
	
/***************** Finish Default Yith WooCommerce Wishlist Colors Scheme Rules ******************/


/***************** Start Footer Yith WooCommerce Wishlist Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a:hover,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-in-stock,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:hover,
	html .cmsmasters_color_scheme_footer .yith-wcwl-add-to-wishlist a:not(.button):hover,
	html .cmsmasters_color_scheme_footer .yith-wcwl-add-to-wishlist a:not(.button):after {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a:hover {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_footer .submit-wishlist-changes,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a:hover {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_footer .widget_yith-wcwl-lists ul.dropdown li a:hover,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-out-of-stock,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a:hover {
		color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a:hover {
		color:#ffffff;
	}
	
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button:hover {
		background-color:#ffffff;
	}
	/* Finish Main Background Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_footer .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a,
	html .cmsmasters_color_scheme_footer .yith-wcwl-add-to-wishlist a:not(.button),
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Alternate Background Color */
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_footer .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button:hover,
	html .cmsmasters_color_scheme_footer .submit-wishlist-changes:hover,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .yith-wcwl-wishlist-new button,
	html .cmsmasters_color_scheme_footer .selectBox-dropdown,
	html .cmsmasters_color_scheme_footer .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
	html .cmsmasters_color_scheme_footer .yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select,
	html .cmsmasters_color_scheme_footer .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_footer #yith-wcwl-form .yith-wcwl-wishlist-new {
		border-color:#dbdbdb;
	}
	
	html .cmsmasters_color_scheme_footer .woocommerce .yith-wcwl-wishlist-search-form #wishlist_search,
	html .cmsmasters_color_scheme_footer .woocommerce a.selectBox:hover,
	html .cmsmasters_color_scheme_footer .woocommerce a.selectBox {
		border-color:#dbdbdb !important;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table,
		html .cmsmasters_color_scheme_footer #yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
			border-color:#dbdbdb;
		}
	}
	/* Finish Borders Color */
	
/***************** Finish Footer Yith WooCommerce Wishlist Colors Scheme Rules ******************/


/***************** Start Custom 1 Yith WooCommerce Wishlist Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		color:#baadaa;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a:hover,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-in-stock,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:hover,
	html .cmsmasters_color_scheme_first .yith-wcwl-add-to-wishlist a:not(.button):hover,
	html .cmsmasters_color_scheme_first .yith-wcwl-add-to-wishlist a:not(.button):after {
		color:#848180;
	}
	
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a:hover {
		background-color:#848180;
	}
	
	html .cmsmasters_color_scheme_first #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_first .submit-wishlist-changes,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a:hover {
		border-color:#848180;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_first .widget_yith-wcwl-lists ul.dropdown li a:hover,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-out-of-stock,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a:hover {
		color:#272220;
	}
	/* Finish Highlight Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a:hover {
		color:#f8efea;
	}
	
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button:hover {
		background-color:#f8efea;
	}
	/* Finish Main Background Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_first .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a,
	html .cmsmasters_color_scheme_first .yith-wcwl-add-to-wishlist a:not(.button),
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Alternate Background Color */
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_first .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button:hover,
	html .cmsmasters_color_scheme_first .submit-wishlist-changes:hover,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .yith-wcwl-wishlist-new button,
	html .cmsmasters_color_scheme_first .selectBox-dropdown,
	html .cmsmasters_color_scheme_first .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
	html .cmsmasters_color_scheme_first .yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select,
	html .cmsmasters_color_scheme_first .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_first #yith-wcwl-form .yith-wcwl-wishlist-new {
		border-color:#ebebeb;
	}
	
	html .cmsmasters_color_scheme_first .woocommerce .yith-wcwl-wishlist-search-form #wishlist_search,
	html .cmsmasters_color_scheme_first .woocommerce a.selectBox:hover,
	html .cmsmasters_color_scheme_first .woocommerce a.selectBox {
		border-color:#ebebeb !important;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table,
		html .cmsmasters_color_scheme_first #yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
			border-color:#ebebeb;
		}
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 1 Yith WooCommerce Wishlist Colors Scheme Rules ******************/


/***************** Start Custom 2 Yith WooCommerce Wishlist Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		color:#848180;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a:hover,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-in-stock,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:hover,
	html .cmsmasters_color_scheme_second .yith-wcwl-add-to-wishlist a:not(.button):hover,
	html .cmsmasters_color_scheme_second .yith-wcwl-add-to-wishlist a:not(.button):after {
		color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a:hover {
		background-color:#706c6c;
	}
	
	html .cmsmasters_color_scheme_second #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_second .submit-wishlist-changes,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a:hover {
		border-color:#706c6c;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_second .widget_yith-wcwl-lists ul.dropdown li a:hover,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-out-of-stock,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a:hover {
		color:#352e2b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a:hover {
		color:#f8f7f5;
	}
	
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button:hover {
		background-color:#f8f7f5;
	}
	/* Finish Main Background Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_second .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a,
	html .cmsmasters_color_scheme_second .yith-wcwl-add-to-wishlist a:not(.button),
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy {
		color:#272220;
	}
	/* Finish Headings Color */
	
	
	/* Start Alternate Background Color */
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_second .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button:hover,
	html .cmsmasters_color_scheme_second .submit-wishlist-changes:hover,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .yith-wcwl-wishlist-new button,
	html .cmsmasters_color_scheme_second .selectBox-dropdown,
	html .cmsmasters_color_scheme_second .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
	html .cmsmasters_color_scheme_second .yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select,
	html .cmsmasters_color_scheme_second .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_second #yith-wcwl-form .yith-wcwl-wishlist-new {
		border-color:#cfcdc9;
	}
	
	html .cmsmasters_color_scheme_second .woocommerce .yith-wcwl-wishlist-search-form #wishlist_search,
	html .cmsmasters_color_scheme_second .woocommerce a.selectBox:hover,
	html .cmsmasters_color_scheme_second .woocommerce a.selectBox {
		border-color:#cfcdc9 !important;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table,
		html .cmsmasters_color_scheme_second #yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
			border-color:#cfcdc9;
		}
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 2 Yith WooCommerce Wishlist Colors Scheme Rules ******************/


/***************** Start Custom 3 Yith WooCommerce Wishlist Colors Scheme Rules ******************/
	
	/* Start Main Content Font Color */
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-price del {
		color:#878787;
	}
	/* Finish Main Content Font Color */
	
	
	/* Start Primary Color */
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a:hover,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-in-stock,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:hover,
	html .cmsmasters_color_scheme_third .yith-wcwl-add-to-wishlist a:not(.button):hover,
	html .cmsmasters_color_scheme_third .yith-wcwl-add-to-wishlist a:not(.button):after {
		color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a:hover {
		background-color:#ff6c2f;
	}
	
	html .cmsmasters_color_scheme_third #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_third .submit-wishlist-changes,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a:hover {
		border-color:#ff6c2f;
	}
	/* Finish Primary Color */
	
	
	/* Start Highlight Color */
	html .cmsmasters_color_scheme_third .widget_yith-wcwl-lists ul.dropdown li a:hover,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-stock-status .wishlist-out-of-stock,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a:hover {
		color:#3b3b3b;
	}
	/* Finish Highlight Color */
	
	
	/* Start Main Background Color */
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table thead th,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a.browse_wishlist,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a:hover {
		color:#fbfbfb;
	}
	
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a.yith-wcqv-button:hover {
		background-color:#fbfbfb;
	}
	/* Finish Main Background Color */
	
	
	/* Start Headings Color */
	html .cmsmasters_color_scheme_third .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table td.product-name a,
	html .cmsmasters_color_scheme_third .yith-wcwl-add-to-wishlist a:not(.button),
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table tbody .wishlist-name a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .wishlist_manage_table tbody .wishlist-privacy {
		color:#292929;
	}
	/* Finish Headings Color */
	
	
	/* Start Alternate Background Color */
	/* Finish Alternate Background Color */
	
	
	/* Start Borders Color */
	html .cmsmasters_color_scheme_third .widget_yith-wcwl-lists ul.dropdown li a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button:hover,
	html .cmsmasters_color_scheme_third .submit-wishlist-changes:hover,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .yith-wcwl-wishlist-new button,
	html .cmsmasters_color_scheme_third .selectBox-dropdown,
	html .cmsmasters_color_scheme_third .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
	html .cmsmasters_color_scheme_third .yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select,
	html .cmsmasters_color_scheme_third .products .product .cmsmasters_add_wishlist_button a,
	html .cmsmasters_color_scheme_third #yith-wcwl-form .yith-wcwl-wishlist-new {
		border-color:#e4e4e4;
	}
	
	html .cmsmasters_color_scheme_third .woocommerce .yith-wcwl-wishlist-search-form #wishlist_search,
	html .cmsmasters_color_scheme_third .woocommerce a.selectBox:hover,
	html .cmsmasters_color_scheme_third .woocommerce a.selectBox {
		border-color:#e4e4e4 !important;
	}
	
	@media only screen and (max-width: 768px) {
		html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table,
		html .cmsmasters_color_scheme_third #yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
			border-color:#e4e4e4;
		}
	}
	/* Finish Borders Color */
	
/***************** Finish Custom 3 Yith WooCommerce Wishlist Colors Scheme Rules ******************/


/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version		1.1.1
 * 
 * Design CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------*/
/* Vars Styles
/*-------------------------------------------------------------------------*/

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.1.7
 * 
 * Gutenberg CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------*/
/* General Styles
/*-------------------------------------------------------------------------*/
.wp-block[data-align="full"] {
  width: 100%;
  margin-left: auto!important;
  margin-right: auto!important;
}
/** === Base Typography === */
a {
  outline: 0;
  text-decoration: none;
  transition: color 110ms ease-in-out;
}
img.alignright {
  clear: right;
}
img.alignleft {
  clear: left;
}
div.wp-block h1 a,
div.wp-block h2 a,
div.wp-block h3 a,
div.wp-block h4 a,
div.wp-block h5 a,
div.wp-block h6 a,
div.wp-block pre a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}
div.wp-block b,
div.wp-block strong {
  font-weight: bold;
}
div.wp-block .editor-rich-text__tinymce code,
div.wp-block .block-editor-rich-text__editable code {
  background-color: transparent;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
small small {
  font-size: 75%;
}
.wp-block select {
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  min-width: 100px;
  max-width: 100%;
  height: 35px;
  padding: 9px 40px 9px 15px;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-size: auto;
  background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/gutenberg/cmsmasters-framework/theme-style/css/../../../../img/select.png');
}
.wp-block select::-ms-expand {
  display: none;
}
/** === Post Title === */
.editor-post-title__block .editor-post-title__input {
  outline: none;
}
/** === Default Appender === */
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
  outline: none;
}
/** === Heading === */
.wp-block-heading {
  outline: none;
}
p.wp-block-subhead {
  padding: 0;
}
/** === Paragraph === */
p.has-background,
p.mce-content-body.has-background {
  margin-bottom: 20px;
  padding: .95em 1.3em;
}
p.has-drop-cap:not(:focus):first-letter,
p.mce-content-body.has-drop-cap:not(:focus):first-letter {
  margin: .32em .73em .1em .52em;
}
p.has-small-font-size,
p.mce-content-body.has-small-font-size,
p.has-medium-font-size,
p.mce-content-body.has-medium-font-size,
p.has-large-font-size,
p.mce-content-body.has-large-font-size,
p.has-huge-font-size,
p.mce-content-body.has-huge-font-size,
p[style^="font-size:"],
p.mce-content-body[style^="font-size:"],
p[style*="font-size:"],
p.mce-content-body[style*="font-size:"] {
  line-height: 1.5em;
}
p.has-drop-cap,
p.mce-content-body.has-drop-cap {
  overflow: hidden;
}
/** === Image === */
.wp-block-image:not(.editor-media-placeholder) {
  line-height: 0;
  display: block !important;
  margin-bottom: 20px;
  text-align: center;
}
.wp-block-image.alignleft {
  margin-right: 2em;
}
.wp-block-image.alignright {
  margin-left: 2em;
}
.wp-block-image figure {
  margin: 20px 0;
}
.wp-block-image figure.alignleft {
  margin-right: 2em;
}
.wp-block-image figure.alignright {
  margin-left: 2em;
}
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-image figure.aligncenter {
  margin-bottom: 20px;
}
.wp-block-image figcaption {
  display: block !important;
  margin: 0;
  padding: 15px 0;
  text-align: center !important;
}
.wp-block-image div[style^="width:"],
.wp-block-image div[style*="width:"],
.wp-block-image .components-resizable-box__container {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.wp-block-image .editor-rich-text {
  display: block !important;
}
[data-align=left] .wp-block-image {
  margin-right: 2em;
}
[data-align=right] .wp-block-image {
  margin-left: 2em;
}
/** === Gallery === */
div.wp-block .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px;
  padding: 0;
}
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-gallery.alignleft {
  margin-right: 2em;
}
.wp-block-gallery.alignright {
  margin-left: 2em;
}
.wp-block-gallery li {
  padding: 0;
}
.wp-block-gallery li:before {
  content: none;
}
.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-item:before {
  content: none;
}
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding: 25px 5px 10px;
  text-align: center;
  overflow-x: hidden;
}
@media (max-width: 540px) {
  .wp-block-gallery {
    display: block;
  }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    display: block;
    width: 100%;
  }
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 20px;
}
/** === Lists === */
div.wp-block ul,
div.wp-block ol,
ul.wp-block,
ol.wp-block {
  margin: 0 auto 20px;
  padding: 0;
  list-style-position: inside;
}
div.wp-block ul li,
div.wp-block ol li,
ul.wp-block li,
ol.wp-block li {
  padding: 10px 0 0;
}
div.wp-block ul li:first-child,
div.wp-block ol li:first-child,
ul.wp-block li:first-child,
ol.wp-block li:first-child {
  padding-top: 0;
}
div.wp-block ul ol,
div.wp-block ol ol,
ul.wp-block ol,
ol.wp-block ol,
div.wp-block .block-library-list .editor-rich-text__tinymce ol,
div.wp-block ul ul,
div.wp-block ol ul,
ul.wp-block ul,
ol.wp-block ul,
div.wp-block .block-library-list .editor-rich-text__tinymce ul {
  margin: 0 0 0 20px;
  padding: 10px 0 0;
}
div.wp-block .block-library-list .editor-rich-text__tinymce {
  margin: 0 0 20px;
  padding: 0;
}
div.wp-block ul,
ul.wp-block,
ul.wp-block ul {
  list-style-type: none;
}
div.wp-block ul > li,
ul.wp-block > li,
ul.wp-block ul > li {
  display: block;
  position: relative;
}
div.wp-block ul > li:before,
ul.wp-block > li:before,
ul.wp-block ul > li:before {
  content: '\e979';
  font-family: 'fontello';
  font-size: 5px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  width: 4px;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.wp-block ul ol,
ul.wp-block ol,
ul.wp-block ul ol {
  list-style-type: decimal-leading-zero;
}
div.wp-block ol,
ol.wp-block {
  list-style-type: decimal-leading-zero;
}
/** === Blockquote === */
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  margin: 0 0 20px;
  padding-left: 60px;
  padding-right: 0;
  quotes: none;
  border-width: 0;
  border-style: solid;
}
.wp-block-quote:before,
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
.wp-block-quote:after,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  content: none;
}
.wp-block-quote:before,
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
  content: '\201C';
  position: absolute;
  left: 15px;
  top: -3px;
}
.wp-block-quote p:last-of-type,
.wp-block-quote.is-large p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin: 0;
  padding: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  display: block;
  margin-top: 10px;
}
.wp-block-quote .editor-rich-text__tinymce,
.wp-block-quote.is-large .editor-rich-text__tinymce,
.wp-block-quote.is-style-large .editor-rich-text__tinymce {
  line-height: inherit;
}
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote footer,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote footer,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  font-style: italic;
  margin-top: 10px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  text-align: left;
}
.wp-block-quote .wp-block-quote__citation {
  margin-top: 1em;
}
/** === Block Audio === */
.wp-block-audio {
  margin-bottom: 20px;
}
.wp-block-audio figcaption {
  display: block !important;
  margin: 0;
  padding: 15px 0;
  text-align: center !important;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-audio audio::-webkit-media-controls-play-button,
.wp-block-audio audio::-webkit-media-controls-mute-button {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.wp-block-audio audio::-webkit-media-controls-play-button:hover,
.wp-block-audio audio::-webkit-media-controls-mute-button:hover {
  opacity: 0.5;
}
/** === Cover === */
.wp-block-cover,
.wp-block-cover-image {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft {
  margin-left: 0;
  margin-right: 2em;
}
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
  margin-left: 2em;
  margin-right: 0;
}
.wp-block-cover h2,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-image-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.wp-block-cover h2 strong,
.wp-block-cover-image h2 strong,
.wp-block-cover .wp-block-cover-text strong,
.wp-block-cover-image .wp-block-cover-text strong,
.wp-block-cover .wp-block-cover-image-text strong,
.wp-block-cover-image .wp-block-cover-image-text strong {
  font-weight: bold;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
[data-align=left] .wp-block-cover-image,
[data-align=right] .wp-block-cover-image {
  width: auto;
  max-width: 100%;
}
/** === File === */
.wp-block-file {
  margin: 0 0 20px;
}
.wp-block-file > a:not([class]),
.wp-block-file .wp-block-file__textlink {
  display: inline-block;
  margin: 0 20px 0 0;
}
[dir=rtl] .wp-block-file > a:not([class]),
[dir=rtl] .wp-block-file .wp-block-file__textlink {
  margin-left: 20px;
  margin-right: 0;
}
.wp-block-file .wp-block-file__button-richtext-wrapper {
  display: inline-block;
  margin: 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:active {
  margin: 0;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.wp-block-file .wp-block-file__button:before,
.wp-block-file a.wp-block-file__button:before,
.wp-block-file .wp-block-file__button:hover:before,
.wp-block-file a.wp-block-file__button:hover:before,
.wp-block-file .wp-block-file__button:focus:before,
.wp-block-file a.wp-block-file__button:focus:before,
.wp-block-file .wp-block-file__button:active:before,
.wp-block-file a.wp-block-file__button:active:before,
.wp-block-file .wp-block-file__button:after,
.wp-block-file a.wp-block-file__button:after,
.wp-block-file .wp-block-file__button:hover:after,
.wp-block-file a.wp-block-file__button:hover:after,
.wp-block-file .wp-block-file__button:focus:after,
.wp-block-file a.wp-block-file__button:focus:after,
.wp-block-file .wp-block-file__button:active:after,
.wp-block-file a.wp-block-file__button:active:after {
  content: none !important;
}
/** === Video === */
.wp-block-video {
  margin-bottom: 20px;
  text-align: center;
}
.wp-block-video video {
  display: inline-block;
}
.wp-block-video figcaption {
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
/** === Code === */
.wp-block-code {
  background-color: transparent;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-code code,
.wp-block-code .editor-plain-text {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  display: block;
}
/** === Custom HTML === */
.wp-block-html {
  margin: 0 0 20px;
}
.wp-block-html .editor-plain-text {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.wp-block-html iframe {
  display: block;
}
/** === Preformatted === */
.wp-block-preformatted {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-preformatted pre {
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
}
pre.wp-block-preformatted {
  letter-spacing: 1px;
}
/** === Pullquote === */
.wp-block-pullquote {
  margin: 0 0 20px;
  padding: 50px 0;
}
.wp-block-pullquote.alignleft {
  margin-right: 2em;
}
.wp-block-pullquote.alignright {
  margin-left: 2em;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-top-width: 4px;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.wp-block-pullquote.is-style-solid-color {
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  padding: 0;
  hyphens: auto;
  word-break: break-word;
  border-width: 0;
  border-style: solid;
  text-align: center;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  content: none;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote .editor-rich-text p,
.wp-block-pullquote.alignleft blockquote .editor-rich-text p,
.wp-block-pullquote.alignright blockquote .editor-rich-text p,
.wp-block-pullquote.is-style-solid-color blockquote .editor-rich-text p,
.wp-block-pullquote blockquote .editor-rich-text__tinymce,
.wp-block-pullquote.alignleft blockquote .editor-rich-text__tinymce,
.wp-block-pullquote.alignright blockquote .editor-rich-text__tinymce,
.wp-block-pullquote.is-style-solid-color blockquote .editor-rich-text__tinymce,
.wp-block-pullquote blockquote .editor-rich-text__tinymce p,
.wp-block-pullquote.alignleft blockquote .editor-rich-text__tinymce p,
.wp-block-pullquote.alignright blockquote .editor-rich-text__tinymce p,
.wp-block-pullquote.is-style-solid-color blockquote .editor-rich-text__tinymce p,
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
}
.wp-block-pullquote blockquote p:last-of-type,
.wp-block-pullquote.alignleft blockquote p:last-of-type,
.wp-block-pullquote.alignright blockquote p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
.wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
  margin: 0;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  display: block;
  font-style: italic;
  margin-top: 15px;
}
/** === Table === */
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  /* for gutenberg start */
  /* for gutenberg end */
}
.wp-block-table caption {
  text-align: center;
  padding: 20px;
}
.wp-block-table thead tr td,
.wp-block-table tfoot tr td,
.wp-block-table thead tr th,
.wp-block-table tfoot tr th {
  padding: 15px 25px;
}
.wp-block-table th,
.wp-block-table td {
  border-width: 0;
  border-style: solid;
  /* for gutenberg */
}
.wp-block-table tr td,
.wp-block-table tr th {
  padding: 15px 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wp-block-table tr td:first-child,
.wp-block-table tr th:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.wp-block-table tr td:last-child,
.wp-block-table tr th:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.wp-block-table.is-style-stripes {
  border-width: 0;
  border-style: solid;
}
.wp-block-table.is-style-stripes tr:first-child th,
.wp-block-table.is-style-stripes tr:first-child td {
  padding: 15px 25px;
}
.wp-block-table caption {
  text-align: center;
  padding: 20px;
}
.wp-block-table table {
  margin: 0;
}
.wp-block-table th {
  text-align: inherit;
}
.wp-block-table figcaption {
  color: inherit;
  font-size: inherit;
  margin-top: 10px;
  text-align: center;
}
/** === Verse === */
pre.wp-block-verse {
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 0;
}
/** === Spacer === */
.wp-block-spacer {
  clear: both;
}
/** === Button === */
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 20px -5px;
}
.wp-block-buttons .wp-block-button {
  display: block;
  margin: 5px 0 0 5px;
}
.wp-block-button {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-button.alignleft {
  margin-right: 2em;
}
.wp-block-button.alignright {
  margin-left: 2em;
}
.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, border-radius .3s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-button .wp-block-button__link:before,
.wp-block-button.is-style-outline .wp-block-button__link:before,
.wp-block-button .wp-block-button__link:hover:before,
.wp-block-button.is-style-outline .wp-block-button__link:hover:before,
.wp-block-button .wp-block-button__link:focus:before,
.wp-block-button.is-style-outline .wp-block-button__link:focus:before,
.wp-block-button .wp-block-button__link:active:before,
.wp-block-button.is-style-outline .wp-block-button__link:active:before,
.wp-block-button .wp-block-button__link:after,
.wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-button .wp-block-button__link:hover:after,
.wp-block-button.is-style-outline .wp-block-button__link:hover:after,
.wp-block-button .wp-block-button__link:focus:after,
.wp-block-button.is-style-outline .wp-block-button__link:focus:after,
.wp-block-button .wp-block-button__link:active:after,
.wp-block-button.is-style-outline .wp-block-button__link:active:after {
  content: none !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-width: 0;
  border-style: solid;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color {
  border-color: currentColor !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/** === Columns === */
.wp-block-columns .wp-block-column {
  margin-bottom: 20px;
}
.wp-block-columns .wp-block-column > p,
.wp-block-columns .wp-block-column .wp-block-paragraph {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > p:not(.has-background),
.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
  padding-bottom: 0;
}
/** === Media Text === */
.wp-block-media-text {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 0 20px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-media-text .wp-block-media-text__content p:last-of-type {
  margin: 0;
  padding: 0;
}
/** === Separator === */
.wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
  min-height: 1px;
  margin: 40px auto;
  position: relative;
  border-width: 0;
  border-style: solid;
}
.wp-block-separator:before {
  content: '';
  width: 30%;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wp-block-separator.is-style-wide:before {
  width: 100%;
}
.wp-block-separator.is-style-dots {
  height: 10px;
  line-height: 10px;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  font-family: serif;
  font-size: 45px;
  line-height: 10px;
  letter-spacing: 1.4em;
  width: 100%;
  height: 10px;
  padding: 0 0 0 1.4em;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}
/** === Archives, Categories === */
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
div.wp-block ul.wp-block-archives,
div.wp-block ul.wp-block-categories,
div.wp-block ul.wp-block-categories__list {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
div.wp-block ul.wp-block-archives ul,
div.wp-block ul.wp-block-categories ul,
div.wp-block ul.wp-block-categories__list ul {
  margin-bottom: 0;
  padding: 10px 0 0;
}
div.wp-block[data-align=center] ul.wp-block-archives,
div.wp-block[data-align=center] ul.wp-block-categories,
div.wp-block[data-align=center] ul.wp-block-categories__list {
  text-align: center;
}
div.wp-block-archives.wp-block-archives-dropdown,
div.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 20px;
}
div.wp-block-archives.wp-block-archives-dropdown label,
div.wp-block-categories.wp-block-categories-dropdown label {
  display: none;
}
/** === Latest Posts === */
.wp-block-latest-posts {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none !important;
}
.wp-block-latest-posts ul {
  list-style-type: none !important;
}
.wp-block-latest-posts li:before {
  content: none !important;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  display: block;
  margin: -3px 0 0;
}
.wp-block-latest-posts.is-grid {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.wp-block-latest-posts.is-grid li {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
div.wp-block .wp-block-latest-posts {
  margin-bottom: 20px;
  padding: 0;
}
div.wp-block .wp-block-latest-posts ul {
  margin-bottom: 0;
  padding: 10px 0 0;
}
/** === Latest Comments === */
.wp-block-latest-comments {
  list-style: none;
  margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  min-height: auto;
  margin: 25px 0 0;
  padding: 0;
  overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  min-height: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  width: 48px;
  height: 48px;
  margin: 0 17px 0 0;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  margin: 0 0 0 17px;
  float: right;
}
.wp-block-latest-comments article {
  display: block;
  padding: 0 0 0 3px;
  overflow: hidden;
}
[dir=rtl] .wp-block-latest-comments article {
  margin: 0 3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  margin: -3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  margin: 5px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
  padding: 0 0 20px;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
  margin: 0 auto 10px;
  float: none;
}
.wp-block-latest-comments.aligncenter article {
  padding: 0 3px;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
  text-align: center;
}
/** === Classic Editor === */
.wp-caption dd,
dl.wp-caption dd,
.wp-caption dd.wp-caption-dd,
dl.wp-caption dd.wp-caption-dd {
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.wp-caption.alignleft,
dl.wp-caption.alignleft {
  margin-right: 2em;
}
.wp-caption.alignright,
dl.wp-caption.alignright {
  margin-left: 2em;
}
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h1 a,
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h2 a,
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h3 a,
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h4 a,
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h5 a,
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce h6 a {
  color: inherit;
}
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce .wp-caption .wp-caption-dd {
  padding: 15px 0;
}
div.wp-block .wp-block-freeform.block-library-rich-text__tinymce .wp-caption a {
  display: inline;
}
.wp-block-freeform.mce-content-body > p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.wp-block-freeform.mce-content-body > h1,
.wp-block-freeform.mce-content-body > h2,
.wp-block-freeform.mce-content-body > h3,
.wp-block-freeform.mce-content-body > h4,
.wp-block-freeform.mce-content-body > h5,
.wp-block-freeform.mce-content-body > h6,
.wp-block-freeform.mce-content-body > table,
.wp-block-freeform.mce-content-body > blockquote,
.wp-block-freeform.mce-content-body > ul,
.wp-block-freeform.mce-content-body > ol,
.wp-block-freeform.mce-content-body > pre,
.wp-block-freeform.mce-content-body > address {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-freeform.mce-content-body > dl {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-freeform.mce-content-body .alignleft,
.wp-block-freeform.mce-content-body .alignright,
.wp-block-freeform.mce-content-body .aligncenter,
.wp-block-freeform.mce-content-body .alignnone {
  margin-top: 0;
  margin-bottom: 22px;
}
.wp-block-freeform.mce-content-body .alignleft dd,
.wp-block-freeform.mce-content-body .alignright dd,
.wp-block-freeform.mce-content-body .aligncenter dd,
.wp-block-freeform.mce-content-body .alignnone dd {
  margin-bottom: 0;
}
.wp-block-freeform.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-freeform abbr,
.wp-block-freeform acronym {
  text-decoration: underline;
}
.wp-block-freeform pre,
.wp-block-freeform code,
.wp-block-freeform tt,
.wp-block-freeform kbd,
.wp-block-freeform samp {
  background-color: transparent;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.wp-block-freeform dl {
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.wp-block-freeform dl.wp-caption.alignleft {
  margin-right: 25px;
}
.wp-block-freeform dl.wp-caption.alignright {
  margin-left: 25px;
}
.wp-block-freeform dt {
  display: block;
  font-weight: bold;
  overflow: hidden;
}
.wp-block-freeform dd {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.wp-block-freeform hr {
  margin: 40px 0;
  border-top-width: 0;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wp-block-freeform blockquote {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin: 0 0 20px;
  padding-left: 60px;
  padding-right: 0;
  quotes: none;
  border-width: 0;
  border-style: solid;
}
.wp-block-freeform blockquote:before,
.wp-block-freeform blockquote:after {
  content: none;
}
.wp-block-freeform blockquote:before {
  content: '\201C';
  position: absolute;
  left: 15px;
  top: -3px;
}
.wp-block-freeform blockquote p:last-of-type {
  margin: 0;
  padding: 0;
}
.wp-block-freeform blockquote cite {
  display: block;
  margin-top: 10px;
}
.wp-block-freeform blockquote cite {
  display: block;
}
.wp-block-freeform .mce-item-table,
.wp-block-freeform table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  /* for gutenberg start */
  /* for gutenberg end */
}
.wp-block-freeform .mce-item-table th,
.wp-block-freeform table th {
  font-weight: inherit;
  text-align: left;
}
[dir=rtl] .wp-block-freeform .mce-item-table th,
[dir=rtl] .wp-block-freeform table th {
  text-align: right;
}
.wp-block-freeform .mce-item-table caption,
.wp-block-freeform table caption {
  text-align: center;
  padding: 20px;
}
.wp-block-freeform .mce-item-table thead tr td,
.wp-block-freeform table thead tr td,
.wp-block-freeform .mce-item-table tfoot tr td,
.wp-block-freeform table tfoot tr td,
.wp-block-freeform .mce-item-table thead tr th,
.wp-block-freeform table thead tr th,
.wp-block-freeform .mce-item-table tfoot tr th,
.wp-block-freeform table tfoot tr th {
  padding: 15px 25px;
}
.wp-block-freeform .mce-item-table th,
.wp-block-freeform table th,
.wp-block-freeform .mce-item-table td,
.wp-block-freeform table td {
  border-width: 0;
  border-style: solid;
  /* for gutenberg */
}
.wp-block-freeform .mce-item-table tr td,
.wp-block-freeform table tr td,
.wp-block-freeform .mce-item-table tr th,
.wp-block-freeform table tr th {
  padding: 15px 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wp-block-freeform .mce-item-table tr td:first-child,
.wp-block-freeform table tr td:first-child,
.wp-block-freeform .mce-item-table tr th:first-child,
.wp-block-freeform table tr th:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.wp-block-freeform .mce-item-table tr td:last-child,
.wp-block-freeform table tr td:last-child,
.wp-block-freeform .mce-item-table tr th:last-child,
.wp-block-freeform table tr th:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.wp-block-freeform .mce-item-table.is-style-stripes,
.wp-block-freeform table.is-style-stripes {
  border-width: 0;
  border-style: solid;
}
.wp-block-freeform .mce-item-table.is-style-stripes tr:first-child th,
.wp-block-freeform table.is-style-stripes tr:first-child th,
.wp-block-freeform .mce-item-table.is-style-stripes tr:first-child td,
.wp-block-freeform table.is-style-stripes tr:first-child td {
  padding: 15px 25px;
}
.wp-block-freeform .mce-item-table caption,
.wp-block-freeform table caption {
  text-align: center;
  padding: 20px;
}
.wp-block-freeform .gallery {
  position: relative;
  margin: 0 -1.7% 20px;
}
.wp-block-freeform .gallery:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.wp-block-freeform .gallery img {
  width: 100%;
  border: none;
}
.wp-block-freeform .gallery .gallery-item {
  position: relative;
  float: left;
  margin: 0 1.7% 20px;
}
.wp-block-freeform .gallery .gallery-item:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.wp-block-freeform .gallery .gallery-item .wp-caption-text {
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.wp-block-freeform .gallery.gallery-columns-1 .gallery-item {
  width: 96.6%;
  position: relative;
  float: none;
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-2 .gallery-item {
  width: 46.6%;
}
.wp-block-freeform .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-3 .gallery-item {
  width: 29.933%;
}
.wp-block-freeform .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-4 .gallery-item {
  width: 21.6%;
}
.wp-block-freeform .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-5 .gallery-item {
  width: 16.6%;
}
.wp-block-freeform .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-6 .gallery-item {
  width: 13.267%;
}
.wp-block-freeform .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-7 .gallery-item {
  width: 10.886%;
}
.wp-block-freeform .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-8 .gallery-item {
  width: 9.1%;
}
.wp-block-freeform .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: both;
}
.wp-block-freeform .gallery.gallery-columns-9 .gallery-item {
  width: 7.711%;
}
.wp-block-freeform .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}
/** === Vimeo Block === */
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  width: 100%;
  max-width: auto;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}
/** === Social Links Block === */
.wp-block-social-links li {
  padding: 0;
}
.wp-block-social-links li:before {
  content: none;
}
/** === RSS Block === */
.wp-block-rss {
  list-style: none;
}
.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
}
/** === Search Block === */
.wp-block-search {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.wp-block-search .wp-block-search__label {
  display: block;
  margin-bottom: 5px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  padding: 9px;
  max-width: 100%;
  transition: border-color 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
}
.wp-block-search .wp-block-search__button {
  background: none;
  display: block;
  width: 36px;
  height: auto;
  padding: 10px 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-search .wp-block-search__button:before {
  font-family: "fontello";
  content: '\eaac';
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  text-indent: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/** === Widget Calendar Block === */
.wp-block-calendar {
  margin-bottom: 20px;
}
.wp-block-calendar a {
  text-decoration: none;
}
.wp-block-calendar table,
.wp-calendar-table {
  font-family: inherit;
  border-spacing: 0;
  width: auto;
  min-width: 300px;
  margin-bottom: 0;
  text-align: center;
}
.wp-block-calendar table caption,
.wp-calendar-table caption {
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
}
.wp-block-calendar table td,
.wp-calendar-table td,
.wp-block-calendar table th,
.wp-calendar-table th {
  background-color: inherit;
  border-color: inherit;
  font-weight: inherit;
  padding: 5px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 0;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
}
.wp-block-calendar table td:first-child,
.wp-calendar-table td:first-child,
.wp-block-calendar table th:first-child,
.wp-calendar-table th:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.wp-block-calendar table td:last-child,
.wp-calendar-table td:last-child,
.wp-block-calendar table th:last-child,
.wp-calendar-table th:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.wp-block-calendar table tfoot a,
.wp-calendar-table tfoot a {
  display: inline-block;
  padding-top: 10px;
}
.wp-calendar-nav {
  margin-top: 10px;
  text-align: left;
}
/** === Block Group === */
.wp-block-group {
  margin-bottom: 20px;
}
.wp-block-group.has-background {
  padding: 20px;
}
.wp-block-group .wp-block-group__inner-container p {
  margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container p:last-child,
.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.2.1
 * 
 * WooCommerce CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------*/
/* Global Styles
/*-------------------------------------------------------------------------*/
/* Icons */
.cmsmasters_theme_icon_basket:before {
  content: '\e800';
  font-family: 'fontello-custom';
}
.cmsmasters_theme_icon_star_empty:before {
  content: '\e8aa';
}
.cmsmasters_theme_icon_star_full:before {
  content: '\e8aa';
}
.woocommerce:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce-page .content_wrap.fullwidth {
  padding-top: 0;
  padding-bottom: 40px;
}
.woocommerce-store-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 50px 10px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
.woocommerce-store-notice p {
  margin: 0;
  padding: 0;
}
.woocommerce-store-notice p a {
  opacity: 0.8;
}
.woocommerce-store-notice p a:hover {
  opacity: 1;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  font-size: 7px;
  line-height: 1em;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  opacity: 0.8;
}
.product .preloader {
  padding-bottom: 100%;
}
.product .preloader img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Star Rating */
.cmsmasters_star_rating {
  width: 73px;
  height: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star {
  font-size: 12px;
  width: 13px;
  height: 100%;
  display: block;
  margin-left: 2px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
.cmsmasters_star_rating .cmsmasters_star:first-child {
  margin-left: 0;
}
.cmsmasters_star_rating .cmsmasters_star:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_star_rating .cmsmasters_star_trans_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 73px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comment-form-rating {
  position: relative;
  overflow: hidden;
}
.comment-form-rating .stars > span {
  display: block;
  width: 65px;
  height: 14px;
  position: relative;
  overflow: hidden;
}
.comment-form-rating .stars > span:before,
.comment-form-rating .stars > span a:before {
  font-family: "fontello";
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-form-rating .stars > span:before {
  content: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.comment-form-rating .stars > span a:before {
  content: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.comment-form-rating .stars > span a {
  color: transparent;
  text-indent: 9999px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.comment-form-rating .stars > span a.star-1 {
  width: 13px;
  z-index: 10;
}
.comment-form-rating .stars > span a.star-2 {
  width: 26px;
  z-index: 9;
}
.comment-form-rating .stars > span a.star-3 {
  width: 39px;
  z-index: 8;
}
.comment-form-rating .stars > span a.star-4 {
  width: 52px;
  z-index: 7;
}
.comment-form-rating .stars > span a.star-5 {
  width: 65px;
  z-index: 6;
}
/* Sale */
.onsale,
.out-of-stock,
.stock {
  padding: 5px 10px;
  position: absolute;
  left: auto;
  left: 10px;
  top: 10px;
  z-index: 10;
  overflow: hidden;
}
p.onsale,
p.out-of-stock,
p.stock {
  position: relative;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px !important;
}
.outofstock .onsale {
  display: none;
}
/* checkbox and radio */
label > .input-checkbox,
label > .input-radio,
label > input.shipping_method {
  float: none;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  opacity: 1;
}
.input-checkbox,
.input-radio,
input.shipping_method:not([type=hidden]) {
  float: left;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.input-checkbox + label,
.input-radio + label,
input.shipping_method:not([type=hidden]) + label {
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
  cursor: pointer;
}
.input-checkbox + label:before,
.input-radio + label:before,
input.shipping_method:not([type=hidden]) + label:before {
  content: '';
  border-width: 1px;
  border-style: solid;
  width: 15px;
  height: 15px;
  margin: auto !important;
  position: absolute;
  left: 3px;
  right: auto;
  top: 1px;
  bottom: auto;
}
.input-checkbox + label:after,
.input-radio + label:after,
input.shipping_method:not([type=hidden]) + label:after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 9px;
  height: 9px;
  margin: auto !important;
  position: absolute;
  left: 6px;
  right: auto;
  top: 4px;
  bottom: auto;
  opacity: 0;
}
.input-checkbox:checked + label:after,
.input-radio:checked + label:after,
input.shipping_method:not([type=hidden]):checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
label.checkbox {
  display: inline-block;
  padding: 0 0 0 25px;
}
label.checkbox + input {
  visibility: visible;
  opacity: 1;
}
.input-radio + label:before,
input.shipping_method + label:before,
.input-radio + label:after,
input.shipping_method + label:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* Shipping */
#shipping_method {
  padding: 0;
  margin: 0;
}
#shipping_method li {
  overflow: hidden;
}
#shipping_method li:before {
  content: none;
}
#shipping_method + p {
  padding: 20px 0 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 15px 25px;
  margin-bottom: 30px;
  float: none;
  position: relative;
  border-width: 1px;
  border-style: solid;
  clear: both;
  overflow: hidden;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  margin-right: 30px;
}
.woocommerce-error li {
  padding: 0;
  margin: 0;
}
.woocommerce-error li:before {
  content: none;
}
/* Quantity */
.quantity {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.quantity .screen-reader-text {
  display: none;
}
.quantity .text {
  display: block;
  width: 65px;
  min-width: 0;
}
/* Variation */
table.variations tr td {
  padding: 5px 0 0;
  border-width: 0;
  border-style: solid;
}
table.variations tr:first-child td {
  padding: 0;
}
table.variations .reset_variations {
  margin-left: 10px;
  margin-right: 0;
}
.single_variation_wrap .woocommerce-variation-description {
  border: 0 !important;
  margin: 20px 0 0;
}
.single_variation_wrap .woocommerce-variation-description > *:last-child {
  margin: 0;
  padding: 0;
}
.single_variation_wrap .single_variation {
  margin: 20px 0 0;
  overflow: hidden;
}
.single_variation_wrap .single_variation .stock {
  display: inline-block !important;
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: static;
}
.single_variation_wrap .variations_button {
  margin: 20px 0 0;
  overflow: hidden;
}
dl.variation {
  display: block;
  padding: 0;
  overflow: hidden;
}
dl.variation:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
dl.variation dt,
dl.variation dd,
dl.variation p {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
dl.variation dt {
  padding-left: 0;
  padding-right: 10px;
  float: left;
  clear: left;
}
dl.variation dd {
  float: left;
}
/* Col2-set */
.col2-set {
  margin: 0 -1.7% 30px;
  position: relative;
  overflow: hidden;
}
.col2-set > * {
  width: 46.6%;
  margin: 0 1.7%;
  position: relative;
  float: left;
  overflow: hidden;
}
/* Form Row Styles */
.form-row {
  width: 46.6%;
  margin: 0 1.7%;
  position: relative;
  float: left;
}
.form-row:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.form-row.form-row-wide,
.form-row.notes,
.form-row.place-order {
  width: 96.6%;
  float: none;
  clear: both;
}
.form-row.place-order {
  width: auto;
  margin: 0;
}
.form-row label {
  display: block;
  padding: 0 0 5px;
}
.form-row select,
.form-row input,
.form-row textarea {
  width: 100%;
  max-width: 100%;
}
.form-row textarea {
  min-height: 200px;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"],
.form-row input[type="submit"],
.form-row input[type="button"] {
  width: auto;
}
/* Amount Styles */
.amount {
  white-space: nowrap;
}
.amount span {
  display: inline-block;
}
/* Remove Button Styles */
#page .remove {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-indent: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  text-align: center;
}
/*-------------------------------------------------------------------------*/
/* Shop Page
/*-------------------------------------------------------------------------*/
.cmsmasters_woo_wrap_result {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.cmsmasters_woo_wrap_result select {
  width: 100%;
  max-width: 100%;
}
.cmsmasters_woo_wrap_result .woocommerce-result-count {
  padding: 10px;
  float: right;
}
.cmsmasters_woo_wrap_result .woocommerce-ordering {
  float: left;
}
.cmsmasters_products {
  margin: -30px -1.7% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cmsmasters_products .product {
  width: 21.6%;
  margin: 0 1.7%;
  padding: 30px 0 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  float: left;
}
.cmsmasters_products .product:before {
  content: none;
}
.columns-6.cmsmasters_products .product {
  width: 13.1%;
}
.columns-6.cmsmasters_products .product:nth-child(6n+1) {
  clear: left;
}
.columns-5.cmsmasters_products .product {
  width: 16.6%;
}
.columns-5.cmsmasters_products .product:nth-child(5n+1) {
  clear: left;
}
.columns-4.cmsmasters_products .product {
  width: 21.6%;
}
.columns-4.cmsmasters_products .product:nth-child(4n+1) {
  clear: left;
}
.columns-3.cmsmasters_products .product {
  width: 29.93%;
}
.columns-3.cmsmasters_products .product:nth-child(3n+1) {
  clear: left;
}
.columns-2.cmsmasters_products .product {
  width: 46.6%;
}
.columns-2.cmsmasters_products .product:nth-child(2n+1) {
  clear: left;
}
.columns-1.cmsmasters_products .product {
  width: 96.6%;
  float: none;
  clear: both;
}
.cmsmasters_product {
  margin: 0;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_img {
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_img img {
  width: 100%;
}
.cmsmasters_product .cmsmasters_product_but_wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
}
.touch .cmsmasters_product .cmsmasters_product_but_wrap {
  opacity: 1;
  visibility: visible;
}
.cmsmasters_product .product_button {
  display: block;
  margin: 0;
}
.cmsmasters_product .product_button.cmsmasters_add_to_cart_button:before {
  content: '\e800';
  font-family: 'fontello-custom';
  margin: 0 7px 0 0;
}
.cmsmasters_product .product_button.added_to_cart {
  display: none;
}
.cmsmasters_product .product_button.added {
  display: none;
}
.cmsmasters_product .product_button.added + .added_to_cart {
  display: block;
}
.cmsmasters_product .product_button.loading {
  opacity: 1;
  text-indent: -9999px;
}
.cmsmasters_product .product_button.loading:before {
  content: '\e9fd';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-size: 16px;
  text-indent: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_product .cmsmasters_product_inner {
  text-align: center;
  padding: 30px 0 15px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_header {
  padding: 0;
}
.cmsmasters_product .cmsmasters_product_title {
  margin: 0;
}
.cmsmasters_product .cmsmasters_product_cat {
  margin-top: 5px;
  text-align: center;
}
.cmsmasters_product:hover .cmsmasters_product_info {
  visibility: hidden;
  opacity: 0;
}
.cmsmasters_product:hover .cmsmasters_product_but_wrap,
.cmsmasters_product:hover .cmsmasters_product_add_wrap {
  visibility: visible;
  opacity: 1;
}
.cmsmasters_product .cmsmasters_product_info_wrap {
  margin-top: 18px;
  position: relative;
}
.cmsmasters_product .cmsmasters_product_info {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_add_wrap {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  opacity: 0;
}
.cmsmasters_product .cmsmasters_product_add_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_product .cmsmasters_star_rating {
  margin-bottom: -2px;
  margin-right: 5px;
  display: inline-block;
}
.cmsmasters_product .price {
  display: inline-block;
  position: relative;
}
.cmsmasters_product .price del {
  margin: 0 3px 0 0;
  vertical-align: bottom;
  white-space: nowrap;
}
.cmsmasters_product .price ins {
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products {
  margin: 0 -15px;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .product {
  width: auto;
  min-width: 250px;
  padding: 0 15px 30px;
  margin: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product {
  padding: 0;
  border-width: 0;
  border-style: solid;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product:hover .cmsmasters_product_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product:hover .cmsmasters_product_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
  padding: 0;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner {
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 48px;
  padding: 15px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_rating_price {
  text-align: right;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_rating_price .cmsmasters_star_rating {
  margin: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_rating_price .price {
  display: block;
  margin-top: 10px;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_cat {
  text-align: left;
  margin-bottom: 15px;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 48px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner .product_button {
  display: inline-block;
  margin: 10px 10px 10px 20px;
  white-space: nowrap;
}
/*-------------------------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------------------------*/
.cmsmasters_single_product {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .onsale,
.cmsmasters_single_product .out-of-stock {
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
  z-index: 10;
}
.cmsmasters_single_product .cmsmasters_product_left_column {
  width: 41.8%;
  position: relative;
  float: left;
}
.cmsmasters_single_product .cmsmasters_product_images {
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_image {
  display: block;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.cmsmasters_single_product .cmsmasters_product_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cmsmasters_single_product .cmsmasters_product_thumbs {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb {
  display: block;
  width: 95px;
  margin: 10px 10px 0 0;
  position: relative;
  text-align: center;
  float: left;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb:last-child {
  margin: 10px 0 0;
}
.cmsmasters_single_product .cmsmasters_product_right_column {
  width: 58.2%;
  padding: 0 0 0 30px;
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_right_column .out-of-stock {
  display: none;
}
.cmsmasters_single_product .cmsmasters_product_title_info_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_info_wrap {
  text-align: right;
  float: right;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_star_rating {
  margin: 10px 0 0;
  display: inline-block;
}
.cmsmasters_single_product .price {
  margin: 5px 0 0;
  padding: 0;
  text-align: right;
}
.cmsmasters_single_product .price del {
  vertical-align: middle;
}
.cmsmasters_single_product .price ins {
  text-decoration: none;
  vertical-align: middle;
}
.cmsmasters_single_product .cmsmasters_product_title_wrap {
  padding: 0 15px 0 0;
  overflow: hidden;
}
.cmsmasters_single_product .product_title {
  margin: 0;
}
.cmsmasters_single_product .cmsmasters_product_cat {
  margin: 10px 0 0;
}
.cmsmasters_single_product .product_meta {
  padding: 5px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .product_meta > span {
  display: block;
}
.cmsmasters_single_product .share_posts_inner {
  text-align: left;
}
.cmsmasters_single_product .cmsmasters_product_content {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart .single_add_to_cart_button {
  vertical-align: middle;
  margin: 0 0 0 -4px;
}
.cmsmasters_woo_tabs {
  margin: 50px 0 0;
  padding: 40px 0 0;
  overflow: hidden;
}
.cmsmasters_woo_tabs:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.cmsmasters_woo_tabs .cmsmasters_tab_inner > h2 {
  display: none;
}
.shop_attributes tr td:first-child,
.shop_attributes tr th:first-child {
  border-left-width: 0;
  border-left-style: solid;
}
.shop_attributes tr td:last-child,
.shop_attributes tr th:last-child {
  border-right-width: 0;
  border-right-style: solid;
}
.shop_attributes th {
  width: 170px;
  padding: 8px 10px 8px 0;
}
.shop_attributes td {
  padding: 8px 0;
}
.shop_attributes p {
  margin: 0;
  padding: 0;
}
.cmsmasters_woo_comments {
  margin: 0;
  padding: 0;
}
.cmsmasters_woo_comments .cmsmasters_star_rating {
  width: 63px;
  height: 11px;
  margin: 8px 0 0 10px;
  float: right;
}
.cmsmasters_woo_comments .cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 63px;
}
.cmsmasters_woo_comments .cmsmasters_star_rating .cmsmasters_star {
  font-size: 11px;
  width: 11px;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_date {
  margin: 3px 0 0;
  float: right;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_content p:last-of-type {
  padding: 0;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_content .star-rating {
  display: none;
}
section.products {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
section.products > h2 {
  margin: 0;
  padding: 0 0 25px;
}
.page-description {
  margin: 0 -1.7%;
}
/*-------------------------------------------------------------------------*/
/* Cart
/*-------------------------------------------------------------------------*/
.shop_table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
}
.shop_table thead,
.shop_table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shop_table th,
.shop_table td {
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.shop_table .product-remove {
  width: 30px;
}
.shop_table .product-thumbnail {
  width: 80px;
  padding-left: 0;
  padding-right: 20px;
}
.shop_table .product-thumbnail img {
  image-rendering: auto;
  width: 60px;
  height: auto;
}
.shop_table .product-name {
  outline: none;
}
.shop_table .product-price {
  outline: none;
}
.shop_table .amount {
  outline: none;
}
.shop_table .actions {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.shop_table .actions .coupon {
  position: relative;
  float: left;
}
.shop_table .actions .coupon label {
  display: none;
}
.shop_table .actions .input-text {
  position: relative;
  top: -1px;
  width: 150px;
  margin: 0 -4px 0 0;
}
.shop_table.order_details td.woocommerce-table__product-name ul {
  padding: 5px 0 0;
}
.shop_table.order_details td.woocommerce-table__product-name ul:last-child {
  margin: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li {
  padding: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li:before {
  content: none;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong,
.shop_table.order_details td.woocommerce-table__product-name li > p {
  display: inline-block;
  vertical-align: middle;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong:last-child,
.shop_table.order_details td.woocommerce-table__product-name li > p:last-child {
  padding-bottom: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong {
  padding: 0 10px 0 0;
  clear: left;
}
.cross-sells {
  margin-bottom: 50px;
}
.cross-sells h2 {
  margin-bottom: 0;
}
.cart_totals {
  position: relative;
  overflow: hidden;
}
.cart_totals > h2 {
  position: relative;
}
.cart_totals table {
  border-spacing: 0;
  width: 50%;
  position: relative;
  margin-bottom: 0;
}
.cart_totals table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals table th,
.cart_totals table td {
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cart_totals table th {
  width: 43%;
}
.cart_totals table td {
  width: 57%;
  text-align: right;
}
.cart_totals table input[type="checkbox"],
.cart_totals table input[type="radio"] {
  left: auto;
  right: 0;
  float: right;
}
.cart_totals table input[type="checkbox"] + label,
.cart_totals table input[type="radio"] + label {
  padding-left: 0;
  padding-right: 25px;
  float: right;
}
.cart_totals table input[type="checkbox"] + label:before,
.cart_totals table input[type="radio"] + label:before {
  left: auto;
  right: 0;
}
.cart_totals table input[type="checkbox"] + label:after {
  left: auto;
  right: 3px;
}
.cart_totals table input[type="radio"] + label:after {
  left: auto;
  right: 4px;
}
.woocommerce-shipping-calculator {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-shipping-calculator > p {
  margin: 0;
  padding: 0;
}
.shipping-calculator-form {
  margin: 20px -1.7% 0;
}
.shipping-calculator-form > * {
  width: 96.6%;
  margin: 0 1.7%;
  clear: both;
}
.shipping-calculator-form > p {
  padding: 0 0 10px;
}
.wc-proceed-to-checkout {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons {
  display: inline-block;
  margin: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  display: inline-block;
  margin: 0 30px;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
  margin: 0;
  padding: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button img {
  display: none;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:before {
  content: '\ebba';
  font-family: fontello;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:after {
  content: 'Check out with PayPal';
  display: inline-block;
  margin-left: 2px;
}
.woocommerce-MyAccount-navigation {
  margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation ul {
  text-align: left;
}
.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.woocommerce-MyAccount-navigation ul > li:last-child {
  margin: 0;
}
.woocommerce-EditAccountForm {
  margin: 0 -1.7%;
}
.woocommerce-EditAccountForm > p:not([class]) {
  margin: 0 1.7%;
}
.woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}
.woocommerce-EditAccountForm fieldset legend {
  padding-left: 14px;
}
/*-------------------------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 -1.7% 30px;
  position: relative;
  overflow: hidden;
}
.checkout_coupon p:not([class]) {
  width: 96.6%;
  margin: 0 1.7%;
}
.checkout_coupon input,
.checkout_coupon button[type=submit],
.checkout_coupon input[type=submit] {
  width: 100%;
  max-width: 100%;
}
body .select2-container .select2-choice,
body .select2-container.select2-drop-above .select2-choice {
  padding: 9px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-container.select2-container--open .select2-selection--single,
body .select2-container.select2-container--focus .select2-selection--single {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-container .select2-selection--single {
  height: 42px;
  padding: 9px 40px 9px 9px;
  background-image: url('https://happyminerals.si/wp-content/themes/handmade-shop/woocommerce/cmsmasters-framework/theme-style/css/../../../../img/select.png');
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding: 0;
}
body .select2-dropdown {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-dropdown .select2-results .select2-results__option {
  padding: 6px 6px 6px 9px;
}
body .select2-dropdown .select2-results .select2-results__option:first-child {
  padding: 6px 6px 6px 9px;
}
body .select2-dropdown .select2-results .select2-results__option:before {
  content: none;
}
.select2-result {
  padding: 0;
}
.select2-result:before {
  content: none;
}
.checkout {
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  margin-left: 1.7%;
  margin-right: 1.7%;
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields .shipping_address,
.woocommerce-shipping-fields .shipping_address {
  overflow: hidden;
}
.woocommerce-checkout-payment {
  padding: 40px 30px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li {
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li:before {
  content: none;
}
.woocommerce-checkout-payment .payment_methods li.woocommerce-notice {
  margin: 0;
  padding: 15px 20px;
}
.woocommerce-checkout-payment .payment_methods label {
  display: inline-block;
  float: none;
}
.woocommerce-checkout-payment .payment_methods label img {
  display: none;
}
.woocommerce-checkout-payment .payment_methods .payment_box {
  margin-top: 15px;
  padding: 25px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  clear: both;
}
.woocommerce-checkout-payment .payment_methods .payment_box p {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment .form-row.place-order > .form-row {
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  float: none;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  padding: 5px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  clear: both;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper > * {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row {
  width: auto;
  display: block;
  padding: 0;
  margin: 0 0 25px;
  direction: rtl;
  overflow: hidden;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row > * {
  direction: ltr;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row label span {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: static;
  opacity: 1;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  display: block;
  margin-bottom: 20px;
  overflow-x: hidden !important;
  position: relative;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions .cmsmasters_row_inner {
  width: 100%;
}
.woocommerce-password-strength {
  padding: 20px 0 0;
}
/*-------------------------------------------------------------------------*/
/* Order
/*-------------------------------------------------------------------------*/
ul.order_details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
ul.order_details li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  overflow: hidden;
}
ul.order_details li:before {
  content: none;
}
ul.order_details li > span {
  width: 30%;
  display: block;
  padding: 10px 15px;
  float: left;
}
ul.order_details li strong {
  width: 70%;
  display: block;
  padding: 10px 15px;
  word-break: break-word;
  float: left;
}
.woocommerce-page.woocommerce-order-received .woocommerce > h2 {
  padding-top: 30px;
}
/*-------------------------------------------------------------------------*/
/* Dynamic Cart
/*-------------------------------------------------------------------------*/
.cmsmasters_dynamic_cart_wrap {
  height: 100%;
  margin: 0 0 0 6px;
  position: relative;
  float: left;
}
.cmsmasters_dynamic_cart_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_dynamic_cart_wrap + .bot_search_but_wrap {
  padding-left: 11px;
}
.cmsmasters_dynamic_cart_wrap + .bot_search_but_wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.header_mid .cmsmasters_dynamic_cart_wrap {
  float: right;
}
.mid_search_but_wrap + .cmsmasters_dynamic_cart_wrap {
  padding-right: 15px;
}
.mid_search_but_wrap + .cmsmasters_dynamic_cart_wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.cmsmasters_dynamic_cart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  word-wrap: break-word;
}
#page .cmsmasters_dynamic_cart .remove {
  font-size: 15px;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button {
  display: inline-block;
  padding-left: 25px;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:before {
  width: 20px;
  height: 20px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button span {
  display: inline-block;
  padding-top: 4px;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button_hide {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content {
  width: 300px;
  padding: 30px 15px;
  margin: 40px 0 0;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: -10px;
  top: 100%;
  border-width: 1px;
  border-style: solid;
  opacity: 0 !important;
  z-index: 1000;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  max-height: 395px;
  margin: 0;
  padding: 0 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li {
  min-height: 60px;
  margin: 20px 0 0;
  padding: 7px 35px 7px 80px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:before {
  content: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:first-child {
  margin: 0;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li.empty {
  min-height: 1px;
  padding: 7px 35px;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a {
  display: block;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list img {
  width: 60px;
  height: 60px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  image-rendering: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity {
  direction: rtl;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity .amount {
  white-space: nowrap;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total {
  padding: 25px 15px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong {
  outline: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons {
  margin: 0 -2%;
  padding: 15px 15px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .button {
  width: 46%;
  margin: 0 2%;
  float: left;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .wcppec-cart-widget-button {
  height: auto;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.cmsmasters_dynamic_cart:hover .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:hover + .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .widget_shopping_cart_content:hover {
  visibility: visible;
  margin-top: 20px;
  opacity: 1 !important;
}
.cmsmasters_added_product_info {
  width: 260px;
  margin: 40px 0 0;
  padding: 15px 20px;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  border-width: 1px;
  border-style: solid;
  z-index: 1001;
  overflow: hidden;
  opacity: 0;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_img {
  width: 60px;
  height: 60px;
  float: left;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_text {
  display: block;
  padding: 20px 0 20px 15px;
  overflow: hidden;
}
.woocommerce-mini-cart__empty-message {
  padding: 0;
}
/*-------------------------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------------------------*/
.widget.woocommerce:after {
  content: none;
}
.widget.woocommerce > form {
  overflow: visible;
}
.widget.woocommerce > form > * {
  overflow: visible;
}
/***************** Widget Product Search ******************/
.widget_product_search {
  position: relative;
  padding: 0;
  border-width: 0;
  border-style: solid;
}
.widget_product_search .search_bar_wrap {
  display: block;
}
/***************** Widget Lists ******************/
.widget_rating_filter ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
  margin: 0;
  padding: 0;
}
.widget_rating_filter ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_product_categories ul li {
  position: relative;
  padding: 13px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_rating_filter ul li:before,
.widget_layered_nav ul li:before,
.widget_layered_nav_filters ul li:before,
.widget_product_categories ul li:before {
  content: none;
}
.widget_rating_filter ul ul,
.widget_layered_nav ul ul,
.widget_layered_nav_filters ul ul,
.widget_product_categories ul ul {
  margin: 10px 0 0;
}
.widget_rating_filter ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li {
  padding-bottom: 0;
  padding-left: 20px;
}
.widget_rating_filter ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.widget_rating_filter ul ul li:first-child,
.widget_layered_nav ul ul li:first-child,
.widget_layered_nav_filters ul ul li:first-child,
.widget_product_categories ul ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.widget_rating_filter ul ul li li,
.widget_layered_nav ul ul li li,
.widget_layered_nav_filters ul ul li li,
.widget_product_categories ul ul li li {
  padding-left: 40px;
}
.widget_rating_filter > ul,
.widget_layered_nav > ul,
.widget_layered_nav_filters > ul,
.widget_product_categories > ul {
  margin-bottom: 5px;
}
.widget_rating_filter > ul > li:first-child,
.widget_layered_nav > ul > li:first-child,
.widget_layered_nav_filters > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  padding-top: 0;
}
/***************** Widget Product List ******************/
.widget > .product_list_widget {
  list-style: none;
  margin: -7px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li {
  min-height: 80px;
  margin: 0 0 6px;
  padding: 7px 0 7px 80px;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li:before {
  content: none;
}
.widget > .product_list_widget li .cmsmasters_star_rating {
  margin-bottom: 5px;
  width: 68px;
}
.widget > .product_list_widget li .cmsmasters_star_rating .cmsmasters_star {
  font-size: 11px;
  width: 12px;
}
.widget > .product_list_widget li .cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 68px;
}
.widget > .product_list_widget a {
  display: block;
  margin: 0 0 4px;
}
.widget > .product_list_widget img {
  width: 60px;
  height: 60px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  image-rendering: auto;
}
.widget > .product_list_widget .star-rating {
  display: none;
}
.widget > .product_list_widget ins {
  text-decoration: none;
}
.widget > .product_list_widget del {
  margin: 0 3px 0 0;
}
/***************** Widget Shopping Cart ******************/
.widget_shopping_cart {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}
#page .widget_shopping_cart .remove {
  position: absolute;
  left: auto;
  right: 0;
  top: -5px;
}
.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list {
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
}
.widget_shopping_cart .cart_list li {
  min-height: 60px;
  margin: 0 0 20px;
  padding: 7px 25px 7px 80px;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list li:before {
  content: none;
}
.widget_shopping_cart .cart_list li.empty {
  min-height: 1px;
  padding: 7px 35px;
}
.widget_shopping_cart .cart_list a {
  display: block;
}
.widget_shopping_cart .cart_list img {
  width: 60px;
  height: 60px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  image-rendering: auto;
}
.widget_shopping_cart .cart_list .quantity {
  direction: rtl;
}
.widget_shopping_cart .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.widget_shopping_cart .cart_list .quantity .amount {
  white-space: nowrap;
}
.widget_shopping_cart .total {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .total strong {
  outline: none;
}
.widget_shopping_cart .buttons {
  margin: 0;
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .buttons .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
}
.widget_shopping_cart .buttons .button.checkout {
  margin-left: 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider {
  height: 2px;
  margin: 0;
  padding: 1px;
  position: relative;
}
.widget_price_filter .ui-slider-range {
  height: 100%;
  position: absolute;
  top: 0;
}
.widget_price_filter .ui-slider-handle {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: auto;
  top: -4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .ui-slider-handle:last-child {
  left: 100%;
  margin-left: -10px;
  margin-right: 0;
}
.widget_price_filter .price_slider_amount {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
}
.widget_price_filter .price_slider_amount .price_label {
  display: block;
  padding: 13px 10px 13px 0;
  overflow: hidden;
}
/***************** Widget Tag Cloud ******************/
.widget_product_tag_cloud {
  position: relative;
  overflow: hidden;
}
.widget_product_tag_cloud a {
  margin: 0 1px 1px 0;
  display: inline-block;
  padding: 4px 10px;
  border-width: 1px;
  border-style: solid;
}
/*-------------------------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------------------------*/
.cmsmasters_product_category_shortcode.grid,
.cmsmasters_products_shortcode,
.cmsmasters_selected_products_shortcode {
  position: relative;
  overflow: hidden;
}
/*	Other Shortcodes */
.create-account .input-radio + label,
.create-account .input-checkbox + label {
  padding: 0 0 0 25px;
}
.create-account > p {
  margin-left: 1.7%;
  margin-right: 1.7%;
}
.login,
.register {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.login:after,
.register:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.login label.inline,
.register label.inline {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  margin-right: 0;
}
.login label.inline input,
.register label.inline input {
  vertical-align: middle;
  margin-top: -2px;
}
.login > *,
.register > * {
  width: 96.6%;
  margin-left: 1.7%;
  margin-right: 1.7%;
  overflow: hidden;
}
.login .lost_password,
.register .lost_password {
  clear: both;
}
.track_order {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.track_order:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.track_order > * {
  margin-left: 1.7%;
  margin-right: 1.7%;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/* CSS3 Animations
/*-------------------------------------------------------------------------*/
html.csstransitions .woocommerce-store-notice a {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
html.csstransitions .cmsmasters_dynamic_cart_button:before,
html.csstransitions .cmsmasters_star_rating .cmsmasters_star {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.csstransitions body .select2-container .select2-selection--single {
  -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  transition: border-color .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .widget_product_tag_cloud a {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_img img {
  -webkit-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -moz-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -ms-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_but_wrap,
html.csstransitions .cmsmasters_product .cmsmasters_product_info,
html.csstransitions .cmsmasters_product .cmsmasters_product_add_wrap {
  -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
html.csstransitions .cmsmasters_dynamic_cart .widget_shopping_cart_content {
  -webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner,
html.csstransitions .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_img img {
  -webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .shipping_method + label:after,
html.csstransitions .input-radio + label:after,
html.csstransitions .input-checkbox + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.1.4
 * 
 * WooCommerce Responsive CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /* Large Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Medium Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Small Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	Tablet Monitor 600
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Phone Monitor
/*-------------------------------------------------------------------------*/
}
@media only screen and (min-width: 1025px) {
  .cmsmasters_products {
    outline: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product,
  .cmsmasters_products.columns-6 .product {
    width: 29.93%;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product:nth-child(6n+1),
  .cmsmasters_products.columns-6 .product:nth-child(6n+1) {
    clear: none;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product:nth-child(3n+1),
  .cmsmasters_products.columns-6 .product:nth-child(3n+1) {
    clear: left;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product,
  .cmsmasters_products.columns-5 .product {
    width: 29.93%;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product:nth-child(5n+1),
  .cmsmasters_products.columns-5 .product:nth-child(5n+1) {
    clear: none;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product:nth-child(3n+1),
  .cmsmasters_products.columns-5 .product:nth-child(3n+1) {
    clear: left;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-4 .product,
  .cmsmasters_products.columns-4 .product {
    width: 46.6%;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-4 .product:nth-child(4n+1),
  .cmsmasters_products.columns-4 .product:nth-child(4n+1) {
    clear: none;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-4 .product:nth-child(2n+1),
  .cmsmasters_products.columns-4 .product:nth-child(2n+1) {
    clear: left;
  }
  .cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button_hide,
  .cmsmasters_dynamic_cart_wrap .widget_shopping_cart_content {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header_mid .cmsmasters_dynamic_cart_wrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .mid_search_but_wrap + .cmsmasters_dynamic_cart_wrap {
    padding-right: 0;
    padding-left: 14px;
    margin-left: 7px;
  }
  .mid_search_but_wrap + .cmsmasters_dynamic_cart_wrap:before {
    right: auto;
    left: 0;
  }
  .col2-set > * {
    width: 96.6%;
    margin-bottom: 40px;
    float: none;
    clear: both;
  }
  .col2-set > *:last-child {
    margin-bottom: 0;
  }
  .shop_table.cart {
    display: block;
    text-align: center;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
  }
  .shop_table.cart tbody,
  .shop_table.cart tr,
  .shop_table.cart th,
  .shop_table.cart td {
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart .cart_item {
    padding: 20px 0;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.7);
  }
  .shop_table.cart td {
    padding: 15px;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .shop_table.cart .product-remove {
    padding: 0;
    position: absolute;
    left: auto;
    right: 0;
    top: 20px;
    z-index: 1;
  }
  .shop_table.cart .product-thumbnail {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .shop_table.cart .product-price,
  .shop_table.cart .product-quantity,
  .shop_table.cart .product-subtotal {
    display: inline-block;
    width: 33.33%;
    margin: 0 -2px;
    vertical-align: middle;
  }
  .shop_table.cart .product-price {
    text-align: right;
  }
  .shop_table.cart .product-quantity {
    padding-left: 0;
    padding-right: 0;
  }
  .shop_table.cart .product-subtotal {
    text-align: left;
  }
  .shop_table.cart .actions {
    text-align: center;
  }
  .shop_table.cart .actions .coupon {
    padding: 0 0 20px;
    float: none;
    text-align: center;
  }
  .shop_table.cart .actions .input-text {
    display: block;
    margin: 0 auto 10px;
  }
  .shop_table.woocommerce-checkout-review-order-table th,
  .shop_table.order_details th,
  .shop_table.woocommerce-checkout-review-order-table td,
  .shop_table.order_details td {
    padding: 10px 15px;
  }
  .cart_totals table {
    width: 100%;
  }
  ul.order_details li > span,
  ul.order_details li strong {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product,
  .cmsmasters_products.columns-6 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product,
  .cmsmasters_products.columns-5 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-3 .product,
  .cmsmasters_products.columns-3 .product {
    width: 96.6%;
    float: none;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product:nth-child(n),
  .cmsmasters_products.columns-6 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product:nth-child(n),
  .cmsmasters_products.columns-5 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-3 .product:nth-child(n),
  .cmsmasters_products.columns-3 .product:nth-child(n) {
    clear: both;
  }
  .cmsmasters_single_product .cmsmasters_product_left_column {
    width: 100%;
    max-width: 500px;
    float: none;
    padding: 0 0 40px;
  }
  .cmsmasters_single_product .cmsmasters_product_right_column {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media only screen and (max-width: 540px) {
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product,
  .cmsmasters_products.columns-6 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product,
  .cmsmasters_products.columns-5 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-4 .product,
  .cmsmasters_products.columns-4 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-3 .product,
  .cmsmasters_products.columns-3 .product,
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-2 .product,
  .cmsmasters_products.columns-2 .product {
    width: 96.6%;
    float: none;
  }
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-6 .product:nth-child(n),
  .cmsmasters_products.columns-6 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-5 .product:nth-child(n),
  .cmsmasters_products.columns-5 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-4 .product:nth-child(n),
  .cmsmasters_products.columns-4 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-3 .product:nth-child(n),
  .cmsmasters_products.columns-3 .product:nth-child(n),
  .cmsmasters_product_category_shortcode.grid .woocommerce.columns-2 .product:nth-child(n),
  .cmsmasters_products.columns-2 .product:nth-child(n) {
    clear: both;
  }
  .form-row {
    width: 96.6%;
    float: none;
    clear: both;
  }
  .woocommerce-message,
  .woocommerce-info {
    text-align: center;
  }
  .woocommerce-message .button,
  .woocommerce-info .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  table.variations select {
    display: block;
  }
  table.variations .reset_variations {
    display: inline-block;
    margin: 10px 0 0;
  }
  .cmsmasters_woo_wrap_result .woocommerce-result-count {
    padding: 0 10px 20px;
    float: none;
    text-align: center;
  }
  .cmsmasters_woo_wrap_result .woocommerce-ordering {
    float: none;
  }
  .cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb {
    width: 60px;
  }
  .cmsmasters_single_product .cmsmasters_product_info_wrap {
    float: none;
    padding: 0 0 30px;
    text-align: left;
  }
  .cmsmasters_single_product .price {
    text-align: left;
  }
  .cmsmasters_single_product .cmsmasters_star_rating {
    float: none;
  }
  .woocommerce-checkout-payment {
    padding: 20px 15px;
  }
  .woocommerce-checkout-payment .place-order .terms {
    display: block;
    padding: 15px 0 0;
  }
  .cmsmasters_comment_item .cmsmasters_comment_item_header {
    float: none;
  }
  .cmsmasters_comment_item .cmsmasters_comment_item_cont_info {
    float: none;
    margin: 0;
  }
  .cmsmasters_comment_item .cmsmasters_comment_item_cont {
    overflow: visible;
  }
  .cmsmasters_woo_comments .cmsmasters_comment_item_date {
    float: none;
  }
  .cmsmasters_woo_comments .cmsmasters_star_rating {
    float: none;
    margin-left: 0;
  }
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.2
 * 
 * Yith WooCommerce Quick View CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------

	1. 	Free Version
		1.1 Button Quick View
		1.2 Single Product Quick View
	2. 	Premium Version
		2.1 Button Quick View
		2.2 Single Product Quick View (Modal Window)
		2.3 Single Product Quick View (Cascading)
	3. 	CSS3 Animations

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	1. Free Version */
/*-------------------------------------------------------------------------*/
/***************** 1.1 Button Quick View ******************/
.cmsmasters_theme_icon_quick_view:before {
  content: '\e88f';
}
li.product .cmsmasters_product .button.cmsmasters_quick_view_button {
  min-width: 38px;
  height: 38px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}
.cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button {
  line-height: 28px;
  float: right;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-top-width: 0;
  border-top-style: solid;
  margin-top: 0;
  min-width: 46px;
  height: 46px;
}
.cmsmasters_product_category_shortcode.puzzle li.product .cmsmasters_product .button.cmsmasters_quick_view_button:before {
  font-size: 14px;
  top: 2px;
}
li.product .cmsmasters_product .button.cmsmasters_quick_view_button:before {
  font-size: 12px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
}
/***************** 1.2 Single Product Quick View ******************/
html #yith-quick-view-modal {
  font-size: 0;
  line-height: 0;
  z-index: 99999;
}
html #yith-quick-view-modal .yith-wcqv-wrapper {
  max-width: 1120px;
  padding: 0;
}
html #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
  padding: 40px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .blockUI {
  background: none !important;
}
html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  font-size: 0;
  line-height: 0;
  width: 26px;
  height: 26px;
  right: 12px;
  top: 12px;
  opacity: 1;
}
html #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: '\eabc';
  font-family: 'fontello';
  font-size: 18px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html #yith-quick-view-modal .single-product > .product > .product {
  position: relative;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product > .product > .product > div {
  float: left;
}
html #yith-quick-view-modal .single-product > .product > .product > div.images {
  width: 51%;
  padding: 0 40px 0 0;
}
html #yith-quick-view-modal .single-product > .product > .product > div.summary {
  width: 49%;
  position: relative;
}
html #yith-quick-view-modal .single-product div.summary .out-of-stock,
html #yith-quick-view-modal .single-product div.summary .stock.in-stock {
  padding: 0;
  top: 12px;
}
html #yith-quick-view-modal .single-product div.summary .cmsmasters_product_title_info_wrap {
  position: relative;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .cmsmasters_product_title_wrap {
  padding: 0 15px 0 0;
  position: relative;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .product_title {
  margin: 0;
}
html #yith-quick-view-modal .single-product div.summary .product_meta {
  margin: 10px 0 0;
}
html #yith-quick-view-modal .single-product div.summary .product_meta .tagged_as,
html #yith-quick-view-modal .single-product div.summary .product_meta .cmsmasters_product_cat_title {
  display: none;
}
html #yith-quick-view-modal .single-product div.summary .cmsmasters_product_info_wrap {
  float: right;
  text-align: right;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .cmsmasters_star_rating {
  margin: 10px 0 0;
  display: inline-block;
}
html #yith-quick-view-modal .single-product div.summary .price {
  margin: 0;
  padding: 0;
  text-align: right;
}
html #yith-quick-view-modal .single-product div.summary .price ins {
  text-decoration: none;
}
html #yith-quick-view-modal .single-product div.summary .cmsmasters_product_content {
  padding: 25px 0 0;
  position: relative;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .cart {
  display: block;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .cart:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
html #yith-quick-view-modal .single-product div.summary .cart .quantity {
  margin: 0;
}
html #yith-quick-view-modal .single-product div.summary .cart .quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
html #yith-quick-view-modal .single-product div.summary .cart .quantity input[type=number]::-webkit-inner-spin-button {
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html #yith-quick-view-modal .single-product div.summary .cart .single_add_to_cart_button {
  vertical-align: middle;
  margin: 0 0 0 -4px;
}
html #yith-quick-view-modal .single-product div.summary .share_posts_inner {
  text-align: left;
}
/*-------------------------------------------------------------------------*/
/*	2. Premium Version */
/*-------------------------------------------------------------------------*/
/***************** 2.1 Button Quick View ******************/
li.product .cmsmasters_product .yith-wcqv-button.inside-thumb {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  cursor: pointer;
}
li.product .cmsmasters_product .yith-wcqv-button.inside-thumb > span {
  padding: 0;
}
li.product .cmsmasters_product .cmsmasters_product_inner .cmsmasters_quick_view_button {
  margin-top: 15px;
}
/***************** 2.2 Single Product Quick View (Modal Window) ******************/
html .yith-quick-view.slide-in,
html .yith-quick-view.fade-in,
html .yith-quick-view.scale-up {
  z-index: 99999;
}
html .yith-quick-view.slide-in .yith-wcqv-wrapper .yith-wcqv-main,
html .yith-quick-view.fade-in .yith-wcqv-wrapper .yith-wcqv-main,
html .yith-quick-view.scale-up .yith-wcqv-wrapper .yith-wcqv-main {
  padding: 60px 40px 40px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html .yith-quick-view.slide-in .yith-wcqv-wrapper .yith-wcqv-main .blockUI,
html .yith-quick-view.fade-in .yith-wcqv-wrapper .yith-wcqv-main .blockUI,
html .yith-quick-view.scale-up .yith-wcqv-wrapper .yith-wcqv-main .blockUI {
  background: none !important;
}
html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close,
html .yith-quick-view.fade-in .yith-wcqv-head .yith-quick-view-close,
html .yith-quick-view.scale-up .yith-wcqv-head .yith-quick-view-close {
  background: none;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 0;
  line-height: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
}
html .yith-quick-view.slide-in .yith-wcqv-head .yith-quick-view-close:before,
html .yith-quick-view.fade-in .yith-wcqv-head .yith-quick-view-close:before,
html .yith-quick-view.scale-up .yith-wcqv-head .yith-quick-view-close:before {
  text-indent: 0;
  content: '\eabc';
  font-family: 'fontello';
  font-size: 18px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html .yith-quick-view.slide-in .single-product > .product > .product,
html .yith-quick-view.fade-in .single-product > .product > .product,
html .yith-quick-view.scale-up .single-product > .product > .product {
  position: relative;
}
html .yith-quick-view.slide-in .single-product > .product > .product .onsale,
html .yith-quick-view.fade-in .single-product > .product > .product .onsale,
html .yith-quick-view.scale-up .single-product > .product > .product .onsale {
  margin: 0;
  z-index: 999;
  left: 10px;
  right: auto;
  top: 10px;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div,
html .yith-quick-view.fade-in .single-product > .product > .product > div,
html .yith-quick-view.scale-up .single-product > .product > .product > div {
  float: left;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.images,
html .yith-quick-view.fade-in .single-product > .product > .product > div.images,
html .yith-quick-view.scale-up .single-product > .product > .product > div.images {
  width: 51%;
  padding: 0 40px 0 0;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand,
html .yith-quick-view.scale-up .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
  padding: 7px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier,
html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier,
html .yith-quick-view.scale-up .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier {
  border-width: 0;
  border-style: solid;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs,
html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs,
html .yith-quick-view.scale-up .single-product > .product > .product > div.images .yith-quick-view-thumbs {
  padding: 0 50px 0 0;
  left: 10px;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb,
html .yith-quick-view.fade-in .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb,
html .yith-quick-view.scale-up .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb {
  border-color: transparent;
  margin: 2px 4px 0 0;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.summary,
html .yith-quick-view.fade-in .single-product > .product > .product > div.summary,
html .yith-quick-view.scale-up .single-product > .product > .product > div.summary {
  width: 49%;
  padding: 0 25px 0 0;
  position: relative;
}
html .yith-quick-view.slide-in .single-product > .product > .product > div.summary .summary-content,
html .yith-quick-view.fade-in .single-product > .product > .product > div.summary .summary-content,
html .yith-quick-view.scale-up .single-product > .product > .product > div.summary .summary-content {
  padding: 0;
}
html .yith-quick-view.slide-in .single-product div.summary .onsale,
html .yith-quick-view.fade-in .single-product div.summary .onsale,
html .yith-quick-view.scale-up .single-product div.summary .onsale {
  margin: 0 40px 0 0;
  right: 49%;
  top: 40px;
}
html .yith-quick-view.slide-in .single-product div.summary .out-of-stock,
html .yith-quick-view.fade-in .single-product div.summary .out-of-stock,
html .yith-quick-view.scale-up .single-product div.summary .out-of-stock,
html .yith-quick-view.slide-in .single-product div.summary .stock.in-stock,
html .yith-quick-view.fade-in .single-product div.summary .stock.in-stock,
html .yith-quick-view.scale-up .single-product div.summary .stock.in-stock {
  padding: 0;
  right: 25px;
  top: 12px;
}
html .yith-quick-view.slide-in .single-product div.summary .cmsmasters_product_title_info_wrap,
html .yith-quick-view.fade-in .single-product div.summary .cmsmasters_product_title_info_wrap,
html .yith-quick-view.scale-up .single-product div.summary .cmsmasters_product_title_info_wrap {
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .cmsmasters_product_title_wrap,
html .yith-quick-view.fade-in .single-product div.summary .cmsmasters_product_title_wrap,
html .yith-quick-view.scale-up .single-product div.summary .cmsmasters_product_title_wrap {
  padding: 0 15px 0 0;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .product_title,
html .yith-quick-view.fade-in .single-product div.summary .product_title,
html .yith-quick-view.scale-up .single-product div.summary .product_title {
  margin: 0;
}
html .yith-quick-view.slide-in .single-product div.summary .product_meta,
html .yith-quick-view.fade-in .single-product div.summary .product_meta,
html .yith-quick-view.scale-up .single-product div.summary .product_meta {
  margin: 10px 0 0;
}
html .yith-quick-view.slide-in .single-product div.summary .product_meta .tagged_as,
html .yith-quick-view.fade-in .single-product div.summary .product_meta .tagged_as,
html .yith-quick-view.scale-up .single-product div.summary .product_meta .tagged_as,
html .yith-quick-view.slide-in .single-product div.summary .product_meta .cmsmasters_product_cat_title,
html .yith-quick-view.fade-in .single-product div.summary .product_meta .cmsmasters_product_cat_title,
html .yith-quick-view.scale-up .single-product div.summary .product_meta .cmsmasters_product_cat_title {
  display: none;
}
html .yith-quick-view.slide-in .single-product div.summary .cmsmasters_product_info_wrap,
html .yith-quick-view.fade-in .single-product div.summary .cmsmasters_product_info_wrap,
html .yith-quick-view.scale-up .single-product div.summary .cmsmasters_product_info_wrap {
  text-align: right;
  float: right;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .cmsmasters_star_rating,
html .yith-quick-view.fade-in .single-product div.summary .cmsmasters_star_rating,
html .yith-quick-view.scale-up .single-product div.summary .cmsmasters_star_rating {
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .share_posts,
html .yith-quick-view.fade-in .single-product div.summary .share_posts,
html .yith-quick-view.scale-up .single-product div.summary .share_posts {
  padding-top: 20px;
}
html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner,
html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner,
html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner {
  text-align: left;
}
html .yith-quick-view.slide-in .single-product div.summary .share_posts_inner a,
html .yith-quick-view.fade-in .single-product div.summary .share_posts_inner a,
html .yith-quick-view.scale-up .single-product div.summary .share_posts_inner a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html .yith-quick-view.slide-in .single-product div.summary .price,
html .yith-quick-view.fade-in .single-product div.summary .price,
html .yith-quick-view.scale-up .single-product div.summary .price {
  margin: 0;
  padding: 0;
}
html .yith-quick-view.slide-in .single-product div.summary .price del,
html .yith-quick-view.fade-in .single-product div.summary .price del,
html .yith-quick-view.scale-up .single-product div.summary .price del {
  margin: 0 0 0 3px;
  position: relative;
}
html .yith-quick-view.slide-in .single-product div.summary .price del:after,
html .yith-quick-view.fade-in .single-product div.summary .price del:after,
html .yith-quick-view.scale-up .single-product div.summary .price del:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
html .yith-quick-view.slide-in .single-product div.summary .price del > span,
html .yith-quick-view.fade-in .single-product div.summary .price del > span,
html .yith-quick-view.scale-up .single-product div.summary .price del > span {
  text-decoration: line-through;
  display: inline-block;
  vertical-align: bottom;
}
html .yith-quick-view.slide-in .single-product div.summary .price ins,
html .yith-quick-view.fade-in .single-product div.summary .price ins,
html .yith-quick-view.scale-up .single-product div.summary .price ins {
  text-decoration: none;
}
html .yith-quick-view.slide-in .single-product div.summary .cmsmasters_product_content,
html .yith-quick-view.fade-in .single-product div.summary .cmsmasters_product_content,
html .yith-quick-view.scale-up .single-product div.summary .cmsmasters_product_content {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .cart,
html .yith-quick-view.fade-in .single-product div.summary .cart,
html .yith-quick-view.scale-up .single-product div.summary .cart {
  display: block;
  padding: 20px 0 6px;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .cart:after,
html .yith-quick-view.fade-in .single-product div.summary .cart:after,
html .yith-quick-view.scale-up .single-product div.summary .cart:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
html .yith-quick-view.slide-in .single-product div.summary .cart .quantity,
html .yith-quick-view.fade-in .single-product div.summary .cart .quantity,
html .yith-quick-view.scale-up .single-product div.summary .cart .quantity {
  margin: 0;
}
html .yith-quick-view.slide-in .single-product div.summary .cart .quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
html .yith-quick-view.fade-in .single-product div.summary .cart .quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
html .yith-quick-view.scale-up .single-product div.summary .cart .quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  padding-right: 0;
  height: 40px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
html .yith-quick-view.slide-in .single-product div.summary .cart .quantity input[type=number]::-webkit-inner-spin-button,
html .yith-quick-view.fade-in .single-product div.summary .cart .quantity input[type=number]::-webkit-inner-spin-button,
html .yith-quick-view.scale-up .single-product div.summary .cart .quantity input[type=number]::-webkit-inner-spin-button {
  height: 38px !important;
  width: 25px;
  background-color: transparent;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html .yith-quick-view.slide-in .single-product div.summary .cart .single_add_to_cart_button,
html .yith-quick-view.fade-in .single-product div.summary .cart .single_add_to_cart_button,
html .yith-quick-view.scale-up .single-product div.summary .cart .single_add_to_cart_button {
  vertical-align: middle;
}
html .yith-quick-view.slide-in .single-product div.summary .cart .quantity + input + .single_add_to_cart_button,
html .yith-quick-view.fade-in .single-product div.summary .cart .quantity + input + .single_add_to_cart_button,
html .yith-quick-view.scale-up .single-product div.summary .cart .quantity + input + .single_add_to_cart_button {
  margin: 0 0 0 -4px;
}
html .yith-quick-view.slide-in .single-product div.summary .yith-wcqv-view-details,
html .yith-quick-view.fade-in .single-product div.summary .yith-wcqv-view-details,
html .yith-quick-view.scale-up .single-product div.summary .yith-wcqv-view-details {
  margin: -5px 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html div.pp_pic_holder {
  z-index: 999999;
}
/***************** 2.3 Single Product Quick View (Cascading) ******************/
html .content .cmsmasters_products .yith-quick-view.open .product {
  width: 100%;
  margin: 0;
}
html .yith-quick-view.yith-inline {
  margin: 0 1.7%;
}
html .yith-quick-view.yith-inline .yith-wcqv-main {
  padding: 30px 0;
  position: relative;
}
html .yith-quick-view.yith-inline .yith-wcqv-main .blockUI {
  background: none !important;
}
html .yith-quick-view.yith-inline .yith-wcqv-main .yith-wcqv-head .yith-quick-view-close {
  background: none;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 0;
  line-height: 0;
  width: 26px;
  height: 26px;
  right: 0;
  top: 30px;
  opacity: 1;
}
html .yith-quick-view.yith-inline .yith-wcqv-main .yith-wcqv-head .yith-quick-view-close:before {
  text-indent: 0;
  content: '\eabc';
  font-family: 'fontello';
  font-size: 18px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html .yith-quick-view.yith-inline .single-product > .product {
  padding: 60px 0 0;
}
html .yith-quick-view.yith-inline .single-product > .product > .product {
  padding: 0;
  position: relative;
}
html .yith-quick-view.yith-inline .single-product > .product > .product .onsale {
  margin: 0 40px 0 0;
  z-index: 999;
  left: auto;
  right: 49%;
  top: 0;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div {
  float: left;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.images {
  width: 51%;
  padding: 0 40px 0 0;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_mousetrap .yith_expand {
  padding: 7px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier {
  border-width: 0;
  border-style: solid;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs {
  padding: 0 50px 0 0;
  left: 10px;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb {
  border-color: transparent;
  margin: 2px 4px 0 0;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.summary {
  width: 49%;
  position: relative;
}
html .yith-quick-view.yith-inline .single-product > .product > .product > div.summary .summary-content {
  padding: 0;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_product_title_info_wrap {
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_product_title_wrap {
  padding: 0 70px 0 0;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .product_title {
  margin: 0 0 30px;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_product_info_wrap {
  padding: 17px 0;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_product_info_wrap > *:first-child {
  float: left;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_star_rating {
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .price {
  margin: 0;
  padding: 0;
}
html .yith-quick-view.yith-inline .single-product div.summary .price del {
  margin: 0 0 0 3px;
  position: relative;
  float: right;
}
html .yith-quick-view.yith-inline .single-product div.summary .price del:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
html .yith-quick-view.yith-inline .single-product div.summary .price del > span {
  text-decoration: line-through;
  display: inline-block;
  vertical-align: bottom;
}
html .yith-quick-view.yith-inline .single-product div.summary .price ins {
  text-decoration: none;
}
html .yith-quick-view.yith-inline .single-product div.summary .cmsmasters_product_content {
  padding: 25px 0 0;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .out-of-stock,
html .yith-quick-view.yith-inline .single-product div.summary .stock.in-stock {
  padding: 0;
  top: 12px;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart {
  display: block;
  padding: 20px 0 6px;
  position: relative;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart .quantity {
  margin: 0;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart .quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  height: 40px !important;
  padding-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart .quantity input[type=number]::-webkit-inner-spin-button {
  height: 38px !important;
  width: 25px;
  background-color: transparent;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart .single_add_to_cart_button {
  vertical-align: middle;
}
html .yith-quick-view.yith-inline .single-product div.summary .cart .quantity + input + .single_add_to_cart_button {
  margin: 0 0 0 17px;
}
html .yith-quick-view.yith-inline .single-product div.summary .yith-wcqv-view-details {
  margin: -5px 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/*-------------------------------------------------------------------------*/
/*	3.	CSS3 Animations */
/*-------------------------------------------------------------------------*/
html.csstransitions #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
html.csstransitions .yith-quick-view.yith-modal .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb,
html.csstransitions .yith-quick-view.open .single-product > .product > .product > div.images .yith-quick-view-thumbs .yith-quick-view-single-thumb {
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
html.csstransitions .product .yith-wcqv-button:not(.button) span {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.2
 * 
 * Responsive Design Yith WooCommerce Quick View CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /*	Small Tablet Monitor
	/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	Tablet Monitor 600
	/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	Phone Monitor
	/*-------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  html {
    /***************** Free Version - Single Product Quick View ******************/
    /***************** Premium Version - Single Product Quick View ******************/
  }
  html #yith-quick-view-modal .single-product div.summary .product_meta > span .cmsmasters_product_meta_title {
    width: auto;
  }
  html .yith-quick-view.slide-in .single-product,
  html .yith-quick-view.fade-in .single-product,
  html .yith-quick-view.scale-up .single-product {
    overflow-y: hidden;
  }
  html .yith-quick-view.slide-in .single-product div.summary .product_meta > span .cmsmasters_product_meta_title,
  html .yith-quick-view.fade-in .single-product div.summary .product_meta > span .cmsmasters_product_meta_title,
  html .yith-quick-view.scale-up .single-product div.summary .product_meta > span .cmsmasters_product_meta_title {
    width: auto;
  }
  html div.pp_woocommerce {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  html {
    /***************** Premium Version - Single Product Quick View ******************/
  }
  html .yith-quick-view.slide-in .yith-wcqv-wrapper .yith-wcqv-main,
  html .yith-quick-view.fade-in .yith-wcqv-wrapper .yith-wcqv-main,
  html .yith-quick-view.scale-up .yith-wcqv-wrapper .yith-wcqv-main {
    padding: 60px 0 20px;
  }
  html .yith-quick-view.slide-in .single-product,
  html .yith-quick-view.fade-in .single-product,
  html .yith-quick-view.scale-up .single-product {
    padding: 0 20px;
    overflow-y: scroll;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.images,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.images,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.images,
  html .yith-quick-view.slide-in .single-product > .product > .product > div.summary,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.summary,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.summary {
    float: none;
    width: 100%;
    padding: 0;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.images,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.images,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.images {
    margin: 0 0 40px;
    padding: 0;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.summary,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.summary,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.summary {
    width: 100% !important;
    height: auto;
    max-height: none;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.summary .cmsmasters_product_title_wrap,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.summary .cmsmasters_product_title_wrap,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.summary .cmsmasters_product_title_wrap {
    padding-right: 0;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.summary .cmsmasters_product_info_wrap,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.summary .cmsmasters_product_info_wrap,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.summary .cmsmasters_product_info_wrap {
    float: none;
    text-align: left;
  }
  html .yith-quick-view.slide-in .single-product > .product > .product > div.summary .cmsmasters_star_rating,
  html .yith-quick-view.fade-in .single-product > .product > .product > div.summary .cmsmasters_star_rating,
  html .yith-quick-view.scale-up .single-product > .product > .product > div.summary .cmsmasters_star_rating {
    float: right;
  }
}
@media only screen and (max-width: 540px) {
  html {
    /***************** Free Version - Single Product Quick View ******************/
  }
  html #yith-quick-view-modal .single-product > .product > .product > div.images,
  html #yith-quick-view-modal .single-product > .product > .product > div.summary {
    float: none;
    width: 100%;
  }
  html #yith-quick-view-modal .single-product > .product > .product > div.images {
    margin: 0 0 40px;
    padding: 0;
  }
  html .yith-quick-view.yith-inline .yith-wcqv-wrapper .yith-wcqv-main {
    padding: 40px 0 0;
  }
  html .yith-quick-view.yith-inline .yith-wcqv-wrapper .yith-wcqv-main .yith-wcqv-head .yith-quick-view-close {
    top: 40px;
  }
  html .yith-quick-view.yith-inline .single-product > .product > .product > div.images,
  html .yith-quick-view.yith-inline .single-product > .product > .product > div.summary {
    float: none;
    width: 100%;
  }
  html .yith-quick-view.yith-inline .single-product > .product > .product > div.images {
    margin: 0 0 40px;
    padding: 0;
  }
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.2
 * 
 * Yith WooCommerce Zoom Magnifier CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------

	1. 	Single Product
	2.	CSS3 Animations

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	1. Single Product */
/*-------------------------------------------------------------------------*/
/***************** Single Product Thumbnail Slider ******************/
.cmsmasters_product_left_column .thumbnails.slider {
  margin: 0 -5px;
}
.cmsmasters_product_left_column .caroufredsel_wrapper {
  height: auto !important;
  position: relative;
}
.cmsmasters_product_left_column .yith_magnifier_gallery {
  height: auto !important;
  position: relative !important;
}
.cmsmasters_product_left_column .yith_magnifier_gallery li {
  margin: 10px 5px 0;
  padding: 0;
}
.cmsmasters_product_left_column .yith_magnifier_gallery li.last {
  margin: 10px 5px 0;
}
.cmsmasters_product_left_column .yith_magnifier_gallery li:before {
  content: none;
}
.cmsmasters_product_left_column .yith_magnifier_gallery li a {
  margin: 0;
  text-align: center;
}
.cmsmasters_product_left_column .yith_magnifier_zoom_magnifier {
  border-width: 0;
  border-style: solid;
}
.cmsmasters_product_left_column .images.right .yith_magnifier_zoom_magnifier {
  margin: 0 0 0 60px;
}
/***************** Single Product Thumbnail Slider Button ******************/
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
  font-size: 20px;
  display: block !important;
  background-image: none;
  width: 22px;
  height: 43px;
  margin: auto !important;
  top: 10px;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  opacity: 0;
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:before,
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:before {
  font-family: 'fontello';
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev {
  left: 5px;
  right: auto;
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev:before {
  content: '\eb21';
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
  left: auto;
  right: 5px;
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next:before {
  content: '\eb22';
}
.single-product.woocommerce .cmsmasters_single_product .thumbnails:hover #slider-prev,
.single-product.woocommerce .cmsmasters_single_product .thumbnails:hover #slider-next {
  opacity: 1;
}
/*-------------------------------------------------------------------------*/
/*	2.	CSS3 Animations	*/
/*-------------------------------------------------------------------------*/
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-prev,
.single-product.woocommerce .cmsmasters_single_product .thumbnails #slider-next {
  -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, opacity .3s ease-in-out;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.2
 * 
 * Responsive Design Yith WooCommerce Zoom Magnifier CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /*	Small Tablet Monitor
	/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	Tablet Monitor 600
	/*-------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .pp_woocommerce .pp_content_container .pp_close {
    right: 0;
    top: -22px;
  }
}
@media only screen and (max-width: 600px) {
  .cmsmasters_product_left_column .images.right.inside .yith_magnifier_zoom_magnifier {
    margin: 0;
  }
  .cmsmasters_product_left_column .images.inside.default .yith_magnifier_zoom_magnifier,
  .cmsmasters_product_left_column .images.right.default .yith_magnifier_zoom_magnifier {
    max-width: 50% !important;
    max-height: 50% !important;
    margin: 0;
    left: auto !important;
    right: 0;
    top: 0 !important;
  }
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.4.0
 * 
 * Yith WooCommerce Wishlist CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------

	1. 	Free Version
		1.1 Button Wishlist In Product
		1.2 Button Wishlist In Open Product
		1.3 Wishlist Table
	2. 	Premium Version
		2.1 Wishlist Table
		2.2 Create New Wishlist
		2.3 Manage Wishlist
		2.4 Search Wishlist
		2.5 Wishlist Popup

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	1. Free Version */
/*-------------------------------------------------------------------------*/
/***************** 1.1 Button Wishlist In Product ******************/
.cmsmasters_theme_icon_wishlist:before {
  content: '\e889';
}
.products .product .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.products .product .cmsmasters_add_wishlist_button {
  float: right;
  margin: 0 0 0 4px;
  padding: 0;
  height: 38px;
  width: 38px;
  position: relative;
}
.products .product .cmsmasters_add_wishlist_button > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_add_wishlist_button {
  margin: 0;
  width: 46px;
  height: 46px;
}
.products .product .cmsmasters_add_wishlist_button a {
  min-width: 38px;
  width: auto;
  height: 38px;
  padding: 0;
  position: relative;
}
.products .product .cmsmasters_add_wishlist_button a:before {
  font-size: 13px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
}
.products .product .cmsmasters_add_wishlist_button a.add_to_wishlist {
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_add_wishlist_button a {
  width: 46px;
  height: 46px;
  border-right-width: 0;
  border-right-style: solid;
  border-top-width: 0;
  border-top-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_add_wishlist_button a:before {
  font-size: 15px;
}
.products .product .cmsmasters_add_wishlist_button .yith-wcwl-add-button {
  position: relative;
}
.products .product .cmsmasters_add_wishlist_button .yith-wcwl-add-button img {
  min-width: none;
  z-index: 2;
  width: 36px;
  height: 36px;
}
/***************** 1.2 Button Wishlist In Open Product ******************/
#yith-wcwl-popup-message {
  display: none !important;
}
.yith-wcwl-add-to-wishlist {
  position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.button i {
  float: right;
  margin: 0 0 0 10px;
}
.thumbnails + .yith-wcwl-add-to-wishlist,
.cmsmasters_woo_tabs + .yith-wcwl-add-to-wishlist {
  margin: 30px 0 0;
}
/***************** 1.3 Wishlist Table ******************/
#yith-wcwl-form h2 {
  margin-bottom: 30px;
}
#yith-wcwl-form.woocommerce table.wishlist_table {
  font-size: inherit;
}
#yith-wcwl-form.woocommerce table.wishlist_table thead th {
  position: relative;
  padding: 15px 20px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td {
  text-align: left;
  padding: 13px 20px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-remove {
  width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-thumbnail a {
  max-width: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-thumbnail a img {
  width: 60px;
  max-width: none;
  image-rendering: auto;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a {
  dispaly: inline-block;
  vertical-align: middle;
  position: relative;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a.yith-wcqv-button {
  display: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a:not([class]) + .yith-wcqv-button {
  margin: 0 0 0 20px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price ins,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price del {
  display: inline-block;
  vertical-align: bottom;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price ins {
  text-decoration: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart {
  text-align: center;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > span {
  padding: 0 0 5px 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a {
  width: 48.3%;
  margin: 0 1.7% 0 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child {
  display: inline-block !important;
  float: none;
  width: auto;
  margin: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child.added_to_cart {
  display: none !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
  width: 48.3%;
  margin: 0 0 0 1.7%;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container {
  float: right;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container .button {
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share {
  margin: 0;
  clear: both;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share-title + ul {
  margin: 0 0 0 35px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul {
  display: inline-block;
  height: auto;
  margin: 0;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li:before {
  content: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a {
  background-image: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:before {
  font-family: 'fontello';
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.facebook:before {
  content: '\ea58';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.twitter:before {
  content: '\ea97';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.pinterest:before {
  content: '\ea7b';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.googleplus:before {
  content: '\ea64';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.email:before {
  content: '\e8a5';
}
.wishlist_table .add_to_cart.button {
  white-space: nowrap;
}
/*-------------------------------------------------------------------------*/
/*	2. Premium Version */
/*-------------------------------------------------------------------------*/
/***************** 2.1 Wishlist Table ******************/
#yith-wcwl-form.woocommerce table.wishlist_table.cart tbody td.product-add-to-cart > a {
  display: inline-block !important;
  float: none;
  width: auto;
}
#yith-wcwl-form.woocommerce table.wishlist_table.cart tbody td.product-add-to-cart.added_to_cart {
  display: none !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-checkbox:after {
  content: '';
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-checkbox input {
  display: inline-block;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a {
  width: 46.6%;
  margin: 0 1.7%;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child {
  display: inline-block !important;
  float: none;
  width: auto;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox {
  padding: 0 30px 0 10px;
  text-align: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox > span {
  padding: 4px 8px 2px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox + a.button {
  width: 96.6%;
  float: none;
  margin: 10px 1.7% 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
  width: 46.6%;
  margin: 0 1.7%;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + select + a.selectBox {
  width: 46.6% !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > .dateadded + select + a.selectBox,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > select:first-child + a.selectBox {
  width: 46.6% !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > .dateadded + select + a.selectBox + a.button,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > select:first-child + a.selectBox + a.button {
  width: 46.6%;
  margin: 0 1.7%;
}
#yith-wcwl-form.woocommerce table.wishlist_table .custom-add-to-cart-button-cotaniner {
  float: left;
  margin-right: 20px;
}
/***************** 2.2 Create New Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-new {
  margin: 0 0 55px;
  padding: 20px 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new label {
  display: block;
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new input[type="text"] {
  margin: 8px 20px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new .selectBox {
  padding: 5px 0;
  margin: 8px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button {
  display: block;
  margin: 20px 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button i {
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button i:before {
  margin: 0 10px 0 0;
}
/***************** 2.3 Manage Wishlist ******************/
.yith-wcwl-share ul li {
	padding-top: 0;
}
.yith-wcwl-share ul li:before {
	content: none;
}
#yith-wcwl-form .wishlist_table tr th {
	color: #4a4a4d;
}
#yith-wcwl-form .wishlist_manage_table td,
#yith-wcwl-form .wishlist_manage_table th {
  padding: 13px 25px;
}
#yith-wcwl-form .wishlist_manage_table thead th {
  padding: 15px 25px;
}
#yith-wcwl-form .wishlist_manage_table tfoot td {
  padding: 13px 25px;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button,
#yith-wcwl-form .wishlist_manage_table tfoot button {
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button i,
#yith-wcwl-form .wishlist_manage_table tfoot button i {
  margin: 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button i:before,
#yith-wcwl-form .wishlist_manage_table tfoot button i:before {
  margin: 0 10px 0 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button + button {
  margin: 0 0 0 20px;
}
#yith-wcwl-form .wishlist_manage_table .submit-wishlist-changes {
  border-color: inherit;
}
.woocommerce a.selectBox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px 0;
}
.woocommerce .selectBox-dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .selectBox-options li:before {
  content: none;
}
.woocommerce .selectBox-options li a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/***************** 2.4 Search Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-search-form {
  margin: 0 0 55px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form #wishlist_search {
  float: none;
  height: 40px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button {
  float: none;
  margin: 20px 0 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button i {
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button i:before {
  margin: 0 10px 0 0;
}
/***************** 2.5 Wishlist Popup ******************/
.wishlist-ask-an-estimate-popup {
  position: relative;
  overflow: hidden;
}
.wishlist-ask-an-estimate-popup label {
  display: block;
  margin: 0 0 8px;
}
.wishlist-ask-an-estimate-popup textarea {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
  display: block;
  margin: 0 !important;
  float: left;
}
.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup i:before {
  margin: 0 10px 0 0;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select {
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: inherit;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-popup-new {
  text-align: left;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-popup-new label {
  margin-right: 15px;
  font-weight: inherit;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-popup-new input {
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-footer > .yith-wcwl-popup-button > .popup_button {
  margin: 0 10px 0 0;
  float: left;
}
/***************** 2.6 Wishlist Widget ******************/
.widget_yith-wcwl-lists .wishlist-dropdown-toggle {
  word-break: break-all;
}
.widget_yith-wcwl-lists ul.dropdown {
  margin: 0;
  padding: 0;
}
.widget_yith-wcwl-lists ul.dropdown li {
  position: relative;
}
.widget_yith-wcwl-lists ul.dropdown li:before {
  content: none;
}
.widget_yith-wcwl-lists ul.dropdown li a {
  padding: 13px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_yith-wcwl-lists ul.dropdown li.lists-section {
  border-width: 0;
  border-style: solid;
}
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a {
  padding: 13px 0;
}

/**
 * @package 	WordPress
 * @subpackage 	Handmade Shop
 * @version 	1.0.2
 * 
 * Responsive Design Yith WooCommerce Wishlist CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /*	1.	Small Tablet Monitor
	/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /*	2. Phone Monitor
	/*-------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  html {
    /***************** Free Version - Wishlist Table ******************/
    /***************** Premium Version - Wishlist Table ******************/
    /***************** Premium Version - Manage Wishlist ******************/
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table {
    border-width: 1px;
    border-style: solid;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tbody tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tfoot {
    display: block;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr {
    padding: 20px 0;
    position: relative;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td {
    text-align: center;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td:first-child,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td:last-child {
    border-width: 0;
    border-style: solid;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-remove {
    padding: 0;
    z-index: 1;
    position: absolute;
    left: auto;
    right: 2px;
    top: 5px;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-thumbnail {
    padding: 15px;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-price,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-stock-status {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
    padding: 15px;
    vertical-align: middle;
    border-width: 0;
    border-style: solid;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart .dateadded {
    padding: 0 0 10px 0;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button {
    float: none;
    display: inline-block !important;
    width: auto;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-checkbox {
    padding: 0;
    z-index: 1;
    position: absolute;
    left: 10px;
    right: auto;
    top: 7px;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a.selectBox + a.button {
    float: none;
    display: inline-block !important;
    width: auto;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox {
    width: auto !important;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > .dateadded + select + a.selectBox,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > select:first-child + a.selectBox {
    width: auto !important;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > .dateadded + select + a.selectBox + a.button,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > select:first-child + a.selectBox + a.button {
    width: auto;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tfoot td .custom-add-to-cart-button-cotaniner {
    margin: 0 0 10px;
    text-align: center;
  }
  html #yith-wcwl-form .wishlist_manage_table tbody tr {
    font-size: 0;
    line-height: 0;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  html #yith-wcwl-form .wishlist_manage_table tbody tr:first-child {
    display: none;
  }
  html #yith-wcwl-form .wishlist_manage_table tbody tr td {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
    text-align: center;
  }
  html #yith-wcwl-form .wishlist_manage_table tbody tr td a.selectBox {
    margin: 0;
  }
  html #yith-wcwl-form .wishlist_manage_table tfoot {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  html {
    /***************** Free Version - Single Product Quick View ******************/
    /***************** Premium Version - Wishlist Table ******************/
    /***************** Premium Version - Manage Wishlist ******************/
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a,
  html #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
    width: 100%;
    margin: 0;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
    margin: 15px 0 0;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tfoot tr td .ask-an-estimate-button-container,
  html #yith-wcwl-form.woocommerce table.wishlist_table tfoot tr td .yith-wcwl-share {
    float: none;
    text-align: center;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a.selectBox + a.button {
    float: none;
    display: inline-block !important;
    width: 100%;
    margin: 0 0 15px;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a:last-child,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button:last-child,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox:last-child,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a.selectBox + a.button:last-child {
    margin: 0;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox {
    width: 100% !important;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > .dateadded + select + a.selectBox,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > select:first-child + a.selectBox {
    width: 100% !important;
  }
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > .dateadded + select + a.selectBox + a.button,
  html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > select:first-child + a.selectBox + a.button {
    width: 100%;
  }
  html #yith-wcwl-form .wishlist_manage_table tbody tr td {
    width: 100%;
  }
  html #yith-wcwl-form .wishlist_manage_table tfoot td {
    text-align: center;
  }
  html #yith-wcwl-form .wishlist_manage_table tfoot td > .button,
  html #yith-wcwl-form .wishlist_manage_table tfoot td > button,
  html #yith-wcwl-form .wishlist_manage_table tfoot td .button + button {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}

:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@font-face{font-family:star;src:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//happyminerals.si/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
.yith_magnifier_zoom_wrap {
	top: 0;
	position: relative;
}

.yith_magnifier_loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
	position: absolute;
	text-align: center;
	top: 10%;
	z-index: 9999;
}

.yith_magnifier_zoom {
	position: relative;
	display: block;
}

.yith_magnifier_zoom img {
	display: block;
}

.yith_magnifier_mousetrap {
	z-index: 999;
	position: absolute;
	width: 0px;
	height :0px;
	left: 0;
	top: 0;
}

/* ie fix */
.ie .yith_magnifier_mousetrap {
	background-image: url("https://happyminerals.si/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/.");
}

.yith_magnifier_lens {
	display: none;
	z-index:98;
	position:absolute;
	overflow: hidden;

	border: 1px solid #ccc;
}

.yith_magnifier_lens img {
	width: auto !important;
	max-width: none !important;

	-webkit-transition: all ease-in-out 0s !important;
	-moz-transition: all ease-in-out 0s !important;
	-o-transition: all ease-in-out 0s !important;
	transition: all ease-in-out 0s !important;
}

.yith_magnifier_zoom_magnifier {
	display:none;
	position:absolute;
	z-index: 99;

	border:4px solid #ccc;
	overflow:hidden;
}

.yith_magnifier_gallery {
	list-style: none;
}


/* ul.yith_magnifier_gallery li {
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
}

ul.yith_magnifier_gallery li:last-child  {
	margin-right: 0px;
} */

.yith_magnifier_thumbnail {
	margin-right: 1px;
}

/* Fix the blocked zoom box */
.woocommerce-product-gallery__image > .yith_magnifier_zoom_magnifier{
  display: none !important;
}

/* gallery */
.yith_magnifier_gallery {
	margin: 0;
	padding: 0;
	text-align: center;
}

.yith_magnifier_gallery li {
	position: relative;
	display: inline-block;
	vertical-align: center;
	top: 0;
}

/* .yith_magnifier_gallery li.last {
	margin-right: 0;
} */

.yith_magnifier_gallery li a {
	width: 100% !important;
	display: block;
	margin-top: 10px;
	height: auto !important;
  overflow: hidden;
}

/* next/prev */
.single-product.woocommerce .thumbnails {
  position: relative;
  overflow: hidden;
}

.yith_slider_arrow span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.single-product.woocommerce .thumbnails #slider-prev,
.single-product.woocommerce .thumbnails #slider-next {
	display: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

@media only screen and (max-width: 1024px) {
  .single-product.woocommerce .thumbnails #slider-prev,
  .single-product.woocommerce .thumbnails #slider-next {
    display: block;
  }
}

.single-product.woocommerce .thumbnails #slider-prev {
	background-position: left center;
	left: 1px;
}

.single-product.woocommerce .thumbnails #slider-next {
	background-position: right center;
	right: 0px;
}

.single-product.woocommerce .thumbnails:hover #slider-prev,
.single-product.woocommerce .thumbnails:hover #slider-next {
	display: block !important;
}

span.onsale {
	z-index: 10000
}

a.yith_expand {
  /*background: url("https://happyminerals.si/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/../icons/lightbox.svg") no-repeat center center;*/
	display: inline;
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	text-decoration: none;
	text-indent: -10000px;
	z-index: 20000;
	height: 25px;
	width: 25px;
	line-height: 1em;
}

.expand-button-hidden svg{
  display: block;
  padding: 2px;
}


span.yith_zoom_icon {
  /*background: url("https://happyminerals.si/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/../icons/zoom.svg") no-repeat center center;*/
  display: inline;
  cursor: default;
  font-size: 25px;
  position: absolute;
  text-decoration: none;
  text-indent: -10000px;
  z-index: 20000;
  height: 25px;
  width: 25px;
  line-height: 1em;
}

.zoom-button-hidden svg{
  display: block;
  padding: 5px;
}

.expand-button-hidden svg {
  display: block;
  padding: 5px;
}


.elementor-widget-wrap .yith_magnifier_zoom.woocommerce-main-image img{
	width: 100%;
}

.wc-stripe-payment-button-preview{align-items:center;background-color:#000;border-radius:5px;display:flex;height:40px;justify-content:center}.wc-stripe-payment-button-preview img{height:22px}.wc-stripe-payment-button-preview:hover{cursor:pointer;filter:opacity(.7)}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview{background-color:#ffd814}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview img{height:100%;width:100%}.wc-stripe-payment-button-preview.wc-stripe-link-preview{background-color:#00d66f}.wc-stripe-payment-button-preview.wc-stripe-link-preview img{height:40px}
button.stripe-gateway-stripelink-modal-trigger{background:no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjEyIDMuNjc2ODNDMzYuMTIgMi41NDg4MiAzNy4wNzA0IDEuNjMyMDIgMzguMTg4OCAxLjYzMjAyQzM5LjMwNzIgMS42MzIwMiA0MC4yNTc2IDIuNTUzNjIgNDAuMjU3NiAzLjY3NjgzQzQwLjI1NzYgNC44MDAwMyAzOS4zNDA4IDUuNzQ1NjMgMzguMTg4OCA1Ljc0NTYzQzM3LjAzNjggNS43NDU2MyAzNi4xMiA0LjgyODgzIDM2LjEyIDMuNjc2ODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0yOS45ODA4IDEuOTIwMDFIMzMuNTgwOFYyMi4wOEgyOS45ODA4VjEuOTIwMDFaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik00MC4wMDggNy42ODAwMUgzNi4zNzkyVjIyLjA4SDQwLjAwOFY3LjY4MDAxWiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNjYuMDk2IDE0LjM5MDRDNjguODI3MiAxMi43MTA0IDcwLjY4NDggMTAuMjA5NiA3MS40MTkyIDcuNjc1MjRINjcuNzkwNEM2Ni44NDQ4IDEwLjA5NDQgNjQuNjc1MiAxMS45MTM2IDYyLjI4OTYgMTIuNjg2NFYxLjkxNTIzSDU4LjY2MDhWMjIuMDc1Mkg2Mi4yODk2VjE2LjA4QzY1LjA1OTIgMTYuNzcxMiA2Ny4yNDggMTkuMTY2NCA2Ny45OTY4IDIyLjA3NTJINzEuNjQ5NkM3MS4wOTI4IDE5LjAyMjQgNjkuMDA0OCAxNi4xNjY0IDY2LjA5NiAxNC4zOTA0WiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNDYuNDQgOS4yOTI4M0M0Ny4zOTA0IDguMDMwNDMgNDkuMjQzMiA3LjI5NjAyIDUwLjc0NTYgNy4yOTYwMkM1My41NDg4IDcuMjk2MDIgNTUuODY3MiA5LjM0NTYzIDU1Ljg3MiAxMi40NDE2VjIyLjA3NTJINTIuMjQzMlYxMy4yNDMyQzUyLjI0MzIgMTEuOTcxMiA1MS42NzY4IDEwLjUwMjQgNDkuODM4NCAxMC41MDI0QzQ3LjY3ODQgMTAuNTAyNCA0Ni40MzUyIDEyLjQxNzYgNDYuNDM1MiAxNC42NTkyVjIyLjA4NDhINDIuODA2NFY3LjY4OTYySDQ2LjQ0VjkuMjkyODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0xMiAyNEMxOC42Mjc0IDI0IDI0IDE4LjYyNzQgMjQgMTJDMjQgNS4zNzI1NyAxOC42Mjc0IDAgMTIgMEM1LjM3MjU5IDAgMCA1LjM3MjU3IDAgMTJDMCAxOC42Mjc0IDUuMzcyNTkgMjQgMTIgMjRaIiBmaWxsPSIjMDBENjZGIi8+CjxwYXRoIGQ9Ik0xMS40NDc5IDQuODAwMDVINy43NDcwN0M4LjQ2NzA3IDcuODA5NjUgMTAuNTY5NSAxMC4zODI0IDEzLjE5OTkgMTJDMTAuNTY0NyAxMy42MTc2IDguNDY3MDcgMTYuMTkwNCA3Ljc0NzA3IDE5LjJIMTEuNDQ3OUMxMi4zNjQ3IDE2LjQxNiAxNC45MDM5IDEzLjk5NjggMTguMDIzOSAxMy41MDI0VjEwLjQ5MjlDMTQuODk5MSAxMC4wMDMzIDEyLjM1OTkgNy41ODQwNSAxMS40NDc5IDQuODAwMDVaIiBmaWxsPSIjMDExRTBGIi8+Cjwvc3ZnPgo=);background-color:transparent!important;border:none;cursor:pointer;display:none;height:40px;position:absolute;right:5px;width:64px}button.stripe-gateway-stripelink-modal-trigger:hover{background-color:transparent;border-color:transparent}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span{width:100%}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span>span:not(.wc-stripe-test-mode-badge){align-items:center;display:flex;float:right;justify-content:center}.wcstripe-payment-element+.wc-block-components-payment-methods__save-card-info{margin-top:1.4em}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element{padding-top:0}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element .content:empty{display:none}#radio-control-wc-payment-method-options-stripe__label>span>span{border:none}.wc-stripe-redirect-notice{align-items:center;border:0;color:#2b2d2f;display:flex;font-family:Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;font-weight:400;gap:12px;letter-spacing:normal;line-height:25px;margin:0;min-inline-size:0;padding:24px 9px 8px;text-decoration:none;text-shadow:none;text-transform:none;transition:none;-webkit-font-smoothing:auto}.wc-stripe-redirect-notice__icon{flex-shrink:0;height:3em;width:3em}.wc-stripe-redirect-notice__text{margin:0;padding:0}body.wc-stripe-hide-save-checkbox .wc-block-components-payment-methods__save-card-info{display:none!important}.wc-stripe-test-mode-badge{background-color:#fff2d7;border-radius:4px;color:#4d3716;display:none;font-size:12px;font-weight:400;line-height:16px;margin-left:8px;padding:4px 6px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option input:checked~div .wc-block-components-radio-control__label .wc-stripe-test-mode-badge,.wc-block-checkout__payment-method .wc-block-components-radio-control__option input:checked~div .wc-block-components-radio-control__label .wc-stripe-test-mode-badge{display:inline-block}
.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons{display:flex!important;flex-direction:column!important;gap:12px!important}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{font-size:0!important;line-height:0!important;margin:0!important;padding:0!important;width:100%!important}.wc-block-components-express-payment-continue-rule--cart{height:20px;margin:24px 0!important}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons .StripeElement iframe{max-width:unset}@supports not (-webkit-appearance:-apple-pay-button){#express-payment-method-stripe_express_checkout_element_applePay:has(#express-checkout-button-preview-applePay){display:none}}#express-checkout-button-preview-googlePay .gpay-card-info-container{min-width:auto}
.wc-stripe-copy-test-number{align-items:center;background-color:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;color:inherit!important;cursor:pointer;display:inline-flex;font-family:inherit!important;font-size:inherit;font-weight:400;line-height:inherit;padding:2px 1px!important;vertical-align:baseline}.wc-stripe-copy-test-number span{margin-right:4px}.wc-stripe-copy-test-number i{background-color:currentColor;display:block;height:1.2em;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;order:1;width:1.2em}.wc-stripe-copy-test-number:hover{background-color:transparent;opacity:.7}.wc-stripe-copy-test-number:active i{transform:scale(.9)}.wc-stripe-copy-test-number:focus{box-shadow:none!important;outline:none}.wc-stripe-copy-test-number:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wc-stripe-copy-test-number.state--success i{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=)}

@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}

@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{animation:none}}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount{display:none}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{animation:none}.wc-block-components-price-slider__range-input-wrapper{appearance:none;background:transparent;border:0!important;border-radius:4px;clear:both;flex-grow:1;height:4px;margin:15px 0;outline:none;padding:0!important;position:relative}.wc-block-components-price-slider__range-input-wrapper:before{background:currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.wc-block-components-price-slider__range-input-wrapper.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:.5625em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider__range-input-wrapper.is-loading>*{visibility:hidden}.wc-block-components-price-slider__range-input-wrapper.is-loading:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__range-input-wrapper.is-loading{animation:none}}.wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(to right,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100% /100% 100%;--range-color:currentColor;background:var(--track-background);height:4px;left:0;position:absolute;top:0;width:100%}.wc-block-components-price-slider__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:16px 0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{border-radius:4px;border-width:1px;font-size:.875em;margin:0;max-width:80px;min-width:0;padding:8px;width:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:60px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:max-content;z-index:1}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>*{visibility:hidden}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{animation:none}}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls{align-items:start}.wc-block-components-price-slider__control{align-items:start;display:grid;gap:4px}.wc-block-components-price-slider__label{font-size:.875em;order:1}.wc-block-components-price-slider__range-text{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount{font-size:.875em}.wc-block-components-price-slider__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.wc-block-components-price-slider__range-input{appearance:none;background:transparent;border:0!important;display:block;height:0;left:0;margin:0;outline:none;outline:none!important;padding:0!important;pointer-events:none;position:absolute;top:0;width:100%}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-webkit-slider-progress{appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-moz-range-progress{appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-range-thumb{appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-ms-thumb{appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(to left,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100% /100% 100%;background:var(--track-background)}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:transparent;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-price-filter__range-input{background:transparent;height:0;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{background:#fff;height:12px;margin-top:-6px;width:12px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background:#fff;box-sizing:content-box;height:12px;transform:translate(2px,2px);width:12px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background:#fff;box-sizing:content-box;height:12px;transform:translate(-2px,2px);width:12px}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}.theme-twentytwentyfive .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__range-input-wrapper{margin:17px 0 15px}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{animation:none}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;cursor:pointer;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wp-block-woocommerce-price-filter{border-color:#757575;border-radius:4px;border-style:none!important}.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6{text-transform:inherit}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-color:inherit;border-radius:inherit}.wc-block-price-filter__controls input{border-color:inherit!important;border-radius:inherit!important;border-style:solid}.wc-block-price-filter__controls .input-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:2em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5.625em;z-index:1}.wc-block-price-filter__controls .input-loading>*{visibility:hidden}.wc-block-price-filter__controls .input-loading:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.wc-block-price-filter__controls .input-loading{animation:none}}.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button{font-size:.875em;padding:.5em 1em}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:48px 0;padding:48px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:48px 0 0}

/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)

 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;}

/** Simple style */
.cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}

/** Modern style */
.cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}

/** Elegant style */
.cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}

/** Rounded style */
.cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}

/** Classic Style */
table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url("https://happyminerals.si/wp-content/plugins/cookie-law-info/legacy/public/css/../../images/td_back.gif") repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media(max-width:800px) {
		table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
		{
		  width:23%;
		  font-size:12px;
		  word-wrap: break-word;
		}
		table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
		{
		  width:45%;
		}
}

.cookielawinfo-row-cat-title{
	border-bottom: 1px solid #eee;
	text-align: center;
}
.cookielawinfo-row-cat-title-head{
	text-align: center;
}
.cookielawinfo-row-cat-table{
	width: 99%;
	margin-left: 5px;
}

.wc-stripe-upe-element{margin-bottom:4px}#payment .payment_methods li img.stripe-icon{height:24px;-o-object-fit:contain;object-fit:contain;width:37px}#payment .payment_methods li img.stripe-boleto-icon,#payment .payment_methods li img.stripe-sepa-icon{padding:4px}#payment .payment_methods li img.stripe-sepa-icon{background:#10298e}#payment .payment_methods li.wc-stripe-optimized-checkout input#payment_method_stripe,#payment .payment_methods li.wc-stripe-optimized-checkout label[for=payment_method_stripe]{display:none}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe{padding:0;padding-bottom:inherit}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe>:not(#wc-stripe-upe-form){padding-left:1em;padding-right:1em}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe .wc-stripe-payment-method-instruction{padding-bottom:.5em;padding-top:.5em}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe ul.wc-saved-payment-methods[data-count="0"]{display:none}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe>fieldset{border-width:0;margin:0;padding:0}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe #wc-stripe-upe-form .wc-stripe-upe-element iframe{max-width:none}.wc-stripe-redirect-notice{align-items:center;border:0;color:#2b2d2f;display:flex;font-family:Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;font-weight:400;gap:12px;letter-spacing:normal;line-height:25px;margin:0;min-inline-size:0;padding:24px 9px 8px;text-decoration:none;text-shadow:none;text-transform:none;transition:none;-webkit-font-smoothing:auto}.wc-stripe-redirect-notice__icon{flex-shrink:0;height:3em;width:3em}.wc-stripe-redirect-notice__text{margin:0;padding:0}body:has(>.wp-site-blocks) form.woocommerce-checkout .wc-stripe-redirect-notice{border:2px groove threedface;-o-border-image:initial;border-image:initial;margin-inline:2px;min-inline-size:-moz-min-content;min-inline-size:min-content;padding-block:1.35em 1.625em;padding-inline:1.75em}body:has(>.wp-site-blocks) form.woocommerce-checkout #wc-stripe_acss_debit-upe-form{display:none}.woocommerce-checkout #payment ul.payment_methods li img.stripe-multibanco-icon{max-height:30px}.woocommerce-checkout #payment ul.payment_methods li img.stripe-alipay-icon{max-width:50px}body.wc-stripe-hide-save-checkbox .woocommerce-SavedPaymentMethods-saveNew{display:none!important}
.wc-stripe-copy-test-number{align-items:center;background-color:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;color:inherit!important;cursor:pointer;display:inline-flex;font-family:inherit!important;font-size:inherit;font-weight:400;line-height:inherit;padding:2px 1px!important;vertical-align:baseline}.wc-stripe-copy-test-number span{margin-right:4px}.wc-stripe-copy-test-number i{background-color:currentColor;display:block;height:1.2em;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;order:1;width:1.2em}.wc-stripe-copy-test-number:hover{background-color:transparent;opacity:.7}.wc-stripe-copy-test-number:active i{transform:scale(.9)}.wc-stripe-copy-test-number:focus{box-shadow:none!important;outline:none}.wc-stripe-copy-test-number:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wc-stripe-copy-test-number.state--success i{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=)}

.stripe-gateway-checkout-email-field{position:relative}.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger{display:none;position:absolute;right:5px;width:64px;height:40px;background:no-repeat url(https://happyminerals.si/wp-content/plugins/woocommerce-gateway-stripe/assets/css/../images/link.svg);background-color:rgba(0,0,0,0);cursor:pointer;border:none}