.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;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.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; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; 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; 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; 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 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;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}.admin-bar .header-search .close {
top: 30px;
}
.aligncenter {
margin: 0 auto;
display: block;
}
img[class*="wp-image-"] {
display: block;
max-width: 100%;
height: auto;
}
.wp-caption {
text-align: left;
}
.wp-caption-text {
text-align: left;
padding-top: 10px;
}
.gallery-caption {
text-align: left;
}
.alignright {
text-align: right;
float: right;
}
.alignleft {
text-align: left;
float: left;
}
.aligncenter {
text-align: center;
}
.bypostauthor {
text-align: left;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
margin-top: 0.4211em;
margin-bottom: 1.6842em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2632em;
}
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.rtd h1:not([class]),
.rtd h2:not([class]),
.rtd h3:not([class]),
.rtd h4:not([class]),
.rtd h5:not([class]),
.rtd h6:not([class]) {
font-weight: bold;
color: #333;
margin: 15px 0 10px 0;
padding: 0;
}
.type-post.sticky:after {
content: "\f06a";
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #fff;
font-size: 20px;
padding: 10px;
position: absolute;
right: 20px;
width: 40px;
height: 40px;
text-align: center;
top: 5px;
z-index: 777;
background: #ed912a !important;
}
html blockquote:not([class]) {
position: relative;
padding: 50px 20px 50px 141px;
text-align: left;
background: #fff;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
margin: 40px 100px 40px 70px !important;
display: inline-block;
clear: both;
}
html blockquote:not([class]) p {
font: 400 16px/1.65 Montserrat !important;
color: #333;
}
html blockquote:not([class]):before {
content: "\f10d";
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
background: #4494ec;
font-variant: normal;
text-transform: none;
border: rgb(242, 242, 242) 10px solid;
border-radius: 100px;
line-height: 2.5;
color: #fff !important;
font-size: 23px;
padding: 10px;
position: absolute;
left: 10px;
width: 100px;
height: 100px;
text-align: center;
top: 50%;
z-index: 777;
margin-top: -50px;
}
html .post-image blockquote:not([class]),
html .wrap-image blockquote:not([class]) {
padding: 20px;
margin: 0px 0 0px 0;
background: #fff;
font-size: 16px;
line-height: 26px;
}
html blockquote:not([class]) p {
text-align: left;
font-size: 16px;
font-weight: normal;
line-height: 28px;
}
.bypostauthor {
list-style: none;
background: none;
}
.blog-item-quote .blog-item_desc {
width: 80%;
margin: 0px auto;
float: none !important;
}
.blog-item-quote .blog-item_text {
border: none !important;
}
.blog-quote-source {
font-weight: normal;
display: inline-block;
text-align: right;
width: 100%;
font-size: 15px;
font-style: italic;
color: #aaaaaa;
padding-top: 20px;
}
.rtd h1:not([class]),
.rtd h2:not([class]),
.rtd h3:not([class]),
.rtd h4:not([class]),
.rtd h5:not([class]),
.rtd h6:not([class]) {
line-height: 1.1;
}
.rtd p,
.rtd ul:not([class]) {
word-wrap: break-word;
}
.rtd ul:not([class]) {
padding-left: 10px;
list-style: none;
margin-bottom: 0px;
}
.rtd ul:not([class]) li:not([class]) {
margin: 0;
line-height: 1.444;
}
.rtd ul:not([class]) li:before {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
display: inline-block;
margin-right: 10px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.list-styled li.disabled {
color: #c8c9cc;
}
ul.list-styled.list-style-ok li::before {
content: '\f00c';
color: #28ad62;
}
ul.list-styled.list-style-ok li.disabled::before {
content: '\f00d';
color: #c8c9cc;
}
.rtd img {
max-width: 100%;
height: auto;
}
.wp-caption {
text-align: left;
max-width: 100%;
}
.rtd table:not([class]) {
margin: 20px 0;
}
.rtd table:not([class]) td:not([class]),
.rtd table:not([class]) th:not([class]) {
padding: 10px;
border: 1px solid #d0d2d7;
font-weight: normal;
}
ul:([class]),
ol:([class]) {
list-style: none;
margin: 0;
padding: 0;
}
.rtd ul:not([class]) li::before {
font-size: 6px;
width: 1.555em;
content: '\f111';
text-align: center;
vertical-align: middle;
}
.rtd ol:not([class]) > li::before {
display: none !important;
}
.rtd ul:not([class]) ul:not([class]) li::before {
content: '\f10c';
}
.rtd ol:not([class]) {
margin-left: 15px;
margin-bottom: 0px;
}
.rtd ol:not([class]) li:not([class]) {
padding-bottom: 0px;
line-height: 1.444;
}
.wrap-media img {
max-width: 100%;
height: auto;
}
.gallery-icon a {
text-align: center;
display: inline-block;
}
.rtd iframe {
max-width: 100%;
max-height: 100%;
}
.rtd pre {
padding: 20px;
} aside .widget-title + ul > li,
aside .menu > li {
padding: 10px 0;
margin: 0 0 0px 0;
list-style: none;
border-bottom: 1px solid #eaeaea;
font-size: 14px;
color: #777;
line-height: 1.55;
font-weight: 600;
position: relative;
}
aside .children {
margin: 10px 0px 5px 10px;
}
aside ul .children li {
padding: 5px 0;
margin: 0 0 10px 0;
list-style: none;
font-size: 12px;
color: #666;
text-transform: uppercase;
font-weight: 700;
border-bottom: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.widget_product_categories .children {
display: none;
}
.widget_product_categories .current-cat .children {
display: block;
}
.widget_product_categories .children {
margin: 0px 0px 5px 10px;
}
.widget_product_categories .children a {
font-size: 10px;
}
aside .widget-title + ul li a,
aside .menu li a,
aside .widget-title + ul li {
font-size: 14px;
font-weight: 600;
color: #777;
}
aside li a + .count {
font-weight: normal;
float: right;
}
.entry-media img {
max-width: 100%;
height: auto;
}
aside .menu li:hover .dropdown-menu {
display: block !important;
} aside img {
max-width: 100%;
height: auto;
margin: 10px 0;
}
aside select {
max-width: 100%;
border: 1px solid #ececec;
padding: 5px;
margin: 5px 0;
border-radius: 0;
font-size: 12px;
color: #333;
font-weight: normal;
width: 100%;
}
aside table {
width: 100%;
}
aside table td,
aside table th {
border: 1px solid #ddd;
padding: 5px;
text-align: center;
}
aside table td a {
color: #333;
}
.widget_rss .rss-date {
display: inline-block;
width: 100%;
color: #666;
padding: 10px 0;
font-weight: normal;
}
.widget_rss .rssSummary {
font-weight: normal;
text-transform: none;
line-height: 20px;
}
.widget_rss cite {
font-size: 12px;
display: inline-block;
text-align: right;
width: 100%;
font-weight: normal;
text-transform: none;
}
.rsswidget {
font-size: 12px;
color: #666;
}
.widget_search label,
.widget_search input[type="submit"],
.woocommerce-product-search input[type="submit"] {
display: none !important;
}
.woocommerce-product-search input[type="search"],
.widget_search input[type="search"],
.widget_search input[type="text"] {
width: 100%;
float: left;
margin-right: 0%;
background: #f4f4f4;
border: 1px solid #eee;
padding: 10px;
}
.textwidget {
line-height: 20px;
}
.textwidget img {
margin-bottom: 5px;
}
.post-sticky:before {
content: "\f0c6" !important;
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 35px;
position: absolute;
right: 60px;
text-transform: none;
top: -32px;
z-index: 777;
color: #000;
height: 50px;
border: 0;
width: 50px;
border-radius: 10px;
padding: 16px;
}
.post-sticky:nth-child(even):before {
right: auto;
left: -12px;
top: -30px;
} .wp-tag-cloud {
margin-left: -5px !important;
display: inline-block;
}
.tagcloud li {
float: none !important;
display: inline-block !important;
margin: 3px 1px !important;
width: auto !important;
}
.tagcloud {
clear: both;
}
html .tagcloud a {
font-size: 11px !important;
text-transform: uppercase;
display: inline-block;
border: 0;
padding: 9px 13px;
margin-right: 4px;
margin-bottom: 6px;
color: #333333;
border: 1px solid #cccccc;
border-radius: 100px;
font-weight: 400;
}
html .tagcloud a:hover {
color: #fff !important;
background-color: #2a64d9 !important;
text-decoration: none !important;
}
.tagcloud li:hover a {
color: #fff!important
}
.widget_categories li:before,
.widget_archive li:before {
font: normal normal normal 14px/1 'Pe-icon-7-stroke';
content: '\e685';
margin-right: 10px;
position: relative;
top: 4px;
font-size: 18px;
}
aside .widget-title + ul > li:hover a,
aside .menu > li:hover a {
color: #ffb049;
}
.widget_categories li:hover:before,
.widget_archive li:hover:before {
color: #ffb049;
}
aside .menu > li a {
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
} .vc-overflow-no {
overflow: inherit !important;
}
.compose-mode .vc_row[data-vc-full-width].vc_hidden {
opacity: 1;
}
.compose-mode .section-gallery {
text-align: center;
}
.compose-mode .gallery-item {
position: relative;
width: 25%;
display: inline-block;
margin-left: -1%;
vertical-align: top;
}
.compose-mode .vc_element,
.view-mode .vc_element {
display: inline-block;
position: relative;
}
.vc_tta-title-text {
list-style: none;
font-weight: bold;
color: #333;
font-size: 14px;
text-transform: uppercase;
}
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
html .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #eee;
} .jarallax {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: 1;
position: relative;
width: 100%;
}
.jarallax-content,
.jarallax-content-inner {
width: 100%;
}
.background-attachment-fixed {
display: inline-block;
width: 100%;
}
.vc_row_use_jarallax.vc_row {
margin-left: 0;
margin-right: 0;
}
.vc_row.vc_row-flex>.vc_column_container.vc_row_use_jarallax>.vc_column-inner .wpb_wrapper {
display: flex;
height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper .jarallax {
display: flex;
height: 100%;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper .jarallax .jarallax-content {
display: flex;
height: 100%;
}
.staticblocks-template-default .col-lg-9.col-md-8.col-sm-12.col-xs-12.left-column.sidebar-type-2 {
width: 100% !important;
}
.staticblocks-template-default .col-lg-3.col-md-4.col-sm-12.col-xs-12,
.staticblocks-template-default .post-footer,
.staticblocks-template-default .post-description,
.staticblocks-template-default .post-image,
.staticblocks-template-default .blog-post .post-image {
display: none;
}
.wpcf7-not-valid-tip {
display: none !important;
}
html .wpcf7-not-valid {
border: 0 !important;
border-bottom: 1px solid red !important;
}
.vc_row {
position: relative;
} html .vc_btn3.vc_btn3-color-juicy-pink,
html .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
color: #ffffff;
background-color: #237ac6;
}
html .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
html .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
html .vc_btn3.vc_btn3-color-juicy-pink:focus,
html .vc_btn3.vc_btn3-color-juicy-pink:hover {
color: #f7f7f7;
background-color: #237ac6;
opacity: 0.8;
}
.vc_custom_heading h4 {
font-weight: 600 !important;
}
html .vc_gitem_row .vc_gitem-col {
padding: 20px;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
text-align: center;
display: block;
}
.no-slide-add-menu img {
width: 100%;
height: auto;
}
.no-slide-add-menu {
margin: 25px 10px;
font-size: 16px;
line-height: 31px;
text-align: left;
color: #fff;
}
.tp-parallax-wrap .fa-icon-play {
position: relative;
top: -2px;
left: 2px;
}
.browser-window a {
display: block;
}
.browser-window img {
width: 100%;
}
.browser-window {
text-align: left;
width: 100%;
display: block;
border-radius: 0;
background-color: #fff;
box-shadow: 0 0 0 3px #e7e7e6;
max-width: 600px;
margin: 0 auto;
height: 400px;
overflow: hidden;
}
.browser-window:hover .content{
overflow: scroll;
}
.browser-window .content{
height: 800px;
overflow: hidden;
}
.browser-window .top-bar {
height: 30px;
border-radius: 0;
border-top: thin solid #eaeae9;
border-bottom: thin solid #dfdfde;
background: linear-gradient(#e7e7e6, #e2e2e1);
}
.browser-window .circle {
height: 8px;
width: 8px;
display: inline-block;
border-radius: 50%;
background-color: white;
}
.browser-window .circles {
margin: 5px 11px;
}
.browser-window .circle-red {
background-color: #e11d21;
}
.browser-window .circle-green {
background-color: #009800;
}
.browser-window .circle-yellow {
background-color: #fbca04;
}
.browser-window .content {
margin: 0;
width: 100%;
min-height: 50%;
display: inline-block;
border-radius: 0 0 5px 5px;
background-color: #fafafa;
}
html .header-cart a {
font-size: 12px !important;
text-decoration: none !important;
background: orange !Important;
margin-top: -7px;
font-family: Montserrat;
}
.admin-bar .fullmenu-close {
top: 30px;
}
html [class^="flaticon-"]:before, html  [class*=" flaticon-"]:before, html  [class^="flaticon-"]:after, html  [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 27px;
font-style: normal;
margin-left: 0px;
}
.shop-slider-container{
position: relative;
margin-bottom: 70px;
}
.shop-slider-container .section-decor-wrap.bottom{
bottom: 0;
}
.woocommerce table.shop_table.order_details{
border: 0 ;
}
html .list-goods__label {
left: 50%;
margin-left: -40px;
}
.wp-block-image figcaption {
opacity: .75;
}
.post-body {
overflow: hidden;
}
.wp-block-button{
margin-bottom: 25px;
}
.wp-block-button.alignleft{
margin-right: 25px;
}
.wp-block-button.alignright{
margin-left: 25px;
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link{
border-radius: 0;
}
.wrap-blog-post .post-body .wp-block-cover-text{
color: #fff;
font-size: 2em;
line-height: 1.25;
}
.wp-block-cover, .wp-block-cover-image {
color: #fff;
}
.wp-block-cover, .wp-block-cover-image{
margin: 0 25px 10px 0;
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
margin-right: 20px;
}
.blocks-gallery-grid, .wp-block-gallery {
margin-bottom: 20px;
}
.wp-block-quote {
border-top: #f2f2f2 1px solid;
border-bottom: #f2f2f2 1px solid;
background: #f2f2f2;
font-size: 14px;
padding: 50px !important;
margin: 50px 0 !important;
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: none;
border: 2px solid #eaeaea;
margin: 50px 0;
padding: 50px;
}
.wp-block-pullquote:not(.is-style-solid-color)  blockquote{
border: 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 24px !important;
font-style: italic;
line-height: 1.6 !important;
}
.wp-block-group__inner-container{
padding: 50px;
}
.wp-block-code{
margin-bottom: 25px;
}
html .post-password-form input[type=password] , html .wp-block-search .wp-block-search__input {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
border-radius: 0;
color: #333;
font-size: 15px;
padding: 5px;
height: 74px;
margin-right: -121px;
padding-right: 100px;
margin-left: 16px;
border-radius: 100px;
min-width: 350px;
}
.wp-block-search .wp-block-search__label {
width: 100%;
margin-bottom: 20px;
}/*/*//**//*/*/.mobile-slidebar-menu  .current-menu-item a::before {
display: none !important;
}
[data-off-canvas] li a {
color: #fff !important;
}/**/@media (min-width:1022px) and (max-width:1229px) {
.yp-demo-link{
display: none !important;
}
html  .blog-post-item {
width: 290px;
}
html .isotope-desc-content {
display: none;
}
html .pp-box-wrap {
float: none;
margin: 0 auto;
}
html .isotope-filter .product-grid li {
margin: 0 1% 2%;
width: 22%;
}
html .full-title-name {
display: inline-block;
font-size: 22px;
left: 0;
min-width: 295px;
padding: 10px 30px;
position: relative;
text-transform: uppercase;
top: 0;
}
html #filter {
margin-top: 0;
padding-left: 0;
}
html  .pp-box-item {
display: block;
float: none;
margin: 20px auto;
width: 580px;
overflow: hidden;
}
} @media (min-width:768px) and (max-width:990px) {
html .feature-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center !important;
padding: 0 20px;
}
html .feature-item h5{
padding-bottom: 10px;
}
html .service-features-section {
padding-bottom: 80px;
padding-left: 30px;
padding-right: 30px;
}
html .section-intro .intro-title {
padding-left: 0;
padding-top: 120px;
}
.section-intro .under-intro-text {
text-align: center;
}
.yp-demo-link{
display: none !important;
}
html  .blog-post-item {
width: 30% !important;
}
html .yamm .nav > li > a {
margin: 9px 5px;
padding: 10px 5px !important;
}
html .yamm .nav > li > a {
font-size: 13px;
}
html .top-header .social-box  .nav{
float:none !important;
text-align:center;
}
html .top-cart{
padding:10px;
}
html #filter {
height: auto;
margin-top: -31px;
padding-left: 0;
text-align: center;
}
html .ft-icons-simple {
display: inline-block;
float:none;
height: 100%;
width: 100%;
}
html .ft-content {
border-left: 0;
float: none;
padding-left: 0;
padding-top: 5%;
text-align: center;
width: 100%;
}
html .footer-shop img{
max-width:100%;
height:auto;
}
.home-section .vc_row{
background-image:none !important;
}
.tparrows{
display:none !important;
}
html  .pp-box-item {
display: block;
float: none;
margin: 20px auto;
width: 580px;
overflow: hidden;
}
html .featured-item-simple-icon:after{
display:none !important;
}
html .isotope-filter .product-grid li {
margin: 0 1% 2%;
width: 22% !important;
}
html .yamm .nav > li > a {
padding: 20px 10px;
}
html .right-header {
text-align: center;
}
html .bg-mobile-hidden {
background: none !important;
}
html .header .top-cart {
display: inline-block;
float: none;
margin: 0 !important;
padding-left: 0;
position: relative;
text-align: center;
top: 0;
width: 100%;
}
.header #search-global-mobile {
background: none repeat scroll 0 0 #fff;
border: 1px solid #ddd !important;
color: #ddd !important;
display: block !important;
float: none;
margin: 10px auto;
position: relative;
right: 0;
top: 0;
width: 300px;
}
html .header .menu-item-has-children > a::after {
top: 9px;
}
html  .yamm .dropdown-menu {
top: 60px;
}
.featured-item-simple-icon {
min-height: 160px;
}
.filter {
text-align: center;
}
html .isotope-desc-content {
display: none;
}
html .isotope-filter {
text-align: center;
}
html .isotope-item {
width: 33.33% !important;
}
.header #search-global-mobile #search, #search-global-mobile button i {
color: #000 !important;
}
#search-global-mobile input {
border: medium none;
width: 80% !important;
}
.header .navbar-collapse #search-global-menu {
display: none !important;
}
html .breadcrumb {
float: none;
font-size: 14px;
list-style: outside none none;
margin-bottom: 0;
padding: 0;
}
.header {
height: auto;
text-align: center;
}
html .fa-content {
display: inline-block;
margin-left: 2%;
padding-right: 4%;
padding-top: 2%;
width: 62%;
}
.banner-full-width * {
text-align: center !important;
}
html .btn-fw-banner {
padding-right: 0;
}
html .carousel-item-content .carousel-title {
margin: 20px 0 15px;
}
html .full-title-name {
display: inline-block;
font-size: 22px;
left: 0;
min-width: 295px;
padding: 10px 30px;
position: relative;
text-transform: uppercase;
top: 0;
}
.info-top {
margin: 10px;
text-align: center;
}
.info-top ul {
padding: 0;
}
.header .navbar-nav > li {
display: inline-block;
float: none;
}
.header .yamm, .header .yamm .navbar-nav {
float: none;
margin: 0;
width: 100%;
}
.header .yamm, .header .yamm .navbar-nav > li {
display: inline-block;
float: none;
}
.header .top-cart {
display: inline-block;
float: none;
padding-left: 0;
position: relative;
text-align: left;
top: 0;
width: 100%;
}
.header .top-cart .qty-top-cart-active {
right: 14px;
top: -3px;
}
html .post .entry-title {
margin: 20px 0;
}
html .bx-controls {
margin-bottom: 30px;
}
.carousel-brand .bx-prev, .carousel-brand .bx-next {
display: none !important;
}
html .featured-item-simple-icon {
margin: 10px 0;
}
html .featured-item-simple-icon {
min-height: 160px;
}
html .full-title-name .btn {
bottom: -55px;
font-size: 13px;
left: 0;
width: 100%;
}
.product-right {
margin:20px 0;
}
} @media (max-width:767px) {
.woocommerce table tfoot{
width: 100%;
display: inline-block;
}
html body .header .navbar-brand {
margin-top: 12px;
}
html .block-news {
float: none;
width: 100%;
height: auto;
}
html .block-news:nth-child(1), .block-news:nth-child(3) {
padding-right: 20px;
padding-left: 20px;
}
html .form-cart__section {
padding: 0;
}
html .form-cart__price-title {
padding-top: 15px;
float: none;
width: 100%;
text-align: center;
padding-bottom: 20px;
}
html .form-cart__price-total {
width: 100%;
}
.hesperiden .tp-thumb{
min-width: 120xp;
min-height: 120px;
}
html .list-description:first-child {
margin-top: 0;
}
html .slider-reviews__item {
padding: 0 0px;
text-align: center;
}
html .advantages__title {
padding-top: 10px;
padding-right: 0;
line-height: 1;
text-align: center;
text-transform: uppercase;
padding-bottom: 20px;
}
html .list-advantages__item {
position: relative;
display: inline-block;
width: 100% !important;
margin-right: 0;
padding-left: 0;
vertical-align: top;
margin-bottom: 15px;
text-align: center;
}
html .list-advantages__item .icon {
float: none;
}
.list-advantages_mod-a .list-advantages__item{
border: 0 !important;
}
html .list-advantages__inner {
display: block;
margin-top: 16px;
margin-left: 0;
padding-right: 0;
vertical-align: middle;
margin-bottom: 20px;
}
html .ui-title-block {
text-align: center !important;
}
html .ui-title-block  + p{
text-align: center !important;
}
.list-descriptions{
padding: 0 20px;
}
.list-descriptions *{
text-align: center !important;
}
html .block-news:nth-child(1), .block-news:nth-child(3) {
width: 100%;
}
html .list-description__inner {
display: block;
margin-right: 105px;
padding-left: 20px;
padding-top: 175px;
}
.vc_custom_1490971671968  .text-right{
text-align: center !important;
}
html .vc_custom_1490971671968 {
padding-top: 25px !important;
}
html .list-description__item {
margin-bottom: 20px;
}
html #rev_slider_43_3_wrapper .tp-thumbs{
display: none !important;
}
.vc_custom_1489169371877  .jarallax{
padding-bottom: 20px !important;
padding-top: 30px !important;
}
.block-news__icon{
display: none !important;
}
.wpb_text_column {
padding: 20px;
text-align: center;
}
html .vc_custom_1488801196707 {
padding-right: 0px !important;
}
html .vc_custom_1488832689021 {
padding-right: 0 !important;
padding: 20px !important;
}
html div.wpcf7 {
margin: 0;
padding: 0;
padding: 0 20px;
}
html .slider-reviews__item {
border-right: 1px dotted #7f7f7f;
padding: 0 40px;
width: auto;
}
.list-advantages__item::after , .list-advantages::before{
display: none !important; 
}
html .form-cart-table > tbody > tr > td {
min-height: auto;
}
html .list-goods___item {
display: inline-block;
width: 100%;
}
html  .title-btn-wrap    {
margin: 0 auto;
display: inline-block;
text-align: center;
width: 100%;
}
.tab-advantages__content{
padding: 0 30px;
text-align: center;
}
html  .vc_custom_1488833950157 {
padding-top: 0px !important;
text-align: center !important;
display: block;
margin: 0 auto !important;
}
html .vc_custom_1488833950157  .text-right {
text-align: center;
}
html .vc_images_carousel {
margin: 0 auto;
margin: 0 10%;
}
.wpcf7   .order-form  label{
padding: 20px 0 0 !important;
}
.yp-demo-link{
display: none !important;
}
html .services .service-item {
margin-left: 15px;
}
html  body #filter {
height: auto;
margin-top: 0;
padding-left: 0;
}
#filter li a{
width:100%;
}
.slide-desc  tbody ,.slide-desc   .detail-item{
height:100%;
}
.slide-desc .icons{
margin-top:40%;
}
.wrap-user-control i:before{
color:#2b2e33;
}
html .decor-line::after { background: rgba(0, 0, 0, 0) url(//www.formazionefinanziata.eu/wp-content/themes/exproduct/images/graph-home2.svg) no-repeat scroll center top / cover ;
bottom: -3px;
height: 100px;
left: 0;
right: 0;
top: auto;
}
html .quote-form span.wpcf7-form-control-wrap {
height: auto;
}
html .one-news > div {
margin-left: 0;
}
html .one-news {
padding-right: 0px;
padding-left: 0px;
}
html .two-news{
display: none;
}
html .testimonial-content {
margin-left: 50px;
}
.team .soc-icons {
padding-bottom: 20px;
}
.owl-nav{
display: none;
}
html #main-menu li .dropdown-menu {
background: #2a2d32 none repeat scroll 0 0;
border-top: 2px solid #009cce;
float: none;
left: 0;
margin-top: -2px;
right: auto;
width: 95%;
}
html  .slidebar-panel .navbar-brand {
position: relative !important;
}
html body  .isotope-item {
width: 100% !important;
}
html  .floated .navbar-nav > li {
margin: 0;
padding: 0 40px;
text-align: left;
width: 100%;
}
#search-global-mobile {
margin-left: 25px;
}
html .header .menu-item-has-children > a:after {
right: 25px;
}
html .breadcrumb {
float: none;
font-size: 14px;
list-style: outside none none;
margin-bottom: 0;
padding: 0;
}
html .top-header .social-box  .nav{
float:none !important;
text-align:center;
}
html .top-cart{
padding:10px;
}
html #filter {
height: auto;
margin-top: 0;
padding-left: 0;
text-align: center;
}
html  .pp-box-item {
float: none;
width: 580px;
display: inline-block;
margin-top: -6px;
}
html .ft-icons-simple {
display: inline-block;
float:none;
height: 100%;
width: 100%;
}
html .ft-content {
border-left: 0;
float: none;
padding-left: 0;
padding-top: 5%;
text-align: center;
width: 100%;
}
.vc_custom_1479385064911 , .vc_custom_1480073809579 {
text-align: center !important;
}
footer .vc_column_container {
padding-left: 15px;
padding-right:15px;
}
html .footer-shop img{
max-width:100%;
height:auto;
}
.home-section .vc_row{
background-image:none !important;
}
html .home-section .featured-item-simple-icon {
margin: 45px 0 !important;
}
html .pp-box-wrap {
float: none;
margin: 0 auto;
}
html .bg-mobile-hidden {
background: none !important;
}
html .featured-item-simple-icon {
margin: 10px 0;
}
.header {
height: auto;
text-align: center;
}
.info-top {
margin: 10px;
text-align: center;
}
.info-top ul {
padding: 0;
}
.right-header {
text-align: center;
}
html .right-header .col-right-header {
display: inline-block;
margin-top: 15px;
padding-left: 30px;
padding-right: 30px;
vertical-align: top;
width: 100%;
text-align: center;
}
.header .navbar-nav > li {
padding: 0 30px;
text-align: center;
}
.yamm {
position: relative;
padding-left: 0 !important;
}
.yamm .navbar-header {
background: none repeat scroll 0 0 #ffc300;
}
.yamm .navbar-collapse {
background: none repeat scroll 0 0 #333333;
}
.yamm .nav li a {
color: #fff !important;
}
.header #search-global-menu {
border: 1px solid #ddd !important;
color: #ddd !important;
margin: 0 auto 10px;
position: relative;
right: 0;
top: 0;
width: 100%;
}
.header #search-global-mobile #search {
margin-left: 20px;
}
#search-global-mobile button {
position: relative;
left: -35px;
}
.header #search-global-mobile #search, #search-global-mobile button i {
color: #000 !important;
}
.header #search-global-menu #search {
padding: 7px 2px 7px 1px !important;
width: 83%;
}
html .yamm #search-global-menu {
display: none !important;
}
.header .yamm .navbar-nav a:hover {
background: none repeat scroll 0 0 #526aff !important;
color: #fff !important;
}
.header .yamm, .header .yamm .navbar-nav {
float: none;
margin: 0;
width: 100%;
}
.header .yamm, .header .yamm .navbar-nav > li {
display: inline-block;
float: none;
text-align: left;
width: 100%;
position: relative;
padding-left: 0;
}
.header .top-cart {
float: none;
margin: 30px auto 20px auto;
position: relative;
width: 120px;
border: none;
}
.header .top-cart .qty-top-cart-active {
right: 14px;
top: -3px;
}
html .post .entry-title {
margin: 20px 0;
text-align: left;
}
.ver-tabs.horiz-tabs .nav > li {
width: 100%;
}
.banner-full-width * {
text-align: center !important;
}
.btn-fw-banner {
padding: 0 !important;
}
.btn-fw-banner .btn {
margin: 10px;
}
html .full-title-name {
display: inline-block;
font-size: 12px;
font-weight: 600;
left: 0;
min-width: auto;
padding: 7px 22px;
position: relative;
text-transform: uppercase;
top: 7px;
width: 100%;
}
html #filter {
height: auto;
margin-top: -25px;
padding-left: 0;
}
html #filter li {
display: inline-block;
list-style: outside none none;
margin-bottom: 10px;
width: 100%;
}
html .isotope-desc-content {
display: none;
}
html .isotope-item {
width: 49% !important;
}
.isotope-frame{
text-align:center;
}
html .full-title-name .btn {
bottom: -55px;
font-size: 13px;
left: 0;
width: 100%;
}
html .carousel-3 .media {
display: inline-block;
position: relative;
width: 100%;
}
html .carousel-3 .carousel-item-content {
display: inline-block;
padding: 3% 0 0 3% !important;
vertical-align: top;
width: 100%;
}
.carousel-brand .bx-prev, .carousel-brand .bx-next {
display: none !important;
}
html .product-grid {
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
html .product-grid li {
margin: 5%;
width: 90%;
}
.product-grid li .slider_img {
display: none !important;
}
.testi-box {
display: inline-block;
margin: 20px 0;
}
.cd-floating-background img {
display: none !important;
}
.contact-section {
height: auto !important;
}
html .copy {
padding-bottom: 20px;
padding-top: 20px;
text-align: center;
}
html .footer-absolute .social-box {
float: none;
margin-top: 20px;
text-align: center;
width: 100%;
}
html .footer-panel .social-links {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: top;
}
html .footer-panel .social-links li {
margin: 10px 0 0;
}
html  .pp-box-item {
float: none;
width: 580px;
display: inline-block;
margin-top: -6px;
}
html .product-right {
padding-bottom: 50px;
}
html .product-grid.bxslider li {
}
html .fa-box .fa, {
display: block;
font-size: 34px !important;
}
html .fa-box {
margin-left: -6% !important;
margin-right: 6% !important;
padding: 5% 2% 5% 8% !important;
width: 30% !important;
}
html .ver-tabs.horiz-tabs .fa-content {
display: inline-block;
margin-left: 0;
padding: 1%;
text-align: left;
width: 67%;
}
html .ver-tabs.horiz-tabs .fa-box {
width: 30% !important;
}
html .isotope-filter .product-grid li {
margin: 0 1% 2%;
width: 21%;
height: auto !important;
}
.logo-box {
display: block !important;
margin: 0 auto !important;
padding: 10px !important;
text-align: center;
width: 100% !important;
}
html .box-date-post {
position: relative;
text-align: center;
}
html .post .entry-main {
padding-left: 0;
position: relative;
}
.footer-shop  .row {
margin-left: 0px;
margin-right: 0px;
}
.product-right {
margin:20px 0;
}
html body  .pp-box-item {
display: inline-block;
float: none;
margin: 0 auto ;
width: 292px;
}
html .pp-box {
float:none !important;
}
html .layout-header2 .yamm .navbar-nav > li {
background: #333 !important;
}
html .box-date-post {
border: 1px solid #eeeeee;
height: auto;
width: auto;
}
.wrap-works {
margin-bottom: 50px;
text-align: center;
}
.blog-post-item {
margin: 20px  auto !important;
} html table{
padding: 5px !important;
}
table  td  , table  th{
margin:1px !important;	
}
html table ,html  tbody , table tr , table  td  , table  th , thead , tfooter  {
display: inline-block;
max-width: 100% !important;
width: 100% !important;
text-align:center !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: none !important;
width: 100% !important;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
margin: 0  0 5% 0 !important;
width: 100% !important;
}
html .woocommerce-cart table.cart td.actions .coupon .input-text {
margin: 0 0 10px 0 !important;
padding: 10px !important;
width: 100% !important;
}
.coupon{
float:none !important;
}
html  .woocommerce a.remove {
display: inline-block;
}
.shop_table  .button{
margin-bottom: 10px !important;
width: 100%;
}
.woocommerce-cart .qty {
margin: 0 auto !important;
}
.col-1,.col-2 {
float: none !important;
width: 100% !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: none !important;
margin: 0 0 10px !important;
width: 100% !important;
}
html .woocommerce #payment .terms, .woocommerce-page #payment .terms {
padding: 0 1em;
text-align: center;
}
html .yamm .nav .hot a{
border:none !important;
}
} @media (max-width:480px) {
html .vc_custom_1485536134713 {
padding-left: 0px !important;
}
html .vc_custom_1470750884407 {
padding-left: 0px !important;
}
html .vc_custom_1470760239192 ,html .vc_custom_1470760265541{
padding-right: 5% !important;
padding-left: 5% !important;
padding-top: 0 !important;
}
html #accordion-one{
margin-left: 25px;
margin-right: 25px;
}
html .our-services div > a{
text-align: left;
}
html .list-goods__label {
left: 33px;
}
#fleet-gallery .owl-carousel.owl-drag .owl-item{
margin-left: -20px;
}
.carlos-scroll .section-heading {
text-align: center;
padding: 85px 20px 50px;
}
html .disable-owl-carousel > div {
display: inline-block;
max-width: 100%;
}
.jarallax-content .container{
padding-right: 0;
padding-left: 0;
}
html .stats > div > div {
padding: 18px 30px 35px 75px;
}
html .stats .counter-item {
margin-right: 0;
}
html   .jarallax.jarallax-full-width{
margin-left: 0 !important;
}
.hero-module , .tp-bullets , .tparrows {
display:none !important;
}
.wrap-services-tabs .wrap-tabs .nav.nav-tabs li , html  .folio-isotop-filter ul > li{
width: 100%;
}
html .feature-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center !important;
padding: 0 20px;
}
html .feature-item h5{
padding-bottom: 10px;
}
html .section-intro .under-intro-text  , html .intro-text *{
text-align: center;
}
html .section-intro .intro-text {
height: auto;
min-height: 165px;
}
html .section-heading {
text-align: center;
padding: 50px 20px 50px;
}
html  .section-brands .brand-item {
display: block;
vertical-align: middle;
padding: 10px 30px;
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a{
border: 0 !important;
}
.service-features-section {
padding-bottom: 80px;
position: relative;
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
}
html .blog-post-item {
display: inline-block;
margin: 10px auto !important;
vertical-align: top;
width: 100%;
}
html .panel-price .panel-heading h2 {
font-size: 38px;
line-height: 40px;
margin: 0;
}
.cd-pricing-switcher  .btn{
float:none !important;
}
html .full-title-name {
margin-left: -10px;
}
html .section-header .heading {
font-size: 18px;
}
html .full-width-box::after {
width: 40% !important;
}
html .icon-line h3 {
font-size: 15px !important;
padding: 14px 20px;
}
html .product-info .nav-tabs > li {
margin-right: 0;
width: 100%;
}
html .person-text {
padding-left: 10px;
padding-top: 20px;
position: relative;
}
.carousel1 .bx-viewport {
height: auto !important;
max-width: 380px;
margin: 0 auto;
}
html .isotope-filter .product-grid li {
margin: 0 !important;
width: 100% !important;
}
html .wrap-services .service-item {
margin-bottom: 0;
padding-bottom: 30px;
}
html .wrap-services .service-icon {
float: none !important;
padding-top: 20px;
text-align: center !important;
width: 100%;
}
html  .wrap-services .service-text {
text-align:center !important;
float: none !important;
padding-top: 20px;
width: 100%;
}
html .nav-tabs-vertical {
display: inline-block;
width: 100%;
}
html .img-circle {
margin: 0 auto;
max-width: 240px;
}
html .wrap-blog-post .wrap-post-description .list-inline{
margin-left:0;
}
.wrap-blog-post .wrap-post-description{
padding:15px !important;
}
.wrap-blog-post  .list-inline{
display:none !important;
}
html .page-header{
height: auto;
padding-bottom: 235px;
}
.post-header  .pull-right{
display: inline-block;
float: none !important;
margin: -20px 0 10px -15px;
width: 100%;
}
.wrap-downloads .download-item .ico{
text-align:center;
}
.wrap-downloads .download-item .ico .down-ico {
margin: 0 auto;
}
#nav  .floated {
margin: 77px -15px 0 !important;
position: absolute;
width: 100vw;
}
html .dropdown-menu .dropdown-menu {
left: 0 !important;
position: relative !important;
top: 0 !important;
}
html .portfolio-col-3 .isotope-item , html .portfolio-col-2  .isotope-item , html .portfolio-col-4 .isotope-item {
margin: 1%;
width: 100% !important;
}
}