html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
html {
margin:0;
padding:0;
overflow-y: scroll;
overflow-x: hidden;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin:0;
padding:0;
height: 100%;
line-height: 20px;
font-size:13px;
color:#999999;
font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
}
:focus {
outline-color: transparent;
outline-style: none;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
span.amp {
font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
font-size:110%;
font-style:italic;
}
#container {
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}
#container.active {
-webkit-transform: translate(300px, 0);
-moz-transform: translate(300px, 0);
-o-transform: translate(300px, 0);
-ms-transform: translate(300px, 0);
transform: translate(300px, 0);
z-index: 10;
position: fixed;
will-change:top;
overflow: hidden;
}
body.euxino_boxed #container {
width:1230px;
max-width:100%;
opacity:0.98;
margin-top:30px;
margin-bottom:30px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#menu_mobile {
position: fixed;
z-index: 25000;
top: 0;
bottom: 0;
width: 300px;
left: -300px;
height: 100%;
will-change:top;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
background: #222222;
-webkit-overflow-scrolling: touch;
overflow-y: auto;
padding-top: 70px;
}
.admin-bar #menu_mobile {
top: 31px;
}
#menu_mobile.active {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
}
a.mob-menu-toggle {
display: none;
width: 35px;
height: 100%;
font-size: 24px;
color: #333333;
float: right;
margin: 0 0 0 10px;
z-index: 10000;
text-decoration: none !important;
text-align: center;
}
.euxino_transparent_header a.mob-menu-toggle {
color: #ffffff;
}
a.mob-menu-toggle i {
display: table-cell;
vertical-align:middle;
}
a.mob-menu-toggle:hover {
color: #666666;
}
a.mob-close-toggle {
display: block;
text-align: right;
height: 60px;
line-height: 65px;
vertical-align: middle;
padding-right: 15px;
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100%;
background: #333333;
}
a.mob-close-toggle i {
font-size: 30px;
color: #ffffff;
text-decoration: none;
cursor: pointer;
text-decoration: none;
}
ul#mobile-menu.menu {
margin: 0px 15px;
margin-bottom: 150px;
}
ul#mobile-menu.menu ul {
margin-bottom: 0;
}
ul#mobile-menu.menu li {
list-style: none !important;
}
ul#mobile-menu.menu li a {
display: block;
padding: 8px 5px 8px 17px;
color: #f8f8f8;
border-bottom: 1px solid #333333;
text-transform: uppercase;
text-decoration: none !important;
position: relative;
}
ul#mobile-menu.menu li a:before {
display: block;
content: "\f0c1";
font-family: FontAwesome;
width: 8px;
height: 8px;
line-height: 8px;
vertical-align: middle;
left: 0px;
top: 50%;
margin-top: -4px;
position: absolute;
font-size: 12px;
color: #999999;
}
table {
border-collapse: separate;
border-spacing: 0
} caption, th, td {
text-align: left;
font-weight: normal
}
.wp-caption {
max-width: 100%;
}
blockquote:before, blockquote:after, q:before, q:after {
content: ""
}
blockquote, q {
quotes: """"
}
hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
line-height: 25px;
margin: 25px 0;
} .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
max-width: 100%;
height: auto;
}
a {
max-width: 100%;
outline: 0 none;
text-decoration: none;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
a:hover {
text-decoration: underline;
}
.heading-title a, .blog-post-meta a {
color: #0eccf2;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration: none;
}
a img {
border: none;
}
::-moz-selection {
color:#ffffff;
}
::selection {
color:#ffffff;
}
strong, b {
font-weight: 600;
}
em {
font-style: italic;
}
p {
margin: 0.85em 0;
}
.messagebox_text p {
margin: 0;
}
ul, ol, pre, code {
margin-bottom: 20px;
}
ul {
list-style: square;
margin-left: 5px;
}
.widget_recent_entries ul, .widget_categories ul, ul.wpb_thumbnails-fluid, ul.product_list_widget, ul.products-list, ul.product-categories, .project-details ul, .project-details ul li, .portfolio_top .project-data .main-features .checklist li, ul.digital-downloads {
margin-left: 0;
list-style: none;
}
.project-details ul, .main-features ul {
margin: 0;
padding:0;
}
.euxino_flexslider .slides li {
margin: auto;
padding: 0;
overflow: hidden;
}
ul.digital-downloads li {
margin: 0 0 10px 0;
padding: 0;
}
ul.digital-downloads li:before {
display: inline-block;
color: #999999;
content: "\f019";
font-family: FontAwesome;
font-size: 14px;
margin-bottom:2px;
margin-right:8px;
}
ul.wpb_thumbnails-fluid {
margin-bottom: 0;
}
ol {
list-style: outside none decimal;
margin-left: 15px;
}
.content_holder li {
margin-left: 1em;
padding: 4px 0;
}
ul.nav-list, ul.post-list {
padding: 0;
list-style: none;
}
ul.nav-list a {
display: block;
padding: 8px;
border-bottom: 1px solid #e1e1e1;
text-decoration: none;
}
dl {
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}
dt {
float: left;
width: 50%;
padding: 5px 0;
}
dd {
float: left;
width: 50%;
padding: 5px 0;
}
address {
font-style: italic;
margin-bottom: 24px;
}
abbr[title], acronym {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
acronym {
text-transform: uppercase;
font-weight: 600;
}
cite, dfn, em, i {
font-style: italic;
}
mark, ins {
text-decoration: none;
}
big {
font-size: 125%;
}
sup, sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
code, kbd, var, samp, pre {
font-family: monospace, serif;
font-size: 13px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: 1.6;
}
tt {
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
img.attachment-euxino-blog-category-thumb.wp-post-image {
margin-bottom: 25px;
max-width:100%;
height:auto;
}
.post-unit-holder img.attachment-euxino-blog-category-thumb.wp-post-image {
margin-bottom: 0px;
}
img.alignright {
float: right;
margin: 0 0 10px 12px;
}
img.alignleft {
float: left;
margin: 0 12px 10px 0;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
margin: 0;
}
.wp-caption {
color: #767676;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
div.widget > ul, div.widget_pages > ul, .sidebar > div.box > ul {
padding: 0;
list-style: none;
margin: 0;
}
.wpb_widgetised_column li {
margin-left: 0;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
width:20px;
height:20px;
padding:0;
}
div.widget_categories ul.children, div.widget_archive ul.children, div.widget_recent_comments ul.children, div.widget_pages ul.children, div.widget_links ul.children {
padding-left: 15px;
margin-bottom: 0px;
}
div.widget_categories ul li, div.widget_archive ul li, div.widget_recent_comments ul li, div.widget_pages ul li, div.widget_links ul li, div.widget_recent_entries ul li, div.widget_meta ul li, div.widget_display_forums ul li, .widget_display_replies ul li, .widget_display_views ul li {
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #f1f1f1;
}
div.widget_categories ul li a, div.widget_archive ul li a, div.widget_recent_comments ul li a, div.widget_pages ul li a, div.widget_links ul li a, div.widget_recent_entries ul a, div.widget_meta ul li a, div.widget_display_forums ul li a, .widget_display_replies ul li a, .widget_display_topics li > a.bbp-forum-title, .widget_display_stats dt, .widget_display_stats dd, div.widget_display_views ul li a, .widget_display_topics .bbp-author-name {
display: inline-block;
padding: 2px 0;
font-size:11px;
font-weight:600;
text-transform:uppercase;
color:#003366;
text-decoration:none;
}
div.widget_categories ul li.current-cat > a, div.widget_pages ul li.current_page_item > a {
color: #333333;
}
div.widget_recent_comments ul li:before, div.widget_archive ul li a:before, div.widget_meta ul li a:before, div.widget_recent_entries ul li a:before, div.widget_display_forums ul li a:before, .widget_display_views ul li a:before  {
display: inline-block;
color: #0eccf2;
content: "\f0e6";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
font-weight:normal;
}
div.widget_archive ul li a:before {
content: "\f187";
}
div.widget_display_views ul li a:before {
content: "\f187";
}
div.widget_meta ul li a:before {
content: "\f0c1";
}
div.widget_recent_entries ul li a:before {
content: "\f15c";
}
div.widget_recent_entries ul.post-list li a:before {
content: "" !Important;
display:none;
}
div.widget_categories ul li > a:before {
display: inline-block;
color: #0eccf2;
content: "\f07b";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
}
div.widget_categories ul li.current-cat > a:before, div.widget_categories ul li > a:hover:before {
color: #f4524d;
content: "\f07c";
}
div.widget_display_forums ul li a:before {
content: "\f022";
}
.widget_display_topics li > a.bbp-forum-title, #pre_header .widget_display_topics li > a.bbp-forum-title, #footer .widget_display_topics li > a.bbp-forum-title, #slide_footer > .inner .widget_display_topics li > a.bbp-forum-title {
width:100%;
clear:both;
display:block;
margin-bottom:12px;
padding:5px;
border:1px solid #f1f1f1;
text-decoration:none;
position:relative;
background-color:#fafafa;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
color:#333333;
}
.widget_display_topics li > a.bbp-forum-title:after {
content: '';
position: absolute;
border:1px solid;
display: block;
width: 8px;
height: 8px;
left: 4px;
bottom: -4px;
z-index: 30000;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); border-color:transparent #f1f1f1 #f1f1f1 transparent;
background-color:inherit;
}
.widget_display_topics li {
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #f1f1f1;
font-size:11px;
line-height:normal;
}
.widget_display_topics li div {
display:inline-block;
margin-left:5px;
}
.widget_display_topics li .bbp-author-avatar img.avatar, .widget_display_replies li .bbp-author-avatar img.avatar {
padding:0;
border: 3px double #ddd;
width:20px;
height:20px;
}
.widget_display_replies li {
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #f1f1f1;
}
.widget_display_replies li a {
line-height:normal;
float:none;
display:inline !important;
}
.widget_display_replies li .bbp-author-avatar img.avatar {
margin:0 5px 0 0;
}
.widget_display_replies li div {
margin:8px 0 0 0;
font-size:11px;
}
.widget_display_stats dd, .widget_display_stats dt {
border-bottom:1px solid #f1f1f1;
padding:10px 0;
}
.bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"] {
width:100%;
padding:8px;
}
.bbp_widget_login button#user-submit {
width:100%;
}
.bbp-login-form .bbp-login-links a {
display:inline-block;
clear:none;
font-size:11px;
text-transform:uppercase;
margin-top:10px;
width:50%;
text-align:left;
text-decoration:none;
font-weight:600;
}
.bbp-login-form .bbp-login-links a.bbp-register-link {
}
.bbp-login-form .bbp-login-links a.bbp-lostpass-link {
text-align:right;
}
.bbp-login-form .bbp-login-links a:before {
display: inline-block;
color: #999999;
font-family: FontAwesome;
font-size: 14px;
margin-bottom:2px;
margin-right:8px;
font-weight:normal;
}
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000 !important;}
.bbp-login-form .bbp-login-links a.bbp-register-link:before {
content: "\f090";
}
.bbp-login-form .bbp-login-links a.bbp-lostpass-link:before {
content: "\f13e";
}
.bbp-login-form label, .bbp-login-form .g-recaptcha {
margin-bottom: 7px;
}
.bbp_widget_login div.bbp-submit-wrapper {
width:100%;
}
.widget_display_stats dd {
text-align:right;
}
div.widget_recent_entries ul {
padding: 0;
list-style: none;
}
div.widget_recent_entries ul a, div.widget_recent_comments ul li, div.widget_categories ul li a, div.widget_archive ul li a, div.widget_meta ul li a {
display: block;
width: 100%;
}
div.widget_categories ul li a:hover, div.widget_archive ul li a:hover, div.widget_recent_comments ul li a:hover, div.widget_pages ul li a:hover, div.widget_links ul li a:hover, div.widget_recent_entries ul a:hover, div.widget_meta ul li a:hover {
color: #333333;
text-decoration:none;
}
div.widget_recent_entries ul li, div.widget_recent_comments ul li {
width: 100%;
}
div.widget_recent_entries ul li a img {
float: left;
margin: 0 10px 10px 0;
background:#ffffff;
padding:4px;
border:1px solid #f1f1f1;
max-width: 35px !important;
}
.error404 div.blog-post-excerpt #searchform div input[type=text], .blog-post-excerpt input#s {
padding: 8px;
border: 1px solid #e5e5e5;
width: 201px;
}
.error404 div.blog-post-excerpt #searchform div input[type=text] {
padding: 12px;
margin:25px 0;
border: 1px solid #e5e5e5;
width: 280px;
}
div.widget_product_search input[type=text], div.widget_search input[type=text], .widget_display_search input#bbp_search {
padding: 8px;
border: 1px solid #e5e5e5;
width: 100%;
}
div.widget_product_search input[type=submit], div.widget_search input[type=submit], .error404 div.blog-post-excerpt #searchform div input[type=submit], .blog-post-excerpt input#searchsubmit, .widget_display_search input#bbp_search_submit, .widget_display_search label {
display: none;
}
.bbp_widget_login .bbp-logged-in img.avatar {
margin: 0 10px 10px 0;
}
.bbp_widget_login .bbp-logged-in h4 {
font-weight:normal;
font-size:12px;
margin-bottom:0;
line-height:normal;
}
.bbp_widget_login .bbp-logged-in a.button.logout-link {
display:inline;
background:none;
color:#333333;
text-transform:none;
padding:0;
}
.bbp_widget_login .bbp-logged-in a.button.logout-link:before {
display: inline-block;
color: #999999;
content: "\f08b";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
}
.error404 div.blog-post-excerpt {
text-align: center;
background: url(//extralarge.pt/wp-content/themes/euxino/image/404.png) top center no-repeat;
padding-top: 320px;
}
.error404 .content_holder h2.heading-title {
text-align: center;
margin-bottom:35px;
}
ul.post-list a {
padding: 8px;
text-decoration: none;
display: block;
float: left;
}
ul.post-list li {
clear: both;
float: left;
}
ul.post-list li a img {
float: left;
margin: 0 8px 8px 0;
}
ul.nav-list a:hover {
border-bottom: 1px solid #DD430E;
background-color: #f8f8f8;
}
.highlight {
background-color: #DD430E;
padding: 1px 3px;
color: #ffffff;
}
.dropcap {
float: left;
margin: 5px 5px 0 0;
padding: 5px 10px;
background-color: #DD430E;
color: #ffffff;
font-size: 24px;
}
.error-message, .success-message, .info-message, .notice-message {
padding: 8px;
float:left;
width:100%;
margin-bottom: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.error-message {
border: 1px solid #fbc2c4;
background: #fbe3e4;
color: #8a1f11;
position:relative;
}
.error-message:before {
display: inline-block;
content: "\f071";
font-family: FontAwesome;
margin-right:6px;
}
.error-message:after {
content: ' ';
position: absolute;
background: #fbe3e4;
display: block;
width: 8px;
height: 8px;
left: 8px;
top: -4px;
z-index: 1000;
border:1px solid;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); border-color:  #fbc2c4 transparent transparent #fbc2c4;
}
.error-message a {
color: #8a1f11;
}
.success-message {
border: 1px solid #c6d880;
background: #e6efc2;
color: #264409;
margin: 35px 0px;
float:left;
width:100%;
clear:both;
}
.success-message:before {
display: inline-block;
content: "\f058";
font-family: FontAwesome;
margin-right:6px;
}
.success-message a {
color: #264409;
}
.info-message {
border: 1px solid #92cae4;
background: #d5edf8;
color: #205791;
}
.info-message a {
color: #205791;
}
.notice-message {
border: 1px solid #ffd324;
background: #fff6bf;
color: #514721;
}
.notice-message a {
color: #514721;
} .euxino_title_holder {
border-bottom:1px solid;
}
.euxino_title_holder .inner:before {
content: ' ';
position: absolute;
border:1px solid;
display: block;
width: 10px;
height: 10px;
left: 60px;
bottom: -6px;
z-index: 30000;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.euxino_title_holder.title_has_image .inner:before {
display: none;
}
.euxino_title_holder.title_has_image {
background-size:cover;
background-attachment:fixed;
border-bottom:none;
}
.euxino_title_holder.title_has_image .inner {
padding-top:100px;
padding-bottom:100px;
}
body.euxino_transparent_header:not(.euxino_header_left) .euxino_title_holder.title_has_image .inner {
padding-top:180px;
}
.euxino_title_holder .inner {
padding-top:20px;
padding-bottom:20px;
vertical-align:middle;
}
.euxino_title_holder.title_has_image.centered_title .inner {
text-align:center;
}
.euxino_title_holder.title_has_image.centered_title .inner:before {
left:50%;
margin-left:5px;
}
.euxino_title_holder.title_has_image.centered_title .inner h1.heading-title, .euxino_title_holder.title_has_image.centered_title .inner h6 {
margin:0 auto;
text-align:center;
width:100%;
}
.euxino_title_holder.title_has_image.centered_title .inner .breadcrumb {
margin:8px auto;
width:100%;
text-align:center;
float:none;
}
h1.heading-title {
letter-spacing: 2px;
font-size: 18px;
text-transform: uppercase;
border:none;
margin: 0;
padding:0;
max-width:69%;
color:#333333;
line-height:normal;
}
.euxino_title_holder.title_has_image h1.heading-title, .euxino_title_holder.title_has_image.centered_title h1.heading-title {
font-size: 36px;
margin-bottom:10px !important;
color:#ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}
.euxino_title_holder h6 {
color:#999999;
font-size:13px;
font-style:italic;
}
.euxino_title_holder.title_has_image h6 {
color:#ffffff;
font-size:15px;
}
.euxino_title_holder.title_has_image .breadcrumb, .euxino_title_holder.title_has_image .breadcrumb a  {
color:#ffffff;
}
.euxino_title_holder.title_has_image .breadcrumb {
float:none;
margin-top:0;
margin-bottom:20px;
}
.sidebar .heading-title, .wpb_widgetised_column .heading-title {
margin-bottom: 15px;
}
h2.wpb_heading {
margin-bottom: 30px;
text-transform: uppercase;
font-size: 21px;
}
#reply-title, #comments h2, #comments h3, .euxino-related-blog-posts > h4 {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 30px;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 18px;
}
small {
font-size: 12px;
color: #999999;
}
h1, h2, h3, h4 {
color:#333333;
}
h5, h6 {
color:#555555;
}
h1 {
font-size: 40px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: uppercase;
}
h2 {
font-size: 36px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: uppercase;
}
h3 {
font-size: 20px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: uppercase;
}
h4 {
font-size: 19px;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: uppercase;
}
.vc_separator h4 {
font-size:16px !important;
}
h5 {
font-size: 16px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: none;
}
h6 {
font-size: 14px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 150%;
text-transform: none;
}
.r_more, .r_more_right {
font-size: 10px;
color: #F8F8F8 !important;
float: left;
clear: left;
padding: 3px 8px;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
margin-top:7px;
}
.r_more_right {
float: right;
clear: both;
}
.r_more:hover, .r_more_right:hover {
text-decoration: none;
}
img.image-align-left {
float: left;
margin: 7px 10px 5px 0;
}
img.image-align-right {
float: right;
margin: 7px 0 5px 10px;
}
img.image-align-none {
margin: 0px 0 30px 0;
}
button, input.button {
cursor: pointer;
}
.vc_btn3-container.vc_btn3-inline {
margin-right: 5px;
}
a.button, input.button, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit {
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
color: #F8F8F8;
padding: 10px;
text-decoration: none;
border: none !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
a.add_to_cart_button {
color: #F8F8F8 !important;
}
audio#cart_add_sound {
display: none !important;
position:absolute;
left:-9999px;
top:-9999px;
}
a.button {
display: inline-block;
text-decoration: none;
position: relative;
z-index: 0;
overflow: hidden;
}
a.button-inline {
display: inline;
text-decoration: none;
}
a.button:hover, input.button:hover, button.button:hover, a.button-inline:hover, #submit_btn:hover, #submit:hover, .wpcf7-submit:hover {
color: #ffffff;
}
.rounded {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
.text-orange {
color: #DD430E;
}
.breadcrumb {
color: #c5c5c5;
padding: 0;
font-size: 11px;
float:right;
max-width:30%;
margin-top:4px;
}
.breadcrumb a {
color: #c5c5c5;
text-decoration: none;
}
form {
padding: 0;
margin: 0;
display: inline;
}
input[type='text'], input[type='tel'], input[type='email'], input[type='password'], input[type='number'], textarea, form.wpcf7-form input[type='text'], form.wpcf7-form textarea, form.wpcf7-form input[type='email'], form.wpcf7-form input[type='password'], form.wpcf7-form input[type='number'], form.wpcf7-form input[type='tel'] {
padding: 4px;
border: 1px solid;
border-color: #ddd #eee #eee #ddd;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-left: 0;
margin-right: 0;
max-width:100%;
}
select {
padding: 4px;
border: 1px solid;
border-color: #ddd #eee #eee #ddd;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
max-width:100%;
}
label {
cursor: pointer;
margin-right: 5px;
}
table {
border-collapse: separate;
border-spacing: 0;
border-top-width: 5px;
margin-bottom: 20px;
border: 1px solid #efefef;
width: 100%;
}
.woocommerce form.checkout p, div.woocommerce form p {
padding: 8px;
border-bottom:1px solid #e5e5e5;
}
.woocommerce form.checkout textarea#order_comments {
width:100%;
min-height: 120px;
}
.woocommerce form.checkout h3 {
margin:0 0 25px 0;
}
.woocommerce form p label {
display: inline-block;
min-width: 300px;
margin-bottom: 5px;
color:#333333;
font-size:13px;
}
.woocommerce dl.variation p {
margin:0;
padding:0;
border:none;
}
div.col2-set.addresses {
padding: 10px;
border: 1px solid #efefef;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
div.col2-set.addresses h3 {
padding: 10px;
font-size:13px;
text-transform:uppercase;
background: #444444;
color:#ffffff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
p#billing_address_2_field:before, p#shipping_address_2_field:before {
display: inline-block;
content: ' ';
width: 305px;
}
thead {
background-color: #f1f1f1;
}
thead td {
color: #333333;
font-weight: 600;
}
th {
padding: 20px 15px;
text-transform: uppercase;
font-weight: 600;
color:#333333;
}
td {
padding: 10px 15px;
border-bottom: 1px solid #efefef;
}
#wp-calendar th, #wp-calendar td {
padding: 8px;
}
tr.alt {
background-color: #f5f5f5;
} .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
float: left;
margin-right: 4%;
position: relative;
}
.full_width {
position: relative;
width: 100%;
float: left;
clear: both;
margin-bottom: 20px;
}
.last {
clear: right;
margin-right: 0 !important;
}
.one_half {
width: 48%;
}
.one_third {
width: 30.6666%;
}
.two_third {
width: 65.3332%;
}
.one_fourth, #footer-menu .menu > li {
width: 22%;
}
.three_fourth {
width: 74%;
}
.one_fifth {
width: 16.8%;
}
.two_fifth {
width: 37.6%;
}
.three_fifth {
width: 58.4%;
}
.four_fifth {
width: 79.2%;
}
.inner {
margin: 0 auto;
width: 1230px;
text-align: left;
padding: 0 40px;
position: relative;
}
#main {
padding-top: 0;
position:relative;
}
.sidebar {
width: 25%;
float: left;
margin: 0 0 40px 0;
}
.sidebar > div.widget, .sidebar > div.widget_pages, .sidebar > div.box {
margin: 0 0 50px 50px;
}
.wpb_widgetised_column div.widget, .wpb_widgetised_column div.box {
margin: 0 0 50px 0px;
}
.sidebar .box h3, .wpb_widgetised_column .box h3, h2.widgettitle, h2.wpb_flickr_heading, .sidebar .widget > h3 {
font-size: 18px;
letter-spacing:1px;
text-transform: uppercase;
margin-bottom: 22px;
color: #0eccf2;
}
.content_holder {
width: 100%;
float: left;
position: relative;
}
body.page-template-default .content_holder {
margin-bottom: 0px;
}
.has-sidebar .content_holder {
width: 75%;
}
.error404 .content_holder {
width: 100%;
} #header, #header2 {
margin:0;
padding: 0px;
position: relative;
z-index: 999;
width:100%;
background-color: #ffffff;
border-bottom: 1px solid #f5f5f5;
}
#header2.animateIt {
position:fixed;
top:-180px;
left: 0;
right: 0;
z-index:999;
will-change:top;
transition:0.4s top cubic-bezier(.3, .73, .3, .74);
opacity:0.97;
} @media only screen and (min-width: 1024px) {
body.euxino_header_left #header, body.euxino_header_left.euxino_transparent_header #header {
position:fixed;
width:300px;
height:100%;
left:0;
top:0;
will-change:top;
border-bottom:none;
border-right:1px solid rgba(255, 255, 255, 0.25);
z-index:1000;
}
body.euxino_header_left.left-header-scrollable #header, body.euxino_header_left.euxino_transparent_header.left-header-scrollable #header {
position:absolute;
}
body.not-cleaned.euxino_header_left #header, body.not-cleaned.euxino_header_left.euxino_transparent_header #header {
box-shadow: 10px 0 50px -2px rgba(0, 0, 0, 0.14);
}
body.euxino_header_left.admin-bar #header, body.euxino_header_left.admin-bar.euxino_transparent_header #header {
top:32px;
}
body.euxino_header_left.left-header-scrollable.admin-bar #header, body.euxino_header_left.left-header-scrollable.admin-bar.euxino_transparent_header #header {
top:0px;
}
.euxino_header_left #header .inner {
width:100% !important;
height:100%;
max-width:300px;
}
.euxino_header_left #header .inner.main_menu_holder #main-menu {
position:relative;
height:100%;
}
.euxino_header_left #header .inner.main_menu_holder #main-menu #main_nav {
position:absolute;
}
.euxino_header_left #header #search, .euxino_header_left #header #cart-module {
height:58px !important;
}
.euxino_header_left .euxino-search-cart-holder {
width:100%;
height:58px !important;
}
.euxino_header_left #header #cart-module {
border:none !important;
margin:0;
float:left;
position:relative;
z-index:100;
}
.euxino_header_left #cart-module div.widget.woocommerce.widget_shopping_cart {
left:0px;
right:auto;
top:55px;
}
.euxino_header_left #cart-module div.widget.woocommerce.widget_shopping_cart:before {
left:15px;
right:auto;
}
.euxino_header_left .euxino-search-cart-holder #search form {
left:35px;
right:auto;
top:50%;
margin-top:-15px;
}
.euxino_header_left .euxino-search-cart-holder #search form:before {
left:-5px;
right:auto;
top:50%;
margin-top:-5px;
border-color: transparent transparent #f1f1f1 #f1f1f1;
}
.euxino_header_left #header #cart-module:hover {
background-color:transparent;
}
.euxino_header_left #header #cart-module a.cart-contents {
text-align:right;
}
.euxino_header_left #header #welcome {
border:none !important;
padding:5px 0 15px 0;
}
.euxino_header_left #header2.animateIt, .euxino_header_left #header #header_top, .euxino_header_left #header_bottom .inner:before {
display:none !important;
}
.euxino_header_left #header_bottom, body.euxino_header_left.euxino_transparent_header #header_bottom  {
border:none;
box-shadow:none !important;
display:block;
}
.euxino_header_left #header_bottom .inner {
height:auto;
border:none;
background-color:#ffffff;
}
.euxino_header_left #main-menu, .euxino_header_left #main-menu ul.menu > li {
width:100%;
text-align:left;
}
.euxino_header_left #main-menu ul.menu {
float:none;
clear:both;
width:100%;
}
.euxino_header_left #main-menu ul.menu > li {
width:100%;
float:none;
border-bottom:1px solid #f5f5f5;
height:auto;
}
.euxino_transparent_header.euxino_header_left #main-menu ul.menu > li {
border-bottom:1px solid rgba(255, 255, 255, 0.25);
}
.euxino_header_left #main-menu ul.menu > li:last-child {
border:none;
}
.euxino_header_left #header #main-menu ul.menu > li > a {
height: 50px;
line-height: 50px;
width:100%;
border:none !important;
}
.euxino_header_left #main-menu li ul.sub-menu, .euxino_header_left #main-menu li.dropdown > div.euxino-mega-menu {
top:0;
left:216px;
margin-left:0 !important;
}
.euxino_header_left #header #logo {
margin:30px 0;
height:auto;
padding:0;
width:100%;
text-align:center;
}
.euxino_header_left #header #logo img {
height: auto;
max-height:none;
margin: 0 auto;
max-width: 220px;
}
.euxino_header_left #container {
padding-left: 300px;
overflow:hidden;
}
} body.down.admin-bar #header2.animateIt {
top:-128px;
}
body.down #header2.animateIt {
top:0;
}
body.down.admin-bar #header2.animateIt {
top:32px;
}
#header2.animateIt .main_menu_holder {
height:70px;
}
#header2.animateIt #logo {
margin-bottom:0;
margin-top:0;
}
#header2.animateIt #logo img {
max-height:30px !important;
width:auto;
display:inline !important;
}
#header2.animateIt #logo img.transparent_logo {
display:none !important;
}
#header2.animateIt #main-menu ul.menu > li > a {
}
#header2.animateIt #header_top, #header2.animateIt #main-menu ul.menu > li > .euxino-custom-menu-label {
display:none;
}
#header2.animateIt #main-menu > ul > li > ul.sub-menu, #header2.animateIt #main-menu li.dropdown > div.euxino-mega-menu {
}
#header_top {
position: relative;
background-color: #f4524d;
border-bottom: 1px solid;
min-height:40px;
clear:both;
z-index: 3;
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
#header_bottom {
position: relative;
z-index: 2;
border-bottom: 1px solid #f1f1f1;
height:58px;
clear:both;
}
body.not-cleaned #header_bottom {
border-bottom: 5px solid #f1f1f1;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
#header_bottom .inner {
height:54px;
}
body.not-cleaned #header_bottom .inner:before {
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
border-bottom: 5px solid;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
height:10px !important;
position:absolute;
width:100%;
bottom:-8px;
left:0;
content:'';
display:block;
}
.main_menu_holder {
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
#header #logo, #header2 #logo {
float: left;
clear: both;
margin: 30px 30px 30px 0;
height:100%;
display:table;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
background:none !important;
}
.vc_gitem-zone-b {
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.vc_gitem-zone-b h3 {
text-transform:uppercase;
font-size:15px !important;
font-weight:600;
}
#header2 #logo img {
height: auto;
max-height:50px;
width: auto;
}
#header #logo img.transparent_logo {
display:none;
}
body.euxino_transparent_header #header #logo img {
display:none;
}
body.euxino_transparent_header #header #logo img.transparent_logo, body.euxino_transparent_header #header #logo img.persistent_logo {
display:inline !important;
}
#header #logo a, #header2 #logo a {
margin: 0 auto;
display:table-cell;
vertical-align:middle;
} #header .euxino-top-bar-message {
float: left;
font-size: 11px;
line-height: 40px;
min-height: 40px;
text-align: left;
vertical-align: middle;
}
.euxino-top-bar-mail, .euxino-top-bar-phone {
display: inline-block;
}
.euxino-top-bar-mail:before, .euxino-top-bar-phone:before {
content: "\f003";
font-family: FontAwesome;
vertical-align: middle;
margin-right: 5px;
margin-left:5px;
}
.euxino-top-bar-phone:before {
content: "\f095";
}
#header #menu {
z-index: 1900;
float:right;
}
ul#topnav2 {
margin: 0;
padding: 0;
display: block;
min-height: 30px;
position: relative;
float:right;
}
ul#topnav2 li {
display: block;
list-style: none;
margin: 0 0 0 0;
z-index: 1099;
padding: 0;
float: left;
}
ul#topnav2 li.dropdown {
position: relative;
}
ul#topnav2 li.dropdown a {
padding-right:15px;
}
ul#topnav2 > li.dropdown > a:after {
display: block;
content: "\f107";
font-family: FontAwesome;
width: 8px;
height: 8px;
line-height: 8px;
vertical-align: middle;
right: 2px;
top: 50%;
margin-top: -5px;
position: absolute;
margin-left:3px;
}
ul#topnav2 > li a {
display: block;
height: 40px;
line-height: 40px;
font-size: 10px;
padding: 0px 8px;
text-decoration: none;
white-space: nowrap;
text-transform:uppercase;
color:#ffffff;
}
ul#topnav2 li a:hover {
background-color:#ffffff;
color:#333333;
}
ul#topnav2 li:hover {
z-index: 1600;
}
ul#topnav2 li > ul.sub-menu {
position: absolute;
display: none;
width: 180px;
top: 29px;
left: 0px;
z-index: 9998;
padding: 10px;
margin: 0;
float: left;
background-color:#ffffff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.9s ease 0s;
-ms-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
-o-transition: all 0.9s ease 0s;
background-color:#ffffff;
border-top:2px solid #cecece;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
ul#topnav2 li.dropdown:hover > ul.sub-menu, ul#topnav2 li.dropdown:hover ul.sub-menu li:hover > ul.sub-menu {
display:block;
}
ul#topnav2 ul.sub-menu > li ul.sub-menu {
position: absolute;
display: none;
width: 180px;
top: 0px;
left: 180px;
z-index: 9998;
padding: 10px;
margin: 0;
float: left;
}
ul#topnav2 ul.sub-menu li {
float: left;
clear: both;
height: auto;
position: relative;
margin: 0;
padding: 0;
}
ul#topnav2 ul.sub-menu a, ul#topnav2 li:hover ul.sub-menu a {
display: block;
width: 160px;
height: auto;
padding: 3px 5px;
float: left;
font-size: 12px;
font-weight: normal;
background: none;
text-align: left;
text-transform: none;
line-height:24px;
border: none;
margin: 0;
color:#666666;
}
ul#topnav2 ul.sub-menu a:hover, ul#sub-menu li:hover ul.sub-menu li {
background: none;
}
ul#topnav2 ul.sub-menu li a:hover, .euxino-dark-skin ul#topnav2 ul.sub-menu a:hover, .euxino-dark-skin ul#topnav2 li:hover ul.sub-menu a:hover {
background-color: #f5f5f5;
color:#333333;
}
#header_bottom #welcome {
text-align: left;
padding: 19px 0 0 0px;
float: left;
font-size: 12px;
}
#header_bottom #welcome:before {
display: inline-block;
content: "\f007";
font-family: FontAwesome;
margin-right:4px;
}
#header_bottom #welcome a {
text-decoration: none;
font-size: 12px;
}
.euxino-search-cart-holder #search {
float: right;
width: 40px;
height: 100%;
border-radius: 2px;
position: relative;
margin: 0;
z-index:3;
vertical-align:middle;
}
.euxino-search-cart-holder #searchform input#searchsubmit {
border: 0 none;
position: absolute;
right: 10px;
top: 10px;
width: 36px;
height: 36px;
line-height:36px;
cursor: pointer;
z-index: 100;
background:none;
display:block;
}
.euxino-search-cart-holder #searchform:after {
display: block;
content: "\f002";
font-family: FontAwesome;
vertical-align:middle;
text-align:center;
cursor: pointer;
color: #ffffff;
background:#333333;
z-index: 99;
width: 36px;
height: 36px;
line-height:36px;
position: absolute;
right: 10px;
top: 10px;
}
.euxino-search-cart-holder #search > span {
vertical-align:middle;
min-height:58px;
line-height:58px;
display: block;
}
.euxino-search-cart-holder #search > span:after {
display: block;
width:40px;
content: "\f002";
font-family: FontAwesome;
vertical-align:middle;
text-align:center;
cursor: pointer;
z-index: 99;
color: #255987;
}
.euxino-search-cart-holder #search input[type=text] {
background: none;
padding: 10px;
width: 100%;
border: none;
color: #666;
font-size: 11px;
border:1px solid #f1f1f1;
}
.euxino-search-cart-holder #search form {
position:absolute;
top:98%;
right:-12px;
background:#ffffff;
border:1px solid #f1f1f1;
width:300px;
padding:10px;
display:none;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.euxino-search-cart-holder #search form:before {
content: ' ';
position: absolute;
background: #ffffff;
border:1px solid;
border-color:  #f1f1f1 transparent transparent #f1f1f1;
display: block;
width: 10px;
height: 10px;
right: 10px;
top: -5px;
z-index: 30000;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.euxino-search-cart-holder #search.active form {
display:block;
}
#language {
color: #999;
line-height: 17px;
float: left;
padding: 0px;
height: 29px;
margin: 10px 8px 0 0px;
}
#language img {
margin: 10px 5px 0px 0px;
}
#main-menu {
float: right;
height:100%;
}
#main-menu ul.menu {
margin: 0;
padding: 0;
float: right;
list-style: none;
height:100%;
}
#main-menu ul.menu li {
display:inline-block;
list-style: none;
position: relative;
z-index:1;
left:0;
top:0;
}
#main-menu ul.menu > li {
margin: 0;
padding: 0;
display:inline-block;
float:left;
height:100%;
}
#main-menu ul.menu > li > a {
display: block;
vertical-align: middle;
padding: 0px 12px !Important;
text-decoration: none;
font-size: 13px;
position: relative;
text-transform: uppercase;
color:#555555;
overflow:hidden !Important;
letter-spacing:1px;
font-weight:400;
}
#header #main-menu ul.menu > li > a {
height:103px;
line-height:103px;
}
#main-menu > ul > li.dropdown > a:after {
display: inline-block;
content: "\f107";
font-family: FontAwesome;
margin-left:3px;
font-size:11px;
}
#main-menu ul.menu li a .num {
position: absolute;
color: #999999;
background-color: #e1e1e1;
padding: 2px 4px;
font-size: 10px;
top: 30px;
right: -5px;
line-height: 9px;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-khtml-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
}
#main-menu li ul.sub-menu {
position: absolute;
display: none;
top: 98%;
left: 0px;
z-index: 5555;
padding: 10px;
margin: 0;
text-align:left;
background-color:#ffffff;
border-top:4px solid #cecece;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
#main-menu li ul.sub-menu li.dropdown ul.sub-menu {
position: absolute;
display: none;
top: 0px;
left: 199px;
z-index: 6666;
padding: 10px;
margin: 0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
#main-menu > ul > li:nth-last-child(1) > ul.sub-menu, #main-menu > li:nth-last-child(2) > ul.sub-menu   {
left: auto;
right: 0px;
}
#main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu, #main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu   {
left: auto;
right: 199px;
}
#main-menu li ul.sub-menu li.dropdown ul.sub-menu li.dropdown ul.sub-menu {
z-index: 7777;
}
#main-menu li ul.sub-menu li {
float: left;
margin: 0;
padding: 0;
position: relative;
}
#main-menu li ul.sub-menu li a {
display: block;
padding: 10px 8px;
color:#666666;
text-decoration: none;
width: 200px;
transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
border-bottom:1px solid #f5f5f5;
font-size:12.5px;
}
#main-menu li ul.sub-menu li a:before {
content: "\f0da";
font-size:10px;
opacity:0.5;
margin-right:5px;
font-family: FontAwesome;
}
#main-menu li ul.sub-menu li.euxino_mega_text_block {
font-size:12.5px;
}
#main-menu li ul.sub-menu li.euxino_colum_title > a:before, #main-menu li ul.sub-menu li.euxino_mega_text_block a:before {
display:none;
}
#main-menu li ul.sub-menu li.euxino_mega_text_block a {
width: auto;
}
#main-menu li ul.sub-menu li.euxino_mega_text_block a img {
display:block;
vertical-align:text-bottom;
}
#main-menu li ul.sub-menu li a:hover {
color:#ffffff;
}
#main-menu .menu > li.dropdown:hover > ul.sub-menu {
display: block;
-moz-animation: EuxinofadeInUp .3s ease-in  ;
-webkit-animation: EuxinofadeInUp .3s ease-in ;
animation:EuxinofadeInUp .3s ease-in ;
}
#main-menu li.dropdown:hover ul.sub-menu li.dropdown:hover > ul.sub-menu {
display: block;
}
#main-menu li.dropdown:hover > div.euxino-mega-menu {
display: block;
-moz-animation: EuxinofadeInUp .3s ease-in  ;
-webkit-animation: EuxinofadeInUp .3s ease-in ;
animation:EuxinofadeInUp .3s ease-in ;
}
#main-menu li.dropdown > div.euxino-mega-menu {
display:none;
background-color: #FFFFFF;
border-top:4px solid #cecece;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 5;
padding: 15px 0 25px 0;
top: 98%;
min-width:180px;
overflow:hidden;
left:0;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu {
display: table !important;
position:relative;
top:0;
left:0;
padding:0;
box-shadow:none !important;
border-top:none !important;
width:100%;
z-index:1;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu > li {
display: table-cell !important;
padding:0 20px;
border-right:1px solid #f8f8f8;
float:none;
vertical-align:top;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu > li:last-child {
border:none !important;
margin-right:0 !important;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu > li > ul.sub-menu {
display: block;
position:relative;
top:0;
left:0;
padding:0;
box-shadow:none !important;
border-top:none !important;
width:100%;
z-index:1;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu > li > ul.sub-menu  > li > ul.sub-menu {
display: block;
position:relative;
left:0px;
padding:0 0 0 12px;
box-shadow:none !important;
border-top:none !important;
width:100%;
z-index:1;
}
#main-menu li div.euxino-mega-menu > ul.sub-menu > li > a, #main-menu li div.euxino-mega-menu > ul.sub-menu > li > a:hover {
letter-spacing:1px;
padding: 10px 8px 10px 0px !important;
background:none !important;
}
#main-menu ul.menu > li > .euxino-custom-menu-label {
position:absolute;
padding:2px 5px 4px 4px;
color:#ffffff !important;
background-color:#f4524d;
top:50%;
margin-top:-28px;
left:10px;
display:block;
font-size:10px;
line-height:11px;
white-space:nowrap;
height:16px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
#main-menu li ul.sub-menu li .euxino-custom-menu-label {
position:absolute;
padding:3px 3px 3px 3px;
color:#ffffff !important;
background-color:#f4524d;
top:-5px;
left:8px;
display:block;
font-size:9px;
line-height:9px;
white-space:nowrap;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
#main-menu ul.menu > li > .euxino-custom-menu-label:after, #main-menu li ul.sub-menu li .euxino-custom-menu-label:after {
position:absolute;
background-color: inherit;
width:6px;
height:6px;
content:'';
bottom:-3px;
left:5px;
display:block;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
body.euxino_logo_left_menu_below #header #logo, body.euxino_logo_center_menu_below #header #logo {
margin-top:30px;
}
body.euxino_logo_center_menu_below #header #logo {
float:none;
margin-left:auto;
margin-right:auto;
}
body.euxino_logo_center_menu_below .main_menu_holder {
text-align:center;
}
body.euxino_logo_center_menu_below #header2.animateIt .main_menu_holder, body.euxino_logo_left_menu_below #header2.animateIt .main_menu_holder {
padding-top:0;
}
body.euxino_logo_left_menu_below #main-menu, body.euxino_logo_center_menu_below #main-menu {
float:left;
width:100%;
clear:both;
border-top:1px solid #f5f5f5;
}
body.euxino_logo_left_menu_below #header #main-menu ul.menu > li > a, body.euxino_logo_center_menu_below #header #main-menu ul.menu > li > a, body.euxino_logo_center_menu_below #header .euxino-search-cart-holder #search > span, body.euxino_logo_left_menu_below #header .euxino-search-cart-holder #search > span{
height:60px;
line-height:60px;
}
body.euxino_logo_left_menu_below #header2 #main-menu ul.menu > li > a, body.euxino_logo_center_menu_below #header2 #main-menu ul.menu > li > a, body.euxino_logo_center_menu_below #header2 .euxino-search-cart-holder #search > span, body.euxino_logo_left_menu_below #header2 .euxino-search-cart-holder #search > span{
height:70px;
line-height:70px;
}
body.euxino_transparent_header.euxino_logo_center_menu_below #header #main-menu, body.euxino_transparent_header.euxino_logo_left_menu_below #header #main-menu {
border-top:1px solid rgba(255, 255, 255, 0.25);
background:none;
}
body.euxino_logo_left_menu_below #header2 #main-menu, body.euxino_logo_center_menu_below #header2 #main-menu {
border:none;
}
body.euxino_logo_left_menu_below #header2.animateIt #main-menu, body.euxino_logo_center_menu_below #header2.animateIt #main-menu {
margin-top:0px;
}
body.euxino_logo_left_menu_below #header2.animateIt #logo, body.euxino_logo_center_menu_below #header2.animateIt #logo, body.euxino_logo_left_menu_below #header2.animateIt .header-icon-teasers {
display:none;
}
body.euxino_logo_left_menu_below #main-menu ul.menu, body.euxino_logo_center_menu_below #main-menu ul.menu {
float:left;
text-align:left;
}
body.euxino_logo_center_menu_below #main-menu {
text-align:center;
}
body.euxino_logo_center_menu_below #main-menu ul.menu {
float:none;
width:auto;
text-align:center;
margin:0 auto;
}
body.euxino_logo_left_menu_below #header .main_menu_holder, body.euxino_logo_center_menu_below #header .main_menu_holder {
height:auto;
}
body.euxino_transparent_header #header {
width:100%;
position:absolute;
z-index:20000;
background:none;
border-bottom:1px solid rgba(255, 255, 255, 0.25);
}
body.euxino_transparent_header.euxino-transparent-stretched #header .inner {
width:100%;
}
body.euxino_transparent_header #header_top, body.euxino_transparent_header #header_bottom {
background:none;
box-shadow:none;
border-bottom:1px solid rgba(255, 255, 255, 0.25) !important;
}
body.euxino_transparent_header #header_bottom{
display:none;
} #footer {
font-size: 12px;
margin:0;
min-width: 100%;
background-color:#111111;
overflow:hidden;
}
html.no-touch #footer.euxino_do_reveal {
position:fixed;
z-index:90;
left:0;
bottom:0;
will-change:top;
}
#slide_footer {
position: relative;
font-size: 12px;
margin:0;
min-width: 100%;
}
#footer > .inner {
padding-top: 40px;
padding-bottom: 40px;
}
#footer #slide_footer .inner {
padding-top: 40px;
padding-bottom: 40px;
margin-bottom:15px;
background-color:#ffffff;
-webkit-border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-khtml-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}
body.not-cleaned #footer #slide_footer .inner {
border-bottom: 5px solid #e5e5e5;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#pre_header {
position: relative;
font-size: 12px;
margin:0;
min-width: 100%;
z-index:21000;
background-color:#333333;
}
#pre_header .inner{
padding-top: 40px;
padding-bottom: 40px;
}
#pre_header a {
color: #f5f5f5;
}
.toggler {
position: absolute;
display: block;
width: 25px;
height: 25px;
color: #ffffff;
background:rgba(0, 0, 0, 0.2);
bottom: -32px;
right: 5px;
text-align: center;
text-decoration: none !important;
font-size: 0px;
}
.toggler:before {
display: block;
color: #ffffff;
content: "\f067";
font-family: FontAwesome;
font-size: 10px;
position: absolute;
width: 25px;
height: 25px;
line-height:25px;
left: 0px;
}
.swap:before {
content: "\f068";
font-family: FontAwesome;
}
body.not-cleaned .toggler {
-webkit-animation: toggler 1s linear infinite;
-moz-animation: toggler 1s linear infinite;
-ms-animation: toggler 1s linear infinite;
animation: toggler 1s linear infinite;
}
@keyframes "toggler" {
0% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes toggler {
0% {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-moz-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes "toggler" {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-ms-keyframes "toggler" {
0% {
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-ms-transform: scale(1);
transform: scale(1);
}
}
#footer .widget > h3:first-child, #slide_footer .widget > h3:first-child, #pre_header .widget > h3:first-child {
font-size: 16px;
text-transform: uppercase;
border-bottom: 2px solid;
padding-bottom: 10px;
margin-bottom: 22px;
}
#pre_header .widget > h3:first-child {
border-color:#333333;
color:#999999;
}
#footer .widget > h3:first-child {
border-color:#333333;
color:#999999;
}
#footer #slide_footer .widget > h3:first-child {
border-color:#e1e1e1;
color:#333333;
}
#powered {
height: 50px;
min-width: 100%;
background-color:#000000;
color:#cecece;
overflow:hidden;
}
#powered .inner {
font-size: 9px;
text-align:right;
display:table;
height:100%;
}
.author_credits {
display:table-cell;
vertical-align:middle;
}
#powered a {
font-size: 10px;
}
.cards_icon {
width: 51px;
height: 32px;
margin: 0 6px 6px 0;
float: left;
background-image: url(//extralarge.pt/wp-content/themes/euxino/image/cards.png);
}
.visa_icon {
background-position: 155px 0px;
}
.visa-electron {
background-position: 208px 0px;
}
.mastercard_icon {
background-position: 208px 0px;
}
.maestro_icon {
background-position: -105px 0px;
}
.american-express_icon {
background-position: 0px 0px;
}
.cirrus_icon {
background-position: -53px 0px;
}
.twocheckout_icon {
background-position: -156px -33px;
}
.delta_icon {
background-position: 156px -33px;
}
.discover_icon {
background-position: 104px -33px;
}
.google-checkout_icon {
background-position: -105px -33px;
}
.moneybookers_icon {
background-position: 52px -33px;
}
.sagepay_icon {
background-position: -156px -66px;
}
.paypal_icon {
background-position: 0px -33px;
}
.solo_icon {
background-position: 0px -66px;
}
.switch_icon {
background-position: -53px -66px;
}
.western-union_icon {
background-position: -105px -66px;
}
.cash-on-delivery_icon {
background-position: 103px 0px;
}
.direct-debit_icon {
background-position: 51px 0px;
}
.cheque_icon {
background-position: -52px -33px;
}
#seals {
float: left;
clear: both;
width: 100%;
padding: 20px 0;
}
#seals a {
margin: 0 8px 10px 0;
display: block;
float: left;
}
.footer_time, .footer_address, .footer_phone, .footer_fax, .footer_mail, .footer_skype {
display: block;
clear: both;
padding: 0 0 0 40px;
min-height: 28px;
line-height: 18px;
vertical-align: middle;
margin: 8px 0 0 0;
position: relative;
}
.footer_time:before, .footer_address:before, .footer_phone:before, .footer_fax:before, .footer_mail:before, .footer_skype:before {
font-size: 18px;
height: 24px;
width: 30px;
text-align: center;
display: inline-block;
line-height: 32px;
vertical-align: middle;
margin: 0 8px 0 0;
font-family: FontAwesome;
position: absolute;
top: -7px;
left: 0;
}
.footer_time:before {
content: "\f017";
}
.footer_address:before {
content: "\f041";
}
.footer_phone:before {
content: "\f095";
}
.footer_fax:before {
content: "\f1ac";
}
.footer_mail:before {
content: "\f0e0";
}
.footer_skype:before {
content: "\f17e";
}
a.skype {
text-decoration: none;
color: #666666;
} #content {
min-height: 500px;
padding:0;
position: relative;
z-index: 100;
width:100%;
}
body.euxino-reveal-footer #content {
background-color:#ffffff;
}
#content > .inner {
background-color: #ffffff;
padding-bottom:60px;
padding-top: 60px;
}
body.page-template-default #content > .inner, body.page-template-blank-page #content > .inner {
padding-top: 0px;
padding-bottom:0px;
}
body.page-template-default #content.has-sidebar > .inner, body.page-template-blank-page #content.has-sidebar > .inner {
padding-top: 60px;
padding-bottom:60px;
}
#content > .inner.euxino_masonry_fullwidth {
width:100%;
}
.box {
margin-bottom: 30px;
clear: both;
}
.widget_layered_nav ul, .widget_product_categories ul {
list-style: none !important;
padding: 0;
margin-left: 0;
margin-bottom: 0;
}
.widget_product_categories ul li ul.children {
margin-top: 8px;
}
.widget_layered_nav ul li, .widget_product_categories ul li {
margin-bottom: 2px;
padding: 8px;
border: 1px solid #e5e5e5;
background-color: #ffffff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.widget_layered_nav ul li .count, .widget_product_categories ul li .count {
color: #b3b3b3;
float: right;
font-size: 11px;
}
.widget_layered_nav ul li a, .widget_product_categories ul li a {
text-decoration: none;
display: inline-block;
width: 70%;
font-size:11px;
font-weight:600;
text-transform:uppercase;
color:#0eccf2;
}
.widget_layered_nav ul li.current-cat.cat-parent > a, .widget_product_categories ul li.current-cat.cat-parent > a, .widget_product_categories ul li.current-cat-parent > a {
font-weight: 600;
}
.widget_product_categories ul li.current-cat, .widget_product_categories ul li.current-cat-parent {
background-color: #f8f8f8;
}
.widget_layered_nav ul li small {
float: right;
display: block;
width: 25px;
height: 18px;
text-align: center;
line-height: 18px;
font-size: 11px;
background-color: #f5f5f5;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-top: 2px;
}
.sidebar .box, .wpb_widgetised_column .box {
padding: 0px;
}
.box-common {
margin-bottom:0;
}
.box-products {
margin: 0;
}
ul.euxino_woo_categories_shop {
margin: 0 0 35px 0;
padding: 0;
list-style: none;
width: 100%;
clear: both;
}
li.product-category.product img {
width: 100%;
margin:0;
vertical-align:text-bottom;
display:block;
}
li.product-category.product h3 {
font-size: 13px;
text-transform: uppercase;
text-decoration: none;
margin-bottom: 0;
}
li.product-category.product h3 mark {
background: none;
display:block;
background:#FCDD30;
color:#003366;
position:absolute;
width:30px;
height:30px;
line-height:30px;
vertical-align:middle;
top:-65px;
left:50%;
margin-left:-15px;
border-radius: 2px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
font-size:11px;
opacity:0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
li.product-category.product:hover h3 mark {
top:-25px;
opacity:1;
}
li.product-category.product h3 mark:after {
background-color: #f4524d;
bottom: -3px;
content: "";
display: block;
height: 8px;
left: 50%;
margin-left:-4px;
position: absolute;
transform: rotate(45deg);
width: 8px;
}
li.product-category.product a {
text-decoration: none;
display:block;
}
li.product-category.product a h3 {
text-align:center;
padding:25px 10px;
position:absolute;
left:0;
bottom:15px;
background:#ffffff;
width:100%;
color:#f4524d;
opacity:0.74;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
li.product-category.product:hover a h3{
opacity:0.9;
}
.term-description, .portfolio-cat-desc {
margin-bottom: 50px;
}
.term-description {
width:100%;
clear:both;
text-align:center;
padding-bottom:30px;
margin-bottom:50px;
border-bottom:1px solid #e5e5e5;
}
.term-description .pic-cat-main {
float: left;
margin: 0 30px 20px 0;
max-width: 120px !important;
}
.term-description p {
margin-top:0;
display: block;
text-align:left;
}
#products-wrapper .page-description {
margin-bottom:10px;
}
.box-sort-filter {
margin-bottom: 30px;
}
.box-sort-filter h2.heading-title {
font-size: 16px;
padding-bottom:8px;
text-transform: uppercase;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
}
.widget_price_filter .price_slider.ui-slider {
margin-bottom:20px;
width:92%;
}
.widget_price_filter .button {
float:right;
margin-left: 10px;
}
.widget_price_filter .price_label {
line-height:35px;
}
.box-sort-filter .ui-slider-horizontal .ui-slider-handle, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
top: -0.26em;
margin-left: -2px;
border-radius: 2px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
background: #666666 !important;
border: none !important;
cursor:pointer !important;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.box-sort-filter .ui-slider-horizontal .ui-slider-handle:hover, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all:hover {
background: #dd430e !important;
}
ul.sub_cats {
list-style: none;
margin: 0;
padding: 0;
}
ul.sub_cats li {
margin: 0 5px;
padding: 10px 0;
float: left;
background-color: #ffffff;
width: 100px;
height: 140px;
text-align: center;
}
ul.sub_cats li img {
margin: 0 auto 4px auto;
clear: both;
background-color: #ffffff;
border: 1px solid #f1f1f1;
padding: 5px;
}
ul.sub_cats li a {
text-decoration: none;
color: #999999;
font-size: 11px;
padding: 0 4px;
}
ul.sub_cats li a span {
display: block;
clear: both;
}
.product-filter {
margin: 10px 0 50px 0;
padding: 8px 15px 15px 15px;
background-color: #f9f9f9;
border:1px solid #f1f1f1;
position: relative;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.product-filter:after {
content: ' ';
position: absolute;
background-color: inherit;
border:1px solid;
border-color: transparent #f1f1f1 #f1f1f1 transparent;
display: block;
width: 10px;
height: 10px;
left: 20px;
bottom: -6px;
z-index: 30000;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.product-filter p.woocommerce-result-count {
position: absolute;
}
.product-filter .sort {
float: right;
color: #333333;
margin-top: 30px;
}
.product-filter .limit {
margin-left: 15px;
float: right;
color: #333333;
margin-top: 30px;
}
#price-filter {
width: 40%;
font-size:13px;
color:#333333;
float: left;
}
#price-filter .ui-widget-content, .widget_price_filter .ui-widget-content {
background: #e1e1e1 !important;
}
.pagination {
display: inline-block;
width: 100%;
background-color: #ffffff;
margin-top:30px;
}
.pagination .links {
float: left;
}
.pagination .links a, .bbp-pagination-links a, .bbp-pagination-links span {
display: inline-block;
border: 1px solid #255987;
background-color: #255987;
padding: 2px 8px;
margin-right: 1px;
text-decoration: none;
color: #ffffff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.pagination .links .selected, .bbp-pagination-links a:hover, .bbp-pagination-links span.current {
display: inline-block;
border: 1px solid #e5e5e5;
padding: 2px 8px;
font-weight: normal;
text-decoration: none;
color: #333333;
background: #FFFFFF;
}
.pagination .results {
float: right;
padding-top: 3px;
}
div.product div.images, #content div.product div.images {
float: left;
margin-bottom: 60px;
width: 48%;
}
div.product div.summary, #content div.product div.summary {
float: right;
margin-bottom: 60px;
width: 48%;
position: relative;
}
div.product div.summary div.share {
margin-top: 30px;
padding: 12px 8px;
background-color: #fcfcfc;
border: 1px solid #f1f1f1;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
div.product p.price, div.product .description, div.product .cart, div.product .review, div.product .options {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
width: 100%;
overflow: auto;
}
p.stock.out-of-stock {
padding: 15px 8px;
background-color: #fff4e2;
border: 1px solid #ffeccc;
color: #9d8967;
}
div.product .description {
padding-bottom: 10px;
margin-bottom: 20px;
}
div.product .options h3 {
margin-bottom: 20px;
text-transform:uppercase;
font-size:18px;
border: none;
}
div.product .cart div {
float: left;
}
div.product .price {
font-size: 16px;
color: #255987 !important;
}
div.product div.single_variation_wrap {
width: 100%;
}
div.product div.single_variation {
font-size: 13px;
color: #333333 !important;
float: none !important;
clear: both !important;
padding: 10px;
background-color: #f8f8f8;
}
div.product div.single_variation > div {
width: 100%;
}
div.product div.single_variation > div:after, div.product div.single_variation:after{
content: " ";
display: block;
height: 0px !Important;
clear: both;
visibility: hidden;
}
div.product div.variations_button {
padding: 10px 0;
}
.reset_variations {
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
color: #999999;
margin-left:5px;
}
div.product .price span {
display: inline-block;
margin-bottom: 8px;
}
div.product .price span.amount {
font-size: 24px;
}
div.product .price del span {
text-decoration: line-through;
margin: 0 8px;
font-size: 18px !important;
color: #cecece;
}
div.product div.single_variation .price {
margin: 0 !important;
display: block;
font-size: 14px !important;
}
div.product div.single_variation .price span.amount {
font-size: 14px !important;
margin: 0 !important;
}
div.product input.qty {
width: 40px !important;
height: 40px;
text-align: center;
font-size: 16px;
}
div.quantity {
width: 60px;
height: 50px;
position: relative;
margin-right: 10px;
}
div.quantity input.euxino-qty-plus, div.quantity input.euxino-qty-minus {
width: 20px !important;
height: 20px;
display: inline-block;
border: none;
background: #255987;
color: #f5f5f5;
text-align: center;
font-size: 16px;
position: absolute;
right: 0px;
top: 0px;
border-radius: 0px 2px 0px 0px;
-moz-border-radius: 0px 2px 0px 0px;
-webkit-border-radius: 0px 2px 0px 0px;
cursor: pointer;
}
td div.quantity input.euxino-qty-plus, td div.quantity input.euxino-qty-minus {
display: none !important;
}
div.quantity input.euxino-qty-minus {
top: 20px;
border-radius: 0px 0px 2px 0px;
-moz-border-radius: 0px 0px 2px 0px;
-webkit-border-radius: 0px 0px 2px 0px;
}
button.single_add_to_cart_button {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: #333333;
color: #f5f5f5;
height: 40px;
text-align: center;
font-size: 14px;
border: none;
padding: 3px 8px;
text-transform: uppercase;
}
div.product .price-old {
color: #999999;
margin: 0 5px 0 1px;
padding: 4px 0;
text-decoration: line-through;
font-size: 16px;
font-weight: normal;
}
div.product .option {
margin-bottom: 10px;
font-family: 12px;
}
div.product .option span, div.product .description span {
width: 100%;
display: block;
margin-bottom: 8px;
}
.compare_prod, .wish_prod {
display: inline-block;
text-indent: -9999px;
width: 42px;
height: 42px;
margin: 0 1px 0 0;
padding: 0;
float: left;
}
.compare_prod {
background: url(//extralarge.pt/wp-content/themes/euxino/image/compare_small.png) center center no-repeat;
background-color: #cecece;
}
.wish_prod {
background: url(//extralarge.pt/wp-content/themes/euxino/image/wish_small.png) center center no-repeat;
background-color: #cecece;
}
div.product .images .image img {
padding: 10px;
border: 1px solid #f1f1f1;
margin-bottom: 30px;
}
ul.additional-images {
padding: 0;
margin: 10px 0;
list-style: none;
}
ul.additional-images li {
padding: 0;
list-style: none;
padding: 1px;
margin:0;
display: inline-block;
float:left;
overflow: hidden;
position: relative;
width:69px;
text-align:center;
z-index: 10;
}
ul.additional-images li a {
background-color: #ffffff;
border: 1px solid #f8f8f8;
display: block;
padding: 5px;
}
ul.additional-images li a img {
width:100%;
height:auto;
display:block;
}
ul.tabs, .wpb_tabs .wpb_tabs_nav {
line-height: 16px;
width: 100%;
text-align: center;
list-style: none;
margin: 0 0 25px 0 !important;
}
.woocommerce-tabs ul.tabs {
margin-bottom:35px !important;
display:block;
padding:12px 8px;
border:1px solid #f1f1f1;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.woocommerce-tabs ul.tabs li.description_tab a:before, .woocommerce-tabs ul.tabs li.reviews_tab a:before {
display: inline-block;
content: "\f15c";
font-family: FontAwesome;
margin-right:8px;
font-size:115%;
color:#0eccf2;
}
.woocommerce-tabs ul.tabs li.reviews_tab a:before {
content: "\f0e6";
}
p.stock {
margin:35px 0;
display:block;
padding:12px 8px;
border:1px solid #f1f1f1;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-color:#fcfcfc;
}
.single_variation .woocommerce-variation-availability p.stock {
margin: 0.85em 0;
}
div.product div.summary p.stock {
width: 100%;
}
ul.tabs li, .wpb_tabs .wpb_tabs_nav li {
margin: 0;
display: inline-block;
border-right: 1px solid #cecece !important;
float:none !important;
}
ul.tabs a, .wpb_tabs .wpb_tabs_nav li a {
padding: 8px 15px 8px 15px !important;
font-size: 14px;
text-transform: uppercase;
text-align: center;
text-decoration: none;
margin-right: 2px;
display: inline-block;
color: #919191 !important;
letter-spacing:1px;
}
ul.tabs li.active a, ul.tabs a:hover, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .wpb_content_element .wpb_tabs_nav li:hover a {
padding-bottom: 14px;
color: #255987 !important;
}
ul.tabs li:last-child, .wpb_tabs .wpb_tabs_nav li:last-child {
border-right:none !important;
}
.panel.entry-content, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: none !important;
min-height: 40px;
padding: 20px;
z-index: 2;
-webkit-border-radius: 0px 0px 2px 2px;
-moz-border-radius: 0px 0px 2px 2px;
-khtml-border-radius: 0px 0px 2px 2px;
-ms-border-radius: 0px 0px 2px 2px;
border-radius: 0px 0px 2px 2px;
overflow: hidden;
}
.woocommerce-tabs .panel.entry-content {
padding: 20px 0;
margin-bottom: 30px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding-bottom: 16px;
padding-top: 16px;
text-decoration: none;
color: #333333 !important;
letter-spacing:1px;
}
.wpb_accordion_header span.ui-accordion-header-icon {
display:none !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
display: inline-block;
color: #999999;
content: "\f067";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
background-color:#f8f8f8;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a {
background-color:#f8f8f8;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a:before {
content: "\f068";
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
top: 1.1em !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
background-color: #ffffff !important;
border:1px solid #e5e5e5 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
font-weight:400;
}
.wpb_tour_next_prev_nav {
padding-left:20px !important;
padding-right:20px !important;
}
.wpb_tour .wpb_tabs_nav a {
width: 100% !important;
border-top: none !important;
border-left: 5px solid #ffffff;
background-color: #f9f9f9;
padding-bottom: 18px !important;
padding-top: 18px !important;
text-decoration: none;
text-transform: uppercase;
color: #333333;
white-space: normal;
-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 3px 0 0 3px;
-khtml-border-radius: 2px 0 0 2px;
-ms-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
.wpb_tour .wpb_tab {
border: 1px solid #e1e1e1 !important;
padding:50px 40px !important;
-webkit-border-radius: 0 2px 2px 2px;
-moz-border-radius: 0 2px 2px 2px;
-khtml-border-radius: 0 2px 2px 2px;
-ms-border-radius: 0 2px 2px 2px;
border-radius: 0 2px 2px 2px;
}
.wpb_tour .wpb_tabs_nav .ui-state-active a {
background: #ffffff;
width: 100% !important;
position: relative;
z-index: 999;
border-left: 1px solid #e1e1e1;
border-bottom:1px solid #e1e1e1 !important;
border-top:1px solid #e1e1e1 !important;
padding-right:8px !important;
color: #333333;
left:1px;
}
a.comment_switch {
text-decoration: none;
display: block;
margin: 0 0 10px 0;
}
span.button_comments, span.button_review {
color: #cecece;
font-size: 12px;
font-weight: 600;
display: inline-block;
height: 29px;
margin-right: 5px;
padding: 8px;
text-decoration: none;
text-transform: uppercase;
}
span.button_review {
color: #666;
}
a.swap2 span.button_comments {
color: #666;
}
a.swap2 span.button_review {
color: #cecece;
}
.box-rating .box-write {
display: none;
}
.box-review .box-comments {
display: none;
}
.box-review .box-write {
display: block;
padding: 0px 20px;
}
#comments {
float: left;
clear: both;
width: 100%;
margin-top:25px;
margin-bottom: 50px;
}
#tab-reviews #comments {
margin-top:0px;
}
#comment-nav-below, #comment-nav-above {
clear: both;
float: left;
margin-bottom: 30px;
width: 100%;
font-size:11px;
text-transform:uppercase;
}
#comments .nav-next {
float: right;
}
#comments .nav-previous {
float: left;
}
.box-write span.label, #review_form label, #commentsForm label {
display: block;
margin-bottom: 10px;
text-transform:uppercase;
color:#333333;
font-size:12px;
}
#review_form textarea {
width: 100%;
}
#review_form .comment-form-rating a {
width: 19.9%;
margin-left: 1px;
padding: 8px;
background: #f5f5f5;
display: inline-block;
text-decoration: none;
height: 36px;
}
#review_form .comment-form-rating a:hover, #review_form .comment-form-rating a.active {
background: #e1e1e1;
}
#review_form .comment-form-rating a:hover:after, #review_form .comment-form-rating a.active:after {
color: #ffffff;
}
#review_form .comment-form-rating a:first-child {
margin-left: 0 !important;
}
#review_form .comment-form-rating a:after {
content: "";
font-family: FontAwesome;
font-size: 12px;
color: #333333;
float: right;
}
#review_form .comment-form-rating a.star-1:after {
content: "\f005";
}
#review_form .comment-form-rating a.star-2:after {
content: "\f005 \f005";
}
#review_form .comment-form-rating a.star-3:after {
content: "\f005 \f005 \f005";
}
#review_form .comment-form-rating a.star-4:after {
content: "\f005 \f005 \f005 \f005";
}
#review_form .comment-form-rating a.star-5:after {
content: "\f005 \f005 \f005 \f005 \f005";
}
.box-write input, #review_form input {
clear: left;
}
img#captcha {
margin: 15px 0;
}
.box-write b {
color: #333;
}
.box-write h3 {
background: none;
}
.box-write .buttons {
margin-bottom: 8px;
}
.tagcloud {
margin: 25px 0 0 0;
text-align: left;
color: #0eccf2;
}
.tagcloud span {
display: inline-block;
padding: 4px 4px 0px 4px;
}
.tagcloud a {
display: inline-block;
padding: 1px 4px;
background-color: #f5f5f5;
border: 1px solid #f1f1f1;
text-decoration: none;
margin: 3px;
font-size: 11px;
color: #999999;
}
.tagcloud a:hover {
background-color: #ffffff;
border: 1px solid #f9f9f9;
color: #333333;
} ul.product_list_widget, ul.products-list {
padding: 0;
list-style: none !important;
text-align:left;
}
ul.product_list_widget li, ul.products-list li {
width: 100%;
clear: both;
margin-bottom: 8px;
padding-bottom:8px;
border-bottom:1px solid #e8e8e8;
}
ul.product_list_widget li a {
display: block;
font-size:11px;
font-weight:600;
margin-bottom:0px;
text-decoration: none;
text-transform: uppercase;
color: #0eccf2;
}
ul.product_list_widget li span.amount {
font-size:12px;
}
ul.product_list_widget li a img {
max-width: 35px !important;
padding:4px;
background:#ffffff;
border:1px solid #f1f1f1;
float: left;
margin: 0 10px 10px 0;
height:auto;
}
div.prod_hold {
width: 100%;
vertical-align: top;
display: inline-block;
float:left;
margin: 0px 0px 20px 0px;
padding: 10px 10px 0 10px;
position: relative;
z-index: 444;
text-align: center;
background-color:#ffffff;
overflow:hidden;
border:5px solid transparent;
}
.euxino-products-list-view div.prod_hold {
width: 100%;
display:table;
}
.euxino-products-list-view div.prod_hold span.image {
width: 320px;
}
.euxino-products-list-view div.prod_hold .euxino-list-prod-summary {
display:table-cell;
vertical-align:middle;
text-align:left;
padding:20px 50px;
border:none;
}
.euxino-products-list-view div.prod_hold .name {
font-size:19px;
text-transform:uppercase;
color:#333333;
padding:0;
margin-bottom:15px !Important;
height: auto !Important;
overflow: auto;
}
.euxino-product-excerpt {
display:none;
}
.euxino-products-list-view .euxino-product-excerpt {
display: inline-block;
}
.euxino-products-list-view div.prod_hold .euxino-product-excerpt {
margin-bottom:10px;
}
.euxino-products-list-view div.prod_hold .yith-wcwl-wishlistexistsbrowse.show, .euxino-products-list-view div.prod_hold .yith-wcwl-wishlistaddedbrowse.show {
left:65px;
margin:0;
}
.euxino-products-list-view .prod_hold .star-rating {
left:106px;
margin:0;
bottom:15px;
}
.euxino-products-list-view .prod_hold .price_hold {
font-size:16px;
padding-left:30px;
margin-bottom:20px;
}
.euxino-products-list-view .prod_hold .price_hold:before {
left:0;
font-size:24px;
}
.euxino-products-list-view .prod_hold .links {
padding:0;
border:none;
}
li.product-category {
width: 25%;
vertical-align: top;
display: inline-block;
float:left;
margin: 0px 0px 30px 0px;
padding: 5px;
position: relative;
z-index: 444;
text-align: center;
background-color:#ffffff;
border: 1px solid #f5f5f5;
overflow:hidden;
list-style:none !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.owl-item li.product-category {
width: 100% !important;
margin:0;
}
.owl-item div.prod_hold:hover {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.woocommerce.columns-2 div.prod_hold, .woocommerce.columns-2 li.product-category, div.cross-sells div.prod_hold {
width: 50%;
}
.woocommerce.columns-3 div.prod_hold, .woocommerce.columns-3 li.product-category, div.upsells.products div.prod_hold {
width: 33.3%;
}
.woocommerce.columns-4 div.prod_hold, .woocommerce.columns-4 li.product-category {
width: 25%;
}
.woocommerce.columns-5 div.prod_hold, .woocommerce.columns-5 li.product-category {
width: 20%;
}
.woocommerce.columns-6 div.prod_hold, .woocommerce.columns-6 li.product-category {
width: 16.6%;
}
.woocommerce.columns-5 div.prod_hold .name, .woocommerce.columns-6 div.prod_hold .name  {
font-size:12.5px;
}
.woocommerce.columns-5 div.prod_hold .price_hold, .woocommerce.columns-6 div.prod_hold .price_hold  {
font-size:13px;
padding-left:5px;
}
.woocommerce.columns-5 div.prod_hold .price_hold:before, .woocommerce.columns-6 div.prod_hold .price_hold:before  {
display:none;
}
div.prod_hold .image {
display: block;
overflow: hidden;
position: relative;
z-index: 2;
}
div.prod_hold .image a {
display: block;
}
div.prod_hold .image img {
width:100%;
vertical-align:text-bottom;
display:block;
}
.has-sidebar div.prod_hold.last {
margin-right: 0px !important;
}
.owl-item .prod_hold {
width: 100% !important;
margin: 0 !important;
float:none;
}
.woocommerce.owl-carousel, .related.products, .similar_projects, .euxino-portfolio-shortcode, .euxino_shortcode_latest_posts, .euxino-quickview-images {
overflow:hidden;
width:100%;
}
.euxino_shortcode_latest_posts {
clear:both;
}
.woocommerce.owl-carousel .owl-controls, .related.products .owl-controls, .similar_projects .owl-controls, .euxino-portfolio-shortcode .owl-controls, .euxino_shortcode_latest_posts .owl-controls, .euxino-quickview-images .owl-controls {
margin:0;
}
.woocommerce.owl-carousel .owl-nav, .related.products .owl-nav, .similar_projects .owl-nav, .euxino-portfolio-shortcode .owl-nav, .euxino_shortcode_latest_posts .owl-nav, .euxino-quickview-images .owl-nav {
width:100%;
height:auto;
}
.woocommerce.owl-carousel .owl-nav .owl-next, .woocommerce.owl-carousel .owl-nav .owl-prev, .related.products .owl-nav .owl-prev, .related.products .owl-nav .owl-next, .similar_projects .owl-nav .owl-prev, .similar_projects .owl-nav .owl-next, .euxino-portfolio-shortcode .owl-nav .owl-prev, .euxino-portfolio-shortcode .owl-nav .owl-next, .euxino_shortcode_latest_posts .owl-nav .owl-prev, .euxino_shortcode_latest_posts .owl-nav .owl-next, .euxino-quickview-images .owl-nav .owl-prev, .euxino-quickview-images .owl-nav .owl-next {
width:45px;
height:100px;
line-height:100px;
background-color:#333333;
color:#ffffff;
font-size:18px;
position:absolute;
top:50%;
margin-top:-50px;
text-align:center;
padding:0;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
-ms-border-radius: 0px !important;
border-radius: 0px !important;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
opacity: 0.75;
}
.woocommerce.owl-carousel .owl-nav .owl-prev, .related.products .owl-nav .owl-prev, .similar_projects .owl-nav .owl-prev, .euxino-portfolio-shortcode .owl-nav .owl-prev, .euxino_shortcode_latest_posts .owl-nav .owl-prev, .euxino-quickview-images .owl-nav .owl-prev {
left:-55px;
}
.woocommerce.owl-carousel .owl-nav .owl-next, .related.products .owl-nav .owl-next, .similar_projects .owl-nav .owl-next, .euxino-portfolio-shortcode .owl-nav .owl-next, .euxino_shortcode_latest_posts .owl-nav .owl-next, .euxino-quickview-images .owl-nav .owl-next {
right:-55px;
}
.woocommerce.owl-carousel:hover .owl-nav .owl-prev, .related.products .owl-carousel:hover .owl-nav .owl-prev, .similar_projects .owl-carousel:hover .owl-nav .owl-prev, .euxino-portfolio-shortcode:hover .owl-nav .owl-prev, .euxino_shortcode_latest_posts:hover .owl-nav .owl-prev, .euxino-quickview-images:hover .owl-nav .owl-prev {
left:-5px;
}
.woocommerce.owl-carousel:hover .owl-nav .owl-next, .related.products .owl-carousel:hover .owl-nav .owl-next, .similar_projects .owl-carousel:hover .owl-nav .owl-next, .euxino-portfolio-shortcode:hover .owl-nav .owl-next, .euxino_shortcode_latest_posts:hover .owl-nav .owl-next, .euxino-quickview-images:hover .owl-nav .owl-next {
right:-5px;
}
.woocommerce.owl-carousel .owl-nav .owl-next:hover, .related.products .owl-nav .owl-next:hover, .woocommerce.owl-carousel .owl-nav .owl-prev:hover, .related.products .owl-nav .owl-prev:hover, .similar_projects .owl-nav .owl-prev:hover, .similar_projects .owl-nav .owl-next:hover, .euxino-portfolio-shortcode .owl-nav .owl-prev:hover, .euxino-portfolio-shortcode .owl-nav .owl-next:hover, .euxino_shortcode_latest_posts .owl-nav .owl-prev:hover, .euxino_shortcode_latest_posts .owl-nav .owl-next:hover, .euxino-quickview-images .owl-nav .owl-prev:hover, .euxino-quickview-images .owl-nav .owl-next:hover {
opacity: 1;
}
.prod_hold .euxino-list-prod-summary {
min-height: 90px;
border-bottom: 1px solid #f8f8f8;
border-top: 1px solid #e1e1e1;
padding:10px;
}
div.prod_hold .name {
display: block;
text-align:center;
font-size: 14px;
text-decoration: none;
margin: 6px 0 !important;
color: #0eccf2;
padding: 5px 5px 2px 5px;
height: 50px;
overflow: hidden;;
}
div.prod_hold a {
text-decoration: none;
}
a.euxino-quick-view-link {
text-decoration: none;
margin-left:2px;
float:right;
width:30px;
height:30px;
line-height:30px;
vertical-align:middle;
text-align:center;
background-color:#f8f8f8;
color:#333333;
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.euxino-products-list-view a.euxino-quick-view-link {
float:left;
}
a.euxino-quick-view-link:hover {
background-color:#333333;
color:#f8f8f8;
}
div.prod_hold a.button, div.prod_hold a.button.add_to_cart_button {
text-decoration: none;
padding: 5px 8px;
float:left;
font-size: 11px;
text-transform: uppercase;
}
div.prod_hold a.button.add_to_cart_button i.fa {
font-size: 14px;
margin-right: 4px;
}
div.prod_hold .added_to_cart.wc-forward {
display: none !important;
}
div.prod_hold a.add_to_wishlist, div.prod_hold a.compare {
margin: 0;
float: left;
display: inline-block;
height: 25px;
border: none !important;
border-radius: 0 !Important;
overflow: hidden;
position:absolute;
top:10px;
right:10px;
z-index:200;
}
div.prod_hold a.compare {
top:36px;
}
div.prod_hold a.compare, div.prod_hold a.add_to_wishlist.button, div.prod_hold a.add_to_wishlist {
display: inline-block;
width: 25px;
height: 25px;
padding: 0px;
font-size: 14px;
vertical-align: middle;
line-height: 25px !important;
background-color: #f8f8f8;
color: #333333;
border-radius: 0 !Important;
}
div.prod_hold a.compare:hover, div.prod_hold a.add_to_wishlist.button:hover:before, div.prod_hold a.add_to_wishlist:hover:before {
background-color: #333333;
color: #f8f8f8;
}
div.prod_hold a.add_to_wishlist.button:hover, div.prod_hold a.add_to_wishlist:hover {
background-color: #333333;
color: #333333;
}
div.prod_hold a.compare i.fa, div.prod_hold a.add_to_wishlist.button i.fa, div.prod_hold a.add_to_wishlist i.fa {
line-height: 25px !important;
}
div.prod_hold a.add_to_wishlist.button, div.prod_hold a.add_to_wishlist {
color: #f8f8f8;
padding-left: 6px;
text-align: left;
overflow: hidden;
}
div.prod_hold .yith-wcwl-add-to-wishlist #add-items-ajax-loading {
display: none !important;
}
div.prod_hold .yith-wcwl-wishlistexistsbrowse.show, div.prod_hold .yith-wcwl-wishlistaddedbrowse.show {
position: absolute;
text-align: center;
background: rgba(255,255,255,0.8);
color: #999999;
top: 70px;
z-index: 11000;
width: 190px;
margin-left: -90px;
left: 50%;
padding: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
div.prod_hold a.add_to_wishlist.button:before, div.prod_hold a.add_to_wishlist:before {
content: "\f004";
font-family: FontAwesome;
color: #333333;
}
div.prod_hold a.compare {
margin-left: 1px;
}
div.prod_hold a.compare.added {
text-transform: none;
width: auto;
padding: 0 4px;
font-size: 11px;
}
.euxino-products-list-view div.prod_hold a.add_to_wishlist, .euxino-products-list-view div.prod_hold a.compare {
position:relative;
top:auto;
left:auto;
right:auto;
margin:0 0 0 3px;
padding:0 !important;
overflow:hidden;
width:30px !important;
height:30px !important;
line-height:30px !important;
text-align:center !important;
vertical-align:middle !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.summary.entry-summary > div.clear {
display: none;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist, .summary.entry-summary .compare {
display: inline-block;
margin: 0;
padding: 0;
background: none;
width: 48% !important;
text-align: right;
line-height: 18px;
vertical-align: middle;
text-transform: none !important;
color: #255987;
text-decoration: none;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
text-align: left;
padding-left: 5px;
}
.summary.entry-summary .compare a {
color: #333333;
padding-right: 5px;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist a {
margin: 0;
padding: 0 0 0 2px;
background: none;
border-radius: 0;
text-transform: none;
color: #255987;
font-size: 13px;
text-align: left;
line-height: 18px;
text-decoration: none;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist a:before {
content: "\f004";
font-family: FontAwesome;
color: #0eccf2;
margin-right: 4px;
font-size: 14px;
}
.summary.entry-summary .compare:before {
content: "\f0ae";
font-family: FontAwesome;
color: #0eccf2;
margin-right: 4px;
font-size: 14px;
}
div.upsells.products {
margin-bottom: 50px;
}
div.cross-sells {
margin: 0 0 40px 0;
padding:20px;
border:1px solid #e5e5e5;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
div.related.products h2, #tab-description h2, #tab-additional_information h2, .upsells.products h2 {
border-bottom: 1px solid #e1e1e1;
font-size: 18px;
margin-bottom: 30px;
padding-bottom: 10px;
text-transform: uppercase;
}
div.prod_hold .sale, span.onsale {
color: #ffffff;
padding: 2px 5px;
margin: 0;
position: absolute;
top: 10px;
left: 10px;
z-index: 12002;
font-size: 12px;
}
span.onsale {
left: 0px !important;
top: 0px !important;
}
.woocommerce-product-rating {
margin-bottom: 20px;
}
div.prod_hold .links {
padding: 3px 2px;
z-index: 6999;
text-align: center;
padding:10px 0px;
}
div.prod_hold:hover .links {
display: block;
}
div.prod_hold .new_prod {
color: #fff;
background-color:#31C7FF;
padding: 2px 5px;
margin: 0;
position: absolute;
top: 35px;
left: 10px;
z-index: 12003;
font-size: 12px;
}
div.prod_hold .links .wish_small, div.prod_hold .links .woo_bt_compare_this, div.prod_hold .links .small_cart {
display: block;
color: #f8f8f8;
padding: 0px;
background-color: #cecece;
margin: 5px auto;
clear: left;
width: 30px;
height: 30px;
text-align: center;
}
div.prod_hold .links .wish_small, div.prod_hold .links .woo_bt_compare_this {
text-indent: -9999px;
}
div.prod_hold .links .wish_small, div.prod_hold .links .woo_bt_compare_this {
background: url(//extralarge.pt/wp-content/themes/euxino/image/wish_small.png) center center no-repeat;
}
div.prod_hold .links .woo_bt_compare_this {
background: url(//extralarge.pt/wp-content/themes/euxino/image/compare_small.png) center center no-repeat;
}
div.prod_hold .links .small_cart {
background-color: #333333;
width: 126px;
height: 14px;
padding: 8px 4px;
font-size: 12px;
line-height: 12px;
}
div.prod_hold .links .small_cart:hover {
background-color: #ff5a00;
}
.prod_hold .price_hold {
clear: both;
text-align:left;
padding: 0 5px 5px 30px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
position:relative;
}
.prod_hold .price_hold:before {
display: inline-block;
margin-right:8px;
content: "\f02b";
font-family: FontAwesome;
color: #f4524d;
font-size:18px;
position:absolute;
left:7px;
top:2px;
}
.prod_hold .from, .prod_hold del {
font-weight: normal!important;
}
.prod_hold ins span, .prod_hold ins {
text-decoration: none !important;
background: none;
}
.prod_hold .price_hold {
color: #333333;
}
.prod_hold .price_hold del {
color: #999999;
}
.star-rating {
background: url(//extralarge.pt/wp-content/themes/euxino/image/stars_bo_grey.png) 4px 0px no-repeat;
text-indent: -9999px;
width: 108px;
height: 25px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
overflow: hidden;
}
.widget .star-rating {
margin-left: 55px;
}
.woocommerce-product-rating .star-rating {
margin: 0 8px 8px 0;
float: left;
}
a.woocommerce-review-link {
font-size: 11px;
color: #999999;
text-decoration: none;
line-height: 24px;
}
.prod_hold .star-rating {
display:none;
}
.star-rating span {
background: url(//extralarge.pt/wp-content/themes/euxino/image/stars_bo_gold.png) 4px 0px no-repeat;
text-indent: -9999px;
display: block;
}
.widget .star-rating, .widget .star-rating span {
background-position:0px 0px;
}
.prod_hold:hover .star-rating {
opacity: 1;
}
form#yith-wcwl-form h2, div.woocommerce h2, div.woocommerce h3 {
font-size: 18px;
margin-bottom: 25px;
}
.yith-woocompare-widget a.compare.button, .yith-woocompare-widget a.clear-all {
background: none;
font-size: 12px;
color: #333333;
padding: 0;
text-transform: none !important;
width: 49%;
text-align: right;
display: inline-block;
text-decoration: none;
border-radius: none;
}
.yith-woocompare-widget a.clear-all {
color: #999999;
text-align: left;
}
.yith-woocompare-widget a.compare.button:hover, .yith-woocompare-widget a.clear-all:hover {
background: none;
}
#cboxContent .cboxIframe h1 {
background: none !important;
color: #333333 !important;
margin-bottom: 40px !important;
font-weight: normal !important;
border-bottom: 2px solid #333333 !important;
} .hasCountdown {
}
.countdown_rtl {
direction: rtl;
}
.countdown_holding span {
}
.countdown-show1 .countdown-section {
width: 98%;
}
.countdown-show2 .countdown-section {
width: 48%;
display: block;
padding: 0;
}
.countdown-show3 .countdown-section {
width: 32.3%;
display: block;
padding: 0;
}
.countdown-show4 .countdown-section {
width: 24%;
display: block;
padding: 0;
}
.countdown-show5 .countdown-section {
width: 19.5%;
display: block;
padding: 0;
}
.countdown-show6 .countdown-section {
width: 16.25%;
display: block;
padding: 0;
}
.countdown-show7 .countdown-section {
width: 14%;
display: block;
padding: 0;
}
.countdown-section {
display: block;
float: left;
font-size: 10px;
text-align: center;
border-right:1px solid #e1e1e1;
margin:12px 0;
}
.countdown-section:last-child {
border: none;
}
.countdown-section span {
width: 100%;
display: block;
line-height: 25px;
}
.countdown-amount {
font-size: 24px;
font-weight: 600;
}
.countdown_descr {
display: block;
width: 100%;
}
#count_holder {
border: 1px solid #f5f5f5;
margin-bottom: 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
#maintenance_count_holder {
width: 100%;
background-color: #e5e5e5;
padding: 25px 0;
margin-bottom: 20px;
}
#maintenance_count_holder h3 {
margin: 0px 20px 20px 20px;
}
#euxinoCount, #maintenanceCount {
margin: 20px 20px 30px 20px;
min-height: 50px;
}
#euxinoCount .countdown_row, #maintenanceCount .countdown_row {
clear: both;
padding: 0;
text-align: center;
display: block;
}
.offer_title {
font-size: 14px;
font-weight: 400;
letter-spacing:1px;
margin: 0 0 10px 0;
text-transform: uppercase;
color:#ffffff;
display:block;
padding:0 12px;
height:51px;
line-height:51px;
vertical-align:middle;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
text-align:center;
}
.offer_title:before {
margin-right:8px;
display:inline-block;
font-family: FontAwesome;
content: "\f017";
color:#ffffff;
font-size:18px;
-webkit-animation: toggler 1s linear infinite;
-moz-animation: toggler 1s linear infinite;
-ms-animation: toggler 1s linear infinite;
animation: toggler 1s linear infinite;
}
#count_holder .count_info {
font-size: 12px;
padding: 10px;
width:50%;
background-color:#f1f1f1;
color:#333333;
display:inline-block;
text-align:center;
}
#count_holder .count_info_left {
font-size: 13px;
padding: 10px;
width:50%;
background-color:#f8f8f8;
display:inline-block;
float:left;
text-align:center;
}
#count_holder .countdown-amount, .count_holder_small .countdown-amount {
color:#333333;
}
#count_holder .count_info_left, #count_holder .count_info, #count_holder .count_info_left b, #count_holder .count_info b  {
font-weight:600 !important;
text-transform:uppercase;
}
.count_holder_small .count_info {
margin: 0 auto;
font-size: 12px;
text-align: center;
color: #333333;
text-transform:uppercase;
font-weight:600;
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
max-height:0px;
opacity:0;
}
.count_holder_small .count_info:first-child {
color:#ffffff;
top:-7px;
position:relative;
}
.count_holder_small {
position: absolute;
z-index: 12000;
width: 100%;
bottom:0;
left:0;
padding: 7px 0px;
background: #ffffff;
transition: all 0.5s linear 0s;
-webkit-transition: all 0.5s linear 0s;
-ms-transition: all 0.5s linear 0s;
-moz-transition: all 0.5s linear 0s;
-o-transition: all 0.5s linear 0s;
-webkit-transition-delay: 0.1s; transition-delay: 0.1s;
opacity:0.92;
border-top:1px solid #e1e1e1;
}
.euxino_shortcode_count_holder {
width: 100%;
padding: 20px;
}
.vc_col-sm-3 .euxino_shortcode_count_holder, .vc_col-sm-4 .euxino_shortcode_count_holder {
padding: 8px;
}
.vc_col-sm-2 .euxino_shortcode_count_holder {
padding: 0px;
}
.euxino_shortcode_count_holder .countdown-section {
display: block;
float: left;
font-size: 12px;
text-align: center;
margin:12px 0;
text-transform:uppercase;
}
.vc_col-sm-3 .euxino_shortcode_count_holder .countdown-section, .vc_col-sm-4 .euxino_shortcode_count_holder .countdown-section {
font-size: 11px;
text-transform: none;
}
.vc_col-sm-2 .euxino_shortcode_count_holder .countdown-section {
font-size: 10px;
text-transform: none;
}
.euxino_shortcode_count_holder .countdown-amount {
font-size: 36px;
font-weight: 400;
margin-bottom:12px;
}
.vc_col-sm-3 .euxino_shortcode_count_holder .countdown-amount, .vc_col-sm-4 .euxino_shortcode_count_holder .countdown-amount {
font-size: 24px;
font-weight: 400;
margin-bottom:12px;
}
.vc_col-sm-2 .euxino_shortcode_count_holder .countdown-amount {
font-size: 16px;
font-weight: 400;
margin-bottom:12px;
}
div.prod_hold:hover .count_holder_small .count_info {
max-height:120px;
padding:8px 0;
opacity:1;
}
div.prod_hold:hover .count_holder_small .count_info:first-child {
max-height:30px;
padding:5px;
}
.count_holder_small .countdown-section {
margin:0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
div.prod_hold:hover .count_holder_small .countdown-section {
margin:12px 0;
}
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small, .woocommerce.columns-5 div.prod_hold .count_holder_small, .woocommerce.columns-6 div.prod_hold .count_holder_small {
height:60px;
min-height:60px;
}
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small:after, .woocommerce.columns-5 div.prod_hold .count_holder_small:after, .woocommerce.columns-6 div.prod_hold .count_holder_small:after {
display:block;
content:'';
position:absolute;
top:15px;
left:50%;
margin-left:-15px;
width:30px;
height:30px;
line-height:30px;
font-family: FontAwesome;
content: "\f017";
color:#333333;
font-size:36px;
}
body.not-cleaned .has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small:after, body.not-cleaned .woocommerce.columns-5 div.prod_hold .count_holder_small:after, body.not-cleaned .woocommerce.columns-6 div.prod_hold .count_holder_small:after{
-webkit-animation: toggler 1s linear infinite;
-moz-animation: toggler 1s linear infinite;
-ms-animation: toggler 1s linear infinite;
animation: toggler 1s linear infinite;
}
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small .count_info, .woocommerce.columns-5 div.prod_hold .count_holder_small .count_info, .woocommerce.columns-6 div.prod_hold .count_holder_small .count_info, .has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small .is-countdown, .woocommerce.columns-5 div.prod_hold .count_holder_small .is-countdown, .woocommerce.columns-6 div.prod_hold .count_holder_small .is-countdown {
display:none;
}
.count_holder_small .countdown-amount, .count_holder_small .countdown-section {
color: #333333;
}
.count_holder_small .countdown-amount {
font-size: 18px;
font-weight:400;
}
div.tipsy {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
} .slideshow {
clear: both;
position: relative;
}
.nivoSlider img {
max-width: none !important;
height:auto !important;
}
.euxino_flexslider {
margin: 0;
padding: 0;
overflow: hidden;
margin-bottom:30px;
position:relative;
}
.euxino_flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
} .euxino_flexslider .slides img {
display:block;
vertical-align:text-bottom;
height:auto;
}
.euxino_flex-pauseplay span {
text-transform: capitalize;
}
.euxino_flexslider.post_slide {
margin-bottom: 25px;
position: relative;
}
.wpb_gallery_slides.wpb_flexslider.flexslider {
box-shadow: none !important;
border: none !important;
border-radius: 0px !Important;
margin-bottom:20px !important;
}
.wpb_gallery_slides.wpb_flexslider .flex-caption {
background: #333333;
padding-top:20px;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav {
height:50px;
}
.wpb_gallery_slides.wpb_flexslider ol.flex-control-nav {
display:none !important;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a {
overflow:hidden !important;
display:block;
font-size:0.5px;
text-decoration:none;
color: rgba(0, 0, 0, 0.1);
text-shadow:none !important;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a:before {
position:absolute !important;
margin:0 !important;
padding:0 !important;
display:block !important;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a:hover:before {
color:#ffffff !important;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-prev:before {
top:12px;
left:14px;
}
.wpb_gallery_slides.wpb_flexslider .flex-direction-nav a.flex-next:before {
top:12px;
left:15px;
}
.flex-caption h2, .flex-caption h2 a {
color: #ffffff;
text-transform: uppercase;
font-size: 15px;
}
ul.slides img {
height: auto !important;
}
.box-carousel {
padding: 20px 45px;
}
.vc_images_carousel .vc_carousel-indicators {
bottom:-30px !Important;
}
.vc_images_carousel .vc_carousel-indicators li {
border-radius: 0px !Important;
padding:0 !important;
}
.box-carousel .flexslider {
margin-bottom: 0 !important;
}
.flex-direction-nav {
position: absolute;
top: 50%;
width: 100%;
z-index: 30000;
}
.flex-direction-nav li {
margin: 0;
padding: 0;
}
.flex-direction-nav a {
text-align: center !important;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
}
.euxino_flexslider:hover .flex-direction-nav a {
opacity: 0.6;
}
.euxino_flexslider:hover .flex-direction-nav a:hover {
opacity: 1;
background: #f8f8f8;
color: #333333;
}
.flex-direction-nav a:before {
font-size: 18px !important;
margin-top: 11px;
color: #ffffff;
}
.flex-direction-nav a:hover:before {
color: #333333;
}
.flex-direction-nav .flex-prev {
left: 5px !important;
}
.flex-direction-nav .flex-next {
right: 5px !important;
}
.box-carousel .flex-direction-nav .flex-prev {
top: 50% !important;
left: -45px !important;
margin-top: -20px;
}
.box-carousel .flex-direction-nav .flex-next {
top: 50% !important;
right: -45px !important;
margin-top: -20px;
} body.woocommerce-cart form {
display: inline-block;
width: 59%;
}
form.checkout.woocommerce-checkout #customer_details {
display: inline-block;
width: 56%;
margin-right: 3%;
}
body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
width: 40%;
display: inline-block;
padding:20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:1px solid #f1f1f1;
background-color:#fdfdfd;
}
body.woocommerce-cart form, body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout #order_review {
vertical-align: top;
}
.cart-info {
margin-bottom: 50px;
padding-right: 40px;
}
h3#order_review_heading {
display: none;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
padding:20px;
border:1px solid #e5e5e5;
background-color:#ffffff;
margin-bottom:20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
table.woocommerce-checkout-review-order-table {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:13.5px;
}
table.woocommerce-checkout-review-order-table tr.order-total td {
border-bottom: none;
font-size: 22px;
color: #333333;
letter-spacing: 1px;
}
div.woocommerce .cart_totals h2, div.woocommerce .woocommerce-billing-fields h3, #order_review h3, .woocommerce form.checkout h3 {
font-size:17px;
margin-bottom:15px;
}
.cart_totals table{
width:100%;
clear:both;
border:none;
}
.cart-info table.shop_table.cart, form.checkout.woocommerce-checkout #customer_details {
margin-bottom: 20px;
border-collapse: collapse;
font-size: 12px;
}
.cart-info tbody td {
vertical-align: middle;
background-color: #fff;
border-bottom: 1px solid #e8e8e8;
}
.cart-info tbody .product-remove {
vertical-align: middle;
}
.cart-info td.product-remove {
width: 30px;
}
.cart-info tbody .product-remove, .cart-info tbody .product-thumbnail {
text-align: center;
}
.cart-info td.product-thumbnail {
width: 60px;
}
.cart-info td.product-name {
text-align: left;
}
.cart-info tbody .model {
text-align: center;
}
.cart-info tbody .product-name a {
text-align: center;
font-weight: 600;
text-decoration: none;
}
.cart-info tbody .product-quantity, .cart-info tbody .product-price, .cart-info tbody .product-subtotal {
text-align: center;
}
.cart-info tbody .model, .cart-info tbody .product-price, .cart-info tbody .product-subtotal {
font-weight: 600;
color: #444;
}
.cart-info tbody span.stock {
color: #F00;
font-weight: 600;
}
.cart-info tr.odd td {
background-color: #f9f9f9;
}
.cart-module {
text-align: left;
}
.cart-module .cart-heading {
padding: 8px 8px 8px 28px;
font-weight: 600;
font-size: 13px;
color: #f5f5f5;
cursor: pointer;
background: url(//extralarge.pt/wp-content/themes/euxino/image/plus.png) 10px 13px no-repeat;
background-color: #333;
}
.cart-module .toggle_holder {
margin-bottom: 15px;
}
.toggle_holder #voucher, .toggle_holder #coupon, .toggle_holder .cart-content {
background-color: #f8f8f8;
padding: 15px;
}
.cart-module table {
margin-bottom: 15px;
}
.cart-module .active {
background: url(//extralarge.pt/wp-content/themes/euxino/image/plus.png) 10px -20px no-repeat;
background-color: #333;
}
.cart-module .cart-content {
padding: 15px;
display: none;
overflow: auto;
}
.cart-total {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
overflow: auto;
padding: 8px 0px;
margin-bottom: 15px;
}
.cart-total table {
float: right;
margin-bottom: 15px;
}
.cart-total td {
padding: 3px;
text-align: right;
vertical-align: bottom;
}
.cart-total td.numbers, .cart-total td.numbers_total {
font-weight: 600;
color: #333;
}
.cart-total td.numbers_total {
vertical-align: bottom;
font-size: 18px;
}
.buttons {
overflow: auto;
padding: 1px;
}
.buttons .left {
float: left;
text-align: left;
}
.buttons .right {
float: right;
text-align: right;
}
.buttons .center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.toggle_holder a.button {
float: right;
} .wishlist-product table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.wishlist-product td {
padding: 10px;
background-color: #fff;
}
.wishlist-product thead td {
color: #f5f5f5;
font-weight: 600;
background-color: #333;
padding: 10px;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
text-align: center;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
text-align: center;
}
.wishlist-product tbody td {
vertical-align: middle;
border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
text-align: center;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
text-align: center;
}
.wishlist-product tbody .price s {
color: #F00;
}
.wishlist-product table a.button {
margin-right: 0;
}
.wishlist-product table .image img {
background-color: #FFFFFF;
border: 1px solid #F8F8F8;
padding: 6px;
}
.wishlist-product tbody .name {
width: 120px;
}
.yith-wcwl-add-to-wishlist .ajax-loading, .yith-wcwl-add-button .ajax-loading {
display: none !Important;
position: absolute !important;
left: -9999px !important;
} .compare-info {
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
border: none;
background-color: #fff;
font-size: 12px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
font-size: 14px;
font-weight: 600;
text-align: left;
padding: 8px;
background-color: #333333;
color: #ffffff;
}
.compare-info tr td:first-child {
color: #000000;
font-weight: 600;
text-align: right;
}
.compare-info td {
padding: 8px;
width: 20%;
text-align: center;
vertical-align: top;
padding: 8px;
}
.compare-info tr.even td {
background-color: #f1f1f1;
}
.compare-info .name a {
font-weight: 600;
}
.compare-info .price-old {
font-weight: 600;
color: #F00;
text-decoration: line-through;
}
.compare-info .price-new {
font-weight: 600;
}
.compare-info td.image img {
padding: 6px;
border: 1px solid #f1f1f1;
background-color: #fff;
}
div.euxino-contacts-holder {
position:relative;
margin-top:80px;
}
div.euxino-contacts-holder.euxino-contacts-shortcode {
margin-top:0px;
opacity:0.85;
}
h2.contact-form-title {
margin:0px;
font-size:21px;
padding:8px;
background-color:#ffffff;
position:absolute;
top:-24px;
left:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
form.contact-form, form.wpcf7-form {
padding: 20px;
border: 1px solid #f9f9f9;
background-color: #ffffff;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
form.contact-form {
padding-top: 40px;
border: 1px solid #f1f1f1;
}
form.contact-form .content {
float:left;
width:100%;
margin:0 0 20px 0;
}
form.contact-form .content input {
width:100%;
padding:10px 4px;
background:#fdfdfd;
}
form.contact-form .content.euxino_form_test input {
width: 38px;
}
form.contact-form .content.euxino_form_test input, form.contact-form .content.euxino_form_test span {
display:inline-block;
}
form.contact-form textarea {
background:#fdfdfd;
width:100% !Important;
margin:0px !important;
}
.contact-info {
overflow: auto;
padding-bottom: 20px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 30px;
}
.contact-info .left {
float: left;
width: 48%;
}
.contact-info .right {
float: left;
width: 48%;
}
span.address {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_address.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
}
span.phone {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_phone.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
}
span.fax {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_fax.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
}
span.hours {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_time.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
}
span.skype {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_skype.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
}
span.map {
font-weight: 600;
background: url(//extralarge.pt/wp-content/themes/euxino/image/icon_map.png) 0 5px no-repeat;
background-color: #eeeeee;
padding: 15px 0 0 50px;
display: block;
height: 25px;
color: #333333;
text-transform: uppercase;
margin: 20px 0;
}
div.map_holder {
border: 10px solid #eeeeee;
background-color: #fff;
overflow: hidden;
}
.contact-form .content, .box-login .content {
margin-bottom: 15px;
}
.contact-form .content span, .box-login .content span, form.wpcf7-form p {
display: block;
clear: both;
margin-bottom: 8px;
font-weight: 600;
text-transform:uppercase;
color:#333333;
}
a.forgoten {
display: block;
margin-bottom: 15px;
}
.box-login .one_half {
min-height: 260px;
position: relative;
}
.box-login .content a.button {
position: absolute;
left: 0px;
bottom: 0px;
}
#main .share {
margin: 35px 0;
padding: 8px;
border: 1px solid #f5f5f5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
background-color:#fafafa;
}
#main .share .spread_word {
float: left;
font-size: 12px;
margin: 4px 10px 0 0;
color: #999999;
} .gallery-caption {
}
.bypostauthor {
}
dl.gallery-item {
}
.gallery-item dt, .gallery-item dd {
width: 100%;
padding-top: 10px;
margin-bottom: 1px;
background: #f5f5f5;
}
.gallery-item dd {
background: none;
} .euxino_image_list a {
display:block;
margin-bottom:18px;
}
.euxino_image_list a.euxino-magnific-gallery-item {
display:block;
position:relative;
}
.euxino_image_list a.euxino-magnific-gallery-item:before {
display:block;
position:absolute;
top:10px;
bottom:10px;
left:10px;
right:10px;
opacity:0;
content:'';
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.euxino_image_list a.euxino-magnific-gallery-item:after {
display:block;
width:50px;
height:50px;
line-height:50px;
text-align:center;
vertical-align:middle;
position:absolute;
top:50%;
margin-top:-25px;
margin-left:-25px;
left:50%;
font-family: FontAwesome;
content: "\f002";
color:#ffffff;
font-size:21px;
opacity:0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.euxino_image_list a.euxino-magnific-gallery-item:hover:before, .euxino_image_list a.euxino-magnific-gallery-item:hover:after {
opacity:0.8;
}
.euxino_image_list a img {
display:block;
vertical-align:text-bottom;
height:auto;
}
.euxino-portfolio-categories ul {
padding: 0;
margin: 0 0 50px 0;
list-style: none;
text-align:center;
}
.euxino-portfolio-categories ul li {
display: inline-block;
list-style: none;
margin: 0;
}
.euxino-portfolio-categories ul li a {
color: #919191;
text-decoration: none;
font-style:italic;
text-transform:capitalize;
font-weight:400;
font-size:14px;
padding:3px 18px 3px 0;
}
.euxino-portfolio-categories ul li a:hover, .euxino-portfolio-categories ul li a.is-checked {
color: #333333;
}
.portfolio-unit {
width: 100%;
display: inline-block;
float:left;
overflow:hidden;
margin:0;
padding:0;
}
.portfolio-unit.euxino-5px-gap:not(.list-unit) {
border:5px solid transparent;
}
.portfolio-unit.euxino-10px-gap:not(.list-unit) {
border:10px solid transparent;
}
.portfolio-unit.euxino-20px-gap:not(.list-unit) {
border:20px solid transparent;
}
.portfolio-unit.portfolio-col-2, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-2 .blog-post {
width: 50%;
}
.portfolio-unit.portfolio-col-3, .portfolio-unit.masonry-unit, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-3 .blog-post {
width: 33.33%;
}
.euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 20%;
}
.euxino_masonry_fullwidth .portfolio-unit.masonry-unit a.portfolio-link {
padding: 20px;
}
.portfolio-unit.portfolio-col-4, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-4 .blog-post {
width: 25%;
}
.portfolio-unit.portfolio-col-5, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-5 .blog-post {
width: 20%;
}
.portfolio-unit.portfolio-col-6, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-6 .blog-post {
width: 16.66%;
}
.portfolio-unit.masonry-unit {
}
.portfolio-unit.list-unit {
padding:10px 0;
}
.portfolio-unit.list-unit .port-unit-image-holder {
width:320px;
position:relative;
z-index:1;
}
.port-unit-image-holder img {
vertical-align:text-bottom;
display:block;
width:100%;
}
.owl-item .portfolio-unit {
width: 100% !important;
}
.similar_projects .portfolio-unit, .related.products div.prod_hold {
width: 25%;
}
.has-sidebar .similar_projects .portfolio-unit, .has-sidebar .related.products div.prod_hold {
width: 33.33%;
}
.portfolio-unit > h4 {
padding: 22px 12px;
font-size: 15px;
text-transform: uppercase;
margin-bottom: 0;
position: absolute;
width:100%;
bottom:-150px;
left:0;
z-index: 2;
display: block;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
text-align:center;
}
.portfolio-unit:hover > h4 {
bottom:80px;
color:#ffffff;
}
.portfolio-unit-holder, .post-unit-holder {
background-color: #ffffff;
position: relative;
z-index: 1;
overflow: hidden;
}
.post-unit-holder {
margin-bottom: 25px;
float:left;
width:100%;
}
.post-unit-holder > img, .portfolio-unit-holder > img {
display:block;
vertical-align:text-bottom;
width:100%;
height:auto;
}
.portfolio-unit-info {
text-align: left;
opacity: 0;
position: absolute;
top: 15px;
left: 15px;
right:15px;
bottom:15px;
background: rgba(0,0,0,0.4);
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
overflow: hidden;
z-index: 20000;
}
.portfolio-unit.list-unit .portfolio-unit-holder {
display:table;
}
.portfolio-unit.list-unit .portfolio-unit-info {
background-color: #ffffff;
padding:20px 50px;
position:relative;
top:0;
left:0;
opacity:1 !Important;
display:table-cell;
vertical-align:middle;
z-index:2;
overflow:visible;
}
.portfolio-unit.list-unit .portfolio-unit-info:before {
content: ' ';
position: absolute;
background: #ffffff;
display: block;
width: 30px;
height: 30px;
left: 5px;
top: 50%;
margin-top:-15px;
z-index: 3;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.portfolio-unit.list-unit:hover .portfolio-unit-info:before {
left: -15px;
opacity:1;
}
.portfolio-unit:hover .portfolio-unit-info, .post-unit-holder:hover .portfolio-unit-info, .euxino_flexslider.post_slide:hover .portfolio-unit-info {
opacity: 0.92;
}
.portfolio-unit-info h4 {
margin-bottom:8px;
font-size: 16px;
}
.portfolio-unit.list-unit .portfolio-unit-info h4 {
margin-bottom:8px;
margin-top:8px;
font-size: 21px;
}
.portfolio-unit-info h6 {
font-style: italic;
font-size:13px;
}
.portfolio-unit-info a.go_to_page {
width: 60px;
height: 60px;
background-color: #f1f1f1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
border-radius: 50%;
display: block;
margin: 0 auto;
text-align: center;
left: 50%;
top: -300px;
margin: -30px 0 0 -30px;
position: absolute;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
font-size:1px;
color:#f1f1f1;
text-decoration:none !important;
z-index:31000;
}
.portfolio-unit .portfolio-unit-info a.go_to_page {
margin: -50px 0 0 -30px;
}
.portfolio-unit-info a.go_to_page:after {
font-family: FontAwesome;
content: "\f0c1";
display:block;
color:#333333 !Important;
top:50%;
left:50%;
margin:0px;
font-size:18px;
}
.portfolio-unit:hover a.go_to_page, div.post .portfolio-unit-info:hover a.go_to_page {
top: 50%;
}
.portfolio-unit-info a.go_to_page:hover {
transform: rotate(360deg);
-ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); background-color:#f4524d;
color:#f4524d;
text-decoration:none;
}
.portfolio-unit-info a.go_to_page:hover:after {
color:#f1f1f1 !important;
text-decoration:none;
}
a.portfolio-link {
display:block;
width:100%;
height:100%;
vertical-align:middle;
padding:50px;
}
.portfolio-unit-info a.portfolio-lightbox-link {
display:block;
width:40px;
height:40px;
line-height:40px;
position:absolute;
z-index:1000;
bottom:10px;
right:10px;
text-decoration:none !important;
}
.portfolio-unit-info a.portfolio-lightbox-link span {
display:block;
width:40px;
height:40px;
line-height:40px;
color:#333333;
text-align:center;
vertical-align:middle;
border:1px solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
text-decoration:none !important;
}
.portfolio-unit-info a.portfolio-lightbox-link span:after {
font-family: FontAwesome;
content: "\f05b";
font-size:18px;
text-decoration:none !important;
}
.portfolio-unit.list-unit a.portfolio-link {
padding:0;
}
.portfolio-unit.masonry-unit a.portfolio-link, .portfolio-unit.masonry-unit a.portfolio-link small, .portfolio-unit.masonry-unit a.portfolio-link h4, .portfolio-unit.masonry-unit a.portfolio-link h6, .portfolio-unit.masonry-unit a.portfolio-link p, .portfolio-unit.portfolio-col-2 a.portfolio-link, .portfolio-unit.portfolio-col-2 a.portfolio-link small, .portfolio-unit.portfolio-col-2 a.portfolio-link h4, .portfolio-unit.portfolio-col-2 a.portfolio-link h6, .portfolio-unit.portfolio-col-2 a.portfolio-link p, .portfolio-unit.portfolio-col-3 a.portfolio-link, .portfolio-unit.portfolio-col-3 a.portfolio-link small, .portfolio-unit.portfolio-col-3 a.portfolio-link h4, .portfolio-unit.portfolio-col-3 a.portfolio-link h6, .portfolio-unit.portfolio-col-3 a.portfolio-link p, .portfolio-unit.portfolio-col-4 a.portfolio-link, .portfolio-unit.portfolio-col-4 a.portfolio-link small, .portfolio-unit.portfolio-col-4 a.portfolio-link h4, .portfolio-unit.portfolio-col-4 a.portfolio-link h6, .portfolio-unit.portfolio-col-4 a.portfolio-link p, .similar_projects .portfolio-unit a.portfolio-link, .similar_projects .portfolio-unit a.portfolio-link small, .similar_projects .portfolio-unit a.portfolio-link h4, .similar_projects .portfolio-unit a.portfolio-link h6, .similar_projects .portfolio-unit a.portfolio-link p, .owl-item .portfolio-unit a.portfolio-link, .owl-item .portfolio-unit a.portfolio-link small, .owl-item .portfolio-unit a.portfolio-link h4, .owl-item .portfolio-unit a.portfolio-link h6, .owl-item .portfolio-unit a.portfolio-link p, .portfolio-unit.portfolio-col-5 a.portfolio-link, .portfolio-unit.portfolio-col-5 a.portfolio-link small, .portfolio-unit.portfolio-col-5 a.portfolio-link h4, .portfolio-unit.portfolio-col-5 a.portfolio-link h6, .portfolio-unit.portfolio-col-5 a.portfolio-link p, .portfolio-unit.portfolio-col-6 a.portfolio-link, .portfolio-unit.portfolio-col-6 a.portfolio-link small, .portfolio-unit.portfolio-col-6 a.portfolio-link h4, .portfolio-unit.portfolio-col-6 a.portfolio-link h6, .portfolio-unit.portfolio-col-6 a.portfolio-link p {
text-decoration:none;
text-align:left;
color:#ffffff;
}
.portfolio-unit.list-unit a.portfolio-link, .portfolio-unit.list-unit a.portfolio-link small, .portfolio-unit.list-unit a.portfolio-link h4, .portfolio-unit.list-unit a.portfolio-link h6, .portfolio-unit.list-unit a.portfolio-link p{
text-decoration:none;
}
.portfolio_top {
margin-bottom: 50px;
padding-bottom:30px;
border-bottom:1px solid #e5e5e5;
position:relative;
}
.portfolio_top .project-data .project-details, .portfolio_top .project-data .main-features, .portfolio_top .project-data .more-details {
margin-bottom: 30px;
padding-left:10px;
}
.portfolio_top .project-data h4 {
font-size: 16px;
margin-bottom:20px;
}
.portfolio_top .project-data ul li strong {
text-transform: uppercase;
font-size: 11.5px;
color: #555555;
text-align: left;
clear:both;
display:block;
}
.portfolio_top .project-data .project-details .simple-list-underlined li, .portfolio_top .project-data .main-features .checklist li {
border: none !important;
padding-bottom:8px;
}
.portfolio_top .project-data .project-details a.button {
margin:10px 0;
}
.euxino-project-description {
margin-bottom:50px;
}
.euxino-project-description h3 {
text-transform: uppercase;
font-size:21px;
margin-bottom:30px;
border-bottom: 1px solid #e1e1e1;
padding-bottom:15px;
}
.similar_projects > h4 {
border-bottom: 1px solid #e1e1e1;
font-size: 18px;
margin-bottom: 30px;
padding-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1.5px;
line-height: 1.1em;
}
div.portfolio-nav{display:none}
cite {
font-size: 11px;
color: #333333;
display: block;
clear: left;
padding: 8px 0;
font-style: italic;
}
blockquote, q {
padding: 10px 20px 20px 20px;
border-left: 5px solid #cecece;
background-color:#fcfcfc;
margin-bottom: 30px;
color: #666666;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
margin-left:20px;
font-style:italic;
font-size:14px;
} .blog-post {
padding: 0px 0px 50px 50px;
margin-left:25px;
position: relative;
border-left: 1px dashed;
border-left-color: #cecece;
}
.blog-post.sticky {
border-left: 1px dashed;
border-left-color: #f4524d;
}
.blog-post-excerpt {
padding: 5px;
margin: 0;
clear:both;
}
.blog-post .heading-title {
padding: 0;
font-size: 24px;
line-height: 40px;
font-weight:400;
}
.blog-post h1.heading-title {
font-size: 24px;
line-height: 40px;
border-bottom: 1px solid #e1e1e1 !important;
text-transform:uppercase !important;
}
.blog-post-meta {
padding: 7px 0;
font-style:italic;
color: #666666;
clear:both;
}
.blog-post-meta span.sticky_post, .blog-post-meta span.post_format {
background-color: #f4524d;
color: #ffffff;
padding: 3px 9px;
font-weight: 600;
text-transform: uppercase;
margin-right: 5px;
font-style:normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
font-size:11px;
}
.blog-post-meta span.sticky_post i, .blog-post-meta span.post_format i {
color: #ffffff;
}
.blog-post-meta span.post_format a {
color: #ffffff !important;
text-decoration: none;
font-size:11px;
margin:0px;
}
.blog-post-meta span a {
margin-right:6px;
}
.blog-post-meta span i {
margin-right:3px;
line-height: 24px;
color: #919191;
}
.post-date {
font-size: 10px;
}
.post-date a, .post-date a:hover {
color: #ffffff;
text-transform:uppercase;
text-decoration:none;
}
div.post .post-date, div.product.type-product .post-date, div.page.type-page .post-date, div.attachment .post-date {
position: absolute;
top: 50%;
margin-top:-20px;
left: -25px;
width: 52px;
height: 52px;
text-align: center;
color: #ffffff;
padding: 5px;
line-height: 13px;
z-index: 0;
font-weight: 600;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
div.post.euxino-post-no-image .post-date {
top: 0px;
margin-top:0;
}
body.single-post div.post .post-date {
top: 15px;
margin-top:0;
}
div > .post-date:before {
background-color: inherit !important;
bottom: 22px;
content: "";
display: block;
height: 10px;
right: -5px;
left:auto;
position: absolute;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); width: 10px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
div.post .post-date .num, div.attachment .post-date .num, div.product.type-product .post-date .num, div.page.type-page .post-date .num {
width: 100%;
text-align: center;
font-size: 21px;
font-weight: normal;
display: block;
padding-bottom: 5px;
border-bottom: 1px solid #ffffff;
line-height: 21px;
margin-bottom:1px;
}
.blog-post .slideshow, .blog-post .slideshow .flexslider {
margin: 0 0 25px 0;
}
.video-holder {
height: 0;
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 67.5%;
padding-top: 25px;
position: relative;
}
.blog-post .video-holder {
margin-bottom: 15px;
}
.video-holder embed, .video-holder iframe, .video-holder object, .video-holder video {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.euxino_double_timeline .blog-post {
width:50%;
float:left;
border-left: none;
border-right: 1px dashed #cecece;
padding: 0px 50px 65px 8px;
margin-left:0;
clear:left;
}
.euxino_double_timeline .blog-post.post_right {
float:right;
padding: 0px 8px 0px 50px;
border-right: none;
margin-top:65px;
clear:none;
}
.euxino_double_timeline .blog-post.post_right:after {
clear: both;
font-size: 0;
height: 0;
line-height: 0;
display:block;
content:'';
}
.euxino_double_timeline div.post.blog-post .post-date {
right:-25px;
left:auto;
top:0;
margin-top:20px;
}
.euxino_double_timeline .blog-post .post-date:before {
right:auto;
left:-5px;
}
.euxino_double_timeline .blog-post.post_right .post-date:before {
right:-5px;
left:auto;
}
.euxino_double_timeline div.post.blog-post.post_right .post-date {
left:-25px;
right:auto;
}
.euxino_blog_small_image .blog-post .post-unit-holder, .euxino_blog_small_image .blog-post .euxino_flexslider.post_slide, .euxino_blog_small_image .blog-post .slideshow {
width:250px;
float:left;
margin-right:30px;
}
.euxino_blog_small_image .blog-post {
clear:both;
}
.euxino_blog_small_image .mejs-container {
clear:none;
}
.euxino_blog_small_image .euxino_post_data_holder {
margin-left:280px;
}
.euxino_blog_small_image .euxino-post-no-image .euxino_post_data_holder {
margin-left:0px;
}
.euxino_blog_small_image .blog-post .blog-post-meta, .euxino_blog_small_image .blog-post .blog-post-excerpt {
clear:none;
}
.euxino_blog_small_image div.post.blog-post .post-date {
top:0;
margin-top:0px;
}
.euxino_blog_masonry .blog-post {
width:33%;
padding:15px;
border:none;
margin:0;
vertical-align:top;
margin-bottom:10px;
}
.euxino_blog_masonry .blog-post.euxino-post-no-image {
padding-top:80px;
}
.euxino_blog_masonry div.post.blog-post .post-date {
margin:0;
top:7px;
left:7px;
right:auto;
z-index:32000;
}
.euxino_blog_masonry div.post.blog-post .post-date:before {
display:none;
}
.euxino_blog_masonry div.post.blog-post .heading-title, .euxino-related-blog-posts .blog-post .heading-title {
font-size:16px;
padding-bottom:5px;
line-height:26px;
}
.euxino_blog_masonry div.post.blog-post .blog-post-excerpt {
padding-left:0;
padding-right:0;
}
.euxino_shortcode_latest_posts.euxino_blog_masonry .blog-post {
width:100%;
overflow:hidden;
display: inline-block;
float:left;
margin:0 0 30px 0 !important;
border: none !important;
box-sizing:border-box;
}
.euxino_shortcode_latest_posts.euxino_blog_masonry .owl-item .blog-post {
width:100%;
}
#comment .pagenavi {
padding: 0 0 40px 0;
}
ul.commentlist {
list-style-type: none;
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
}
.commentlist ul {
list-style-type: none;
padding: 10px 0 0 0;
margin: 0;
float: left;
clear: left;
width: 95%;
padding-left: 5%;
position: relative;
}
.commentlist ul:before {
display: block;
width: 15px;
height: 15px;
line-height: 15px;
vertical-align: middle;
font-family: FontAwesome;
content: "\f064";
position: absolute;
top: 10px;
left: 10px;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); }
.commentlist li {
position: relative;
padding: 0;
float: left;
clear: left;
display: block;
width: 100%;
margin-bottom: 9px;
margin-left: 0;
}
.commentlist li li {
position: relative;
padding: 0;
margin: 0px;
}
.commentlist li .comment-text {
margin-left: 80px;
position: relative;
z-index: 90;
}
img.avatar {
float: left;
padding: 8px;
background-color: #ffffff;
border: 1px solid #f1f1f1;
margin: 0 10px 10px 0;
}
.bypostauthor img.avatar {
background-color: #333333;
border: 1px solid #999999;
}
.commentlist li div.description {
border: none;
padding: 8px;
width: auto;
}
.commentlist li .star-rating {
position: absolute;
crop: 0;
right: 0;
width: 150px;
}
#commentsForm label {
display: block
}
p.form-allowed-tags {
font-size: 11px;
padding: 8px;
background: #f8f8f8;
border: 1px solid #f1f1f1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
p.form-allowed-tags * {
font-size: 11px;
}
#commentsForm .text-input {
margin-bottom: 8px;
padding: 8px 5px;
vertical-align: middle;
width: 50%;
}
#commentsForm .textarea {
margin-bottom: 10px;
padding: 2%;
vertical-align: top;
width: 100%;
}
p.comment-form-author, p.comment-form-email {
width: 49%;
float: left;
}
p.comment-form-author {
margin-right: 2%;
}
p.comment-form-author input, p.comment-form-email input {
width: 94%;
padding: 2%;
}
p.logged-in-as {
margin-bottom: 30px;
padding: 8px;
background-color: #f8f8f8;
border: 1px solid #f1f1f1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
} .accordion {
list-style-type: none;
}
.accordion li {
background: #212121;
cursor: pointer;
float: left;
display: block;
width: 100%;
}
.accordion li.active>a.accordion-title {
background: url(//extralarge.pt/wp-content/themes/euxino/image/bg-accordion.png) no-repeat right 8px;
}
.accordion li div {
padding: 20px 20px;
background: #f8f8f8;
}
.accordion li a.accordion-title {
text-decoration: none;
display: block;
cursor: pointer;
background: url(//extralarge.pt/wp-content/themes/euxino/image/bg-accordion.png) no-repeat right -55px;
padding: 5px;
border-bottom: 1px solid #ffffff;
padding: 5px 15px;
color: #fff;
font-size: 12px;
font-weight: 600;
}
.accordion table.form {
border: none;
} .euxino-search-cart-holder {
float:right;
height:100%;
min-height:58px;
}
#main-menu .euxino-search-cart-holder {
min-height: inherit;
}
#cart-module {
padding: 0px 12px;
height:100%;
margin: 0;
position: relative;
z-index: 0;
float: right;
list-style: none;
z-index:2;
}
#cart-module > li {
vertical-align:middle;
min-height:58px;
line-height:58px;
}
#cart-module a.cart-contents:before {
display: inline-block;
content: "\f07a";
font-family: FontAwesome;
font-size: 18px;
float:left;
margin-right:10px;
position:relative;
color: #255987;
top:0px;
font-weight: normal !important;
}
#cart-module div.widget.woocommerce.widget_shopping_cart {
display: none;
position: absolute;
top: 98%;
right: 0;
z-index: 10000;
width: 250px;
background: #ffffff;
padding: 20px 10px 10px 10px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
border:1px solid #f1f1f1;
}
#cart-module div.widget.woocommerce.widget_shopping_cart:before {
content: ' ';
position: absolute;
background: #ffffff;
display: block;
width: 10px;
height: 10px;
right: 15px;
top: -5px;
z-index: 30000;
border:1px solid;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); border-color:  #f1f1f1 transparent transparent #f1f1f1;
}
#cart-module:hover div.widget.woocommerce.widget_shopping_cart {
display: block;
}
#cart-module a.cart-contents {
display: block;
width: 100%;
text-decoration: none;
}
.main_menu_holder #cart-module .cart-contents span.count {
display:none;
}
.main_menu_holder #cart-module {
background: none;
}
.widget_shopping_cart_content a.remove {
display: block;
float: right;
width: 14px;
height: 14px;
line-height: 14px;
background: #e5e5e5;
margin-top: 5px;
text-align:center;
}
.widget_shopping_cart_content a.remove:hover {
background: #f4524d;
color:#ffffff;
}
#cart-module .cart-contents {
margin: 0;
display: inline-block;
font-size: 13px;
font-weight: 600;
}
#cart-module .cart-contents span.count {
float: left;
font-size: 11px;
font-weight: normal;
margin-right: 8px;
}
.widget_shopping_cart_content li {
padding-bottom: 10px !important;
border-bottom: 1px solid #e5e5e5;
}
.widget_shopping_cart_content li.empty {
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: none;
font-size:12px;
color:#cecece;
}
.widget_shopping_cart_content p.total, .widget_shopping_cart_content p.buttons {
text-align: right;
margin: 0;
}
.widget_shopping_cart_content p.buttons {
margin-top: 15px;
}
.widget_shopping_cart_content p.buttons .button {
padding: 5px 10px;
}
.widget_shopping_cart_content li dl.variation {
width: auto !important;
margin-bottom: 4px;
}
.widget_shopping_cart_content li dl.variation dt, .widget_shopping_cart_content li dl.variation dd {
padding: 0;
font-size: 11px;
width: auto;
margin-right: 3px;
}
.widget_shopping_cart_content li dl.variation p {
margin: 0;
}
.euxino_added_to_cart_notification {
width:310px;
padding:10px;
position:fixed;
top:200px;
left:50%;
margin-left:-150px;
background:#ffffff;
border:10px solid #333333;
z-index:10000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
opacity:0.9;
}
img.added-product-image {
max-width:50px;
float:left;
}
div.added-product-text {
float:left;
margin-left: 15px;
overflow:hidden;
max-width:190px;
text-align:center;
}
div.added-product-text strong {
font-size:12px;
color:#333333;
}
div.added-product-text:before, div#yith-wcwl-message:before{
display: block;
color: #6ab000;
content: "\f00c";
font-family: FontAwesome;
font-size: 24px;
clear:both;
margin-bottom:2px;
}
table.shop_table.cart.wishlist_table div.yith-wcwl-add-to-wishlist {
display:none !important;
}
.video_controlls {
float: right;
}
#header .main_menu_holder .video_controlls {
position:absolute !important;
background:#ffffff;
top:67px;
right:-30px;
padding:2px 7px 2px 0px;
width:30px;
text-align:center;
}
.video_controlls a {
margin-left: 8px;
text-decoration: none;
color: #333333;
font-size: 13px;
}
#header .main_menu_holder.video_controlls a {
margin-left: 0px;
}
.video_controlls a:hover {
color: #999999;
} .fixed:after, .inner:after, p.myaccount_user:after, div.col2-set.addresses:after, .sidebar > div.widget:after, .wpb_widgetised_column div.widget:after, .wpb_widgetised_column div.box:after, .sidebar > div.box:after, #footer:after, .wpb_single_image:after, div.woocommerce:after, ul.euxino_woo_categories_shop:after, .upsells.products:after, .euxino_shortcode_latest_posts:after, div.cross-sells:after, .euxino_shortcode_count_holder:after, .euxino_blog_small_image .blog-post:after, .euxino_shortcode_latest_posts.euxino_blog_masonry .blog-post:after, div.prod_hold .links:after {
content: " ";
display: block;
height: 0px !Important;
clear: both;
visibility: hidden;
}
.fixed {
display: block;
}/*\*/.fixed {
min-height: 1%;
}
* html .fixed {
height: 1%;
}
.clear {
clear: both;
font-size: 0;
line-height: 0;
height: 0
}
#supersized:hover, #supersized li a {
cursor: default !Important;
}
#main img, .box img, .product image img {
max-width: 100%;
}
.selectnav {
display: none;
}
#header #searchform .screen-reader-text {
display: block;
font-size: 90%;
left: 0;
line-height: 27px;
padding-left: 10px;
position: absolute;
background: #ffffff;
}/**/#footer-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#footer_nav > li > a {
font-size: 18px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 12px;
border-bottom: 1px solid #333333;
padding-bottom: 8px;
display: block;
}
#footer_nav > li > a:hover {
text-decoration: none;
}
#footer_nav ul li a {
margin: 0;
padding: 4px;
display: block;
}
#footer_nav ul li a:hover {
background-color: #f1f1f1;
text-decoration: none;
}
.comment-reply-link {
font-size: 11px;
float: right;
clear: both;
text-decoration: none !important;
}
.comment-reply-link:before {
margin-right: 2px;
font-family: FontAwesome;
content: "\f045";
font-size: 12px;
}
ol.commentlist {
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
}
#reviews .commentlist li .comment_container, .comment-body {
text-align: left;
float: left;
width: 100%;
padding: 10px 1%;
position: relative;
border: 1px solid #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
background:#ffffff;
}
.bypostauthor .comment-body {
border: 1px solid #f1f1f1;
background:#f9f9f9;
}
#reviews .commentlist li .meta {
margin-bottom: 13px;
color: #999999;
}
#reviews .commentlist li .meta strong, .comment-body span.tuser {
color: #333333;
text-transform: uppercase;
}
.comment-body span.tuser {
margin-right: 8px;
border-right: 1px solid #cecece;
padding-right: 8px;
font-weight: 600;
}
#reviews .commentlist li .description p {
margin: 5px 0 0 0;
}
#reviews .star-rating {
background: url(//extralarge.pt/wp-content/themes/euxino/image/stars_bo_grey.png) 4px 0px no-repeat;
background-color: #666666;
text-indent: -9999px;
width: 108px;
margin: 0 auto;
height: 25px;
z-index: 9999;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#reviews .star-rating span {
background: url(//extralarge.pt/wp-content/themes/euxino/image/stars_bo_gold.png) 4px 0px no-repeat;
text-indent: -9999px;
display: block;
} .ui-widget-overlay {
background: none repeat scroll 0 0 #FFFFFF !important;
opacity: 1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
font-weight: normal !important;
} #euxino_price_range {
color: #ffffff;
font-weight: 600;
background-color:#f4524d;
padding:3px 8px;
position:relative;
margin-left:8px;
}
#euxino_price_range:before {
content: ' ';
position: absolute;
background-color: inherit;
display: block;
width: 6px;
height: 6px;
left: -3px;
top: 50%;
margin-top:-3px;
z-index: 30000;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .pull-item {
position: fixed;
z-index: 20000;
will-change:top;
width: 304px;
transition: all 0.7s ease 0s;
-webkit-transition: all 0.7s ease 0s;
-ms-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
}
.pull-item.top.left {
top: 160px;
left: -304px;
}
.pull-item.middle.left {
top: 215px;
left: -304px;
}
.pull-item.bottom.left {
top: 270px;
left: -304px;
}
.pull-item.top.right {
top: 160px;
right: -304px;
}
.pull-item.middle.right {
top: 215px;
right: -304px;
}
.pull-item.bottom.right {
top: 270px;
right: -304px;
}
.pull-item:hover {
z-index: 20100;
}
.pull-item.left .pull_butoon {
position: absolute;
top: 0px;
right: -50px;
background-color: #f5f5f5;
border-radius: 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px;
-webkit-border-radius: 0px 2px 2px 0px;
overflow: hidden;
width:50px;
height:50px;
}
.pull-item.right .pull_butoon {
position: absolute;
top: 0px;
left: -50px;
background-color: #f5f5f5;
border-radius: 2px 0px 0px 2px;
-moz-border-radius: 2px 0px 0px 2px;
-webkit-border-radius: 2px 0px 0px 2px;
overflow: hidden;
width:50px;
height:50px;
}
.pull_butoon img {
max-width: 50px;
max-height: 50px;
}
.pull-item.left .top-level-pull-out {
padding: 12px;
float: left;
background-color: #f5f5f5;
border-radius: 0px 0px 3px 0px;
-moz-border-radius: 0px 0px 3px 0px;
-webkit-border-radius: 0px 0px 3px 0px;
width: 280px;
}
.pull-item.right .top-level-pull-out {
padding: 12px;
float: right;
background-color: #f5f5f5;
border-radius: 0px 0px 0px 3px;
-moz-border-radius: 0px 0px 0px 3px;
-webkit-border-radius: 0px 0px 0px 3px;
width: 280px;
}
.pull-inner {
background-color: #ffffff;
overflow: hidden;
padding: 20px;
}
.pull-inner > div > h4:first-child {
font-size:16px;
margin-bottom:15px;
}
.pull-inner p {
margin: 0;
}
.pull-inner img {
margin: 0;
max-width: 100%;
}
.pull-item.left.active {
left: 0px !important;
}
.pull-item.right.active {
right: 0px !important;
}
nav.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0 0 60px 0;
list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
list-style: none;
display: inline-block;
margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 9px 12px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f8f8f8;
color: #333333;
text-decoration: none;
}
div.woocommerce-MyAccount-content {
padding: 30px;
padding-top: 90px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-top:0;
margin-bottom:50px;
background: #fcfcfc;
border: 1px solid #f1f1f1;
position: relative;
color: #666666;
font-size: 16px;
line-height: 180%;
}
div.woocommerce-MyAccount-content .euxino-account-avatar {
clear: both;
display: block;
left: 30px;
margin: 0 auto 0;
position: absolute;
text-align: center;
top: -30px;
}
div.woocommerce-MyAccount-content > a {
color: #ffffff;
text-decoration: underline;
}
div.woocommerce-MyAccount-content .euxino-account-avatar img{
float: none;
padding: 6px;
}
table.my_account_orders, .col2-set.addresses {
margin-bottom:50px;
}
.col2-set.addresses .col-1.address, .col2-set.addresses .col-2.address {
width:50%;
padding:1%;
float:left;
}
.col2-set.addresses header {
position:relative;
}
.col2-set.addresses header a.edit {
position:absolute;
color:#ffffff;
top:9px;
right:10px;
display:block;
font-size:10px;
font-weight:600;
text-transform:uppercase;
background:#f4524d;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
padding:1px 6px;
text-decoration:none;
}
.col2-set.addresses header a.edit:hover {
background:#222222;
}
.col2-set.addresses header a.edit:before {
display: inline-block;
content: "\f040";
font-family: FontAwesome;
font-size: 12px;
margin-right:4px;
font-weight:normal !important;
}
.cart-info .coupon {
text-align:left;
display: inline-block;
width: 70%;
vertical-align: top;
}
.cart-info .coupon label {
display: none;
}
.coupon input#coupon_code, .checkout_coupon input#coupon_code{
padding:10px;
font-size:13px;
}
.coupon input.button, .wc-proceed-to-checkout .button {
text-align:center;
margin-bottom:8px;
}
.coupon input, .checkout_coupon p {
display: inline-block;
vertical-align: top;
}
.coupon input.button {
background-color:#3a3a3a;
}
form.checkout_coupon {
margin-bottom:30px;
padding:20px;
background-color:#fcfcfc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display:block;
width: 100%;
}
form.checkout_coupon p {
border:none !important;
}
table.shop_table.cart .actions > input.button {
margin: 0 auto;
}
table.shop_table.cart td.product-quantity div.quantity {
height: auto;
}
table.shop_table.cart td.product-quantity div.quantity input.input-text.qty.text {
max-width: 100%;
vertical-align: middle;
}
table.shop_table.cart td.product-quantity div.quantity input.plus, table.shop_table.cart td.product-quantity div.quantity input.minus {
display: none !important;
}
.cart-collaterals h2 {
border-bottom: 1px solid #e5e5e5;
font-size: 15px;
margin-bottom: 22px;
padding-bottom: 10px;
text-transform: uppercase;
}
.woocommerce-info {
margin-bottom: 35px;
padding: 15px 10px;
background-color: #f8f8f8;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.woocommerce-message, p.demo_store {
background: #fff4e2;
color: #9d8967;
margin-bottom: 20px;
border: 1px solid #ffeccc;
border-left-width:4px;
padding: 15px 10px;
min-height: 70px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}
p.demo_store {
text-align: center;
min-height: 20px;
font-size: 14px !important;
text-transform: uppercase;
font-weight: 600;
color: #9d8967;
}
.woocommerce-message .button {
float: right;
margin-left: 30px;
}
texarea#order_comments.input-text {
width: 469px !important;
height: 155px !important;
}
ul.payment_methods.methods {
list-style: none;
margin-left: 0;
}
ul.payment_methods.methods li {
list-style: none;
margin-left: 0;
}
.payment_method_paypal label img {
clear: both;
display: block;
}
.woocommerce-checkout .form-row.address-field .chosen-container {
width: auto !important;
}
html.touch #search div.ajax_search_result {
display: none !important;
}
#search div.ajax_search_result {
display: none;
}
#search.active div.ajax_search_result {
display: block;
}
div.ajax_search_result {
padding: 10px;
background: #ffffff;
position: absolute;
right: 0px;
width: 300px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
div.ajax_search_result h4 {
border-bottom: 1px solid;
font-size: 14px;
margin-bottom: 22px;
padding-bottom: 10px;
text-transform: uppercase;
}
div.ajax_search_result ul, div.ajax_search_result ul li {
list-style: none;
margin-left: 0;
}
div.ajax_search_result ul {
margin-bottom: 15px;
}
div.ajax_search_result ul li {
margin-bottom:8px;
padding-bottom:8px;
border-bottom:1px solid #f9f9f9;
}
div.ajax_search_result ul li a {
display: block;
}
span.ajax_search_image {
background: #cecece none repeat scroll 0 0;
display: inline-block;
height: 50px;
margin: 3px 8px 0 0;
width: 50px;
}
span.ajax_search_image img {
width: 50px !important;
height: auto !important;
}
span.ajax_search_content {
display: inline-block;
vertical-align: top;
width:100px;
}
a.ajax_search_unit {
text-decoration: none !important;
padding: 5px;
}
.ajax_search_content span {
width: 220px;
display: block;
margin-bottom: 3px;
}
.ajax_search_content span.ajax_search_title {
color: #333333;
text-transform: uppercase;
}
.ajax_search_content span.ajax_search_excerpt {
color: #666666;
font-size:12px;
}
.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt {
border-radius: 2px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
}
.wishlist-title {
display: inline-block;
margin-bottom: 35px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.compare, .woocommerce .wishlist_table td.product-add-to-cart a.euxino-quick-view-link  {
display:none !important;
}
.wishlist_table tr td {
vertical-align: middle;
}
.vc_carousel-control .icon-prev, .vc_carousel-control .icon-next {
display: block;
font-size: 30px;
height: 30px;
margin-left: -15px;
margin-top: -17px;
padding: 0;
width: 30px;
background: #333333;
color: #ffffff;
}
.vc_carousel-control .icon-next:before, .vc_carousel-control .icon-prev:before {
top: 1px !important;
}
.wpb_toggle, #content .vc_toggle_title {
background-position: 5px center !important;
background-color: #f8f8f8;
border: 1px solid #f5f5f5;
clear: both;
margin-top: 0;
padding: 12px 12px 12px 45px;
font-size: 15px;
}
.vc_toggle_size_lg .vc_toggle_title {
padding: 12px 12px 12px 55px !important;
}
.wpb_toggle, #content .vc_toggle.vc_toggle_default .vc_toggle_title, #content .vc_toggle.vc_toggle_simple .vc_toggle_title {
padding: 12px 12px 12px 40px;
}
.vc_toggle_text_only .vc_toggle_title {
padding: 12px 12px !important;
}
.vc_toggle_icon {
margin-left:10px !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_icon {
margin-left:17px !important;
}
.vc_carousel-inner .vc_inner img, .post-thumb img {
height: auto;
}
.vc_toggle_title h4 {
font-size: 15px;
text-transform: uppercase;
}
.vc_carousel .vc_carousel-control .icon-next:before, .vc_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
content: "\f054" !Important;
font-family: FontAwesome !Important;
font-size: 14px;
position: relative;
top: -10px;
}
.vc_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
content: "\f053" !Important;
} .ui-widget-header, .ui-widget-content, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: none !important;
border: none !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #919191 !important;
}
.vc_message_box p {
margin-top: 0;
}
.euxino-author-info {
margin: 35px 0;
padding: 15px 12px;
border: 4px solid #f1f1f1;
position:relative;
}
.euxino-author-info:before {
content: ' ';
position: absolute;
background: #ffffff;
display: block;
width: 16px;
height: 16px;
left: 20px;
top: -8px;
z-index: 3;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); border:4px solid;
border-color:  #f1f1f1 transparent transparent #f1f1f1;
}
.euxino-author-info .euxino-author-content {
clear: both;
min-height: 1px;
}
.euxino-author-info .title h2 {
font-size: 14px;
line-height:normal;
margin-bottom: 15px;
}
.ajax_loading .ajax_loading_inner {
background: url(//extralarge.pt/wp-content/themes/euxino/image/loading.gif) center center no-repeat;
background-color: #ffffff;
display: block;
width: 188px;
height: 40px;
right: 0px;
left: auto;
}
html.touch .ajax_loading .ajax_loading_inner {
display: none !important;
}
.wpb_single_image .vc_single_image-wrapper {
display: block !important;
}
.wpb_single_image img {
vertical-align:bottom;
}
.entry-summary .yith-wcwl-wishlistexistsbrowse .feedback {
display: none !important;
}
#yith-wcwl-popup-message {
background: #ffffff !important;
border: 8px solid #333333 !important;
border-radius: 3px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
width: 280px !important;
margin-left: -150px !important;
left: 50%;
line-height: 50px;
padding: 10px !important;
position: fixed;
text-align: center;
top: 40%;
z-index: 10000;
}
#topcontrol {
z-index:10000;
}
span.scroltopcontrol {
display:block;
width:50px;
height:50px;
line-height:50px;
cursor:pointer;
z-index:10000;
position:relative;
}
span.scroltopcontrol:before {
display:block;
width:50px;
height:50px;
line-height:50px;
text-align:center;
vertical-align:middle;
font-family: FontAwesome;
content: "\f077";
color:#ffffff;
background-color:#0ceef2;
position:absolute;
top:0;
left:0;
opacity:0.8;
}
span.scroltopcontrol:hover:before {
opacity:0.95;
}
html.touch #supersized {
display:none !important;
}
.vc_progress_bar .vc_single_bar, .vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 0px !important;
box-shadow:none !important;
}
div.wpb_row.euxino_is_parallax {
background-position: 50% 0;
background-repeat:none;
background-attachment:fixed;
background-size: auto;
}
.vc_grid-filter {
text-align:center !important;
margin-bottom:40px !important;
}
.vc_grid-filter .vc_grid-filter-item {
border:none !important;
text-transform:uppercase !important;
color:#333333 !important;
}
.wpb_euxino_banner a {
display:block;
position:relative;
overflow:hidden;
color:#ffffff;
}
.wpb_euxino_banner a h4, .wpb_euxino_banner a h6, .euxino_banner_buton {
text-transform:uppercase;
color:#ffffff;
}
.wpb_euxino_banner a h4 {
font-size:24px;
margin-bottom:3px;
}
.wpb_euxino_banner a h6 {
font-size:14px;
margin-bottom:3px;
text-transform:none;
font-style:italic;
}
.euxino_banner_buton {
display:inline-block;
border:1px solid #ffffff;
padding:2px 12px;
margin-top:15px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.euxino_banner_buton:hover {
background-color:#ffffff;
color:#333333;
}
.wpb_euxino_banner img {
display:block;
position:relative;
z-index:1;
width:100%;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
.euxino_banner_text:after {
display:block;
position:absolute;
top: 23px;
right: 23px;
bottom: 23px;
left: 23px;
background:#000000;
content:'';
z-index:5;
opacity:0.25;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
div.euxino_whole_banner_wrapper {
width:100%;
}
.euxino_banner_image {
position:relative;
top:0;
left:0;
width:100%;
z-index:1;
overflow:hidden;
}
.euxino_banner_image:before,
.euxino_banner_image:after {
position: absolute;
content: '';
opacity: 0;
}
.euxino_banner_image:before {
top: 20px;
right: 10px;
bottom: 20px;
left: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
z-index:10;
}
.euxino_banner_image:after {
top: 10px;
right: 20px;
bottom: 10px;
left: 20px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
z-index:11;
}
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:before,
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:after {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:before,
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:after {
opacity: 0.4;
-webkit-transform: scale(1);
transform: scale(1);
}
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:before {
opacity: 0.4;
-webkit-transform: scale(1);
transform: scale(1);
}
div.euxino_whole_banner_wrapper:hover .euxino_banner_image:after {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
div.euxino_whole_banner_wrapper:hover .euxino_banner_text:after {
opacity:0.5;
top: 28px;
right: 28px;
bottom: 28px;
left: 28px;
}
.euxino_banner_text {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
text-align:center;
}
.euxino_banner_text .euxino_banner_centering {
display:table;
width:100%;
height:100%;
}
.euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
display:table-cell;
vertical-align:middle;
text-align:center;
padding:40px;
position:relative;
z-index:6;
}
.banner-top-left .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:top;
text-align:left;
}
.banner-top-center .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:top;
text-align:center;
}
.banner-top-right .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:top;
text-align:right;
}
.banner-center-left .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:center;
text-align:left;
}
.banner-center-right .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:center;
text-align:right;
}
.banner-bottom-left .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:bottom;
text-align:left;
}
.banner-bottom-center .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:bottom;
text-align:center;
}
.banner-bottom-right .euxino_banner_text .euxino_banner_centering .euxino_banner_centered {
vertical-align:bottom;
text-align:right;
}
#infscr-loading {
margin-top:20px;
}
#infscr-loading img {
display:none !important;
} @-webkit-keyframes EuxinofadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 20px, 0);
transform: translate(0, 20px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes EuxinofadeInUp {
0% {
opacity: 0;
-webkit-transform: translate(0, 20px, 0);
transform: translate(0, 20px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.EuxinofadeInUp {
-webkit-animation-name: EuxinofadeInUp;
animation-name: EuxinofadeInUp;
}
.euxino-icon-title.fa  {
margin-right:6px;
font-size:140%;
font-weight:normal !important;
}
.euxino-icon-title.vc_li  {
vertical-align:top;
margin-right:6px;
}
.euxino-icon-title.entypo-icon  {
vertical-align:top;
margin-right:6px;
font-size:120%;
}
.euxino-icon-title.typcn  {
font-size:130%;
width:auto;
height:auto;
line-height:inherit;
}
.euxino-icon-title.vc-oi  {
font-size:130%;
vertical-align:top;
}
.euxino_icon_element-color-juicy_pink {
color: #f4524d !important;
}
.euxino_icon_element-color-green {
color: #6dab3c !important;
}
.euxino_icon_element-color-blue {
color: #5472d2 !important;
}
.euxino_icon_element-color-turquoise {
color: #00c1cf !important;
}
.euxino_icon_element-color-pink {
color: #fe6c61 !important;
}
.euxino_icon_element-color-violet {
color: #8d6dc4 !important;
}
.euxino_icon_element-color-peacoc {
color: #4cadc9 !important;
}
.euxino_icon_element-color-chino {
color: #cec2ab !important;
}
.euxino_icon_element-color-mulled_wine {
color: #50485b !important;
}
.euxino_icon_element-color-vista_blue {
color: #75d69c !important;
}
.euxino_icon_element-color-black {
color: #2a2a2a !important;
}
.euxino_icon_element-color-grey {
color: #ebebeb !important;
}
.euxino_icon_element-color-orange {
color: #f7be68 !important;
}
.euxino_icon_element-color-sky {
color: #5aa1e3 !important;
}
.euxino_icon_element-color-sandy_brown {
color: #f79468 !important;
}
.euxino_icon_element-color-purple {
color: #b97ebb !important;
}
.euxino_icon_element-color-white {
color: #ffffff !important;
}
.euxino-google-maps {
width: 100%;
position: relative;
overflow: hidden;
padding:0;
border-bottom:1px solid #f8f8f8;
}
.map_canvas img {
max-width: none;
}
.directions_holder {
background-color: #ffffff;
width: 320px;
height: 210px;
position: absolute;
bottom: -155px;
left: 50%;
margin-left: -160px;
text-align: center;
padding: 15px 10px;
transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
}
.directions_holder h4 {
font-size:18px;
}
.directions_holder p {
font-size:12px;
}
.directions_holder h4 .fa  {
margin-right:6px;
font-size:130%;
font-weight:normal !important;
}
.directions_holder input[type="text"] {
width:100%;
text-align:center !important;
padding:8px 4px;
}
.directions_holder:hover {
bottom: -20px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.euxino-quick-view-lightbox .mfp-content {
background: #ffffff;
max-width: 940px;
}
.euxino-quick-view-lightbox .euxino-quickview-images, .euxino-quick-view-lightbox .summary.entry-summary {
width:50%;
display:inline-block;
float:left;
padding:30px;
}
.euxino-quick-view-lightbox .share {
display: none !important;
}
.euxino-quick-view-lightbox .summary.entry-summary input.qty {
font-size: 16px;
height: 40px;
text-align: center;
width: 40px !important;
}
.euxino-quick-view-lightbox .summary.entry-summary .cart div {
float: left;
}
.euxino-quick-view-lightbox .summary.entry-summary .options h3 {
border: medium none;
font-size: 18px;
margin-bottom: 20px;
text-transform: uppercase;
}
.euxino-quick-view-lightbox .owl-carousel .owl-item img {
display: block;
height: auto;
width: 100%;
}
.euxino-quick-view-lightbox .content_holder {
margin:0;
}
.euxino-quick-view-lightbox .price span {
display: inline-block;
margin-bottom: 8px;
}
.euxino-quick-view-lightbox .price span.amount {
font-size: 24px;
}
.euxino-quick-view-lightbox .price del span {
color: #cecece;
font-size: 18px !important;
margin: 0 8px;
text-decoration: line-through;
}
.euxino-quick-view-lightbox div.single_variation .price {
display: block;
font-size: 14px !important;
margin: 0 !important;
}
.euxino-quick-view-lightbox div.single_variation .price span.amount {
font-size: 14px !important;
margin: 0 !important;
}
.euxino-quick-view-lightbox .price {
color: #333333 !important;
font-size: 16px;
clear:both;
}
.euxino-quick-view-lightbox .woocommerce-review-link {
display:none;
}
.euxino-quick-view-lightbox h1.product_title {
margin-bottom:20px;
}
.euxino-quick-view-lightbox div.single_variation_wrap {
width: 100%;
}
.euxino-quick-view-lightbox div.single_variation {
background-color: #f8f8f8;
clear: both !important;
color: #333333 !important;
float: none !important;
font-size: 13px;
padding: 10px;
}
.euxino-quick-view-lightbox div.variations_button {
padding: 10px 0;
}
div.prod_hold:before {
display:none;
width:100%;
height:100%;
background: url(//extralarge.pt/wp-content/themes/euxino/image/loading3.gif) center center no-repeat;
background-color:#ffffff;
opacity:0.85;
z-index:15000;
position:absolute;
top:0;
left:0;
content:'';
}
div.prod_hold.loading:before {
display:block;
}
.icon_link_item {
margin-bottom:10px;
padding:8px;
text-align:left;
}
.icon_link_item a, .icon_link_item a h5, .icon_link_item a small {
text-decoration:none !important;
}
.icon_link_item a h5 {
text-transform: uppercase;
}
.icon_link_item .icon_holder{
width:40px;
height:40px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
background-color:#333333;
color:#ffffff;
font-size:21px;
line-height:40px;
text-align:center;
float:left;
margin-right:15px;
margin-top: 3px;
}
.icon_link_item.teaser-right .icon_holder{
float:right;
margin-right:0;
margin-left:15px;
}
.icon_link_item.teaser-right h5, .icon_link_item.teaser-right small {
text-align:right;
width:100%;
}
body.not-cleaned .icon_link_item:hover .icon_holder {
-webkit-animation: toggler 1s linear;
-moz-animation: toggler 1s linear;
-ms-animation: toggler 1s linear;
animation: toggler 1s linear;
}
.icon_link_item small {
font-style:italic;
display:block;
font-size:12.5px;
}
.icon_links h5{
margin-bottom:0;
font-size:14px;
text-transform:uppercase;
}
.header-icon-teasers {
float:right;
margin-top:28px;
}
.euxino_header_left .header-icon-teasers {
display:none;
}
.header-icon-teasers .wpb_content_element {
margin:0;
display:inline-block;
width:auto;
margin-left:15px;
padding:8px;
background:rgba(255, 255, 255, 0.8);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.header-icon-teasers .icon_link_item {
margin-bottom: 0;
padding: 0;
width:auto;
}
.header-icon-teasers .icon_link_item .icon_holder {
margin:0;
width:35px;
height:35px;
line-height:35px;
}
.header-icon-teasers .icon_link_item.teaser-right .icon_holder {
margin-left:15px;
}
.header-icon-teasers .icon_link_item.teaser-left h5, .header-icon-teasers .icon_link_item.teaser-left small {
margin-left:50px;
}
.header-icon-teasers .icon_link_item.teaser-right h5, .header-icon-teasers .icon_link_item.teaser-right small {
margin-right:50px;
}
.header-icon-teasers .icon_link_item h5 {
font-size:14px;
}
.header-icon-teasers .icon_link_item small {
line-height:18px;
}
.icon_teaser {
padding:20px;
width:100%;
}
.icon_teaser h3 {
margin-bottom:7px;
}
.icon_teaser h6 {
margin-bottom:15px;
}
.euxino-icon-teaser-lightbox .mfp-content {
background: #ffffff;
max-width: 600px;
}
.euxino-iconbox {
background-color: #fcfcfc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
border:1px solid #f5f5f5;
position: relative;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
top: 0;
vertical-align:top;
padding:75px 20px 35px 20px;
}
.euxino-iconbox.euxino-iconbox.euxino-clean-icon {
padding:110px 20px 20px 20px;
}
.euxino-iconbox.euxino-icon-box-right, .euxino-iconbox.euxino-clean-icon.euxino-icon-box-right {
padding:0px 70px 20px 20px;
border:none;
box-shadow:none !important;
background:none !important;
}
.euxino-iconbox.euxino-clean-icon.euxino-icon-box-right {
padding:0px 60px 20px 20px;
}
.euxino-iconbox.euxino-icon-box-left, .euxino-iconbox.euxino-clean-icon.euxino-icon-box-left {
padding:0px 20px 20px 70px;
border:none;
box-shadow:none !important;
background:none !important;
}
.euxino-iconbox.euxino-clean-icon.euxino-icon-box-left {
padding:0px 20px 20px 60px;
}
.euxino-iconbox .icon_wrapper {
position: absolute;
top: -30px;
left: 50%;
margin-left:-30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
}
.euxino-iconbox.euxino-clean-icon .icon_wrapper {
top: 15px;
}
.euxino-iconbox.euxino-icon-box-right .icon_wrapper {
top: 0px;
right: 0px;
left:auto;
margin:0;
}
.euxino-iconbox.euxino-icon-box-left .icon_wrapper {
top: 0px;
right: auto;
left: 0px;
margin:0;
}
.euxino-iconbox.euxino-icon-box-right h5, .euxino-iconbox.euxino-icon-box-right small, .euxino-iconbox.euxino-icon-box-right .iconbox_text_content {
text-align:right;
}
.euxino-iconbox.euxino-icon-box-left h5, .euxino-iconbox.euxino-icon-box-left small, .euxino-iconbox.euxino-icon-box-left .iconbox_text_content {
text-align:left;
}
.euxino-iconbox .icon_inner {
display:block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
width: 60px;
height: 60px;
line-height:60px;
text-align:center;
background-color: #333333;
color:#ffffff;
font-size:24px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
position:relative;
}
.euxino-iconbox .icon_inner:before {
content:'';
display:block;
width:1px;
height:15px;
background-color: #e5e5e5;
position:absolute;
bottom:-20px;
left:50%;
}
.euxino-iconbox .icon_inner:after {
font-family: FontAwesome;
content: "\f1ce";
color: #e5e5e5;
font-size:12px;
display:block;
width:10px;
height:10px;
line-height:0;
vertical-align:middle;
text-align:center;
position:absolute;
bottom:-39px;
left:50%;
margin-left:-5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.euxino-iconbox.euxino-icon-box-left .icon_inner, .euxino-iconbox.euxino-icon-box-right .icon_inner  {
width: 50px;
height: 50px;
line-height:50px;
font-size:21px;
}
.euxino-iconbox.euxino-clean-icon .icon_inner {
background: none;
font-size:48px;
vertical-align:top;
height:48px;
line-height:48px;
}
.euxino-iconbox.euxino-clean-icon.euxino-icon-box-left .icon_inner, .euxino-iconbox.euxino-clean-icon.euxino-icon-box-right .icon_inner {
background: none;
font-size:32px;
vertical-align:top;
height:32px;
line-height:32px;
}
.euxino-iconbox.euxino-icon-box-square .icon_inner {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.euxino-iconbox h5 {
text-align:center;
text-transform:uppercase;
margin-bottom:6px;
font-size:15px;
}
.euxino-iconbox small {
text-align:center;
font-style:italic;
width:100%;
display:block;
font-size:14px;
}
.euxino-iconbox .iconbox_text_content {
text-align:center;
margin-top:25px;
}
.euxino-iconbox.euxino-icon-box-left .iconbox_text_content, .euxino-iconbox.euxino-icon-box-right .iconbox_text_content {
margin-top:20px;
}
.euxino-iconbox:hover {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
body.not-cleaned .euxino-iconbox:hover .icon_inner {
-webkit-animation: toggler 1s linear;
-moz-animation: toggler 1s linear;
-ms-animation: toggler 1s linear;
animation: toggler 1s linear;
}
.vc_icon_element {
position:relative;
z-index: 2;
} #bbpress-forums li {
margin:0;
padding:0;
}
#bbpress-forums p.bbp-topic-meta img.avatar, .bbp-topic-description .bbp-author-avatar img.avatar, .bbp-forum-description .bbp-author-avatar img.avatar, .bbp-topic-revision-log img.avatar {
padding:0;
margin: 0 3px -6px 3px;
width:20px;
height:20px;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
margin-top: 0px;
}
li.bbp-forum-info, li.bbp-topic-title .bbp-topic-permalink {
font-size:14px;
text-transform:uppercase;
color:#333333;
}
ul.super-sticky li.bbp-topic-title .bbp-topic-permalink:before {
display: inline-block;
color: #fc0000;
content: "\f0c6";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
font-size:120%;
font-weight:normal !important;
}
ul.sticky li.bbp-topic-title .bbp-topic-permalink:before {
display: inline-block;
color: #333333;
content: "\f0c6";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
font-size:120%;
font-weight:normal !important;
}
ul.status-closed li.bbp-topic-title .bbp-topic-permalink:before {
display: inline-block;
color: #333333;
content: "\f023";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
font-size:120%;
font-weight:normal !important;
}
#bbpress-forums li.bbp-body ul.topic {
padding: 16px 12px;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
text-align: right;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
padding: 12px;
border:4px solid #e5e5e5;
background:#ffffff;
position:relative;
}
#bbpress-forums .bbp-body div.bbp-reply-content:before, #bbpress-forums #bbp-user-body:before {
content: ' ';
position: absolute;
background: #ffffff;
display: block;
width: 16px;
height: 16px;
left: -8px;
top: 16px;
z-index: 3;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); border:4px solid;
border-color:  #e5e5e5 transparent transparent #e5e5e5;
}
#bbpress-forums div.odd {
background:#ffffff;
}
#bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-topics {
border:none;
}
#bbpress-forums ul.bbp-replies li.bbp-header, #bbpress-forums ul.bbp-replies li.bbp-footer, #bbpress-forums ul.bbp-topics li.bbp-header, #bbpress-forums ul.bbp-topics li.bbp-footer {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
font-weight:normal;
background: #f8f8f8;
border:1px solid #f1f1f1;
}
#bbpress-forums ul.bbp-replies li.bbp-footer, #bbpress-forums ul.bbp-topics li.bbp-footer {
margin:10px 0;
}
#bbpress-forums div.bbp-reply-header {
background-color: #ffffff;
margin-bottom:15px;
border-style:dashed;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
border-top: 1px dashed #ddd;
padding: 12px 0 0;
width: 100%;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
padding:4px 0;
}
#bbpress-forums ul.bbp-replies li.bbp-body div.hentry {
margin-bottom:35px !important;
}
.bbp-pagination {
margin-bottom: 35px;
text-align:right;
}
.bbp-pagination-count {
float:right;
}
.bbp-pagination-links {
float: left;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
float:left;
margin:0 10px 10px 0;
width:60px;
height:60px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
float:none;
padding:4px;
background-color:#e5e5e5;
max-width:100%;
height:auto;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
clear:left;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
margin-left:80px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
display: inline-block;
margin: 0;
width: auto;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
text-transform:uppercase;
color:#333333;
}
#bbpress-forums #bbp-user-body {
padding: 12px;
border:4px solid #e5e5e5;
background:#ffffff;
position:relative;
width:100%;
margin:0;
}
#bbpress-forums #bbp-user-body:before {
left:40px;
top:-8px;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
#bbpress-forums #bbp-single-user-details {
padding:20px;
border:1px solid #d1d1d1;
border-bottom: none;
float:none;
width:100%;
}
#bbpress-forums div.bbp-search-form {
width:100%;
margin-bottom:30px;
}
#bbpress-forums #bbp-search-form #bbp_search {
float:left;
width: 75%;
height:40px;
}
#bbp-search-form #bbp_search_submit {
width:25%;
height:40px;
line-height:40px;
padding:0 10px;
vertical-align:middle;
}
#bbpress-forums > #subscription-toggle {
float:right;
margin-bottom: 15px;
}
#bbpress-forums > #subscription-toggle a.subscription-toggle {
display:block;
padding:4px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
color:#ffffff;
text-decoration: none;
}
#bbpress-forums > #subscription-toggle a.subscription-toggle:hover {
background-color:#333333;
}
#bbpress-forums > #subscription-toggle a.subscription-toggle:before {
display: inline-block;
content: "\f024";
font-family: FontAwesome;
font-size: 12px;
margin-bottom:2px;
margin-right:8px;
font-size:110%;
}
.bbp-topics .bbp-body {
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
border: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
padding: 30px 20px;
}
#bbpress-forums ul.bbp-replies li.bbp-header, #bbpress-forums ul.bbp-replies li.bbp-footer, #bbpress-forums ul.bbp-topics li.bbp-header, #bbpress-forums ul.bbp-topics li.bbp-footer {
margin:10px 0;
}
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
background-color:#f0f8ff !important;
border-color:#cee1ef !important;
}
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky {
border:8px solid #cee1ef !important;
}
a.bbp-forum-title, li.bbp-forum-info, li.bbp-topic-title .bbp-topic-permalink {
color:#303547;
font-weight:600;
text-decoration:none;
}
div.bbp-forum-content {
color:#999999;
text-transform:none;
font-style:italic;
font-size:13px !important;
font-weight:normal !important;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
font-weight: bold;
padding: 12px;
}
#bbpress-forums li.bbp-header .bbp-forum-topic-count, #bbpress-forums li.bbp-footer .bbp-forum-topic-count, #bbpress-forums li.bbp-header .bbp-forum-reply-count, #bbpress-forums li.bbp-footer .bbp-forum-reply-count, #bbpress-forums li.bbp-header .bbp-forum-freshness, #bbpress-forums li.bbp-footer .bbp-forum-freshness {
font-weight: normal;
}
#bbpress-forums fieldset.bbp-form label {
margin-bottom: 0 0 5px;
}
textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content {
border: 1px solid #e5e5e5;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
margin-bottom: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
margin: 0 4px 0 0;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
font-size: 11px !important;
max-width:45%;
}
div.bbp-breadcrumb p, div.bbp-topic-tags p {
margin-top: 0px;
} #header_top .euxino-social {
float: right;
}
#header_top .euxino-social ul {
display: block;
float: right;
margin: 0;
min-height: 30px;
padding: 0;
position: relative;
}
#powered .euxino-social ul {
display: block;
margin: 0;
min-height: 50px;
padding: 0;
position: relative;
}
.euxino-social ul li {
display: block;
float: left;
margin: 0;
padding: 0;
z-index: 1099;
list-style:none !important;
}
.euxino-social ul li a {
display: block;
font-size: 13px !important;
height: 40px;
width:40px;
line-height: 40px;
text-align:center;
text-decoration: none;
white-space: nowrap;
}
#powered .euxino-social ul li a{
height: 50px;
width:30px;
line-height: 50px;
color: #cecece;
}
.euxino-social ul li a:hover, #powered .euxino-social ul li a:hover{
color: #ffffff !important;
}
.euxino-social ul li a.facebook:hover {
background:#3a5795;
}
.euxino-social ul li a.twitter:hover {
background:#55acee;
}
.euxino-social ul li a.google:hover {
background:#dd4b39;
}
.euxino-social ul li a.youtube:hover {
background:#cc181e;
}
.euxino-social ul li a.vimeo:hover {
background:#4bf;
}
.euxino-social ul li a.dribbble:hover {
background:#ea4c89;
}
.euxino-social ul li a.linkedin:hover {
background:#008cc9;
}
.euxino-social ul li a.stumbleupon:hover {
background:#eb4924;
}
.euxino-social ul li a.flicker:hover {
background:#333333;
}
.euxino-social ul li a.instegram:hover {
background:#754c24;
}
.euxino-social ul li a.pinterest:hover {
background:#e3262e;
}
.euxino-social ul li a.vkontakte:hover {
background:#3a5795;
}
a.euxino-post-nav {
display:block;
background:rgba(0, 0, 0, 0.8);
position:fixed;
top:50%;
will-change:top;
z-index:9999;
cursor:pointer;
color:#ffffff;
text-decoration:none;
opacity:0.15;
width:300px;
height:96px;
padding:8px;
margin-top:-48px;
}
a.euxino-post-nav:hover {
opacity:0.95;
color:#ffffff;
text-decoration:none;
}
a.euxino-post-nav .entry-info {
display:table;
}
a.euxino-post-nav .entry-info span {
display: table-cell;
vertical-align:middle;
}
a.euxino-post-nav .entry-info span.entry-title {
padding:0px 10px;
height:80px;
}
a.euxino-post-nav i {
display:block;
height:80px;
line-height:80px;
vertical-align:middle;
color:#ffffff;
font-size:18px;
width:32px;
text-align:center;
}
body.not-cleaned a.euxino-post-nav i {
-webkit-animation: toggler 1s linear infinite;
-moz-animation: toggler 1s linear infinite;
-ms-animation: toggler 1s linear infinite;
animation: toggler 1s linear infinite;
}
a.euxino-post-nav.euxino-post-prev {
left:-260px;
text-align:right;
-webkit-border-radius: 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px;
-khtml-border-radius: 0px 2px 2px 0px;
-ms-border-radius: 0px 2px 2px 0px;
border-radius: 0px 2px 2px 0px;
}
a.euxino-post-nav.euxino-post-prev:hover {
left:0px;
}
a.euxino-post-nav.euxino-post-prev i {
float:right;
}
a.euxino-post-nav.euxino-post-next {
right:-260px;
-webkit-border-radius: 2px 0px 0px 2px;
-moz-border-radius: 2px 0px 0px 2px;
-khtml-border-radius: 2px 0px 0px 2px;
-ms-border-radius: 2px 0px 0px 2px;
border-radius: 2px 0px 0px 2px;
}
a.euxino-post-nav .entry-info {
max-width:230px;
}
a.euxino-post-nav.euxino-post-prev .entry-info {
float:right;
}
a.euxino-post-nav.euxino-post-next .entry-image {
}
a.euxino-post-nav.euxino-post-next:hover {
right:0px;
}
a.euxino-post-nav.euxino-post-next i {
float:left;
}
a.euxino-post-nav img {
width:80px;
height:auto;
background-color:#ffffff;
padding:4px;
border:1px solid #f1f1f1;
}
body.bbpress a.euxino-post-nav {
display:none !important;
}
body.euxino-make-it-clean * {
box-shadow:none !important;
}
.euxino-fixed-background {
background-attachment:fixed !important;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position: center top !important;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
.euxino-fixed-background{
background-attachment: scroll !important;
}
}
.vc_row.vc_row-fluid.euxino-fixed-background {
background-position: top center;
background-size:cover;
}
.vc_row.euxino-point-down {
margin-bottom:0;
padding-bottom:20px;
position:relative;
}
.vc_row.euxino-point-down:before {
position:absolute;
display:block;
content:'';
background-color:inherit;
width:30px;
height:30px;
left:50%;
margin-left:-15px;
bottom:-15px;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); z-index:1000;
}
.vc_progress_bar.euxino-progress-bar.wpb_content_element {
margin-bottom:0px !important;
}
.vc_progress_bar.euxino-progress-bar .vc_single_bar .vc_bar {
border-radius: 2px !Important;
height: 5px !important;
top:auto !important;
bottom: -5px !Important;
}
.vc_progress_bar.euxino-progress-bar .vc_single_bar .vc_bar:after {
content:'';
display:inline-block;
background-color: inherit;
width:12px;
height:12px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position:absolute;
right:0px;
bottom:-3px;
border:2px solid #ffffff;
}
.vc_progress_bar.euxino-progress-bar .vc_single_bar .vc_label {
display: block;
padding: 1px !important;
position: absolute !important;
z-index: 5  !important;
left:0px;
top:0px;
line-height:6px;
text-shadow:none !important;
color:#333333 !important;
width:100%;
}
.vc_progress_bar.euxino-progress-bar .vc_single_bar .vc_label span.vc_label_units {
float:right;
}
.vc_progress_bar.euxino-progress-bar .vc_single_bar {
height: 25px !important;
background:none !important;
margin-bottom:25px !important;
border-bottom:5px solid #f5f5f5;
}
.vc_pie_chart_back {
border: 24px solid !important;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_value {
color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_value {
color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_value {
color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_value {
color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_value {
color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_value {
color: #555555;
}
div.pp_pic_holder {
z-index: 21999 !important;
} .euxino-pricing-table-shortcode {
text-align:center !important;
position:relative;
border-bottom:1px solid #f1f1f1;
vertical-align:middle;
z-index:1;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
top:0px;
background-color:#ffffff;
}
.euxino-pricing-table-shortcode.euxino-pricing-is-featured, .euxino-pricing-table-shortcode:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
top:-15px;
z-index:100;
}
.euxino-pricing-table-shortcode:hover {
z-index:500;
}
.euxino-pricing-heading {
position:relative;
padding:40px 20px 20px 20px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
opacity:0.85;
}
.euxino-pricing-table-shortcode.euxino-pricing-is-featured .euxino-pricing-heading, .euxino-pricing-table-shortcode:hover .euxino-pricing-heading {
padding:55px 20px 35px 20px;
opacity:1;
}
.euxino-pricing-heading:before {
position:absolute;
display:block;
content:'';
background-color:inherit;
width:10px;
height:10px;
left:50%;
margin-left:-5px;
bottom:-5px;
transform: rotate(45deg);
-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.euxino-pricing-heading h5 {
color:#ffffff;
text-transform:uppercase;
margin-bottom:8px;
font-size:18px;
}
.euxino-pricing-heading small {
color:#ffffff;
font-size:12px;
font-style:italic;
}
.euxino-pricing-table-shortcode .title-icon-holder {
width:56px;
height:56px;
line-height:50px;
vertical-align:middle;
font-size:21px;
overflow:hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position:absolute;
top:-25px;
left:50%;
margin-left:-25px;
border:3px solid #ffffff;
background-color:#333333;
color:#ffffff;
}
.euxino-pricing-table-shortcode.euxino-pricing-is-featured .title-icon-holder .title-icon-wrapper, .euxino-pricing-table-shortcode:hover .title-icon-holder .title-icon-wrapper {
-webkit-animation: toggler 1s linear infinite;
-moz-animation: toggler 1s linear infinite;
-ms-animation: toggler 1s linear infinite;
animation: toggler 1s linear infinite;
}
.euxino-pricing-table-price {
padding:30px 20px;
background-color:#fafafa;
border-bottom:1px solid #f1f1f1;
border-top:4px solid #e5e5e5;
color:#333333;
font-size:28px;
font-weight:600;
}
.euxino-pricing-table-price span {
color:#666666;
font-size:13px;
font-weight:normal;
display:block;
clear:both;
margin-top:8px;
font-style:italic;
}
.euxino-pricing-table-content ul {
margin:0;
padding:0;
list-style:none;
}
.euxino-pricing-table-content ul li {
padding:10px 20px;
margin:0;
list-style:none;
background-color: #ffffff;
}
.euxino-pricing-table-content ul li:nth-child(even) {background-color: #fcfcfc;}
.euxino-pricing-table-button {
padding:20px;
border-top:1px solid #f1f1f1;
}
.euxino-pricing-table-button a {
padding:6px 12px;
color:#ffffff !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
text-decoration:none;
opacity:0.85;
}
.euxino-pricing-table-button a:hover {
opacity:1;
}
.lifted {
z-index:100;
position:relative;
}  .euxino-cloudzoom-gallery ul.additional-images {
text-align:center;
}
.euxino-cloudzoom-gallery ul.additional-images li {
float:none;
}
.euxino-cloudzoom-gallery a img {
width:100%;
max-width:100%;
height:auto;
}  .euxino-dark-skin {
background-color:#333333;
}
.euxino-dark-skin #content > .inner, .euxino-dark-skin h2.contact-form-title, .euxino-dark-skin form.contact-form, .euxino-dark-skin .widget_layered_nav ul li, .euxino-dark-skin .widget_product_categories ul li, .euxino-dark-skin li.product-category, .euxino-dark-skin li.product-category.product a h3, .euxino-dark-skin div.prod_hold, .euxino-dark-skin p.stock, .euxino-dark-skin .euxino-search-cart-holder #search form, .euxino-dark-skin .euxino-search-cart-holder #search form:before, .euxino-dark-skin #cart-module div.widget.woocommerce.widget_shopping_cart:before, .euxino-dark-skin #cart-module div.widget.woocommerce.widget_shopping_cart, .euxino-dark-skin #main-menu li.dropdown > div.euxino-mega-menu, .euxino-dark-skin #main-menu li ul.sub-menu, .euxino-dark-skin .pagination, .euxino-dark-skin .portfolio-unit-holder, .euxino-dark-skin .post-unit-holder, .euxino-dark-skin .portfolio-unit.list-unit .portfolio-unit-info, .euxino-dark-skin .portfolio-unit.list-unit .portfolio-unit-info:before, .euxino-dark-skin ul#topnav2 li > ul.sub-menu, .euxino-dark-skin .cart-info tbody td, .euxino-dark-skin .cart_totals table, .euxino-dark-skin .cart_totals .coupon, .euxino-dark-skin div.cross-sells, .euxino-dark-skin .select2-container .select2-choice, .euxino-dark-skin .select2-drop, .euxino-dark-skin #bbpress-forums div.even, .euxino-dark-skin #bbpress-forums ul.even, .euxino-dark-skin #bbpress-forums .bbp-body div.bbp-reply-content:before, .euxino-dark-skin #bbpress-forums #bbp-user-body:before, .euxino-dark-skin #bbpress-forums .bbp-body div.bbp-reply-content, .euxino-dark-skin .wpb_tour .wpb_tabs_nav .ui-state-active a  {
background-color:#333333;
}
.euxino-dark-skin h2.contact-form-title, .euxino-dark-skin .contact-form .content span, .euxino-dark-skin form.contact-form .content input, .euxino-dark-skin form.contact-form textarea, .euxino-dark-skin div.widget_categories ul li a, .euxino-dark-skin div.widget_archive ul li a, .euxino-dark-skin div.widget_recent_comments ul li a, .euxino-dark-skin div.widget_pages ul li a, .euxino-dark-skin div.widget_links ul li a, .euxino-dark-skin div.widget_recent_entries ul a, .euxino-dark-skin div.widget_meta ul li a, .euxino-dark-skin div.widget_display_forums ul li a, .euxino-dark-skin .widget_display_replies ul li a, .euxino-dark-skin .widget_display_topics li > a.bbp-forum-title, .euxino-dark-skin .widget_display_stats dt, .euxino-dark-skin .widget_display_stats dd, .euxino-dark-skin div.widget_display_views ul li a, .euxino-dark-skin .widget_display_topics .bbp-author-name, .euxino-dark-skin ul.product_list_widget li a, .euxino-dark-skin .widget_layered_nav ul li a, .euxino-dark-skin .widget_product_categories ul li a, .euxino-dark-skin #price-filter, .euxino-dark-skin .prod_hold .price_hold, .euxino-dark-skin input[type='text'], .euxino-dark-skin input[type='tel'], .euxino-dark-skin input[type='email'], .euxino-dark-skin input[type='password'], .euxino-dark-skin input[type='number'], .euxino-dark-skin textarea, .euxino-dark-skin form.wpcf7-form input[type='text'], .euxino-dark-skin form.wpcf7-form textarea, .euxino-dark-skin form.wpcf7-form input[type='email'], .euxino-dark-skin form.wpcf7-form input[type='password'], .euxino-dark-skin form.wpcf7-form input[type='number'], .euxino-dark-skin form.wpcf7-form input[type='tel'], .euxino-dark-skin select, .euxino-dark-skin div.quantity input.euxino-qty-plus, .euxino-dark-skin div.quantity input.euxino-qty-minus, .euxino-dark-skin p.stock, .euxino-dark-skin #count_holder .count_info, .euxino-dark-skin #count_holder .countdown-amount, .euxino-dark-skin .tagcloud a, .euxino-dark-skin .euxino-search-cart-holder #search input[type="text"], .euxino-dark-skin #main-menu li ul.sub-menu li a, .euxino-dark-skin .heading-title a, .euxino-dark-skin .blog-post-meta a, .euxino-dark-skin .euxino-portfolio-categories ul li a:hover, .euxino-dark-skin .euxino-portfolio-categories ul li a.is-checked, .euxino-dark-skin .portfolio_top .project-data ul li strong, .euxino-dark-skin ul#topnav2 ul.sub-menu a, .euxino-dark-skin ul#topnav2 li:hover ul.sub-menu a, .euxino-dark-skin .cart-info tbody .model, .euxino-dark-skin .cart-info tbody .product-price, .euxino-dark-skin .cart-info tbody .product-subtotal, .euxino-dark-skin th, .euxino-dark-skin .woocommerce form p label, .euxino-dark-skin .select2-container .select2-choice, .euxino-dark-skin a.bbp-forum-title, .euxino-dark-skin li.bbp-forum-info, .euxino-dark-skin li.bbp-topic-title .bbp-topic-permalink, .euxino-dark-skin div.bbp-template-notice.info {
color:#f1f1f1;
}
.euxino-dark-skin ul.tabs li.active a, .euxino-dark-skin ul.tabs a:hover, .euxino-dark-skin .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .euxino-dark-skin .wpb_content_element .wpb_tabs_nav li:hover a, .euxino-dark-skin div.product .price, .euxino-dark-skin .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, .euxino-dark-skin .vc_progress_bar.euxino-progress-bar .vc_single_bar .vc_label {
color: #f1f1f1 !important;
}
.euxino-dark-skin form.contact-form .content input, .euxino-dark-skin form.contact-form textarea, .euxino-dark-skin input[type='text'], .euxino-dark-skin input[type='tel'], .euxino-dark-skin input[type='email'], .euxino-dark-skin input[type='password'], .euxino-dark-skin input[type='number'], .euxino-dark-skin textarea, .euxino-dark-skin form.wpcf7-form input[type='text'], .euxino-dark-skin form.wpcf7-form textarea, .euxino-dark-skin form.wpcf7-form input[type='email'], .euxino-dark-skin form.wpcf7-form input[type='password'], .euxino-dark-skin form.wpcf7-form input[type='number'], .euxino-dark-skin form.wpcf7-form input[type='tel'], .euxino-dark-skin select, .euxino-dark-skin div.quantity input.euxino-qty-plus, .euxino-dark-skin div.quantity input.euxino-qty-minus, .euxino-dark-skin .euxino-search-cart-holder #search input[type="text"], .euxino-dark-skin .widget_shopping_cart_content a.remove {
background: #444444;
}
.euxino-dark-skin #count_holder .count_info {
background: #444444 !important;
}
.euxino-dark-skin #count_holder .count_info_left {
background: #4e4e4e !important;
}
.euxino-dark-skin ul.product_list_widget li a img, .euxino-dark-skin .widget_product_categories ul li.current-cat, .euxino-dark-skin .widget_product_categories ul li.current-cat-parent, .euxino-dark-skin .product-filter, .euxino-dark-skin div.product div.single_variation, .euxino-dark-skin div.product div.summary div.share, .euxino-dark-skin #count_holder, .euxino-dark-skin ul.additional-images li a, .euxino-dark-skin .tagcloud a, .euxino-dark-skin .euxino-search-cart-holder #searchform:after, .euxino-dark-skin .euxino-author-info:before, .euxino-dark-skin .euxino-author-info, .euxino-dark-skin p.logged-in-as, .euxino-dark-skin p.form-allowed-tags, .euxino-dark-skin #main .share, .euxino-dark-skin .pagination .links a, .euxino-dark-skin .bbp-pagination-links a, .euxino-dark-skin .bbp-pagination-links span, .euxino-dark-skin p.myaccount_user, .euxino-dark-skin div.col2-set.addresses, .euxino-dark-skin .cart-info, .euxino-dark-skin .woocommerce-info, .euxino-dark-skin form.checkout_coupon, .euxino-dark-skin .woocommerce-billing-fields, .euxino-dark-skin .woocommerce-shipping-fields, .euxino-dark-skin #bbpress-forums ul.bbp-replies li.bbp-header, .euxino-dark-skin #bbpress-forums ul.bbp-replies li.bbp-footer, .euxino-dark-skin #bbpress-forums ul.bbp-topics li.bbp-header, .euxino-dark-skin #bbpress-forums ul.bbp-topics li.bbp-footer, .euxino-dark-skin #bbpress-forums div.odd, .euxino-dark-skin #bbpress-forums ul.odd, .euxino-dark-skin #bbpress-forums div.bbp-reply-header, .euxino-dark-skin #bbpress-forums li.bbp-header, .euxino-dark-skin #bbpress-forums li.bbp-footer, .euxino-dark-skin .wpb_tour .wpb_tabs_nav a, .euxino-dark-skin .wpb_toggle, .euxino-dark-skin #content .vc_toggle_title, .euxino-dark-skin .euxino-iconbox  {
background: #3e3e3e;
}
.euxino-dark-skin .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .euxino-dark-skin .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab  {
background: #3e3e3e !important;
}
.euxino-dark-skin form.contact-form, .euxino-dark-skin form.contact-form .content input, .euxino-dark-skin form.contact-form textarea, .euxino-dark-skin input[type='text'], .euxino-dark-skin input[type='tel'], .euxino-dark-skin input[type='email'], .euxino-dark-skin input[type='password'], .euxino-dark-skin input[type='number'], .euxino-dark-skin textarea, .euxino-dark-skin form.wpcf7-form input[type='text'], .euxino-dark-skin form.wpcf7-form textarea, .euxino-dark-skin form.wpcf7-form input[type='email'], .euxino-dark-skin form.wpcf7-form input[type='password'], .euxino-dark-skin form.wpcf7-form input[type='number'], .euxino-dark-skin form.wpcf7-form input[type='tel'], .euxino-dark-skin select, .euxino-dark-skin .euxino-search-cart-holder #search input[type="text"], .euxino-dark-skin .euxino-search-cart-holder #searchform:after {
border: 1px solid #666666;
}
.euxino-dark-skin div.widget_categories ul li, .euxino-dark-skin div.widget_archive ul li, .euxino-dark-skin div.widget_recent_comments ul li, .euxino-dark-skin div.widget_pages ul li, .euxino-dark-skin div.widget_links ul li, .euxino-dark-skin div.widget_recent_entries ul li, .euxino-dark-skin div.widget_meta ul li, .euxino-dark-skin div.widget_display_forums ul li, .euxino-dark-skin .widget_display_replies ul li, .euxino-dark-skin .widget_display_views ul li, .euxino-dark-skin ul.product_list_widget li, .euxino-dark-skin ul.products-list li, .euxino-dark-skin ul.product_list_widget li a img, .euxino-dark-skin .widget_layered_nav ul li, .euxino-dark-skin .widget_product_categories ul li, .euxino-dark-skin li.product-category, .euxino-dark-skin .box-sort-filter h2.heading-title, .euxino-dark-skin .term-description, .euxino-dark-skin .product-filter, .euxino-dark-skin .prod_hold .euxino-list-prod-summary, .euxino-dark-skin div.related.products h2, .euxino-dark-skin #tab-description h2, .euxino-dark-skin #tab-additional_information h2, .euxino-dark-skin .upsells.products h2, .euxino-dark-skin .woocommerce-tabs ul.tabs, .euxino-dark-skin div.product p.price, .euxino-dark-skin div.product .description, .euxino-dark-skin div.product .cart, .euxino-dark-skin div.product .review, .euxino-dark-skin div.product .options, .euxino-dark-skin table, .euxino-dark-skin td, .euxino-dark-skin p.stock, .euxino-dark-skin div.product div.summary div.share, .euxino-dark-skin #count_holder, .euxino-dark-skin #count_holder .countdown-section, .euxino-dark-skin ul.additional-images li a, .euxino-dark-skin .tagcloud a, .euxino-dark-skin .euxino-search-cart-holder #search form, .euxino-dark-skin #cart-module div.widget.woocommerce.widget_shopping_cart:before, .euxino-dark-skin #cart-module div.widget.woocommerce.widget_shopping_cart, .euxino-dark-skin #main-menu li ul.sub-menu li a, .euxino-dark-skin #main-menu li div.euxino-mega-menu > ul.sub-menu > li, .euxino-dark-skin .euxino-author-info, .euxino-dark-skin p.logged-in-as, .euxino-dark-skin p.form-allowed-tags, .euxino-dark-skin .portfolio_top, .euxino-dark-skin .similar_projects > h4, .euxino-dark-skin #main .share, .euxino-dark-skin.error404 div.blog-post-excerpt #searchform div input[type="text"], .euxino-dark-skin .blog-post-excerpt input#s, .euxino-dark-skin .pagination .links .selected, .euxino-dark-skin .bbp-pagination-links a:hover, .euxino-dark-skin .bbp-pagination-links span.current, .euxino-dark-skin p.myaccount_user, .euxino-dark-skin div.col2-set.addresses, .euxino-dark-skin .cart-info, .euxino-dark-skin .cart-info tbody td, .euxino-dark-skin .woocommerce form.checkout p, .euxino-dark-skin div.woocommerce form p, .euxino-dark-skin div.cross-sells, .euxino-dark-skin .cart-collaterals h2, .euxino-dark-skin .woocommerce-info, .euxino-dark-skin form.checkout_coupon, .euxino-dark-skin .woocommerce-billing-fields, .euxino-dark-skin .woocommerce-shipping-fields, .euxino-dark-skin .select2-container .select2-choice, .euxino-dark-skin.woocommerce table.wishlist_table thead th, .euxino-dark-skin.woocommerce table.wishlist_table tbody td, .euxino-dark-skin #bbpress-forums ul.bbp-replies li.bbp-header, .euxino-dark-skin #bbpress-forums ul.bbp-replies li.bbp-footer, .euxino-dark-skin #bbpress-forums ul.bbp-topics li.bbp-header, .euxino-dark-skin #bbpress-forums ul.bbp-topics li.bbp-footer, .euxino-dark-skin #bbpress-forums li.bbp-body ul.forum, .euxino-dark-skin #bbpress-forums li.bbp-body ul.topic, .euxino-dark-skin .bbp-topics .bbp-body, .euxino-dark-skin div.bbp-forum-header, .euxino-dark-skin div.bbp-topic-header, .euxino-dark-skin div.bbp-reply-header, .euxino-dark-skin #bbpress-forums .bbp-body div.bbp-reply-content, .euxino-dark-skin #bbpress-forums li.bbp-header, .euxino-dark-skin #bbpress-forums li.bbp-footer, .euxino-dark-skin .wpb_tour .wpb_tabs_nav a, .euxino-dark-skin .wpb_toggle, .euxino-dark-skin #content .vc_toggle_title, .euxino-dark-skin .euxino-iconbox {
border-color:#444444;
}
.euxino-dark-skin .pagination .links .selected, .euxino-dark-skin .bbp-pagination-links a:hover, .euxino-dark-skin .bbp-pagination-links span.current {
background: #cecece;
color:#333333;
border-color:#f1f1f1 !important;
}
.euxino-dark-skin ul.tabs li, .euxino-dark-skin .wpb_tabs .wpb_tabs_nav li, .euxino-dark-skin .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .euxino-dark-skin .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab, .euxino-dark-skin .wpb_tour .wpb_tabs_nav .ui-state-active a, .euxino-dark-skin .wpb_tour .wpb_tab {
border-color:#444444 !important;
}
.euxino-dark-skin .product-filter:after {
border-color: transparent #444444 #444444 transparent;
}
.euxino-dark-skin .euxino-search-cart-holder #search form:before, .euxino-dark-skin #cart-module div.widget.woocommerce.widget_shopping_cart:before, .euxino-dark-skin .euxino-author-info:before, .euxino-dark-skin #bbpress-forums .bbp-body div.bbp-reply-content:before, .euxino-dark-skin #bbpress-forums #bbp-user-body:before {
border-color: #444444 transparent transparent #444444;
}
.euxino-dark-skin .cart-info thead th, .euxino-dark-skin thead {
background-color: #222222;
color: #f1f1f1;
}
.euxino-dark-skin .bbp-topics-front ul.super-sticky, .euxino-dark-skin .bbp-topics ul.super-sticky, .euxino-dark-skin .bbp-topics ul.sticky, .euxino-dark-skin .bbp-forum-content ul.sticky, .euxino-dark-skin div.bbp-template-notice.info, .euxino-dark-skin .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a, .euxino-dark-skin .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
background-color: #111111 !important;
border-color: #444444 !important;
}@media only screen and (min-width: 1281px) and (max-width: 1379px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1565px) {
.euxino_header_left .inner {
width:100%;
max-width:930px;
}
.euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 25%;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1229px) {
.inner {
width:1024px;
}
.portfolio-unit.portfolio-col-4 {
width: 33.33%;
}
.euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 25%;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
}
@media only screen and (max-width: 1023px) {
.inner {
width:100% !important;
}
#main-menu #main_nav.menu, #cart-module .cart-contents span.count {
display: none;
}
#header .main_menu_holder, body.euxino_logo_left_menu_below #header .main_menu_holder, body.euxino_logo_center_menu_below #header .main_menu_holder {
height: 103px;
}
body.euxino_logo_left_menu_below #header #logo, body.euxino_logo_left_menu_below #header2 #logo, body.euxino_logo_center_menu_below #header #logo, body.euxino_logo_center_menu_below #header2 #logo, #header #logo, #header2 #logo {
margin-top:0;
}
.js .selectnav {
display: block;
margin: 0 0 0 0;
float:right;
clear:right;
}
a.mob-menu-toggle {
display:table;
}
#header_top {
padding-top:3px;
}
#header.animateIt {
display:none !important;
}
.portfolio-unit.portfolio-col-4, .euxino_masonry_fullwidth .portfolio-unit.masonry-unit, .euxino_shortcode_latest_posts.euxino_blog_masonry.euxino-latest-blog-col-4 .blog-post {
width: 33.33%;
}
.euxino_shortcode_latest_posts .blog-post {
width: 100% !important;
}
.euxino_shortcode_latest_posts > div.clear {
display:none;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { .inner {
width:1024px !important;
} }
@media only screen and (max-width: 979px) {
.inner {
width:100% !important;
}
.header-icon-teasers {
display: none;
}
.has-sidebar .content_holder {
width:100%;
padding-right:0;
}
.sidebar {
padding-left: 0px;
width: 100%;
}
div.prod_hold, li.product-category {
width:49.5% !important;
}
.euxino-products-list-view div.prod_hold {
width:100% !important;
}
.euxino-products-list-view div.prod_hold span.image, .euxino-products-list-view div.prod_hold .euxino-list-prod-summary {
width: 50%;
float:left;
}
.sidebar > div.widget, .sidebar > div.widget_pages, .sidebar > div.box {
margin:0 0 50px 0;
}
#count_holder .count_info_left, #count_holder .count_info {
width:100%;
}
ul.tabs li, .wpb_tabs .wpb_tabs_nav li {
border:none !important;
width:100%;
clear:both;
padding:15px 0;
}
.portfolio-unit.portfolio-col-3, .portfolio-unit.masonry-unit {
width: 50%;
}
.portfolio-unit.portfolio-col-4, .euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 33.33%;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.wpb_euxino_banner a h6, .euxino_banner_buton {
display:none;
}
}
@media only screen and (max-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 {
clear:both;
margin-bottom:40px;
display:block;
width: 100% !important;
}
.portfolio-unit {
width: 100% !important;
}
.vc_col-xs-1:last-child, .vc_col-sm-1:last-child, .vc_col-md-1:last-child, .vc_col-lg-1:last-child, .vc_col-xs-2:last-child, .vc_col-sm-2:last-child, .vc_col-md-2:last-child, .vc_col-lg-2:last-child, .vc_col-xs-3:last-child, .vc_col-sm-3:last-child, .vc_col-md-3:last-child, .vc_col-lg-3:last-child, .vc_col-xs-4:last-child, .vc_col-sm-4:last-child, .vc_col-md-4:last-child, .vc_col-lg-4:last-child, .vc_col-xs-5:last-child, .vc_col-sm-5:last-child, .vc_col-md-5:last-child, .vc_col-lg-5:last-child, .vc_col-xs-6:last-child, .vc_col-sm-6:last-child, .vc_col-md-6:last-child, .vc_col-lg-6:last-child, .vc_col-xs-7:last-child, .vc_col-sm-7:last-child, .vc_col-md-7:last-child, .vc_col-lg-7:last-child, .vc_col-xs-8:last-child, .vc_col-sm-8:last-child, .vc_col-md-8, .vc_col-lg-8:last-child, .vc_col-xs-9:last-child, .vc_col-sm-9:last-child, .vc_col-md-9:last-child, .vc_col-lg-9:last-child, .vc_col-xs-10:last-child, .vc_col-sm-10:last-child, .vc_col-md-10:last-child, .vc_col-lg-10:last-child, .vc_col-xs-11:last-child, .vc_col-sm-11:last-child, .vc_col-md-11:last-child, .vc_col-lg-11:last-child, .vc_col-xs-12:last-child, .vc_col-sm-12:last-child, .vc_col-md-12:last-child, .vc_col-lg-12:last-child {
margin-bottom:0px;
}
#price-filter {
width:30%;
}
.cart-info table.shop_table.cart, form.checkout.woocommerce-checkout #customer_details, .cart_totals, form.checkout.woocommerce-checkout #order_review {
width: 100%;
padding-left: 0;
}
tr.cart_item td:nth-child(2), .shop_table.cart tr th:nth-child(2), tr.cart_item td:nth-child(4), .shop_table.cart tr th:nth-child(4), .cart_totals tr.shipping th, .cart_totals tr.cart-subtotal {
display: none;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.inner {
width:100% !important;
padding-left:20px;
padding-right:20px;
}
.one_third, .one_fourth, .one_fifth, .two_fifth, .three_fifth {
width: 48%;
margin-right:2%;
}
div.prod_hold .yith-wcwl-wishlistexistsbrowse.show, div.prod_hold .yith-wcwl-wishlistaddedbrowse.show {
display:none !important;
}
#price-filter {
width:30%;
}
div.prod_hold, li.product-category {
width:49.5% !important;
}
.euxino-products-list-view div.prod_hold {
width:100% !important;
}
.euxino-products-list-view div.prod_hold span.image, .euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info, .portfolio-unit.list-unit .port-unit-image-holder {
width: 50%;
float:left;
}
.euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info {
padding: 20px;
}
div.prod_hold a.button.add_to_cart_button i.fa, .portfolio-unit.list-unit .portfolio-unit-info:before {
display:none;
}
div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
width:100%;
float:left;
}
#count_holder .count_info_left, #count_holder .count_info {
width:100%;
}
a.reset_variations {
display:none;
}
ul.tabs li, .wpb_tabs .wpb_tabs_nav li {
border:none !important;
width:100%;
}
#price-filter {
width:96%;
}
.blog-post {
margin-left:0 !important;
margin-right:0 !important;
margin-top:0 !important;
padding-left:8px !important;
padding-right:8px !important;
padding-top:0 !important;
border:none !important;
width:100% !important;	
}
div.post .post-date, div.product.type-product .post-date, div.page.type-page .post-date, div.attachment .post-date {
top:0 !important;
left:8px !important;
right:auto !important;
margin:0 !important;
z-index:5000;
}
.post-date:before {
display:none !important;
}
.euxino_blog_small_image .euxino_post_data_holder {
margin-left:0 !important;
clear:both !important;
}
.portfolio-unit.portfolio-col-3, .portfolio-unit.masonry-unit, .portfolio-unit.portfolio-col-4, .euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 50%;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
}
@media only screen and (min-width: 380px) and (max-width: 599px) {
.inner {
width:100% !important;
padding-left:20px;
padding-right:20px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
width: 98%;
margin-right:1% !important;
margin-left:1% !important;
margin-bottom:30px;
}
div.prod_hold, li.product-category {
width:100% !important;
}
.euxino-products-list-view div.prod_hold {
width:100% !important;
}
.euxino-products-list-view div.prod_hold span.image, .euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info, .portfolio-unit.list-unit .port-unit-image-holder {
width: 100%;
float:left;
clear:both;
}
.euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info {
padding: 20px;
}
div.prod_hold a.button.add_to_cart_button i.fa, .portfolio-unit.list-unit .portfolio-unit-info:before {
display:none;
}
div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
width:100%;
float:left;
}
#count_holder .count_info_left, #count_holder .count_info {
width:100%;
}
a.reset_variations {
display:none;
}
ul.tabs li, .wpb_tabs .wpb_tabs_nav li {
border:none !important;
width:100%;
}
#price-filter {
width:96%;
}
.blog-post {
margin-left:0 !important;
margin-right:0 !important;
margin-top:0 !important;
padding-left:8px !important;
padding-right:8px !important;
padding-top:0 !important;
border:none !important;
width:100% !important;	
}
div.post .post-date, div.product.type-product .post-date, div.page.type-page .post-date, div.attachment .post-date {
top:0 !important;
left:8px !important;
right:auto !important;
margin:0 !important;
z-index:5000;
}
.post-date:before {
display:none !important;
}
.euxino_blog_small_image .euxino_post_data_holder {
margin-left:0 !important;
clear:both !important;
}
.portfolio-unit.portfolio-col-2, .portfolio-unit.portfolio-col-3, .portfolio-unit.masonry-unit, .portfolio-unit.portfolio-col-4, .euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 100%;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
.euxino-search-cart-holder {
height:58px;
}
tr.cart_item td:nth-child(2), .shop_table.cart tr th:nth-child(2), tr.cart_item td:nth-child(4), .shop_table.cart tr th:nth-child(4), tr.cart_item td:nth-child(5), .shop_table.cart tr th:nth-child(5) {
display: none;
}
}
@media only screen and (min-width: 300px) and (max-width: 379px) {
.inner {
width:100% !important;
padding-left:20px;
padding-right:20px;
}
#header_bottom, #header_bottom .inner {
height:auto !important;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
width: 98%;
margin-right:1% !important;
margin-left:1% !important;
margin-bottom:30px;
}
div.prod_hold, li.product-category {
width:100% !important;
}
.euxino-products-list-view div.prod_hold {
width:100% !important;
}
.euxino-products-list-view div.prod_hold span.image, .euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info, .portfolio-unit.list-unit .port-unit-image-holder {
width: 100%;
float:left;
clear:both;
}
.euxino-products-list-view div.prod_hold .euxino-list-prod-summary, .portfolio-unit.list-unit .portfolio-unit-info {
padding: 20px;
}
div.prod_hold a.button.add_to_cart_button i.fa, .portfolio-unit.list-unit .portfolio-unit-info:before {
display:none;
}
div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
width:100%;
float:left;
}
#count_holder .count_info_left, #count_holder .count_info {
width:100%;
}
a.reset_variations {
display:none;
}
ul.tabs li, .wpb_tabs .wpb_tabs_nav li {
border:none !important;
width:100%;
}
#header #welcome {
width:100%;
float:none;
clear:both;
padding:15px 0;
text-align:right;
}
#price-filter {
width:96%;
}
.blog-post {
margin-left:0 !important;
margin-right:0 !important;
margin-top:0 !important;
padding-left:8px !important;
padding-right:8px !important;
padding-top:0 !important;
border:none !important;
width:100% !important;	
}
div.post .post-date, div.product.type-product .post-date, div.page.type-page .post-date, div.attachment .post-date {
top:0 !important;
left:8px !important;
right:auto !important;
margin:0 !important;
z-index:5000;
}
.post-date:before {
display:none !important;
}
.euxino_blog_small_image .euxino_post_data_holder {
margin-left:0 !important;
clear:both !important;
}
.portfolio-unit.portfolio-col-2, .portfolio-unit.portfolio-col-3, .portfolio-unit.masonry-unit, .portfolio-unit.portfolio-col-4, .euxino_masonry_fullwidth .portfolio-unit.masonry-unit {
width: 100%;
}
.portfolio-unit a.portfolio-link {
padding: 20px;
}
.euxino_blog_small_image .blog-post .post-unit-holder, .euxino_blog_small_image .blog-post .euxino_flexslider.post_slide, .euxino_blog_small_image .blog-post .slideshow {
margin-right: 0px;
width: 100%;
}
.euxino-search-cart-holder {
height:58px;
}
tr.cart_item td:nth-child(2), .shop_table.cart tr th:nth-child(2), tr.cart_item td:nth-child(4), .shop_table.cart tr th:nth-child(4), tr.cart_item td:nth-child(5), .shop_table.cart tr th:nth-child(5) {
display: none;
}
}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//extralarge.pt/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}