@media print{ }
.bypostauthor,
.commentlist li.comment{
list-style: none
}
.comment-text ul,
.comment-text ol{
margin-bottom: 20px;
}
.wp-caption{
max-width: 100%;
}
.edit-link,
.drop-icon,
.screen-reader-text{
display: none;
}
.first{
clear: both;
}
.visible-phone{
display: none !important
}
.visible-ipad{
display: none !important;
}
.pp_pic_holder{
z-index: 997 !important;
}
.pp_overlay,
#cboxOverlay{
z-index: 996 !important;
background: #000000 !important;
opacity: 0.75 !important
}
.pswp--open{
z-index: 100000;
}
body .pswp__caption__center{
text-align: center;
}
body .pswp__button{
min-width: 0;
background-image: url(//aquademy.eu/wp-content/themes/catana/images/default-skin.png) !important;
background-color: transparent !important;
}
body .pswp__button--arrow--left, 
body .pswp__button--arrow--right{
background: none !important;
}
.google-map-container img{
max-width: none
}
.gallery-caption{
font-weight: bold;
}
.wp-caption{
max-width: 100%;
}
.wp-caption.alignnone{
margin: 5px 30px 30px 0; }
.wp-caption.alignleft{
margin: 5px 30px 30px 0;
}
.wp-caption.alignright{
margin: 5px 0 30px 30px;
}
article > p{
clear: both
}
.wp-caption img{
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text{
font-size: 11px;
line-height: 18px;
margin: 0;
padding: 5px 4px 5px 0; } .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: 15px;
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: 1000; }  .owl-carousel .owl-item *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item,
.owl-carousel .owl-stage{
float: left; }
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
*:before,
*:after{
box-sizing: border-box;
}
html, body{
text-align: left; font-weight: normal;
font-style: normal;
vertical-align: baseline;
width: 100%;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html
{ 
-webkit-text-size-adjust: none; 
}
body .fa{
font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
}
abbr{
text-decoration: none;
}
img
{
border: 0;
vertical-align: top;
margin: 0 0 0;
max-width: 100%;
height: auto;
}
a
{
cursor: pointer;
background: transparent;
transition: 250ms ease 0s;
text-decoration: none;
}
a:hover
{	
text-decoration: underline;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
}
a:focus{
text-decoration: none;
}
a:focus, input[type="submit"]{
outline: none!important;
}
a.button:hover
{
text-decoration: none;
}
abbr[title], 
acronym[title]{
text-decoration: none;
}
::-webkit-input-placeholder{
font-family: inherit;
font-size: inherit;
color: #898989;
}
:-moz-placeholder{ 
font-family: inherit;
font-size: inherit;
color: #898989;
}
::-moz-placeholder{ 
font-family: inherit;
font-size: inherit;
color: #898989;
}
:-ms-input-placeholder{
font-family: inherit;
font-size: inherit;
color: #898989;
}
input[type^="text"]:focus
{
outline: 0;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
-webkit-appearance: none;
}
select:focus 
{
outline: 0;
}
p,
address
{
margin: 0 0 24px;
display: block;
}
strong 
{
font-weight: bold;
}
em 
{
font-style: italic;
}
ins 
{
text-decoration: none;
}
big{
font-size: 150%;
} h1,
.h1
{
margin: 0 0 16px 0;
}
h2,
.h2{
margin: 0 0 20px 0;
}
h3,
.h3
{
margin: 0 0 20px 0;
}
h4,h5,h6 ,
.h4,.h5,.h6
{
margin: 0 0 20px 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
text-decoration: none;
} form
{
display: block;
} legend{
border: 0;
margin: 0 0 10px;
} label,
.woocommerce form .form-row label{
line-height: 24px;
display: block;
padding: 5px 0;
}
.wpcf7 p{
line-height: 30px;
margin-bottom: 30px;
} .ol-style{
counter-reset: list;
}
.ol-style li{
list-style: none;
}
.ol-style ol{
counter-reset: listsub;
}
.ol-style ol ol{
counter-reset: listsub2;
}
.ol-style li:before{
counter-increment: list;
content: counter(list) ". ";
margin-right: 10px; display: inline-block;
}
.ol-style ol li:before{
counter-increment: listsub;
content: counter(list) ". " counter(listsub);
}
.ol-style ol ol li:before{
counter-increment: listsub2;
content: counter(list) ". " counter(listsub) ". " counter(listsub2);
}
.ul-style li{
list-style: none;
}
.ul-style li:before{
font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
content: "\f111"; line-height: 14px;
margin-right: 10px; }
.ul-style.default li:before,
.ul-style.square li:before{
font-size: 6px;
}
.ul-style.circle li:before{
content: "\f111";
position: relative;
top: -2px;
}
.ul-style.arrow-circle li:before{
content: "\f0a9"; }
.ul-style.angle li:before{
content: "\f105"; }
.ul-style.square li:before{
content: "\f0c8";
position: relative;
top: -2px;
}
.ul-style.caret li:before{
content: "\f0da"; }
.ul-style.check li:before{
content: "\f00c";
}
.ul-style.play li:before{
content: "\f01d";
}
ul.ul-style.text-light li:before{
color:#ffffff;
}
footer .ul-style.border-bottom,
.ul-style.border-bottom{
margin-top: -3px;
}
footer .ul-style.border-bottom li,
.ul-style.border-bottom li{
padding: 10px 0;
border-width: 0 0 1px 0;
border-style: solid;
max-width: 250px;
}
footer .ul-style.border-bottom li:last-child,
.ul-style.border-bottom li:last-child{
border-width: 0;
}
ol, 
ul
{
margin-bottom: 30px;
}
ol li:last-child, 
ul li:last-child{
padding-bottom: 0;
}
ol li, 
ul li 
{
line-height: 24px;
padding: 6px 0;
}
ol ol, 
ol ul, 
ul ul,
ul ol
{
margin: 6px 0 0 30px; }
ol ol ol, 
ol ul ol, 
ul ul ol,
ul ol ol,
ol ol ul, 
ol ul ul, 
ul ul ul,
ul ol ul
{
margin: 8px 0 0 20px; }
ol li, 
ul ol li 
{
list-style: decimal inside none;
}
ul li 
{
list-style: disc inside none
}
ul ul > li
{
list-style: circle  inside none
}
ul ul ul > li
{
list-style: square  inside none
}
ol ol ol > li
{
list-style: lower-roman inside none;
}
ol ol li{
list-style: lower-latin inside none;
}
ol.commentlist .comment-text > ol li{
list-style: decimal inside none;
}
ol.commentlist .comment-text > ol > li > ol li{
list-style: lower-latin inside none;
}
ol.commentlist .comment-text > ol > li > ol > li > ol > li{
list-style: lower-roman inside none;
} dl 
{
margin-bottom: 20px;
}
dt, 
dd 
{
line-height: 18px;
}
dt 
{
font-weight: bold;
}
dd 
{
margin: 12px 0 30px 0;
} .price del,
.product-price del{
text-decoration: none;
}
.price del .amount,
.product-price del .amount{
text-decoration: line-through;
}
del 
{
text-decoration: line-through;
} blockquote{
margin: 50px auto;
padding: 0;
position: relative;
text-align: center;
max-width: 700px;
}
blockquote p{
margin: 0;
} body code
{
overflow: hidden;
display: inline-block;
padding: 5px;
background: rgba(150,150,150,0.1);
line-height: 18px;
position: relative;
top: 3px;
margin: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
clear: both;
border-radius: 0;
}
.clearfix:after{
content: " ";display: table;clear: both
}
body table code 
{
white-space: normal
} table{
border-width: 0;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 100%;
width: 100%;
word-wrap: break-word;
margin-bottom: 50px;
}
table label 
{
white-space: normal;
vertical-align: top;
}
label a{
text-transform: none;
}
table thead th:first-child,
table td:first-child,
table th:first-child{
padding: 15px;
}
table thead th{
text-transform: uppercase;
border-width: 0 0 1px 0;
border-style: solid;
padding: 15px 0 15px 20px; max-width: 100%;
table-layout: auto;
margin-bottom: 20px;
}
table td,
table th{
border-width: 0 0 1px 0;
border-style: solid;
padding: 15px 0 15px 20px; line-height: 20px;
text-align: left; }
table th{
font-weight: normal;
}
table tfoot tr,
table tfoot th{
background: transparent;
}
form table{
margin-bottom: 0;
}
table tbody, 
table tfood,
table thead
{
max-width: 100%;
} input[type="search"]{
-webkit-appearance: none;
border-radius: 0;
}
body .widget-container input[type="search"],
body .widget-container input[type="text"],
body .widget-container input[type="password"],
body .widget-container input[type="number"],
body .widget-container input[type="email"],
body .widget-container select,
body .widget-container textarea,
body .widget input[type="search"],
body .widget input[type="text"],
body .widget input[type="password"],
body .widget input[type="number"],
body .widget input[type="email"],
body .widget select,
body .widget textarea
{
max-width: 100%;
}
body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
body select,
body textarea{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
}
.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p select,
.wpcf7 p textarea{
width: 100%;
max-width: 100%;
} html input
{
box-shadow: none;
width: 100%;
padding: 0;
}
input, button
{
transition: 250ms ease 0s;
}
fieldset{
border-width: 1px;
border-style: solid;
padding: 20px 20px 10px 20px;
margin: 20px 0;
}
#payment fieldset{
border: 0;
}
fieldset legend{
padding: 0 10px 0 10px;
margin-bottom: 0;
font-weight: bold;
}
html input.button,
input[type^="submit"],
input[type^="radio"],
input[type^="check"]{
width: auto;
margin: 0;
}
input[type^="submit"]{
cursor: pointer;
margin: 0;
vertical-align: middle;
width: auto;
}
input[type^="radio"],
input[type^="check"]{
cursor: pointer;
display: inline;
width: auto;
margin: -2px 8px 0 0; text-align: center;
vertical-align: middle;
}
html input:focus:invalid:focus, 
html select:focus:invalid:focus 
{
color: #999;
}
small{
font-size: 80%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-internal-autofill-selected,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-internal-autofill-selected{
-webkit-animation-name: autofill;
-webkit-animation-fill-mode: both;
font-size: 100% !important;
}
@-webkit-keyframes autofill {
to {
color: inherit;
background: transparent;
font-size: 100% !important;
}
}
textarea,
select,
html input[type^="search"],
html input[type^="text"], 
html input[type^="email"],
html input[type^="password"],
html input[type^="number"],
html input[type^="tel"],
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
.chosen-container a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text,
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-selection--single .select2-selection__rendered{
filter: none !important;
width: 100%;
height: 100%;
min-height: 34px;
line-height: 24px;
padding: 7px 0;
margin: 0;
border-radius: 0;
outline: none;
box-shadow: none;
box-sizing: border-box;
transition: 400ms ease;
border-width: 0 0 1px;
border-style: solid;
border-color: #d7d7d7;
box-shadow: 0 2px 0 0 transparent;
background: transparent;
}
textarea:hover,
select:hover,
html input[type^="search"]:hover,
html input[type^="text"]:hover, 
html input[type^="email"]:hover,
html input[type^="password"]:hover,
html input[type^="number"]:hover,
html input[type^="tel"]:hover,
.woocommerce form .form-row input.input-text:hover, 
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row .input-text:hover, 
.woocommerce form .form-row select:hover,
.chosen-container a.chosen-single:hover,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single:hover,
#add_payment_method table.cart td.actions .coupon .input-text:hover, 
.woocommerce-cart table.cart td.actions .coupon .input-text:hover, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:hover, 
.woocommerce-page table.cart td.actions .coupon .input-text:hover,
body .select2-container--default .select2-selection--single .select2-selection__rendered:hover,
textarea:focus,
select:focus,
html input[type^="search"]:focus,
html input[type^="text"]:focus, 
html input[type^="email"]:focus,
html input[type^="password"]:focus,
html input[type^="number"]:focus,
html input[type^="tel"]:focus,
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus,
.chosen-container a.chosen-single:focus,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single:focus,
#add_payment_method table.cart td.actions .coupon .input-text:focus, 
.woocommerce-cart table.cart td.actions .coupon .input-text:focus, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus, 
.woocommerce-page table.cart td.actions .coupon .input-text:focus,
body .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select{
border-color: #dc6728;
box-shadow: 0 2px 0 0 #dc6728;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
font-family: inherit;
font-weight: inherit;
letter-spacing: revert;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
display: block;
color: inherit;
}
.widget_display_search > form input[type="text"],
.widget_product_search > form input[type="search"],
.widget_search > form input[type="text"],
#ts-search-sidebar .search-field input[type="text"]{
padding-right: 40px; }
body select.dokan-form-control{
padding-top: 7px;
padding-bottom: 7px;
min-height: auto;
}
body .select2-container--default .select2-results__option[aria-selected=true]{
background: transparent;
}
.woocommerce form .form-row .select2-container{
display: block;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true], 
body .select2-container--default .select2-results__option[data-selected=true]{
background: rgba(153,153,153,0.1);
}
body .select2-container {width:auto;}
body .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered{
min-height: 0;
}
body .select2-container--default .select2-results > .select2-results__options li{
list-style: none;
}
body .select2-container .select2-selection--single{
height: auto;
background: transparent;
}
body .select2-container--default .select2-selection--single{
border-width: 0;
border-radius: 0;
overflow: hidden;
display: block;
padding-bottom: 2px;
}
body .select2-container--open .select2-dropdown--below,
body .select2-dropdown{
border-radius: 0;
border: none;
box-shadow: 0 0 5px rgba(155,155,155,0.2);
z-index: 992; }
body .select2-container.category-dropdown .select2-dropdown{
z-index: 994; }
body .select2-container--default .select2-selection--single .select2-selection__arrow{
top: 50%;
margin-top: -15px;
right: 0; text-align: center;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-width: 0 !important;
height: 26px;
margin: 0;
position: static;
background:transparent !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
font-family: 'FontAwesome';
content: "\f107";
font-size: 14px;
line-height: 24px;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before{
content: "\f106";
}
body .select2-results li{
padding: 9px 20px;
margin: 0;
}
body .select2-search--dropdown{
padding: 7px; position: relative;
}
body .select2-search--dropdown:before{
position: absolute;
right: 10px; top: 7px;
bottom: 17px;
width: 28px;
font-family: themify;
content: "\e64b";
font-size: 14px;
line-height: 38px;
text-align: center;
}
body .select2-container--default .select2-search--dropdown .select2-search__field{
padding-right: 40px; }
body .select2-results{
padding: 0;
margin: 0;
}
body .select2-container--classic .select2-results > .select2-results__options, 
body .select2-container--default .select2-results > .select2-results__options{
max-height: 240px;
}
textarea,
:is(.woocommerce, .woocommerce-page) form .form-row textarea.input-text,
:is(.woocommerce, .woocommerce-page) form .form-row textarea {
height: 100px;
}
html input[type^="search"]:hover,
html input[type^="text"]:hover, 
html input[type^="email"]:hover,
html input[type^="tel"]:hover,
html input[type^="password"]:hover,
html textarea:hover,
html input[type^="search"]:focus,
html input[type^="text"]:focus, 
html input[type^="email"]:focus,
html input[type^="tel"]:focus,
html input[type^="password"]:focus,
html textarea:focus,
html input:focus:invalid:focus, 
html select:focus:invalid:focus{
background-image: none;
}
*:focus{
outline: none !important;
}
html input[type^="button"],
html input[type^="submit"] 
{
-webkit-appearance: none
}
body input[type='number']{
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
opacity: 0;
}
html input[type^="radio"] 
{
width: 16px;
height: 16px;
border: 0;
padding: 0;
}
html input[type^="checkbox"]
{
width: 16px;
height: 16px;
border: 0;
padding: 0;
}
select
{
padding-right: 30px; position: relative;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//aquademy.eu/wp-content/themes/catana/images/icon-select.svg);
background-position: right center; background-repeat: no-repeat;
cursor: pointer;
transition: 400ms ease;
}
select option
{
padding: 5px 8px;
}
select,
body .select2-container--default .select2-selection--single .select2-selection__rendered
{
padding-left: 0; padding-right: 0; }
html pre{
background: rgba(150,150,150,0.1);
border: 0;
border-radius: 0;
padding: 20px 20px;
line-height: 26px;
margin: 10px 0 25px 0;
word-break: break-word;
white-space: pre-wrap;
} br 
{
margin: 0 0 5px;
} button,
button:hover,
button:focus{
outline: 0;
}
button.button::-moz-focus-inner 
{
padding: 0;
border: 0;
}
.woocommerce ul.products li.product .button{
margin: 0;
}
.woocommerce ul.products li.product .price ins{
font-weight: normal;
}
a.button{
display: inline-block;
}
.button,
button, 
input[type^="submit"],
.ts-button,
.button-readmore,
.shop-more > a,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,  
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,  
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, 
.shopping-cart p.buttons a, 
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
body .yith-woocompare-widget a.compare,
input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-portfolio-wrapper .filter-bar li,
.more-less-buttons .more-button,
.more-less-buttons .less-button,
.load-more-wrapper .load-more,
body table.compare-list .add-to-cart td a:not(.unstyled_button),
.wishlist_table .product-add-to-cart a,
.woocommerce div.wishlist_table td.product-add-to-cart a, #tribe-events .tribe-events-button, 
#tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button,  
.tribe-events-button.tribe-inactive, 
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button{
text-transform: uppercase;	
text-decoration: none;	
padding: 12px 26px;	
font-weight: bold;	
line-height: 24px;	
box-shadow: none;	
text-shadow: none;	
border-radius: 0;	
filter: none;	
cursor: pointer;	
text-align: center;	
background-image: none;	
border-width: 1px;	
border-style: solid;
}
.woocommerce .button.button-small,
.button.button-small{
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce .button.button-small.button-border,
.button.button-small.button-border{
padding-top: 8px;
padding-bottom: 8px;
}
.woocommerce .button.button-border,
.button.button-border{
background: transparent;
}
.button-white{
background: #ffffff !important;
border-color: #ffffff !important;
color: #1f1f1f !important;
min-width: 180px;
}
.button-white:hover{
background: transparent !important;
border-color: #ffffff !important;
color: #ffffff !important;
}
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,  
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
text-shadow: none;
filter: none;
background-image: none;
outline: none;
}
.pswp__button--arrow--left:hover, 
.pswp__button--arrow--right:hover{
top: 50%;
}
.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after{
vertical-align: initial;
display: none;
}  .clear 
{
clear: both;
min-height: 1px;
width: 100%;
position: relative;
margin-bottom: -1px;
}
.clearboth 
{
clear: both;
}
.clearleft 
{
clear: left;
}
.noimage
{
margin-left: 0;
}
.alignnone 
{
clear: both;
margin: 5px 30px 30px 0; }
.alignleft 
{
clear: both;
float: left!important;
margin: 5px 30px 30px 0 !important;
max-width: 100%;
height: auto;
}
.alignright
{
clear: both;
float: right;
margin: 5px 0 30px 30px !important;
max-width: 100%;
height: auto;
}
.aligncenter 
{
clear: both;
display: block;
margin: 5px auto 30px auto;
max-width: 100%;
height: auto;
}
iframe html 
{
position: relative;
z-index: 1;
}
.thumbnail{
border-radius: 0;
margin-bottom: 15px;
position: relative;
}   body.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title:after, 
body .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title:after{
border-width: 5px 5px 0px 5px;
margin-left: -5px;
bottom: -5px;
}
body .ares .tp-bullet-title{
padding-top: 5px;
padding-bottom: 5px;
}
body .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title{
top: -40px;
} body .flexslider:hover .flex-prev{
left: 20px;
}
body .flexslider:hover .flex-next{
right: 20px;
}
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo{
padding: 0;
margin: 0;
}
body .wpb_gallery_slides.wpb_flexslider,
body .theme-default .nivoSlider{
box-shadow: none;
overflow: hidden;
}
body .wpb_gallery .wpb_flexslider .flex-control-nav{
bottom: 10px;
top: auto;
}
body .wpb_gallery.dot-bottom-left .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-bottom-right .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-top-left .wpb_flexslider .flex-control-nav,
body .wpb_gallery.dot-top-right .wpb_flexslider .flex-control-nav{
width: auto;
}
body .wpb_gallery.dot-bottom-left .wpb_flexslider .flex-control-nav{
left: 5%;
right: auto;
}
body .wpb_gallery.dot-bottom-right .wpb_flexslider .flex-control-nav{
right: 5%;
left: auto;
}
body .wpb_gallery.dot-top-left .wpb_flexslider .flex-control-nav{
left: 5%;
right: auto;
top: 10px;
bottom: auto;
}
body .wpb_gallery.dot-top-right .wpb_flexslider .flex-control-nav{
right: 5%;
left: auto;
top: 10px;
bottom: auto;
} body div.ppt{
padding: 10px 15px ;
margin: 0;
line-height: 24px !important;
text-transform: uppercase;
display: none !important;
}
body .pp_content,
body div.pp_default .pp_content{
height: auto !important;
background: none;
}
body .pp_top, 
body .pp_bottom{
display: none !important;
}
.pp_pic_holder a.pp_close:hover,
.pp_pic_holder .pp_nav .pp_play:hover,
.pp_pic_holder .pp_nav .pp_pause:hover,
.pp_pic_holder .pp_arrow_next:hover,
.pp_pic_holder .pp_arrow_previous:hover{
opacity: 1 !important;
}
body .pp_pic_holder .pp_top .pp_left,
body .pp_pic_holder .pp_top .pp_right,
body .pp_pic_holder .pp_bottom .pp_left,
body .pp_pic_holder .pp_bottom .pp_right,
body .pp_pic_holder .pp_top .pp_middle,
body .pp_pic_holder .pp_bottom .pp_middle,
body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right{
background: none !important;
}
body div.pp_pic_holder .pp_content_container .pp_left{
padding-left: 16px;
}
body div.pp_pic_holder .pp_content_container .pp_right{
padding-right: 16px;
}
body #pp_full_res .pp_inline p{
margin-bottom: 10px;
}
body div.pp_details{
position: static;
}
body .pp_nav,
body div.pp_default .pp_nav{
z-index: 2;
margin: 5px 0;
position: static;
float: none;
display: inline-block;
width: auto;
}
body .pp_loaderIcon{
margin: 0;
transform: translate(-50%,-50%);
left: 50%;
right: auto;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading{
opacity: 1;
position: relative;
}
a.button.loading .blockOverlay{
display: none !important;
}
body .pp_pic_holder .pp_loaderIcon{
background: url(//aquademy.eu/wp-content/themes/catana/images/loading.gif) center no-repeat !important;
width: 70px;
height: 70px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
right: auto;
bottom: auto;
content: "";
}
body .pp_content_container{
border-radius: 0;
padding: 0;
position: static;
}
body a.pp_expand,
body a.pp_contract{
width: auto !important;
height: 34px !important;
min-width: 0 !important;
position: absolute;
left: -18px; right: auto;
top: -36px;
display: block;
line-height: 34px;
border: 0;
font-size: 0;
text-indent: 0;
text-shadow: none !important;
border-radius: 0;
box-shadow: none;
background: none !important;
}
body .pp_nav p{
float: left; }
body a.pp_close{
bottom: auto;
text-align: center;
min-width: 0 !important;
z-index: 10001;
top: -36px;
font-size: 0;
right: -26px; position: absolute !important;
background: none !important;
width: 46px !important;
height: 46px !important;
text-indent: 0;
text-shadow: none !important;
border-radius: 0;
transition: 250ms ease 0s;
}
.ts-product-video a.pp_close{
top: -35px;
}
body a.pp_close:after,
body a.pp_expand:after,
body a.pp_contract:after{
font-size: 24px;
line-height: 30px;
font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
content: "\f00d";
}
body a.pp_contract:after{
content: "\f066";
}
body a.pp_expand:after{
content: "\f065";
}
body a.pp_close:hover,
body a.pp_expand:hover,
body a.pp_contract:hover,
body .pp_nav .pp_arrow_previous:hover, 
body .pp_nav .pp_arrow_next:hover{
text-decoration: none;
}
body div.pp_details{
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
}
body .pp_nav .currentTextHolder{
position: static !important;
margin: 0 !important;
top: 0 !important;
padding: 0 8px!important;
line-height: 18px !important;
font-size: 15px !important;
font-style: normal !important;
}
body .pp_nav .pp_arrow_previous, 
body .pp_nav .pp_arrow_next{
background-image: none !important;
text-shadow: none !important;
box-shadow: none !important;
position: relative;
line-height: 22px;
width: 18px !important;
height: 22px !important;
border: 0;
font-size: 0;
text-indent: 0;
border-radius: 0;
position: relative;
left: auto !important;
right: auto !important;
bottom: auto !important;
top: auto !important;
margin-top: 0 !important;
background: none !important;
float: left; text-align: center;
}
body .pp_gallery .pp_arrow_previous:before, 
body .pp_gallery .pp_arrow_next:before{
display: none;
}
body .pp_arrow_previous:hover, 
body .pp_arrow_next:hover{
background: none;
}
body .pp_arrow_previous:before,
body .pp_arrow_next:before{
content: "\f0d9"; font-size: 15px;
font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
}
body .pp_arrow_next:before{
content: "\f0da"; }
body .pp_nav .pp_play, 
body .pp_nav .pp_pause{
background: none !important;
position: relative !important;
width: 30px !important;
height: 30px !important;
margin-right: 10px !important; display: none !important;
}
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover{
background: none !important;
opacity: 1 !important;
}
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before{
position: absolute;
left: 0;top: 0;
right: 0;bottom: 0;
width: 30px;
height: 30px;
line-height: 30px;
content: "";
text-align: center;
font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
font-size: 16px;
text-indent: 0;
transition: 250ms ease 0s;
}
body .pp_nav .pp_pause:before{
content: "\f04c";
}
body .pp_nav .pp_play:before{
content: "\f04b";
}
body .pp_arrow_next:hover, 
body .pp_arrow_previous:hover, 
body a.pp_close:hover, 
body .pp_nav .pp_pause:hover, 
body .pp_nav .pp_play:hover{
opacity: 1 !important;
}
body .pp_nav p{
line-height: 24px;
}
body div.ppt,
body a.pp_close,
body a.pp_expand,
body a.pp_contract,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body .pp_nav .currentTextHolder{
color: #fff !important;
}  .page-container,
.container,
.breadcrumb-title-wrapper .breadcrumb-content{
margin-right: auto;
margin-left: auto;
}
.hidden{display: none !important}
.ts-header .container,
.footer-container .container,
.breadcrumb-title-wrapper .breadcrumb-content{
padding-left: 25px;
padding-right: 25px;
} #left-sidebar,
#right-sidebar{
float: left;
min-height: 1px;
margin-bottom: 50px;
}
#left-sidebar,
#right-sidebar,
#main-content,
.single-post .page-container > .entry-format,
.single-navigation,
.ts-pagination{
padding-left: 15px;
padding-right: 15px;
} .ts-columns:after{
display: table;
content: "";
clear: both;
}
.ts-columns{
margin-left: -10px;
margin-right: -10px;
}
.ts-columns > .ts-item{
float: left;
padding: 10px;
}
.ts-columns.ts-columns-1 > .ts-item{
width: 100%;
float: left;
}
.ts-columns.ts-columns-2 > .ts-item{
width: 50%;
}
.ts-columns.ts-columns-3 > .ts-item{
width: 33.33333%;
}
.ts-columns.ts-columns-4 > .ts-item{
width: 25%;
}
.ts-columns.ts-columns-5 > .ts-item{
width: 20%;
}
.ts-columns.ts-columns-6 > .ts-item{
width: 16.6%;
}
.ts-columns.ts-columns-7 > .ts-item{
width: 14.285%;
}
.ts-columns.ts-columns-8 > .ts-item{
width: 12.5%;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24{
width: 100%;
float: none;
min-height: 1px;
padding: 0 10px;
} .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left: 0;
padding-right: 0;
}
.vc_column-gap-default > .vc_col-xs-1,.vc_column-gap-default > .vc_col-sm-1,.vc_column-gap-default > .vc_col-md-1,.vc_column-gap-default > .vc_col-lg-1,.vc_column-gap-default > .vc_col-xs-2,.vc_column-gap-default > .vc_col-sm-2,.vc_column-gap-default > .vc_col-md-2,.vc_column-gap-default > .vc_col-lg-2,.vc_column-gap-default > .vc_col-xs-3,.vc_column-gap-default > .vc_col-sm-3,.vc_column-gap-default > .vc_col-md-3,.vc_column-gap-default > .vc_col-lg-3,.vc_column-gap-default > .vc_col-xs-4,.vc_column-gap-default > .vc_col-sm-4,.vc_column-gap-default > .vc_col-md-4,.vc_column-gap-default > .vc_col-lg-4,.vc_column-gap-default > .vc_col-xs-5,.vc_column-gap-default > .vc_col-sm-5,.vc_column-gap-default > .vc_col-md-5,.vc_column-gap-default > .vc_col-lg-5,.vc_column-gap-default > .vc_col-xs-6,.vc_column-gap-default > .vc_col-sm-6,.vc_column-gap-default > .vc_col-md-6,.vc_column-gap-default > .vc_col-lg-6,.vc_column-gap-default > .vc_col-xs-7,.vc_column-gap-default > .vc_col-sm-7,.vc_column-gap-default > .vc_col-md-7,.vc_column-gap-default > .vc_col-lg-7,.vc_column-gap-default > .vc_col-xs-8,.vc_column-gap-default > .vc_col-sm-8,.vc_column-gap-default > .vc_col-md-8,.vc_column-gap-default > .vc_col-lg-8,.vc_column-gap-default > .vc_col-xs-9,.vc_column-gap-default > .vc_col-sm-9,.vc_column-gap-default > .vc_col-md-9,.vc_column-gap-default > .vc_col-lg-9,.vc_column-gap-default > .vc_col-xs-10,.vc_column-gap-default > .vc_col-sm-10,.vc_column-gap-default > .vc_col-md-10,.vc_column-gap-default > .vc_col-lg-10,.vc_column-gap-default > .vc_col-xs-11,.vc_column-gap-default > .vc_col-sm-11,.vc_column-gap-default > .vc_col-md-11,.vc_column-gap-default > .vc_col-lg-11,.vc_column-gap-default > .vc_col-xs-12,.vc_column-gap-default > .vc_col-sm-12,.vc_column-gap-default > .vc_col-md-12,.vc_column-gap-default > .vc_col-lg-12{
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px){ .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left: 0;
padding-right: 0;
}
.vc_column-gap-default > .vc_col-xs-1,.vc_column-gap-default > .vc_col-sm-1,.vc_column-gap-default > .vc_col-md-1,.vc_column-gap-default > .vc_col-lg-1,.vc_column-gap-default > .vc_col-xs-2,.vc_column-gap-default > .vc_col-sm-2,.vc_column-gap-default > .vc_col-md-2,.vc_column-gap-default > .vc_col-lg-2,.vc_column-gap-default > .vc_col-xs-3,.vc_column-gap-default > .vc_col-sm-3,.vc_column-gap-default > .vc_col-md-3,.vc_column-gap-default > .vc_col-lg-3,.vc_column-gap-default > .vc_col-xs-4,.vc_column-gap-default > .vc_col-sm-4,.vc_column-gap-default > .vc_col-md-4,.vc_column-gap-default > .vc_col-lg-4,.vc_column-gap-default > .vc_col-xs-5,.vc_column-gap-default > .vc_col-sm-5,.vc_column-gap-default > .vc_col-md-5,.vc_column-gap-default > .vc_col-lg-5,.vc_column-gap-default > .vc_col-xs-6,.vc_column-gap-default > .vc_col-sm-6,.vc_column-gap-default > .vc_col-md-6,.vc_column-gap-default > .vc_col-lg-6,.vc_column-gap-default > .vc_col-xs-7,.vc_column-gap-default > .vc_col-sm-7,.vc_column-gap-default > .vc_col-md-7,.vc_column-gap-default > .vc_col-lg-7,.vc_column-gap-default > .vc_col-xs-8,.vc_column-gap-default > .vc_col-sm-8,.vc_column-gap-default > .vc_col-md-8,.vc_column-gap-default > .vc_col-lg-8,.vc_column-gap-default > .vc_col-xs-9,.vc_column-gap-default > .vc_col-sm-9,.vc_column-gap-default > .vc_col-md-9,.vc_column-gap-default > .vc_col-lg-9,.vc_column-gap-default > .vc_col-xs-10,.vc_column-gap-default > .vc_col-sm-10,.vc_column-gap-default > .vc_col-md-10,.vc_column-gap-default > .vc_col-lg-10,.vc_column-gap-default > .vc_col-xs-11,.vc_column-gap-default > .vc_col-sm-11,.vc_column-gap-default > .vc_col-md-11,.vc_column-gap-default > .vc_col-lg-11,.vc_column-gap-default > .vc_col-xs-12,.vc_column-gap-default > .vc_col-sm-12,.vc_column-gap-default > .vc_col-md-12,.vc_column-gap-default > .vc_col-lg-12{
padding-left: 10px;
padding-right: 10px;
}
.ts-col-1, .ts-col-2, .ts-col-3, .ts-col-4, .ts-col-5, .ts-col-6, .ts-col-7, .ts-col-8, .ts-col-9, .ts-col-10, .ts-col-11, .ts-col-12, .ts-col-13, .ts-col-14, .ts-col-15, .ts-col-16, .ts-col-17, .ts-col-18, .ts-col-19, .ts-col-20, .ts-col-21, .ts-col-22, .ts-col-23, .ts-col-24{
float: left;
}
.ts-col-24{
width: 100%;
}
.ts-col-23{
width: 95.83333333%;
}
.ts-col-22{
width: 91.66666667%;
}
.ts-col-21{
width: 87.5%;
}
.ts-col-20{
width: 83.33333333%;
}
.ts-col-19{
width: 79.16666667%;
}
.ts-col-18{
width: 75%;
}
.ts-col-17{
width: 70.83333333%;
}
.ts-col-16{
width: 66.66666667%;
}
.ts-col-15{
width: 62.5%;
}
.ts-col-14{
width: 58.33333333%;
}
.ts-col-13{
width: 54.16666667%;
}
.ts-col-12{
width: 50%;
}
.ts-col-11{
width: 45.83333333%;
}
.ts-col-10{
width: 41.66666667%;
}
.ts-col-9{
width: 37.5%;
}
.ts-col-8{
width: 33.33333333%;
}
.ts-col-7{
width: 29.16666667%;
}
.ts-col-6{
width: 25%;
}
.ts-col-5{
width: 20.83333333%;
}
.ts-col-4{
width: 16.66666667%;
}
.ts-col-3{
width: 12.5%;
}
.ts-col-2{
width: 8.33333333%;
}
.ts-col-1{
width: 4.16666667%;
}
.ts-col-44per{
width: 44%;
}
.ts-col-56per{
width: 56%;
}
}
body.boxed #page{
margin-left: auto;
margin-right: auto;
}
.footer-fullwidth .footer-container .container,
.layout-fullwidth .footer-container .container{
padding-left: 15px;
padding-right: 15px;
}
.header-fullwidth .sub-menu > li > .ts-megamenu-container,
.layout-fullwidth .sub-menu > li > .ts-megamenu-container{
max-width: 100%;
}
@media (min-width: 768px){
body.boxed #page,
.page-container,
.container{
width: 760px;
}
.ts-banner-image.fix-width,
.ts-banner.fix-width,
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width: 760px;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
max-width: 480px;
}
}
@media (min-width: 992px){
body.boxed #page,
.page-container,
.container{
width: 980px;
}
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width: 980px;
}
.ts-banner-image.fix-width,
.ts-banner.fix-width,
.sub-menu > li > .ts-megamenu-container{
max-width: 960px;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
max-width: 700px;
}
.header-fullwidth .ts-header .container,
.footer-fullwidth .footer-container .container,
.main-content-fullwidth .breadcrumb-content,
.main-content-fullwidth .page-container,	
.layout-fullwidth .breadcrumb-content,
.layout-fullwidth .ts-header .container,
.layout-fullwidth .page-container,
.layout-fullwidth .footer-container .container{
padding-left: 30px;
padding-right: 30px;
}
.verticle-group-icon {
right: 50px;
}
}
@media (min-width: 1200px){
body.boxed #page,
.page-container,
.container{
width: 1276px;
}
.dokan-store #page > #main,
.breadcrumb-title-wrapper .breadcrumb-content,
body.boxed header.ts-header .header-sticky{
max-width: 1276px;
}
.ts-banner-image.fix-width,
.ts-banner.fix-width,
.sub-menu > li > .ts-megamenu-container{
max-width: 1276px;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
max-width: 870px;
}
.ts-header .container,
.footer-container .container,
.breadcrumb-title-wrapper .breadcrumb-content{
padding-left: 50px;
padding-right: 50px;
}
#left-sidebar,
#right-sidebar,
#main-content,
.single-post .page-container > .entry-format,
.single-navigation,
.ts-pagination{
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (min-width: 1400px){
.header-fullwidth .ts-header .container,
.footer-fullwidth .footer-container .container,
.main-content-fullwidth .breadcrumb-content,
.main-content-fullwidth .page-container,	
.layout-fullwidth .breadcrumb-content,
.layout-fullwidth .ts-header .container,
.layout-fullwidth .page-container,
.layout-fullwidth .footer-container .container{
padding-left: 60px;
padding-right: 60px;
}
.single-product.header-fullwidth .ts-header .container,
.single-product.footer-fullwidth .footer-container .container,
.single-product.main-content-fullwidth .breadcrumb-content,
.single-product.main-content-fullwidth .page-container,	
.single-product.layout-fullwidth .breadcrumb-content,
.single-product.layout-fullwidth .ts-header .container,
.single-product.layout-fullwidth .page-container,
.single-product.layout-fullwidth .footer-container .container{
padding-left: 180px;
padding-right: 180px;
}
.single-product.main-content-fullwidth .page-container #main-content,
.single-product.layout-fullwidth .page-container #main-content{
padding-left: 0;
padding-right: 0;
}
}  .header-fullwidth .ts-header .container,
.main-content-fullwidth .page-container ,
.footer-fullwidth .footer-container .container,
.main-content-fullwidth .breadcrumb-content,
.layout-fullwidth .breadcrumb-content,
.layout-fullwidth .ts-header .container,
.layout-fullwidth .page-container ,
.layout-fullwidth .footer-container .container{
width:100%;
max-width:100%;
}
html #page{
position: relative;
overflow: hidden;
}
body.boxed #page{
overflow: hidden;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon{
margin-left: auto;
margin-right: auto;
}
body.boxed.layout-fullwidth #page,
body.boxed.layout-fullwidth header.ts-header .header-menu{
box-shadow: none;
max-width: 100%;
}  .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, 
.woocommerce td.product-name .wc-item-meta dt, 
.woocommerce td.product-name dl.variation .wc-item-meta-label, 
.woocommerce td.product-name dl.variation dt{
float: left; }
.woocommerce .woocommerce-order{
padding: 30px;
margin-bottom: 50px;
background: rgba(150,150,150,0.1);
}
.woocommerce-password-strength{
font-weight: normal;
}
.woocommerce-password-hint{
margin-top: 10px;
line-height: 20px;
}
.woocommerce p.stars a:hover{
text-decoration: none;
}
.woocommerce form .form-row,
.ts-login-form > p:not(.login-submit){
padding: 0;
margin-bottom: 25px;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
width: 100%;
margin-right: 0;
clear: both;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
margin: 0 30px 0 0; }
.date-time a{
display: inline-block;
}  .wpb_widgetised_column:after{
display: table;
content: "";
clear: both;
}
.wpb_button, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li{
margin-bottom: 30px;
}
.end-footer .wpb_button, 
.end-footer .wpb_content_element, 
.end-footer ul.wpb_thumbnails-fluid > li{
margin: 0;
}
.vc_row{
margin-left: 0;
margin-right: 0;
}
.vc_column-gap-default{
margin-left: -10px;
margin-right: -10px;
}
.vc_row[data-vc-stretch-content]{
padding-left: 10px;
padding-right: 10px;
}
.vc_row[data-vc-full-width].vc_row-no-padding{
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.vc_row[data-vc-full-width].vc_row-no-padding > div{
padding-left: 0;
padding-right: 0;
}
.vc_row.vc_column-gap-1,.vc_row.vc_column-gap-2,.vc_row.vc_column-gap-3,.vc_row.vc_column-gap-4,.vc_row.vc_column-gap-5,.vc_row.vc_column-gap-10,.vc_row.vc_column-gap-15,.vc_row.vc_column-gap-20,.vc_row.vc_column-gap-25,.vc_row.vc_column-gap-30,.vc_row.vc_column-gap-35{
padding-left: 10px;
padding-right: 10px;
}
.vc_column-gap-default > .vc_col-lg-1\/5, 
.vc_column-gap-default > .vc_col-lg-2\/5, 
.vc_column-gap-default > .vc_col-lg-3\/5, 
.vc_column-gap-default > .vc_col-lg-4\/5, 
.vc_column-gap-default > .vc_col-lg-5\/5, 
.vc_column-gap-default > .vc_col-md-1\/5, 
.vc_column-gap-default > .vc_col-md-2\/5, 
.vc_column-gap-default > .vc_col-md-3\/5, 
.vc_column-gap-default > .vc_col-md-4\/5, 
.vc_column-gap-default > .vc_col-md-5\/5, 
.vc_column-gap-default > .vc_col-sm-1\/5, 
.vc_column-gap-default > .vc_col-sm-2\/5, 
.vc_column-gap-default > .vc_col-sm-3\/5, 
.vc_column-gap-default > .vc_col-sm-4\/5, 
.vc_column-gap-default > .vc_col-sm-5\/5, 
.vc_column-gap-default > .vc_col-xs-1\/5, 
.vc_column-gap-default > .vc_col-xs-2\/5, 
.vc_column-gap-default > .vc_col-xs-3\/5, 
.vc_column-gap-default > .vc_col-xs-4\/5, 
.vc_column-gap-default > .vc_col-xs-5\/5{
padding-left: 10px;
padding-right: 10px;
}
.vc_column_container > .vc_column-inner{
padding-left: 0;
padding-right: 0;
}
.vc_col-has-fill > .vc_column-inner, 
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container> .vc_column-inner, 
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, 
.vc_section.vc_section-has-fill, 
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, 
.vc_section.vc_section-has-fill + .vc_section{
padding-top: 0;
padding-bottom: 0;
} h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
margin: 15px 0 20px 0;
} body .pp_content{
min-height: 100px;
}
body .pp_content #fullResImage{
width: 100%;
}
body .pp_pic_holder .pp_content_container div.pp_details{
padding: 8px 0 0 0;
position: static;
text-align: center;
box-sizing: border-box;
margin: 0;
}
body .wpb_flexslider.flexslider{
box-sizing: content-box;
}
body .wpb_flexslider.flexslider,
body .wpb_slider_nivo{
border-radius: 0;
padding: 0;
border: 0;
box-shadow: none;
}
body .wpb_flexslider img,
body .wpb_slider_nivo img{
width: auto !important;
margin: 0 auto;
}
.pp_previous,
.pp_next,
.pp_gallery{display: none !important}
body .wpb_slider_nivo .nivoSlider,
body .theme-default .nivoSlider{
box-shadow: none;
border-radius: 0;
}
.wpb_gallery_slides.wpb_image_grid ul li{
padding: 5px;
border-width: 1px;
border-style: solid;
}  body div.wpcf7 .ajax-loader{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li > a,
.product-name a,
.button-readmore,
.ts-wg-meta a{
text-decoration: none;
}
.heading-title{
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
}
.ts-description,
.ts-description-2,
.ts-heading .heading-description{
max-width: 700px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.ts-description-2{
max-width: 470px;
}
.aligncenter,
.ts-aligncenter{
text-align: center;
}
.ts-aligncenter{
background-position: center center !important;
}
.ts-aligncenter .counter-wrapper{
margin-left: auto;
margin-right: auto;
}
.ts-aligncenter .ts-button-wrapper{
margin: 0 5px;
}
.ts-alignright{
text-align: right;
}
.ts-alignleft {
text-align: left;
}
body .wp-block-gallery .blocks-gallery-image, 
body .wp-block-gallery .blocks-gallery-item{
padding: 0;
}
body .bg-center{
background-size: cover;
background-position: center !important;
}
.max-width-10,.max-width-20,.max-width-30,.max-width-40,.max-width-50,.max-width-60,.max-width-70,.max-width-80,.max-width-90,.max-width-sm-10,.max-width-sm-20,.max-width-sm-30,.max-width-sm-40,.max-width-sm-50,.max-width-sm-60,.max-width-sm-70,.max-width-sm-80,.max-width-sm-90,.max-width-10,.max-width-xs-20,.max-width-xs-30,.max-width-xs-40,.max-width-xs-50,.max-width-xs-60,.max-width-xs-70,.max-width-xs-80,.max-width-xs-90{
margin-left: auto;
margin-right: auto;
}
.max-width-10{max-width: 10%;}
.max-width-20{max-width: 20%;}
.max-width-30{max-width: 30%;}
.max-width-40{max-width: 40%;}
.max-width-50{max-width: 50%;}
.max-width-60{max-width: 60%;}
.max-width-70{max-width: 70%;}
.max-width-80{max-width: 80%;}
.max-width-90{max-width: 90%;}
@media only screen and (max-width: 1024px){
.max-width-sm-10{max-width: 10%;}
.max-width-sm-20{max-width: 20%;}
.max-width-sm-30{max-width: 30%;}
.max-width-sm-40{max-width: 40%;}
.max-width-sm-50{max-width: 50%;}
.max-width-sm-60{max-width: 60%;}
.max-width-sm-70{max-width: 70%;}
.max-width-sm-80{max-width: 80%;}
.max-width-sm-90{max-width: 90%;}
.max-width-sm-100{
max-width: 100%;
}
}
@media only screen and (max-width: 767px){
.max-width-xs-10{max-width: 10%;}
.max-width-xs-20{max-width: 20%;}
.max-width-xs-30{max-width: 30%;}
.max-width-xs-40{max-width: 40%;}
.max-width-xs-50{max-width: 50%;}
.max-width-xs-60{max-width: 60%;}
.max-width-xs-70{max-width: 70%;}
.max-width-xs-80{max-width: 80%;}
.max-width-xs-90{max-width: 90%;}
.max-width-xs-100{
max-width: 100%;
}
}
.sub-menu.hide{
display: none !important;
}
.column-45-55 > div:first-child{
width: 45%;
}
.column-45-55 > div:last-child{
width: 55%;
}
.column-55-45 > div:first-child{
width: 55%;
}
.column-55-45 > div:last-child{
width: 45%;
}
body.tribe-theme-catana .datepicker table tr td span{
height: 34px;
line-height: 34px;
}
body.tribe-theme-catana .datepicker{
z-index: 993 !important;
} ul.list-icon li{
list-style: none;
position: relative;
}
ul.list-icon li:before{
content: "\f105"; margin-right: 8px; font-family: 'FontAwesome';
font-weight: normal;
letter-spacing: 0;
display: inline-block;
}
.drop-icon{
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
position: absolute;
display: none;
z-index: 5;
cursor: pointer;
}
#main-content.ts-col-24 .list-posts article{
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.page-container,
.container{
padding-left: 10px;
padding-right: 10px;
}
#main > .page-container{
padding-top: 50px;
} span.close{
cursor: pointer;
}
ul.list-item{
margin: 0 -10px -20px -10px;
display: block;
}
ul.list-item:after{
display: table;
clear: both;
content: "";
}
ul.list-item li{
float: left; margin: 0 10px 20px 10px;
padding: 0;
list-style: none;
}
.button-text{
text-transform: uppercase;
text-decoration: none;
}
.button-text:hover{
text-decoration: none;
}
.overlay{
cursor: pointer;
}
h3.product-title > a{
text-transform: none;
}
h3 > a:hover{
text-decoration: none;
}
body .bg-left{
background-position: left center !important;
background-repeat: no-repeat !important;
}
body .bg-right{
background-position: right center !important;
background-repeat: no-repeat !important;
}
.layout-middle > div{
display: table-cell;
float: none;
vertical-align: middle;
}
.layout-middle:not(.loading){
overflow: visible !important;
}
.layout-middle:after{
display: table;
content: "";
clear: both;
}
.layout-middle.text-top > div{
vertical-align: top;
}
.layout-middle .wpb_text_column{
margin-bottom: 0;
}
.layout-middle{
display: table;
table-layout: fixed;
width: calc(100% + 30px);
}
.z-index{
position: relative;
z-index: 4;
}