@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*
Theme Name: Moose
Theme URI: http://demo.elated-themes.com/moose
Description: Moose
Tags: business, clean, Portfolio, parallax, multi-purpose, hipster, personal, shop, vintage, trendy, creative, agency, fullscreen, photography, blog
Author: Elated Themes
Author URI: http://demo.elated-themes.com
Version: 1.7
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

html body {
    font-family: 'Noto Sans TC', sans-serif;
}


/**列表**/


/*更改小放大*/

body .projects_holder .mix .image,
body .portfolio_slider .image,
body .portfolio_masonry_holder .image {
    transform: scale(1.3);
}

body .portfolio_main_holder .item_holder.upward_hover .image_holder .image img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.news_list .portfolio_main_holder .item_holder.upward_hover .text_holder,
.art_list .portfolio_main_holder .item_holder.upward_hover .text_holder {
    transform: translateY(0%);
    background-color: rgba(0, 0, 0, 0.5);
}

.news_list .projects_holder.v3 .mix,
.art_list .projects_holder.v3 .mix {
    margin: 0 2% 3.8% 2%;
}

.artist_list .projects_holder.v3 .mix {
    margin: 0 3% 2.2% 3%;
    width: 27%;
}

.artist_list .portfolio_main_holder .item_holder {
    border-radius: 50%;
}

.artist_list .portfolio_main_holder .item_holder.circle_hover .portfolio_shader {
    background-color: rgba(229, 115, 92, 0.7);
    border-radius: 50%;
}

.artist_list .portfolio_title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

body .artist_list .projects_holder .mix .image {
    transform: scale(1);
    border-radius: 50%;
}

.woocommerce div.product .summary p.price>:not(del) {
    font-family: 微軟正黑體!important;
    font-size: 28px;
}

.woocommerce .product .product_title {
    margin: 20px 0 0px 0!important;
}

@media only screen and (min-width:1001px) {
    .news_list .projects_holder.v3 .mix,
    .art_list .projects_holder.v3 .mix {
        width: 28.6%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1290px) {
    .vertical_menu_width_290 .projects_holder.v6.hover_text .mix,
    .vertical_menu_width_290 .projects_holder.v5.hover_text .mix,
    .vertical_menu_width_290 .projects_holder.v4.hover_text .mix,
    .vertical_menu_width_290 .news_list .projects_holder.v3.hover_text .mix,
    .vertical_menu_width_290 .art_list .projects_holder.v3.hover_text .mix,
    .vertical_menu_width_290 .projects_holder.v2.hover_text .mix {
        margin: 0 2% 3.8% 2%;
    }
    .vertical_menu_width_290 .artist_list .projects_holder.v3 .mix {
        margin: 0 3% 2.2% 3%;
        width: 27%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1090px) {
    .vertical_menu_width_290 .news_list .projects_holder.v3.hover_text .mix,
    .vertical_menu_width_290 .art_list .projects_holder.v3.hover_text .mix {
        width: 46%;
    }
}

@media only screen and (max-width:1000px) {
    .vertical_menu_width_290 .news_list .projects_holder.v3.hover_text .mix,
    .vertical_menu_width_290 .art_list .projects_holder.v3.hover_text .mix {
        width: 46%;
        margin: 0 2% 3.8% 2%;
    }
}

.news_list .portfolio_main_holder .item_holder .text_holder_inner {
    text-align: left;
}

.news_list .portfolio_main_holder .item_holder .text_holder_inner span {
    color: #BCBDBE;
}

.art_list .portfolio_main_holder .item_holder .text_holder_inner span {
    display: none;
}

.news_list .projects_holder.hover_text article .item_holder .portfolio_title,
.news_list .projects_holder.hover_text article .item_holder .portfolio_title a {
    font-weight: 300;
    font-size: 16px;
    padding-top: 6px;
}

.art_list .projects_holder.hover_text article .item_holder .portfolio_title,
.art_list .projects_holder.hover_text article .item_holder .portfolio_title a {
    font-weight: 300;
    font-size: 16px;
}

.art_list .portfolio_main_holder .item_holder.upward_hover .text_holder {
    padding: 3% 5%;
}

.news_list .projects_holder.hover_text article .item_holder .portfolio_title a,
.art_list .projects_holder.hover_text article .item_holder .portfolio_title a {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .portfolio_main_holder .icons_holder,
.art_list .portfolio_main_holder .icons_holder {
    margin-top: 0px;
}

.news_list .portfolio_paging a:after {
    content: '最新消息';
    font-family: 'Noto Sans TC', sans-serif;
}

.art_list .portfolio_paging a:after {
    content: '展藝訊息';
    font-family: 'Noto Sans TC', sans-serif;
}

.active_list .portfolio_paging a:after {
    content: '活動講堂';
    font-family: 'Noto Sans TC', sans-serif;
}

.artist_list .portfolio_paging a:after {
    content: '作家介紹';
    font-family: 'Noto Sans TC', sans-serif;
}

body .qbutton,
body .load_more a,
.blog_load_more_button a,
#submit_comment,
input.wpcf7-form-control.wpcf7-submit,
.post-password-form input[type="submit"] {
    position: relative;
    border-color: #898989;
    font-size: 17px;
    font-weight: 300;
    color: #595757;
    background-color: #ffffff;
    padding: 0 20px;
}

body .qbutton:hover,
body .load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
input.wpcf7-form-control.wpcf7-submit:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.post-password-form input[type='submit']:hover {
    color: #fff;
    background-color: #000000;
    border-color: #898989
}

body .qbutton.icon_right,
body .load_more.icon_right a,
body .qbutton.animate_button,
body .load_more.icon_right a,
body .qbutton.animate_button.transparent,
body .qbutton.icon_right.transparent {
    padding: 0 20px;
}


/**標題部分**/

.title_all {
    padding-top: 20px;
}

.title_all img {
    position: absolute;
    top: 0;
}

.title_all h4 {
    background-image: url("/wp-content/uploads/all_bg.jpg");
    font-size: 25px;
    color: #7C7B7A;
    letter-spacing: 18px;
    font-weight: 300;
}

.title_all h4 span {
    letter-spacing: 5px;
    color: #B0B0B0;
    font-size: 18px;
}

.title_all h4.news_title {
    margin: 112px 0 100px 467px;
    line-height: 114px;
    padding-left: 86px;
}

.custom .title_all h4.news_title {
    margin: 91px 0 100px 467px;
}

.title_all h4.about_title {
    margin: 112px 0 0 0;
    line-height: 114px;
    padding-left: 350px;
}

.title_all h4.infor_title {
    margin: 112px 0 0 0;
    line-height: 114px;
    padding-left: 270px;
}

.title_all h4.active_title {
    margin: 147px 0 76px 0px;
    padding: 40px 0 36px 270px;
}

.title_all.active_title h4.active_title {
    margin: 126px 0 76px 0px;
    padding: 40px 0 36px 375px;
}

.title_all h4.artist_title {
    margin: 149px 0 76px 0px;
    padding: 40px 0 36px 600px;
}

.title_all.artist_title h4.artist_title {
    margin: 129px 0 76px 0px;
}

.title_all.little_man img.artist_img {
    left: 3%;
}

.title_all.little_man img {
    left: 40px;
}

.art_list {
    padding: 145px 0 70px 0;
}

.active_list .portfolio_main_holder .item_holder {
    width: 40%;
    float: left;
}

.active_list .projects_holder.v2 .mix {
    width: 46%;
    margin: 0 1.5% 4% 1.5%;
    background-color: #F3F1F0;
}

.active_list .portfolio_title {
    font-size: 19px;
    font-weight: 300;
    border-bottom: 1px solid #5B5B5B;
    padding: 24px 0px 0 10px;
    margin-bottom: 15px;
}

.active_list .portfolio_title:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    margin-top: 2px;
    margin-left: -10px;
}

.active_list .portfolio_description a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.active_list .portfolio_description span {
    display: block;
    font-size: 13px;
    line-height: 140%;
    font-weight: 300;
}

.active_list .projects_holder.standard article .portfolio_description,
.active_list .projects_holder.standard_no_space article .portfolio_description {
    padding-left: 15px;
    padding-right: 15px;
}

.art_list .portfolio_description span {
    display: none;
}

.woocommerce-account .woocommerce form {
    margin: 0 auto;
}

.woocommerce #customer_login .col-1 h2, .woocommerce #customer_login .col-2 h2 {
    border-bottom: 2px solid darkgray;
    max-width: 400px;
    margin: 0 auto 23px auto;
}

.woocommerce-page .content input[type="submit"]:not(.eltd_search_submit){
    font-size: 17px;
    font-weight: normal;
}

h3.describe_title{
    font-size: 24px;
    display: table;
    border-bottom: 1px solid #464646;
}

h3.describe_title span{
    font-size: 18px;
    text-transform: none;
}

.tab-title{
    font-size: 17px;
    margin: 15px 0 6px 0;
    display: inline-block;
}

#nav-menu-item-845 a:before{
content: '';
    display: block;
    background-image: url(/wp-content/uploads/fa_cung_logo.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 85%;
    background-size: cover;
    opacity: 1;
    position: relative;
    background-color: transparent;
    padding-left: 0 !important;
}

@media only screen and (min-width: 1290px) {
    .boxed .section .section_inner,
    .active_list.grid_section .section_inner,
    .parallax_grid_section .parallax_section_inner {
        width: 1200px;
    }
}

@media only screen and (max-width: 1290px) and (min-width: 1000px) {
    .vertical_menu_width_290 .active_list .projects_holder.v3 .mix,
    .vertical_menu_width_290 .active_list .projects_holder.v2 .mix {
        margin: 0 1.5% 4% 1.5%;
    }
    .active_list .projects_holder article .portfolio_description,
    .active_list .portfolio_slider_holder li .portfolio_description {
        padding: 0px 0 0px;
    }
}

@media only screen and (max-width: 1090px) and (min-width: 1000px) {
    .vertical_menu_width_290 .active_list .projects_holder.v2 .mix {
        width: 46.3%;
    }
}

@media only screen and (max-width: 999px) {
    .title_all {
        padding-top: 1px;
        position: relative;
    }
    .title_all img {
        width: 200px;
        height: auto;
    }
    .title_all.little_man img {
        width: 100px;
        height: auto;
        left: 50px;
    }
    .title_all.little_man.active_title img {
        width: 77px;
        height: auto;
        left: 50px;
    }
    .title_all h4 {
        background-image: url("/wp-content/uploads/all_bg.jpg");
        font-size: 18px;
        color: #7C7B7A;
        letter-spacing: 2px;
        font-weight: 300;
    }
    .title_all h4.news_title {
        margin: 43px 0 30px 157px;
        line-height: 47px;
        padding-left: 42px;
    }
    .title_all h4.active_title {
        margin: 80px 0 30px 0;
        line-height: 64px;
        padding: 0px 0 0px 175px;
    }
    .title_all.active_title h4.active_title {
        margin: 60px 0 30px 0;
        line-height: 51px;
        padding: 0px 0 0px 175px;
    }
    .title_all h4.infor_title {
        margin: 43px 0 30px 0;
        line-height: 47px;
        padding-left: 150px;
    }
    .title_all h4.about_title {
        margin: 43px 0 30px 0;
        line-height: 47px;
        padding-left: 150px;
    }
    .custom .title_all h4.news_title {
        margin: 43px 0 30px 157px;
    }
    .art_list {
        padding: 70px 0 30px 0;
        margin: 0 auto;
    }
    .active_list .projects_holder article .portfolio_description,
    .active_list .portfolio_slider_holder li .portfolio_description {
        padding: 0px 0 0px;
    }
    .active_list .projects_holder.v2 .mix {
        width: 90%;
        margin: 0 0% 4% 0%;
    }
    .title_all.little_man img.artist_img {
        left: 3%;
        width: 249px;
        height: auto;
        top: 4px;
    }
    .title_all h4.artist_title {
        margin: 76px 0 76px 0px;
        padding: 14px 0 10px 240px;
    }
    .title_all.artist_title h4.artist_title {
        margin: 75px 0 10px 0px;
    }
    .title_all h4 span {
        letter-spacing: 0px;
        color: #B0B0B0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 600px) {
    .active_list .projects_holder.v2 .mix {
        width: 90%;
        margin: 0 5% 4% 5%;
    }
}

@media only screen and (max-width: 599px) {
    .active_list .portfolio_title {
        font-size: 14px;
        padding: 5px 0px 0 10px;
        margin-bottom: 0px;
    }
    html .single-portfolio_page .portfolio_detail {
        margin-top: 10px!important;
    }
}

.foot_infor {
    text-align: center;
    color: #bcaf8f;
    padding: 30px 0;
}

.foot_infor span a img {
    height: 48px;
    width: auto;
    margin: 0 7px;
}

.contact_word {
    float: left;
    width: 28%;
    background-image: url(/wp-content/uploads/looking.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 312px 0% 20px 15%;
}

.contact_form {
    float: right;
    width: 40%;
    margin: 2% 10% 2% 0;
}

.contact_form .label-above .nf-field-label {
    margin-bottom: 0;
}

.contact_form .nf-field-container {
    margin-bottom: 15px;
}

.contact_form .nf-field-label label {
    font-size: 16px;
    font-weight: 300;
}

.contact_form .ninja-forms-form-wrap * {
    font-size: 13px;
    font-weight: 200;
}

.contact_form .nf-field-element input,
.contact_form .nf-field-element select,
.contact_form .nf-field-element textarea {
    line-height: 210%;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
}

.contact_form .field-wrap input[type="submit"],
.contact_form .field-wrap input[type="button"],
.contact_form .field-wrap button {
    padding: 5px 16px;
    font-size: 18px;
    letter-spacing: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
}

.contact_form .field-wrap input[type="button"]:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    border-color: #898989;
    webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -moz-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -ms-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.contact {
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 200%;
    background-color: #FFF;
    position: relative;
    z-index: 10;
}

.contact_word h5 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.portfolio_single_follow h2,
.portfolio_single_follow h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 185%;
}

.portfolio_single_follow h3 {
    display: none;
}

html .single-portfolio_page div.info {
    border-bottom: 0px solid #dadada;
    padding: 0 20px 40px 20px;
    background-color: #ADADAD;
    font-size: 15px;
    font-weight: 300;
    color: #F2F2F2;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 160%;
}

.single-portfolio_page div.info p {
    margin-bottom: 20px;
}

div.info table thead tr,
div.info table tbody tr {
    border: 0px solid #e6e6e6;
}

.info table td {
    text-align: left;
    padding: 3px 5px;
}

.info table td:first-child {
    white-space: nowrap;
    width: 2em;
}

html .portfolio_single .portfolio_single_text_title {
    padding: 20px;
    background-color: #ADADAD;
    font-size: 25px;
    font-weight: 300;
    color: #FFFEFD;
    margin: 0;
}

html .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 0px;
}

.portfolio_single h1 {
    font-size: 26px;
    font-weight: 300;
    display: none;
}

.portfolio_single.small-slider h1 {
    display: none;
}

.contact_detail table tbody th {
    border-right: 1px solid #818181;
    width: 3em;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
    vertical-align: middle;
}

.contact_detail table tbody td {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

.contact_detail table tbody td a {
    color: #818181;
}

.contact_detail table thead tr,
.contact_detail table tbody tr {
    border: 0px solid #e6e6e6;
}

.contact_detail table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.about-yao {
    background-image: url('/wp-content/uploads/about_pic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 20% 13% 20% 40%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 219%;
    position: relative;
    z-index: -1;
    color: #161615;
    text-align: justify;
}

.about-yao * {
    vertical-align: middle;
}

.about-yao p {
    margin-bottom: 30px;
}

div.section {
    z-index: 2;
}

div.section.title_all {
    z-index: 5;
}

.limit-width {
    max-width: 740px;
    margin: 0 auto;
}

.limit-width p {
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.eng_text {
    line-height: 4px;
    color: #B0B0B0;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: capitalize;
    position: absolute;
    bottom: 0px;
    right: 6px;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.active > h4 {
    color: #C1B59F!important;
}



@media only screen and (max-width: 1000px) {
    .vertical_menu_width_290.vertical_menu_enabled header.letheadstick .header_inner {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 999px) {
    .contact_word {
        padding: 160px 0% 20px 5px;
        float: none;
        width: 100%;
        background-size: auto 170px;
    }
    .contact_form {
        float: none;
        width: 95%;
        margin: 0 2.5%;
    }
    .portfolio_single_follow h2,
    .portfolio_single_follow h3 {
        font-size: 18px;
    }
    html .portfolio_single .portfolio_single_text_title {
        font-size: 17px;
    }
    .portfolio_single h1 {
        font-size: 18px;
    }
    body .content .content_inner > .container > .container_inner,
    body .content .content_inner > .full_width > .full_width_inner,
    body .content .content_inner > .container > .container_inner.default_template_holder {
        padding-top: 20px !important;
    }
    .about-yao {
        padding: 10% 5% 10% 5%;
        background-position: right top;
        text-align: left;
    }
    .info table td {
        text-align: left;
        padding: 5px 5px;
    }
    html .single-portfolio_page div.info {
        padding: 0 10px 40px 10px;
        font-size: 13px;
    }
    .eng_text {
        position: inherit;
        right: inherit;
        padding-left: 13px;
    }
    .active-single h3 {
        font-size: 16px;
    }
}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    /*font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'*/
}

.flex-direction-nav a.flex-next:before {
    /*content: '\f002'*/
}

.portfolio_single.art-single {
    margin-top: 85px;
}

.artist_list .portfolio_paging {
    margin-bottom: 30px;
}

.artist_list .portfolio_description span {
    display: none;
}

.portfolio_single.active-single h1,
.portfolio_single.art-single h1 {
    display: block;
    width: 740px;
    margin: 0 auto;
}

.contact_detail img{
	width: 30px;
	height: auto;
}
.contact_detail img *{
	vertical-align: middle;
}

.woocommerce-page .content input[type="submit"]:not(.eltd_search_submit){
    font-size: 16px!important;
    font-weight: 400!important;
}

.remark_text{
    background-color: floralwhite;
    padding: 0 5px 10px 5px;
    margin-top: 20px;
    font-size: 16px;
}

.remark_text ul li{
    margin-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 6px;
}

.shop_attributes{
    font-size: 15px;
}

.tab-title {
    font-weight: 400;
}

.woocommerce .cart_totals td,
.woocommerce .cart_totals th{
  border: 1px solid #e5e5e5!important;   
}

.woocommerce .cart_totals th{
    text-align: right;
}

.woocommerce div.cart-collaterals h2{
    margin-bottom: 5px!important;
}


.wc-proceed-to-checkout a{
    border-width: 2px;
    border-style: solid;
    border-color: #ea8f7d;
    color: #fff;
    background-color: #e5735c;
    width: 100%;
    display: block;
    text-align: center;
    margin: 8px auto;
    padding: 9px 0;
    font-size: 17px;
}

.woocommerce div.cart-collaterals div.cart_totals{
    font-size: 16px;
}

.checkout_coupon{
    display:flex;
}

.woocommerce input#place_order {
    float: none!important;
    margin: 0 auto!important;
    display: table!important;
}

.page-id-532 .default_template_holder li:not(.menu-item){
    text-indent: -1em;
    margin-left: 1em;  
}


.page-id-532 .default_template_holder li:not(.menu-item):before{
    content: "";
    margin-left: -0.8rem;
}

.page-id-532 .default_template_holder{
    font-size: 16px;
}

.page-id-532 .default_template_holder ::marker {
  font-size: 1.2em;
}

.title_inner{
    padding-right: 158px;
}

.store-menu-class ul {
    flex-wrap: wrap;
}

.post_comments_standard_holder{
    display: none;
}

.masonry_pagination .post_info{
    display: none!important;
}

.blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text{
    vertical-align: middle!important;
}

.blog_holder article h2 {
    margin-top: 0!important;
}

.store-menu-class li {
    padding: 10px 15px 10px 15px;
    text-align: center;
    border: 1px solid #999999;
    margin: 0 5px 0px 5px;
    font-size: 17px;
}

.blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder {
    margin: 0 0 0px!important;
}

.blog_holder.blog_standard_type article a.read_more_button {
    display: none;
}

.blog_holder article {
    margin: 0 0 20px!important;
}

.blog_holder.blog_standard_type article {
    padding-bottom: 30px!important;
}

.blog_holder article h2 {
    padding: 0 0 0px!important;
    font-size: 23px!important;
}

.pagination{
    margin: 20px auto 30px auto!important;
    display: table!important;
}

.blog_holder.blog_standard_type{
    margin-top: 20px;
}

.post_text{
    display: none;
}

.blog_print_wrapper{
    display: none!important;
}

.pagination ul li > span, .pagination ul li > a, .single_links_pages span, .comment_pager .page-numbers {
    width: 34px!important;
    height: 34px!important;
    line-height: 34px!important;
}
.pagination ul li a .pagination_arrow, .woocommerce-pagination ul li a .pagination_arrow {
    line-height: 34px!important;
}

.zoo-feature-box .feature-box-title {
    font-size: 16px!important;
    font-weight: 400!important;
    text-transform: lowercase!important;
}

.zoo-feature-box .media>.pull-left {
    padding-right: 5px!important;
}

.feature-box-content{
    font-size: 16px;
    color: #464646;
}


.cvca-demo-box{
    text-align: center;
    min-height: 120px;
}

.cvca-header-demo-box .description a{
     font-size:17px!important;   
}

.cvca-demo-box.textstyle .cvca-header-demo-box i a {
    color: #464646!important;
}

.description a,
.description{
    color: #818181;
    font-size: 17px;
}

.cvca-demo-box.textstyle .cvca-header-demo-box i {
    color: #bcaf8f!important;
    font-size: 42px;
    margin-bottom: 11px;
}

.messenger_icon{
    position: relative;

}

.messenger_icon a{
    position: fixed;
    bottom: 136px;
    z-index: 999;
    right: 182px;
}

.messenger_icon a img{
    width: 50px;
    height: auto;
}

.form_title{
    margin-bottom: 80px;
}

.form_title .separator_content.box{
    border:0!important;
}

.form_title .nf-form-layout{
    max-width:600px ;
    margin: 0 auto 80px auto;
}

.form_title .label-above .nf-field-label {
    margin-bottom: 0px;
}

.form_title .field-wrap > div input{
    padding: 10px 0;
}

.form_title .nf-field-label label {
    font-size: 17px;
    font-weight: normal;
}

.form_title .nf-field-container{
    margin-bottom: 10px;
}

.form_title .field-wrap.submit-wrap > div input {
    padding: 8px 30px;
    font-size: 17px;
    display: table;
    margin: 0 auto;
}

.woocommerce_title img{
    max-width: 125px;
}

.woocommerce_title {
    justify-content: center;
}

.before_title{
    border-top: 20px solid #999;
}

.woocommerce_title{
    display: flex;
    align-items: center;
    margin: 10px 0px 5px 0px;
}

.woo_title{
    font-size: 22px;
    font-weight: 400;
}

.content_word{
    font-size: 16px;
    margin-top: 10px;
}

.woocommerce_with_sidebar .column1{
    width: 25%;
}
.woocommerce_with_sidebar .column2{
    width: 75%;
}

.woocommerce .widget #searchsubmit, 
    aside.sidebar .widget_product_search form#searchform input#searchsubmit {
    width: 14%;
}

.content_word_out{
    display: none;
}

.woocommerce_with_sidebar .sidebar > div:nth-child(3) {
    display: none;
}

.woocommerce-page ul.products li.product .product_info_box, .woocommerce ul.products li.product .product_info_box {
    padding: 5px 0 21px 0;
}

.woocommerce div.product .summary p.price>:not(del) {
    font-family: inherit;
}

.woocommerce div.product .summary p.price {
    font-size: 33px;
    line-height: 100%;
}
    
.woocommerce-pagination{
    margin: 0 auto 30px auto!important;
    display: table;
}

.woocommerce .product .product_title {
    margin-top: 0;
}

.button-prezzo{
    margin-bottom: 10px;
    border: 1px solid #e5735c;
    display: table;
    padding: 3px 10px;
}

.woocommerce .product .product_title {
    font-weight: 500;
}

.woocommerce div.product .summary p.price {
    font-size: 26px;
}

.woocommerce-account .woocommerce_title{
    margin: 20px 0!important;
}

.woocommerce_top{
     max-width: 1100px;
}

.store-menu-class ul {
    margin: 0 0px 6px 0px;
    list-style: none;
    list-style-image: none;
    justify-content: center;
    display: flex;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

.store-menu-class a { 
    color:#999;
}   

.store-menu-class a:hover { 
    color:#428bca;
}

.store-menu-class .current-menu-item{
    background-color: #999;
}

.store-menu-class .current-menu-item a{
    color: #fff;
}

.container_inner .product{
    margin-top: 20px;
}

@media only screen and (max-width: 1290px) {
     .title_inner{
        width: 100%!important;
    }   
}

@media only screen and (max-width: 1000px) {
    .messenger_icon a img{
        width: 40px;
    }

    .messenger_icon a{
        position: fixed;
        bottom: 136px;
        right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    h3.describe_title {
        font-size: 19px;
    }

    body.woocommerce-account .woocommerce_title {
        margin: 20px 0 0px 0!important;
    }

    .woocommerce #customer_login .col-1 h2, 
    .woocommerce #customer_login .col-2 h2 {
        margin-bottom: 17px;
        margin-top: 15px;
        font-size: 20px;
    }

    .u-column2{
        margin-top: 55px!important;
    }

    .woocommerce-ResetPassword{
        margin-top: 20px!important;
    }

    .remark_text{
        font-size: 15px;
    }

    .woocommerce .quantity input[type="text"].qty,
    .woocommerce-page .quantity input[type="text"].qty{
        width: 30px!important;
    }

    .woocommerce-page .content table.cart div.coupon .input-text{
        margin-right: 0px!important;
    }

    .woocommerce-cart-form{
        margin-top: 20px;
    }

    .woocommerce table.cart thead tr th, .woocommerce-page table.cart thead tr th{
        font-size: 15px!important;
    }

    .woocommerce table.cart td.actions input[type="submit"] {
        display: block;
        width: auto!important;
        margin-left: auto!important;
        box-sizing: border-box!important;
    }

    body.woocommerce.woocommerce-page .two_columns_33_66.woocommerce_with_sidebar .column2 .column_inner{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .page-id-532 .default_template_holder{
        font-size: 15px;
    }

    .store-menu-class li {
        width: calc(50% - 42px);
    }

    .store-menu-class li {
        padding: 7px 15px 7px 15px;
        text-align: center;
        border: 1px solid #999999;
        margin: 7px 5px 2px 5px;
        font-size: 16px;
    }

    .blog_holder article h2 {
        font-size: 18px!important;
    }

    .pagination ul li > span, .pagination ul li > a, .single_links_pages span, .comment_pager .page-numbers {
        width: 26px!important;
        height: 26px!important;
        line-height: 26px!important;
    }

    .pagination ul li a .pagination_arrow, .woocommerce-pagination ul li a .pagination_arrow {
        line-height: 26px!important;
    }

    .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text{
        padding: 0 5px!important; 
    }

    .blog_holder.blog_standard_type article:not(.format-link):not(.format-quote) .blog_title_post_info_holder .post_text {
        padding: 0px 8px;
    }

    .blog_single.blog_holder article.format-link .post_content, .blog_single.blog_holder article.format-quote .post_content, .blog_holder.blog_single article .post_text .post_text_inner {
        padding: 0px!important;
    }

    .blog_holder article h2 {
        margin: 0 0 0px!important;
    }

    .cvca-demo-box{
        margin-bottom: 15px;
    }

            .woocommerce_title{
            align-items: center;
            margin-bottom: 0px;
        }
        .woocommerce_title img{
            max-width: 70px;
        }

        .woo_title {
            font-size: 15px;
            font-weight: 600;
        }

        .content_word {
            font-size: 12px;
        }

        .content_word{
            display: none;
        }

        .content_word_out{
            display: block;
            font-size: 13px;
            text-align: center;
        }

        .woocommerce_with_sidebar .column1 {
            width: 100%;
        }

        .woocommerce_with_sidebar .column2 {
            width: 100%;
        }

        .woocommerce_with_sidebar .sidebar > div:nth-child(2) {
            display: none;
        }

        .woocommerce_with_sidebar .sidebar > div:nth-child(3) {
            display: block;
        }

        .dropdown_product_cat{
            width: 100%;
            padding: 5px;
            font-size: 16px;
        }

        .woocommerce aside.sidebar .widget.widget_product_categories h4 {
            margin-bottom: 0;
        }

        body.woocommerce .two_columns_33_66.woocommerce_with_sidebar .column2 .column_inner{
            padding-right: 0px;
        }

        .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-4 .woocommerce_with_sidebar ul.products li.product{
            width: 46%!important;
            margin: 0 2.22% 2.22% 0!important;
        }

        .vertical_menu_width_290.vertical_menu_enabled .full_width .woocommerce_with_sidebar ul.products li.product:nth-child(2n){
            margin: 0 0 2.22%;
        }

        .woocommerce .woocommerce-result-count{
            font-size: 13px;
        }

        .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
            margin: 0px 0 0px 0;
        }

        .woocommerce .woocommerce-ordering .select2-container.orderby {
            width: 150px;
            float: left;
        }

        .woocommerce aside.sidebar .widget.widget_product_search {
            margin-top: 0px;
        }

        .woocommerce-pagination ul.page-numbers li>a, .woocommerce-pagination ul.page-numbers li>span {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .woocommerce .product .product_title {
            line-height: 21px;
            font-size: 21px;
        }

        .container_inner{
            max-width: 95%;
        }

        .woocommerce-page ul.products li.product .product_info_box, .woocommerce ul.products li.product .product_info_box {
            padding: 6px 0 21px 0!important;
        }


}




@media only screen and (max-width: 480px) {
    body.woocommerce-page .related.products ul.products li.product, 
    body.woocommerce .related.products ul.products li.product {
        margin: 0 2.22% 2.22% 0!important;
    }

    body.woocommerce-page .related.products ul.products li.product:nth-child(2n){
        margin: 0 0 2.22%!important;
    }

    .container_inner{
        width: 90%;
    }


       


}


