first commit

This commit is contained in:
alazhar
2020-01-02 23:15:16 +07:00
commit eda9661806
3433 changed files with 595883 additions and 0 deletions

View File

@ -0,0 +1,50 @@
<?php
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: max-age=".(60 * 60 * 24 * 7).", must-revalidate");
header("Expires: ".gmdate("D, d M Y H:i:s", time() + (60 * 60 * 24 * 7))." GMT");
$skin = $_GET['skin'];
$ecommerce = $_GET['ecommerce'];
$bbpress = $_GET['bbpress'];
function minify($buffer) {
require_once('../framework/includes/minify/cssmin.php');
$buffer = str_replace('../images/prettyPhoto/', '../prettyPhoto/images/prettyPhoto/', $buffer);
return CssMin::minify($buffer);
}
ob_start('minify');
require_once('pk_reset.css');
if ($ecommerce == 'jigoshop') {
require_once('pk_jigoshop.css');
require_once('pk_jigoshop_widgets.css');
} else {
require_once('pk_woocommerce.css');
require_once('pk_woocommerce_widgets.css');
}
if ($bbpress == 'yes') {
require_once('pk_bbpress.css');
require_once('pk_bbpress_widgets.css');
}
require_once('pk_shortcodes.css');
require_once('pk_widgets.css');
require_once('pk_style.css');
if ($skin != 'custom') require_once('pk_skin_'.$skin.'.css');
if ($skin == 'custom') require_once('pk_skin_'.$skin.'.php');
require_once('../prettyPhoto/css/prettyPhoto.css');
require_once('../style.css');
ob_end_flush();
?>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,83 @@
/*
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_display_replies img {
display: inline;
margin: 0 4px -4px 0;
width: 15px;
height: 15px;
}
/*
LOGIN
-------------------------------------------------------------------------------------------------------------------------------------*/
.bbp_widget_login .bbp-login-form .bbp-username,
.bbp_widget_login .bbp-login-form .bbp-email,
.bbp_widget_login .bbp-login-form .bbp-password {
float: none;
margin-bottom: 0 !important;
width: 100%;
}
.bbp_widget_login .bbp-login-form fieldset,
.bbp_widget_login .bbp-logged-in {
padding: 15px;
border: none !important;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.bbp_widget_login .bbp-login-form fieldset legend { display: none; }
.bbp_widget_login .bbp-login-form .bbp-username input,
.bbp_widget_login .bbp-login-form .bbp-email input,
.bbp_widget_login .bbp-login-form .bbp-password input {
margin: 0;
width: 100%;
}
.bbp_widget_login .bbp-login-form label {
width: 140px;
display: inline-block;
}
.bbp_widget_login .bbp-login-form .bbp-username,
.bbp_widget_login .bbp-login-form .bbp-email,
.bbp_widget_login .bbp-login-form .bbp-password,
.bbp_widget_login .bbp-login-form .bbp-remember-me,
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper {
margin-top: 10px;
}
.bbp_widget_login .bbp-login-form .bbp-remember-me input {
margin: -2px 3px 0 0;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper { text-align: right; }
.bbp_widget_login .bbp-login-form .bbp-login-links a {
float: left;
clear: left;
}
.bbp_widget_login .bbp-logged-in { overflow: hidden; }
.bbp_widget_login .bbp-logged-in h4 { display: none; }
.bbp_widget_login .bbp-logged-in img.avatar {
float: left;
margin: 0 15px 0 0;
max-width: 32px;
}
.bbp_widget_login .bbp-logged-in .button {
float: left;
margin: -1px 0 0 0;
padding: 0 22px;
height: 32px;
font-size: 13px;
line-height: 32px;
cursor: pointer;
text-decoration: none;
border: none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.bbp_widget_login .bbp-logged-in .button:hover{ background-position: 0 -82px; }

View File

@ -0,0 +1,10 @@
/*
HIDE
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_business_tabs .pk_tab,
.pk_tabs .pk_tab,
.pk_slider .pk_slider_item,
.pk_slider .pk_slider_item_info,
.woocommerce_ordering{ display: none; }
.pk_content_slider .pk_slider_item_media img{ visibility : hidden; }

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,280 @@
/*
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------*/
ul.cart_list, ul.product_list_widget {
overflow: hidden;
margin: 0;
padding: 0 0 5px 0;
font-size: 12px;
list-style: none;
}
ul.cart_list li, ul.product_list_widget li {
margin: 0;
padding: 4px 0;
background-image: none !important;
}
ul.cart_list li a, ul.product_list_widget li a{ display: block; }
ul.cart_list li img, ul.product_list_widget li img {
float: left;
margin: 4px 15px 0 0;
width: 50px;
max-width: 50px;
height: auto;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
ul.cart_list .js_widget_product_title, ul.product_list_widget .js_widget_product_title{ font-size: 14px; }
ul.cart_list li .js_widget_product_price ins, ul.product_list_widget .js_widget_product_price ins{ border: none !important; }
/* Cart List Only */
ul.cart_list .js_widget_product_price del{ font-size: 10px; }
ul.cart_list {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
ul.cart_list li{ padding: 10px 15px; }
/* Product List Widget Only */
ul.product_list_widget li {
overflow: hidden;
margin-bottom: 15px;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
ul.product_list_widget li:last-child{ margin: 0; }
ul.product_list_widget .js_widget_product_price{ overflow: hidden; }
ul.product_list_widget .js_widget_product_price del, ul.product_list_widget .js_widget_product_price .from {
float: left;
margin: 0 5px 0 0;
font-size: 10px;
}
/*
RECENT REVIEWS - TOP RATED PRODUCTS
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_recent_reviews ul.product_list_widget li, .widget_top_rated ul.product_list_widget li {
position: relative;
padding-bottom: 40px;
}
.widget_recent_reviews .star-rating, .widget_top_rated ul.product_list_widget .star-rating {
position: absolute;
left: 80px;
bottom: 15px;
}
/*
CART
-------------------------------------------------------------------------------------------------------------------------------------*/
span.empty {
display: block;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget p.total {
margin: 0;
padding: 10px 15px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget p.buttons {
overflow: hidden;
margin: 0;
padding: 15px;
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget p.buttons .checkout{ float: right; }
/*
PRODUCT SEARCH
-------------------------------------------------------------------------------------------------------------------------------------*/
.jigoshop_product_search {
position:relative;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.jigoshop_product_search h4,
.jigoshop_product_search h5{ display: none; }
/*
LAYERED NAV
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_layered_nav .layerd_nav_clear {
position: absolute;
top: -2px;
right: 0;
padding: 1px 10px;
font-size: 12px;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.ie8 .widget_layered_nav .layerd_nav_clear{ padding: 0 10px 2px 10px; }
.widget_layered_nav ul {
margin: 0;
padding: 0;
list-style: none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_layered_nav ul li {
overflow: hidden;
padding: 4px 15px;
}
.widget_layered_nav ul li:last-child{ border: none !important; }
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
float: left;
padding: 1px 0;
}
.widget_layered_nav ul li.chosen{ padding-left: 40px; }
.widget_layered_nav ul small.count {
float: right;
margin-left: 15px;
padding: 0 10px;
font-size: 11px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget.widget_layered_nav ul li,
#pk_widgets_area .pk_widget.widget_layered_nav ul li{ background: none; }
/*
LOGIN
-------------------------------------------------------------------------------------------------------------------------------------*/
.jigoshop_login_widget {
padding: 15px;
font-size: 12px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.jigoshop_login_widget p {
display: block;
overflow: hidden;
margin: 0;
padding-bottom: 5px;
width: 100%;
}
.jigoshop_login_widget p:nth-child(3){ margin-bottom: 20px; }
.jigoshop_login_widget .forgot {
float: left;
margin: 8px 0 0 15px;
}
.jigoshop_login_widget label {
display: block;
margin-bottom: 3px;
font-size: 12px;
}
.jigoshop_login_widget input[type=text], .jigoshop_login_widget input[type=password]{ width: 100%; }
/*
PRICE FILTER
-------------------------------------------------------------------------------------------------------------------------------------*/
.jigoshop_price_filter .price_slider_wrapper {
padding: 15px 15px 10px 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.jigoshop_price_filter .price_slider_wrapper .price_slider{ margin: 1px 0 15px 0; }
.jigoshop_price_filter .price_slider_wrapper .price_slider_amount {
overflow: hidden;
margin-top: 5px;
padding: 7px 0 5px 0;
font-size: 12px;
}
.jigoshop_price_filter .price_slider_wrapper .button {
float: right;
margin: -7px 0 0 0;
}
/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: normal; border: none; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{ color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none; font-weight: normal; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{ color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: none; background: #000; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #000; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 1; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1; filter:Alpha(Opacity=35); background-image: none; }
/* Slider */
.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 18px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.price_slider_wrapper .ui-widget-content { border: none; color: #222222;
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18);
}
.price_slider_wrapper .ui-widget-header { border: none; color: font-weight: bold; #222222; }
.ui-slider-horizontal { height: 7px; }
.ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 1px; height: 5px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
/*
QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/
/* Tablet (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pk_widget p.buttons .button{ float: right; margin-bottom: 15px; margin-left: 15px; }
.pk_widget p.buttons .checkout{ margin-bottom: 0; }
}
/* Mobile */
@media screen and (max-width: 767px) {
.pk_widget p.buttons .button{ float: right; margin-bottom: 15px; margin-left: 15px; }
.pk_widget p.buttons .checkout{ margin-bottom: 0; }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.pk_widget p.buttons .button{ float: left; margin-bottom: 0; margin-left: 0; }
.pk_widget p.buttons .checkout{ float: right; }
}

View File

@ -0,0 +1,17 @@
/*
NOSCRIPT
-------------------------------------------------------------------------------------------------------------------------------------*/
nav ul li:hover ul ul, nav ul li:hover ul ul ul, nav ul li:hover ul ul ul ul{ display: none; }
nav ul li:hover ul, nav ul li li:hover ul, nav ul li li li:hover ul, nav ul li li li li:hover ul{ display: block; }
.pk_option_nav #pk_search_form{ width: auto; }
.pk_page {
margin-top: 10px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
}
.pk_call_to_action_content .pk_call_to_action_news ul{ margin-bottom: 20px; }
.pk_slider .pk_slider_content{ margin-bottom: 0; }
.pk_slider .pk_slider_item_info{ display: none; }
#myatu_bgm_top{ display: none; }

View File

@ -0,0 +1,73 @@
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
-------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
-webkit-text-size-adjust: none;
}
html{ -webkit-font-smoothing: antialiased; }
body{ line-height:1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display: block; }
img{ margin: 0; }
nav ul{ list-style: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/* change colours to suit your needs */
ins {
background: none;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background: none;
font-style: italic;
font-weight: bold;
}
del{ text-decoration: line-through; }
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
display: block;
padding: 0;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
}
input, select{ vertical-align: middle; }
input:not([type="radio"]):not([type="checkbox"]), button, textarea{ -webkit-appearance: none; }

View File

@ -0,0 +1,919 @@
/*
COLUMNS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_one_half,
.pk_one_third,
.pk_one_fourth,
.pk_one_fifth,
.pk_one_sixth,
.pk_two_third,
.pk_two_fourth,
.pk_two_fifth,
.pk_two_sixth,
.pk_three_fourth,
.pk_three_fifth,
.pk_three_sixth,
.pk_four_fifth,
.pk_four_sixth,
.pk_five_sixth {
display: block;
position: relative;
float: left;
margin-right: 3.9%;
}
.pk_full_width{ width:100%; }
.pk_one_half{ width: 48%; }
.pk_one_third{ width: 30.6%; }
.pk_one_fourth{ width: 22%; }
.pk_one_fifth{ width: 16.7%; }
.pk_one_sixth{ width: 13.3%; }
.pk_two_third{ width: 65.3%; }
.pk_two_fourth{ width: 48%; }
.pk_two_fifth{ width: 37.6%; }
.pk_two_sixth{ width: 30.6%; }
.pk_three_fourth{ width: 74%; }
.pk_three_fifth{ width: 58.4%; }
.pk_three_sixth{ width: 47.9%; }
.pk_four_fifth{ width: 79.2%; }
.pk_four_sixth{ width: 65.3%; }
.pk_five_sixth{ width: 82.6%; }
.pk_last {
float: right;
margin-right: 0;
}
/*
HEADINGS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_heading_uppercase {
margin-bottom: 18px;
padding-bottom: 5px;
font-size: 15px;
line-height: 20px;
letter-spacing: .05em;
text-transform: uppercase;
}
.pk_heading_underline {
display: block;
margin-bottom: 25px;
padding-bottom: 5px;
}
.pk_heading_background {
display: inline-block;
padding: 7px 10px 6px 10px;
width: auto;
}
.ie7 .pk_heading_background {
display: inline;
padding-bottom: 6px;
}
/*
LISTS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_arrow_list, .pk_arrow_list ul,
.pk_check_list, .pk_check_list ul,
.pk_clear_list, .pk_clear_list ul{ margin-left: 0; list-style: none !important; }
.pk_arrow_list li, .pk_check_list li, .pk_clear_list li{ margin-left: 0; }
.pk_arrow_list li{ padding-left: 13px !important; }
.pk_check_list li{ padding-left: 22px !important; }
/*
HIGHLIGHTS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_highlight{ padding:3px 6px; }
.pk_highlight.pk_rounded{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
/*
DROP CAPS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_drop_cap_1, .pk_drop_cap_2{ font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif; }
.pk_drop_cap_1 {
float: left;
margin: 0 10px 0 0;
font-size: 45px;
line-height: 40px;
}
.pk_drop_cap_2 {
float: left;
margin: 0 10px 0 -2px;
padding: 0;
width: 43px;
height: 45px;
font-size: 21px;
line-height: 42px;
text-align: center;
background: transparent url('../images/shortcodes/dropcaps/drop_cap_2.png') no-repeat 0 0;
}
/* Drop Caps Variations */
.pk_drop_cap_2.pk_drop_cap_white{ color: #888e90; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-position: 0 0; }
.pk_drop_cap_2.pk_drop_cap_grey{ color: #eeeded; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -45px; }
.pk_drop_cap_2.pk_drop_cap_black{ color: #a7a6a6; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); background-position:0 -90px; }
.pk_drop_cap_2.pk_drop_cap_orange{ color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -135px; }
.pk_drop_cap_2.pk_drop_cap_yellow{ color: #8d8133; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-position: 0 -180px; }
.pk_drop_cap_2.pk_drop_cap_lime{ color: #889534; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-position: 0 -225px; }
.pk_drop_cap_2.pk_drop_cap_green{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -270px; }
.pk_drop_cap_2.pk_drop_cap_blue{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -315px; }
.pk_drop_cap_2.pk_drop_cap_purple{ color: #ebe7f1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -360px; }
.pk_drop_cap_2.pk_drop_cap_red{ color: #f0e7e7; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-position: 0 -405px; }
/*
BUTTONS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_button_mini {
/*display: block; float: left;*/
display: inline-block;
margin-bottom: 10px;
padding-left: 15px;
height: 28px;
border: none;
font-size: 11px;
cursor: pointer;
white-space: nowrap;
background: url('../images/shortcodes/buttons/mini/buttons_left_sprite.png') no-repeat 0 0;
}
.pk_button_mini span {
display: block;
float: left;
padding: 0 15px 0 0;
height: 28px;
line-height: 25px;
background-position: right 0;
}
.pk_button_mini:hover, .pk_button_mini:hover span{ border: none; }
.pk_button_mini.pk_button_with_icon{ padding-left: 27px; }
.pk_button_mini.pk_button_with_icon span{ padding-right: 12px; }
.pk_button_small {
/*display: block; float: left;*/
display: inline-block;
margin: 0 0 10px -2px;
padding-left: 22px;
height: 35px;
border: none;
font-size: 12px;
cursor: pointer;
white-space: nowrap;
background: url('../images/shortcodes/buttons/small/buttons_left_sprite.png') no-repeat 0 0;
}
.pk_button_small span {
/*display: block; float: left;*/
display: inline-block;
padding: 0 22px 0 0;
height: 35px;
text-align: center;
line-height: 31px;
background-position: right 0;
}
.pk_button_small:hover, .pk_button_small:hover span{ border: none; }
.pk_button_small.pk_button_with_icon{ padding-left: 35px; }
.pk_button_small.pk_button_with_icon span{ padding-right: 18px; }
.pk_button_medium {
/*display: block; float: left;*/
display: inline-block;
margin: 0 0 10px -3px;
padding-left: 28px;
height: 47px;
border: none;
font-size: 15px;
cursor: pointer;
white-space: nowrap;
background: url('../images/shortcodes/buttons/medium/buttons_left_sprite.png') no-repeat 0 0;
}
.pk_button_medium span {
display: block;
float: left;
padding: 0 28px 0 0;
height: 47px;
text-align: center;
line-height: 43px;
background-position: right 0;
}
.pk_button_medium:hover, .pk_button_medium:hover span{ border: none; }
.pk_button_medium.pk_button_with_icon{ padding-left: 45px; }
.pk_button_medium.pk_button_with_icon span{ padding-right: 22px; }
.pk_button_big {
/*display: block; float: left;*/
display: inline-block;
margin: 0 0 10px -5px;
padding-left: 33px;
height: 57px;
border: none;
font-size: 21px;
cursor: pointer;
white-space: nowrap;
background: url('../images/shortcodes/buttons/big/buttons_left_sprite.png') no-repeat 0 0;
}
.pk_button_big span {
display: block;
float: left;
padding: 0 33px 0 0;
height: 57px;
text-align: center;
line-height: 53px;
background-position: right 0;
}
.pk_button_big:hover, .pk_button_big:hover span{ border: none; }
.pk_button_big.pk_button_with_icon{ padding-left: 55px; }
.pk_button_big.pk_button_with_icon span{ padding-right: 23px; }
/* Buttons Mini Variations */
.pk_button_mini.pk_button_white{ background-position: 0 0; }
.pk_button_mini.pk_button_white span{ color: #605e5e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/mini/button_white_right.png'); }
.pk_button_mini.pk_button_white:hover{ background-position: 0 -28px; }
.pk_button_mini.pk_button_white:hover span{ color: #605e5e; background-position: right -28px; }
.pk_button_mini.pk_button_grey{ background-position: 0 -56px; }
.pk_button_mini.pk_button_grey span{ color: #eeeded; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_grey_right.png'); }
.pk_button_mini.pk_button_grey:hover{ background-position: 0 -84px; }
.pk_button_mini.pk_button_grey:hover span{ color: #eeeded; background-position: right -28px; }
.pk_button_mini.pk_button_black{ background-position: 0 -112px }
.pk_button_mini.pk_button_black span{ color: #a7a6a6; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); background-image: url('../images/shortcodes/buttons/mini/button_black_right.png'); }
.pk_button_mini.pk_button_black:hover{ background-position: 0 -140px; }
.pk_button_mini.pk_button_black:hover span{ color: #a7a6a6; background-position: right -28px; }
.pk_button_mini.pk_button_orange{ background-position: 0 -168px; }
.pk_button_mini.pk_button_orange span{ color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_orange_right.png'); }
.pk_button_mini.pk_button_orange:hover{ background-position: 0 -196px; }
.pk_button_mini.pk_button_orange:hover span{ color: #fff; background-position: right -28px; }
.pk_button_mini.pk_button_yellow{ background-position: 0 -224px; }
.pk_button_mini.pk_button_yellow span{ color: #8d8133; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/mini/button_yellow_right.png'); }
.pk_button_mini.pk_button_yellow:hover{ background-position: 0 -252px; }
.pk_button_mini.pk_button_yellow:hover span{ color: #8d8133; background-position: right -28px; }
.pk_button_mini.pk_button_lime{ background-position: 0 -280px; }
.pk_button_mini.pk_button_lime span{ color: #889534; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/mini/button_lime_right.png'); }
.pk_button_mini.pk_button_lime:hover{ background-position: 0 -308px; }
.pk_button_mini.pk_button_lime:hover span{ color: #889534; background-position: right -28px; }
.pk_button_mini.pk_button_green{ background-position: 0 -336px; }
.pk_button_mini.pk_button_green span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_green_right.png'); }
.pk_button_mini.pk_button_green:hover{ background-position: 0 -364px; }
.pk_button_mini.pk_button_green:hover span{ color: #fafafa; background-position: right -28px; }
.pk_button_mini.pk_button_blue{ background-position: 0 -392px; }
.pk_button_mini.pk_button_blue span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_blue_right.png'); }
.pk_button_mini.pk_button_blue:hover{ background-position: 0 -420px; }
.pk_button_mini.pk_button_blue:hover span{ color: #fafafa; background-position: right -28px; }
.pk_button_mini.pk_button_purple{ background-position: 0 -448px; }
.pk_button_mini.pk_button_purple span{ color: #ebe7f1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_purple_right.png'); }
.pk_button_mini.pk_button_purple:hover{ background-position: 0 -476px; }
.pk_button_mini.pk_button_purple:hover span{ color: #ebe7f1; background-position: right -28px; }
.pk_button_mini.pk_button_red{ background-position: 0 -504px; }
.pk_button_mini.pk_button_red span{ color: #f0e7e7; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/mini/button_red_right.png'); }
.pk_button_mini.pk_button_red:hover{ background-position: 0 -532px; }
.pk_button_mini.pk_button_red:hover span{ color: #f0e7e7; background-position: right -28px; }
.pk_button_mini.pk_button_with_icon{ background-image: url('../images/shortcodes/buttons/mini/icons_sprite.png'); }
/* Buttons Small Variations */
.pk_button_small.pk_button_white{ background-position: 0 0; }
.pk_button_small.pk_button_white span{ color: #605e5e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/small/button_white_right.png'); }
.pk_button_small.pk_button_white:hover{ background-position: 0 -35px; }
.pk_button_small.pk_button_white:hover span{ color: #605e5e; background-position: right -35px; }
.pk_button_small.pk_button_grey{ background-position: 0 -70px; }
.pk_button_small.pk_button_grey span{ color: #eeeded; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_grey_right.png'); }
.pk_button_small.pk_button_grey:hover{ background-position: 0 -105px; }
.pk_button_small.pk_button_grey:hover span{ color: #eeeded; background-position: right -35px; }
.pk_button_small.pk_button_black{ background-position: 0 -140px }
.pk_button_small.pk_button_black span{ color: #a7a6a6; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); background-image: url('../images/shortcodes/buttons/small/button_black_right.png'); }
.pk_button_small.pk_button_black:hover{ background-position: 0 -175px; }
.pk_button_small.pk_button_black:hover span{ color:#a7a6a6; background-position:right -35px; }
.pk_button_small.pk_button_orange{ background-position: 0 -210px; }
.pk_button_small.pk_button_orange span{ color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_orange_right.png'); }
.pk_button_small.pk_button_orange:hover{ background-position: 0 -245px; }
.pk_button_small.pk_button_orange:hover span{ color:#fff; background-position:right -35px; }
.pk_button_small.pk_button_yellow{ background-position: 0 -280px; }
.pk_button_small.pk_button_yellow span{ color: #8d8133; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/small/button_yellow_right.png'); }
.pk_button_small.pk_button_yellow:hover{ background-position: 0 -315px; }
.pk_button_small.pk_button_yellow:hover span{ color: #8d8133; background-position: right -35px; }
.pk_button_small.pk_button_lime{ background-position: 0 -350px; }
.pk_button_small.pk_button_lime span{ color:#889534; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/small/button_lime_right.png'); }
.pk_button_small.pk_button_lime:hover{ background-position: 0px -385px; }
.pk_button_small.pk_button_lime:hover span{ color: #889534; background-position: right -35px; }
.pk_button_small.pk_button_green{ background-position: 0 -420px; }
.pk_button_small.pk_button_green span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_green_right.png'); }
.pk_button_small.pk_button_green:hover{ background-position: 0 -455px; }
.pk_button_small.pk_button_green:hover span{ color: #fafafa; background-position: right -35px; }
.pk_button_small.pk_button_blue{ background-position: 0 -490px; }
.pk_button_small.pk_button_blue span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_blue_right.png'); }
.pk_button_small.pk_button_blue:hover{ background-position: 0 -525px; }
.pk_button_small.pk_button_blue:hover span{ color:#fafafa; background-position:right -35px; }
.pk_button_small.pk_button_purple{ background-position: 0 -560px; }
.pk_button_small.pk_button_purple span{ color: #ebe7f1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_purple_right.png'); }
.pk_button_small.pk_button_purple:hover{ background-position: 0 -595px; }
.pk_button_small.pk_button_purple:hover span{ color: #ebe7f1; background-position: right -35px; }
.pk_button_small.pk_button_red{ background-position: 0 -630px; }
.pk_button_small.pk_button_red span{ color: #f0e7e7; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/small/button_red_right.png'); }
.pk_button_small.pk_button_red:hover{ background-position: 0 -665px; }
.pk_button_small.pk_button_red:hover span{ color: #f0e7e7; background-position: right -35px; }
.pk_button_small.pk_arrow_icon{ background-image: url('../images/shortcodes/buttons/small/arrow_icons_sprite.png'); }
.pk_button_small.pk_mini_arrow_icon{ background-image: url('../images/shortcodes/buttons/small/mini_arrow_icons_sprite.png'); }
.pk_button_small.pk_download_icon{ background-image: url('../images/shortcodes/buttons/small/download_icons_sprite.png'); }
.pk_button_small.pk_mail_icon{ background-image: url('../images/shortcodes/buttons/small/mail_icons_sprite.png'); }
.pk_button_small.pk_home_icon{ background-image: url('../images/shortcodes/buttons/small/home_icons_sprite.png'); }
.pk_button_small.pk_zoom_icon{ background-image: url('../images/shortcodes/buttons/small/zoom_icons_sprite.png'); }
/* Buttons Medium Variations */
.pk_button_medium.pk_button_white{ background-position: 0 0; }
.pk_button_medium.pk_button_white span{ color: #605e5e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/medium/button_white_right.png'); }
.pk_button_medium.pk_button_white:hover{ background-position: 0 -47px; }
.pk_button_medium.pk_button_white:hover span{ color: #605e5e; background-position: right -47px; }
.pk_button_medium.pk_button_grey{ background-position: 0 -94px; }
.pk_button_medium.pk_button_grey span{ color: #eeeded; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_grey_right.png'); }
.pk_button_medium.pk_button_grey:hover{ background-position: 0 -141px; }
.pk_button_medium.pk_button_grey:hover span{ color: #eeeded; background-position: right -47px; }
.pk_button_medium.pk_button_black{ background-position: 0px -188px }
.pk_button_medium.pk_button_black span{ color: #a7a6a6; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); background-image: url('../images/shortcodes/buttons/medium/button_black_right.png'); }
.pk_button_medium.pk_button_black:hover{ background-position: 0 -235px; }
.pk_button_medium.pk_button_black:hover span{ color: #a7a6a6; background-position: right -47px; }
.pk_button_medium.pk_button_orange{ background-position: 0 -282px; }
.pk_button_medium.pk_button_orange span{ color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_orange_right.png'); }
.pk_button_medium.pk_button_orange:hover{ background-position: 0 -329px; }
.pk_button_medium.pk_button_orange:hover span{ color: #fff; background-position: right -47px; }
.pk_button_medium.pk_button_yellow{ background-position: 0px -376px; }
.pk_button_medium.pk_button_yellow span{ color: #8d8133; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/medium/button_yellow_right.png'); }
.pk_button_medium.pk_button_yellow:hover{ background-position: 0px -423px; }
.pk_button_medium.pk_button_yellow:hover span{ color: #8d8133; background-position: right -47px; }
.pk_button_medium.pk_button_lime{ background-position: 0 -470px; }
.pk_button_medium.pk_button_lime span{ color: #889534; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/medium/button_lime_right.png'); }
.pk_button_medium.pk_button_lime:hover{ background-position: 0 -517px; }
.pk_button_medium.pk_button_lime:hover span{ color: #889534; background-position: right -47px; }
.pk_button_medium.pk_button_green{ background-position: 0 -564px; }
.pk_button_medium.pk_button_green span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_green_right.png'); }
.pk_button_medium.pk_button_green:hover{ background-position: 0 -611px; }
.pk_button_medium.pk_button_green:hover span{ color: #fafafa; background-position: right -47px; }
.pk_button_medium.pk_button_blue{ background-position: 0 -658px; }
.pk_button_medium.pk_button_blue span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_blue_right.png'); }
.pk_button_medium.pk_button_blue:hover{ background-position: 0 -705px; }
.pk_button_medium.pk_button_blue:hover span{ color: #fafafa; background-position: right -47px; }
.pk_button_medium.pk_button_purple{ background-position: 0 -752px; }
.pk_button_medium.pk_button_purple span{ color: #ebe7f1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_purple_right.png'); }
.pk_button_medium.pk_button_purple:hover{ background-position: 0 -799px; }
.pk_button_medium.pk_button_purple:hover span { color: #ebe7f1; background-position: right -47px; }
.pk_button_medium.pk_button_red{ background-position: 0 -846px; }
.pk_button_medium.pk_button_red span{ color: #f0e7e7; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/medium/button_red_right.png'); }
.pk_button_medium.pk_button_red:hover{ background-position: 0 -893px; }
.pk_button_medium.pk_button_red:hover span{ color: #f0e7e7; background-position: right -47px; }
.pk_button_medium.pk_arrow_icon{ background-image:url('../images/shortcodes/buttons/medium/arrow_icons_sprite.png'); }
.pk_button_medium.pk_mini_arrow_icon{ background-image:url('../images/shortcodes/buttons/medium/mini_arrow_icons_sprite.png'); }
.pk_button_medium.pk_download_icon{ background-image:url('../images/shortcodes/buttons/medium/download_icons_sprite.png'); }
.pk_button_medium.pk_mail_icon{ background-image:url('../images/shortcodes/buttons/medium/mail_icons_sprite.png'); }
.pk_button_medium.pk_home_icon{ background-image:url('../images/shortcodes/buttons/medium/home_icons_sprite.png'); }
.pk_button_medium.pk_zoom_icon{ background-image:url('../images/shortcodes/buttons/medium/zoom_icons_sprite.png'); }
/* Buttons Big Variations */
.pk_button_big.pk_button_white{ background-position: 0 0; }
.pk_button_big.pk_button_white span{ color: #605e5e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/big/button_white_right.png'); }
.pk_button_big.pk_button_white:hover{ background-position: 0 -57px; }
.pk_button_big.pk_button_white:hover span{ color: #605e5e; background-position: right -57px; }
.pk_button_big.pk_button_grey{ background-position: 0 -114px; }
.pk_button_big.pk_button_grey span{ color: #eeeded; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_grey_right.png'); }
.pk_button_big.pk_button_grey:hover{ background-position: 0 -171px; }
.pk_button_big.pk_button_grey:hover span{ color: #eeeded; background-position: right -57px; }
.pk_button_big.pk_button_black{ background-position: 0 -228px }
.pk_button_big.pk_button_black span{ color: #a7a6a6; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); background-image: url('../images/shortcodes/buttons/big/button_black_right.png'); }
.pk_button_big.pk_button_black:hover{ background-position: 0 -285px; }
.pk_button_big.pk_button_black:hover span{ color: #a7a6a6; background-position: right -57px; }
.pk_button_big.pk_button_orange{ background-position: 0px -342px; }
.pk_button_big.pk_button_orange span{ color: #fff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_orange_right.png'); }
.pk_button_big.pk_button_orange:hover{ background-position: 0px -399px; }
.pk_button_big.pk_button_orange:hover span{ color: #fff; background-position: right -57px; }
.pk_button_big.pk_button_yellow{ background-position: 0 -456px; }
.pk_button_big.pk_button_yellow span{ color: #8d8133; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/big/button_yellow_right.png'); }
.pk_button_big.pk_button_yellow:hover{ background-position: 0 -513px; }
.pk_button_big.pk_button_yellow:hover span{ color: #8d8133; background-position: right -57px; }
.pk_button_big.pk_button_lime{ background-position: 0 -570px; }
.pk_button_big.pk_button_lime span{ color: #889534; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33); background-image: url('../images/shortcodes/buttons/big/button_lime_right.png'); }
.pk_button_big.pk_button_lime:hover{ background-position: 0 -627px; }
.pk_button_big.pk_button_lime:hover span{ color: #889534; background-position: right -57px; }
.pk_button_big.pk_button_green{ background-position: 0px -684px; }
.pk_button_big.pk_button_green span{ color: #fafafa; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_green_right.png'); }
.pk_button_big.pk_button_green:hover{ background-position: 0px -741px; }
.pk_button_big.pk_button_green:hover span{ color: #fafafa; background-position: right -57px; }
.pk_button_big.pk_button_blue{ background-position: 0 -798px; }
.pk_button_big.pk_button_blue span{ color: #fafafa; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_blue_right.png'); }
.pk_button_big.pk_button_blue:hover{ background-position: 0 -855px; }
.pk_button_big.pk_button_blue:hover span{ color: #fafafa; background-position: right -57px; }
.pk_button_big.pk_button_purple{ background-position: 0 -912px; }
.pk_button_big.pk_button_purple span{ color: #ebe7f1; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_purple_right.png'); }
.pk_button_big.pk_button_purple:hover{ background-position: 0 -969px; }
.pk_button_big.pk_button_purple:hover span { color: #ebe7f1; background-position: right -57px; }
.pk_button_big.pk_button_red{ background-position: 0 -1026px; }
.pk_button_big.pk_button_red span{ color: #f0e7e7; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18); background-image: url('../images/shortcodes/buttons/big/button_red_right.png'); }
.pk_button_big.pk_button_red:hover{ background-position: 0 -1083px; }
.pk_button_big.pk_button_red:hover span{ color: #f0e7e7; background-position: right -57px; }
.pk_button_big.pk_arrow_icon{ background-image:url('../images/shortcodes/buttons/big/arrow_icons_sprite.png'); }
.pk_button_big.pk_mini_arrow_icon{ background-image:url('../images/shortcodes/buttons/big/mini_arrow_icons_sprite.png'); }
.pk_button_big.pk_download_icon{ background-image:url('../images/shortcodes/buttons/big/download_icons_sprite.png'); }
.pk_button_big.pk_mail_icon{ background-image:url('../images/shortcodes/buttons/big/mail_icons_sprite.png'); }
.pk_button_big.pk_home_icon{ background-image:url('../images/shortcodes/buttons/big/home_icons_sprite.png'); }
.pk_button_big.pk_zoom_icon{ background-image:url('../images/shortcodes/buttons/big/zoom_icons_sprite.png'); }
/*
STYLED BOXES
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_box {
overflow: hidden;
margin: 0 0 30px 0;
padding: 0;
width: 100%;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_box_content {
overflow: hidden;
padding: 15px;
}
.pk_box_content p{ margin: 15px 0 0 0; }
.pk_box, .pk_box .pk_box_content_wrapper, .pk_box .pk_box_content{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pk_message_box {
overflow: hidden;
margin: 0 0 20px 0;
padding: 0;
width: 100%;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_message_box_content_wrapper, .pk_message_box_content{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pk_message_box_content {
overflow: hidden;
padding: 15px;
}
.pk_message_box_content p, .pk_message_box_content ul{ margin-bottom: 0; }
.pk_info_box .pk_message_box_content,
.pk_note_box .pk_message_box_content,
.pk_success_box .pk_message_box_content,
.pk_error_box .pk_message_box_content,
.pk_warning_box .pk_message_box_content,
.pk_important_box .pk_message_box_content,
.pk_help_box .pk_message_box_content{ padding-left: 60px; }
/* Message Box Variations */
.pk_info_box .pk_message_box_content_wrapper{ color: #236cc7; background: #b2c9e6 url('../images/shortcodes/message_boxes/info.png') no-repeat 14px center; }
.pk_note_box .pk_message_box_content_wrapper{ color: #43412a; background: #fff4c0 url('../images/shortcodes/message_boxes/note.png') no-repeat 14px center; }
.pk_success_box .pk_message_box_content_wrapper{ color: #44802a; background: #c9f0b8 url('../images/shortcodes/message_boxes/success.png') no-repeat 14px center; }
.pk_error_box .pk_message_box_content_wrapper{ color: #af3017; background: #f1bbb0 url('../images/shortcodes/message_boxes/error.png') no-repeat 14px center; }
.pk_warning_box .pk_message_box_content_wrapper{ color: #705213; background: #ffd987 url('../images/shortcodes/message_boxes/warning.png') no-repeat 14px center; }
.pk_important_box .pk_message_box_content_wrapper{ color: #59330d; background: #f8ac61 url('../images/shortcodes/message_boxes/important.png') no-repeat 14px center; }
.pk_help_box .pk_message_box_content_wrapper { color: #353e5f; background: #b2bde6 url('../images/shortcodes/message_boxes/help.png') no-repeat 14px center; }
/*
PRICING TABLES
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_pricing_table {
position: relative;
margin: 0 0 20px 0;
width: 100%;
font-size: 12px;
text-align: center;
}
.pk_pricing_table .pk_column {
position: relative;
z-index: 2;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_pricing_table .pk_one_half, .pk_pricing_table .pk_one_third, .pk_pricing_table .pk_one_fourth, .pk_pricing_table .pk_one_fifth{ margin: 0; }
.pk_pricing_with_highlight{ margin: 35px 0 40px 0; }
.pk_pricing_table header, .pk_pricing_table footer{ overflow: hidden; }
.pk_pricing_table header .pk_type {
margin: 0 !important;
padding: 0 !important;
font-size: 14px;
border-right: solid 1px transparent;
}
.pk_pricing_table header .pk_type span {
display: block;
margin: 1px 1px 0 1px;
padding: 11px 0 0 0;
height: 31px;
border-top: solid 1px transparent;
}
.pk_pricing_table header .pk_price {
margin: 0 !important;
padding: 15px 0;
font: 37px/27px "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
border-right: solid 1px transparent;
}
.pk_pricing_table header .pk_price sup {
margin-left: -5px;
padding-top: 5px;
font-size: 55%;
}
.pk_pricing_table header .pk_price span {
display: block;
font: 11px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.pk_pricing_table .pk_first {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pk_pricing_table .pk_last {
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pk_pricing_table .pk_first header,
.pk_pricing_table .pk_first header .pk_type span {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
}
.pk_pricing_table .pk_first header .pk_type span {
border-left: solid 1px transparent;
}
.pk_pricing_table .pk_last{ float: left; }
.pk_pricing_table .pk_last header,
.pk_pricing_table .pk_last header .pk_type span {
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
.pk_pricing_table .pk_last header .pk_type span {
border-right: solid 1px transparent;
}
.pk_pricing_table ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
border-right: solid 1px transparent;
}
.pk_pricing_table ul li {
margin: 0 !important;
padding: 5px 0 !important;
font-style: italic;
}
.pk_pricing_table ul li strong{ font-style: normal; }
.pk_pricing_table footer {
overflow: hidden;
margin: 0 !important;
padding: 15px 0;
height: 35px;
text-align: center;
border-right: solid 1px transparent;
}
.pk_pricing_table footer .pk_button_wrapper {
display: inline-block;
float: none !important;
overflow: hidden;
margin: 0 auto;
}
.pk_pricing_table footer .pk_button_small{ margin: 0; }
.pk_pricing_table .pk_first footer{ -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.pk_pricing_table .pk_last footer{ -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.pk_pricing_table .pk_last header .pk_type,
.pk_pricing_table .pk_last header .pk_price,
.pk_pricing_table .pk_last ul,
.pk_pricing_table .pk_last footer{ border: none; }
/* Highlight Column */
.pk_pricing_table .pk_highlight_column {
margin: -16px 0 -16px -1px;
z-index: 10;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pk_pricing_table .pk_highlight_column .pk_price, .pk_pricing_table .pk_highlight_column footer{ padding: 23px 0; }
.pk_pricing_table .pk_highlight_column header,
.pk_pricing_table .pk_highlight_column header .pk_type span {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
.pk_pricing_table .pk_highlight_column header .pk_type span {
border: solid 1px transparent;
border-bottom: none !important;
}
.pk_pricing_table .pk_highlight_column footer {
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pk_pricing_table .pk_highlight_column header .pk_type,
.pk_pricing_table .pk_highlight_column header .pk_price,
.pk_pricing_table .pk_highlight_column ul,
.pk_pricing_table .pk_highlight_column footer{ border: none; }
/* Columns Dimension */
.pk_pricing_two_columns .pk_one_half,
.pk_pricing_two_columns .pk_highlight_column{ width: 50%; }
.pk_pricing_three_columns .pk_one_third,
.pk_pricing_three_columns .pk_highlight_column{ width: 33.33%; }
.pk_pricing_four_columns .pk_one_fourth,
.pk_pricing_four_columns .pk_highlight_column{ width: 25%; }
.pk_pricing_five_columns .pk_one_fifth,
.pk_pricing_five_columns .pk_highlight_column{ width: 20%; }
/* Pricing Table Variations */
.pk_highlight_white .pk_highlight_column header{ background-color: #f7f6f6; }
.pk_highlight_white .pk_highlight_column header .pk_type span{ color: #605e5e; border-color: #fff !important; }
.pk_highlight_white .pk_highlight_column header .pk_price{ color: #454545; background-color: #f1f0f0; }
.pk_highlight_black .pk_highlight_column header .pk_price sup{ color: #454545; }
.pk_highlight_white .pk_highlight_column header .pk_price span{ color: #888e90; }
.pk_highlight_grey .pk_highlight_column header{ background-color: #a7a6a6; }
.pk_highlight_grey .pk_highlight_column header .pk_type span{ color: #eeeded; border-color: #bcbbbb !important; }
.pk_highlight_grey .pk_highlight_column header .pk_price{ color: #444343; background-color: #cbcaca; }
.pk_highlight_grey .pk_highlight_column header .pk_price sup{ color: #444343; }
.pk_highlight_grey .pk_highlight_column header .pk_price span{ color: #747373; }
.pk_highlight_black .pk_highlight_column header{ background-color: #302f2f; }
.pk_highlight_black .pk_highlight_column header .pk_type span{ color: #a7a6a6; border-color: #434343 !important; }
.pk_highlight_black .pk_highlight_column header .pk_price{ color: #f0eaea; background-color: #525050; }
.pk_highlight_black .pk_highlight_column header .pk_price sup{ color: #f0eaea; }
.pk_highlight_black .pk_highlight_column header .pk_price span{ color: #a5a1a1; }
.pk_highlight_orange .pk_highlight_column header{ background-color: #f3a826; }
.pk_highlight_orange .pk_highlight_column header .pk_type span{ color: #fff; border-color: #f6bf5e !important; }
.pk_highlight_orange .pk_highlight_column header .pk_price{ color: #463e31; background-color: #ffd48a; }
.pk_highlight_orange .pk_highlight_column header .pk_price sup{ color: #463e31; }
.pk_highlight_orange .pk_highlight_column header .pk_price span{ color: #74716e; }
.pk_highlight_yellow .pk_highlight_column header{ background-color: #f1dc51; }
.pk_highlight_yellow .pk_highlight_column header .pk_type span{ color: #8d8133; border-color: #f5e788 !important; }
.pk_highlight_yellow .pk_highlight_column header .pk_price{ color: #45443b; background-color: #fff6b9; }
.pk_highlight_yellow .pk_highlight_column header .pk_price sup{ color: #45443b; }
.pk_highlight_yellow .pk_highlight_column header .pk_price span{ color: #747264; }
.pk_highlight_lime .pk_highlight_column header{ background-color: #e0f456; }
.pk_highlight_lime .pk_highlight_column header .pk_type span{ color: #889534; border-color: #ecf896 !important; }
.pk_highlight_lime .pk_highlight_column header .pk_price{ color: #45463c; background-color: #f8ffc6; }
.pk_highlight_lime .pk_highlight_column header .pk_price sup{ color: #45463c; }
.pk_highlight_lime .pk_highlight_column header .pk_price span{ color:#747667; }
.pk_highlight_green .pk_highlight_column header{ background-color: #a9c929; }
.pk_highlight_green .pk_highlight_column header .pk_type span{ color: #fafafa; border-color: #c2d866 !important; }
.pk_highlight_green .pk_highlight_column header .pk_price{ color: #45463f; background-color: #e0ebb6; }
.pk_highlight_green .pk_highlight_column header .pk_price sup{ color: #45463f; }
.pk_highlight_green .pk_highlight_column header .pk_price span{ color: #74776b; }
.pk_highlight_blue .pk_highlight_column header{ background-color: #7cb5d6; }
.pk_highlight_blue .pk_highlight_column header .pk_type span{ color: #fafafa; border-color: #9ec8e1 !important; }
.pk_highlight_blue .pk_highlight_column header .pk_price{ color: #454d52; background-color: #d0e9f6; }
.pk_highlight_blue .pk_highlight_column header .pk_price sup{ color: #454d52; }
.pk_highlight_blue .pk_highlight_column header .pk_price span{ color: #748087; }
.pk_highlight_purple .pk_highlight_column header{ background-color: #a67cd6; }
.pk_highlight_purple .pk_highlight_column header .pk_type span{ color: #ebe7f1; border-color: #bb9be0 !important; }
.pk_highlight_purple .pk_highlight_column header .pk_price{ color: #453f4d; background-color: #decbf5; }
.pk_highlight_purple .pk_highlight_column header .pk_price sup{ color: #453f4d; }
.pk_highlight_purple .pk_highlight_column header .pk_price span{ color: #746980; }
.pk_highlight_red .pk_highlight_column header{ background-color: #b82323; }
.pk_highlight_red .pk_highlight_column header .pk_type span{ color: #f0e7e7; border-color: #c95757 !important; }
.pk_highlight_red .pk_highlight_column header .pk_price{ color: #453a3a; background-color: #f3cece; }
.pk_highlight_red .pk_highlight_column header .pk_price sup{ color: #453a3a; }
.pk_highlight_red .pk_highlight_column header .pk_price span{ color: #746262; }
/*
TABS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_tabs {
position: relative;
margin-bottom: 30px;
width: 100%;
min-height: 39px;
}
.pk_tabs .pk_tabs_label {
display: none;
position: absolute;
top: 0;
margin: 8px 0 0 0;
text-transform: uppercase;
}
.pk_tabs .pk_tabs_navigation {
display: none;
position: absolute;
margin: 0;
padding: 0;
list-style: none;
z-index: 10;
}
.pk_tabs .pk_tabs_navigation li {
float: left;
margin: 0 -1px 0 0;
padding: 0;
background-image: none !important;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_tabs .pk_tabs_navigation li:first-child{ -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.pk_tabs .pk_tabs_navigation li:last-child{ -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.pk_tabs .pk_tabs_navigation li.pk_active_tab{ border-bottom: none; }
.pk_tabs .pk_tabs_navigation a {
display: block;
margin: 0;
padding: 10px 15px 11px 15px;
height: 28px;
}
.pk_tabs .pk_tabs_content {
position: relative;
min-height: 20px;
z-index: 11;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_tabs .pk_tabs_content .pk_tab {
overflow: hidden;
padding: 20px 15px 0 15px;
}
.pk_tabs .pk_tabs_content .pk_tab p{ margin-bottom: 20px !important; }
/*
TOGGLES
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_toggles{ margin-bottom: 30px; }
.pk_toggles .pk_toggle {
display: block;
margin: 0 0 10px 0;
padding: 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_toggles .pk_toggle_button {
display: block;
overflow: hidden;
margin: 0 !important;
padding: 12px 0 12px 42px;
font-size: 15px;
line-height: 22px;
cursor: pointer;
}
.pk_toggles .pk_toggle_content_wrapper {
position: relative;
overflow: hidden;
width: 100%;
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pk_toggles .pk_toggle_content {
overflow: hidden;
padding: 15px 15px 0 15px;
}
.pk_toggles .pk_toggle_content p{ margin-bottom: 15px !important; }
/*
DIVIDERS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_divider {
display: block;
position: relative;
clear: both;
margin: 0 0 20px 0;
padding: 0;
height: 10px;
}
.pk_divider hr {
width: 100%;
border: none;
}
.pk_divider.pk_top{ padding: 5px 0; }
.pk_divider.pk_top hr {
position: absolute;
margin-left: 0;
width: 96.5%;
border: none;
}
.pk_divider.pk_top a {
position: absolute;
top: -1px;
right: 0;
padding: 0 0 0 10px;
width: 20px;
font-size: 9px;
text-align: right;
}
.pk_clear_both {
display: block;
clear: both;
width: 100%;
height: 0;
}
.pk_empty_space {
display: block;
position: relative;
clear: both;
height: 20px;
}
.ie7 .pk_divider.pk_top a{ top: -8px; }
/*
QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.pk_one_half,
.pk_one_third,
.pk_one_fourth,
.pk_one_fifth,
.pk_one_sixth,
.pk_two_third,
.pk_two_fourth,
.pk_two_fifth,
.pk_two_sixth,
.pk_three_fourth,
.pk_three_fifth,
.pk_three_sixth,
.pk_four_fifth,
.pk_four_sixth,
.pk_five_sixth {
margin-right: 0;
width: 100% !important;
}
.pk_pricing_table .pk_column{ clear: both; margin-top: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pk_pricing_table .pk_first{ margin-top: 0; }
.pk_pricing_table .pk_column header {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
.pk_pricing_table .pk_column footer {
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pk_pricing_table .pk_highlight_column{ margin: 5px 0 0 0; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.pk_tabs .pk_tabs_label{ display: none !important; }
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,36 @@
li.pk_admin_sortable_default {
height: 82px;
padding: 5px;
background-color: #f5f5f5;
border: 1px solid #ddd;
cursor: move;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
li.pk_admin_sortable_placeholder {
height: 82px;
padding: 5px;
background-color: #fffddd;
border: 1px solid #ddd;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
a.pk_admin_sort_titles{ text-decoration: none; }
p.pk_admin_class_taxonomies{ margin-bottom: 0; }
img.pk_admin_sort_thumb {
float: left;
margin-right: 10px;
}
span.pk_admin_sort_no_img {
width: 80px;
height: 80px;
float: left;
background-color: #fff;
border: 1px solid #ddd;
margin-right: 10px;
}
#pk_admin_saving_sorting{ display: none; }
#pk_admin_success_sorting{ display: none; }
#pk_admin_error_sorting{ display: none; }

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,535 @@
/*
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_widget {
clear: both;
position: relative;
}
#pk_sidebar .pk_widget{ font-size: 12px; }
.pk_widget ul, .pk_widget ol {
margin: 0;
list-style: none;
}
.pk_widget li {
margin-left: 0;
padding-left: 13px;
}
.pk_widget li:last-child{ margin: 0; }
.pk_widget{ margin-top: 40px; }
#pk_featured_text .pk_widget:first-child{ margin-top: 0; }
.widget_dribbble li,
.widget_featured_posts li,
.widget_featured_works li,
.widget_popular_posts li,
.widget_popular_works li,
.widget_recent_posts li,
.widget_recent_works li,
.widget_related_posts li,
.widget_related_works li,
.widget_twitter li {
margin-bottom: 15px;
padding: 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/*
ADVERTISING
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_advertising_125_125 {
overflow: hidden;
margin-left: -20px;
padding-bottom: 5px;
}
.widget_advertising_125_125 h4,
.widget_advertising_125_125 h5{ margin: 0 0 0 20px; }
.widget_advertising_125_125 a {
float: left;
margin: 20px 0 0 20px;
padding: 7px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_advertising_125_125 a img {
display: block;
margin: 0;
width: 125px;
max-width: 125px;
}
.widget_advertising_300_250 a img{ -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
/*
TESTIMONIALS
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_testimonials {
overflow: hidden;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#pk_sidebar .pk_testimonials{ margin-bottom: 0; }
.pk_testimonials ul {
margin: 0;
list-style: none;
}
.pk_testimonials li {
display: block;
overflow: hidden;
padding: 0;
background-image: none !important;
}
.pk_testimonials li:last-child{ margin-bottom: 0; }
.pk_testimonials img {
position: absolute;
max-width: 100px;
margin: 15px 0 0 15px;
}
.pk_testimonials blockquote {
float: right;
overflow: hidden;
margin: 0 0 0 130px;
padding: 15px 15px 15px 0;
background: none;
font-size: 14px;
background: none !important;
}
.pk_testimonials blockquote p {
margin: 0;
padding: 0;
}
.pk_testimonials cite {
margin: 5px 0 -5px 0;
font-size: 11px;
text-align: right;
}
.pk_testimonials .pk_arrow {
display: block;
position: absolute;
top: 30px;
left: 108px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.pk_testimonials .pk_no_thumbnail blockquote{
margin: 0;
padding: 15px;
}
.pk_testimonials .pk_no_thumbnail blockquote cite{ text-align: left; }
.pk_testimonials .pk_no_thumbnail .pk_arrow{ display: none; }
/*
DRIBBBLE
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_dribbble li {
padding: 0 0 15px 0;
background-image: none !important;
}
.widget_dribbble li img {
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px;
}
.widget_dribbble li h5 {
margin: 0 15px;
line-height: 15px;
}
.widget_dribbble li small{ margin: 0 15px; }
/*
POSTS - WORKS - TWITTER
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_featured_posts li,
.widget_featured_works li,
.widget_popular_posts li,
.widget_popular_works li,
.widget_recent_posts li,
.widget_recent_works li,
.widget_related_posts li,
.widget_related_works li{
padding: 15px;
background-image: none !important;
}
.widget_featured_posts li h5,
.widget_featured_works li h5,
.widget_popular_posts li h5,
.widget_popular_works li h5,
.widget_recent_posts li h5,
.widget_recent_works li h5,
.widget_related_posts li h5,
.widget_related_works li h5{ margin-bottom: 7px; }
.widget_featured_posts img,
.widget_featured_works img,
.widget_popular_posts img,
.widget_popular_works img,
.widget_recent_posts img,
.widget_recent_works img,
.widget_related_posts img,
.widget_related_works img {
display: block;
float: left;
margin-right: 15px !important;
}
.widget_featured_posts div,
.widget_featured_works div,
.widget_popular_posts div,
.widget_popular_works div,
.widget_recent_posts div,
.widget_recent_works div,
.widget_related_posts div,
.widget_related_works div{ overflow: hidden; }
.widget_featured_posts p,
.widget_featured_works p,
.widget_popular_posts p,
.widget_popular_works p,
.widget_recent_posts p,
.widget_recent_works p,
.widget_related_posts p,
.widget_related_works p{ margin-bottom: 0 !important; }
.pk_no_thumbnail div{ margin-left: 0; }
.widget_twitter li{ padding: 15px 15px 15px 45px; }
.widget_twitter li small {
display: block;
margin-top: 15px;
}
/*
FLICKR
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_flickr div {
overflow: hidden;
padding: 15px 0 8px 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_flickr a {
float: left;
margin: 0 7px 7px 0;
}
.widget_flickr a img {
margin: 0;
width: 48px;
height: auto;
}
/*
GOOGLE MAP
-------------------------------------------------------------------------------------------------------------------------------------*/
.pk_widget_google_maps {
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget_google_maps iframe {
display: block;
margin: 0;
padding: 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
/*
WP SEARCH - WP CALENDAR - WP RSS
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_search {
position:relative;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_search h4, .widget_search h5{ margin-bottom: 10px; }
#searchform {
overflow: hidden;
padding: 5px;
height: 24px;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
}
.ie8 #searchform{ height: 21px; }
#searchform div{ margin-right: 90px; }
.ie8 #searchform div, .ie9 #searchform div{ margin-right: 85px; }
#searchform label{ display: none; }
#searchform input[type=text] {
margin: 0;
padding: 0;
width: 100%;
height: 25px;
font-size: 13px;
background: none !important;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.ie8 #searchform input[type=text]{ border: none !important; }
#searchform #searchsubmit {
position: absolute;
bottom: 18px;
right: 18px;
margin-top: 3px;
padding: 0 15px 1px 15px;
height: 27px;
font-size: 12px;
line-height: 26px;
cursor: pointer;
text-decoration: none;
border: none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.ie9 #searchform #searchsubmit {
bottom: 19px;
right: 19px;
padding: 1px 15px 0 15px;
}
#searchform #searchsubmit:hover{ background-position: 0 -82px; }
.ie7 #searchform #searchform #searchsubmit {
display: block;
font-size: 0;
line-height: 0;
}
#calendar_wrap {
border-bottom: none !important;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#calendar_wrap tr th:first-child, #calendar_wrap tr td:first-child{ border-left: none !important; }
#calendar_wrap tr th:last-child, #calendar_wrap tr td:last-child{ border-right: none !important; }
#calendar_wrap table{ margin: 0; }
#calendar_wrap caption {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
#calendar_wrap th, #calendar_wrap td{ padding: 4px; }
.rsswidget img {
float: left;
margin: 2px 10px 0 0;
padding: 0;
}
.rss-date {
display: block;
margin: 10px 0 0 0;
font-size: 11px;
}
.rssSummary{ margin-bottom: 10px; }
/*
CATEGORIES - BLOGROLL
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_categories a, .widget_portfolio_categories a, .blogroll a { margin-right: 10px; }
/*
WPML - QTRANSLATE
-------------------------------------------------------------------------------------------------------------------------------------*/
#lang_sel, #lang_sel_list {
position: relative;
z-index: 99;
}
#lang_sel ul, #lang_sel li, #lang_sel_list ul, #lang_sel_list li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
background-image: none;
}
#lang_sel li:before, #lang_sel_list li:before{ content: '' !important; }
#lang_sel li, #lang_sel_list li{
position: relative;
clear: both;
margin: 0;
background-image: none !important;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#lang_sel a, #lang_sel a:visited, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
display: block;
padding: 10px 15px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table, #lang_sel_list table {
position: absolute;
top: 0;
left: 0;
border-collapse: collapse;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul,
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{ visibility: visible; }
#lang_sel img.iclflag, #lang_sel_list img.iclflag, .widget_nav_menu img.iclflag {
display: inline;
margin: 5px 6px 0 0;
width: 18px;
height: 12px;
}
#lang_sel_list li:first-child a,
#lang_sel_footer ul li:last-child { border: none !important; }
/* Dropdown */
#lang_sel ul ul {
visibility: hidden;
position: absolute;
top: 40px;
left: 0;
width: 100%;
height: 0;
}
#lang_sel ul ul li{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#lang_sel ul ul li:last-child {
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
}
#lang_sel ul ul a, #lang_sel ul ul a:visited,
#pk_widgets_area #lang_sel ul ul a, #pk_widgets_area #lang_sel ul ul a:visited {
overflow: hidden;
padding: 10px 15px;
background-image: none;
}
#lang_sel a:hover, #lang_sel ul ul a:hover{ }
#lang_sel :hover > a, #lang_sel ul ul :hover > a{ }
/* List */
#lang_sel_list {
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#lang_sel_list ul li {
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
background: none;
}
#lang_sel_list a.lang_sel_sel:hover span{ }
#lang_sel.icl_rtl {
text-align: right;
direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel{ padding-right: 14px; }
/* Footer */
#lang_sel_footer {
overflow: hidden;
clear: both;
margin: 0 auto 18px auto;
padding: 10px 0;
width: 980px;
font-size: 11px;
text-align: center;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#lang_sel_footer ul {
margin: 0;
padding: 0;
}
#lang_sel_footer ul li {
position: relative;
display: inline;
margin: 0 6px 0 0;
padding: 0 8px 0 22px;
}
#lang_sel_footer ul li img {
position: absolute;
top: 1px;
left: 0;
width: 18px;
height: 12px;
}
#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited{ text-decoration: none; }
#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active{}
#wpml_credit_footer {
margin: 0 auto 18px auto;
padding: 0;
width: 980px;
text-align: center;
font-size: 11px;
}
/* qTranslate */
.qtrans_language_chooser {
overflow: hidden;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.qtrans_language_chooser li {
float: left;
margin: 0 8px 0 0;
padding: 0 8px 0 0;
background-image: none !important;
}
.qtrans_language_chooser li a{ background-position: 0 center !important; }
.qtrans_language_chooser li a span{ margin-left: 7px; }
/*
QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.widget_advertising_125_125, .widget_advertising_125_125 h5{ margin-left: 0; }
.widget_advertising_125_125 a{ display: block; margin: 20px 0 0 0; padding: 7px 0; width: 100%; }
.widget_advertising_125_125 a img{ margin: 0 auto; }
.pk_testimonials img{ max-width: 50px; }
.pk_testimonials blockquote{ margin-left: 80px; }
.pk_testimonials .pk_arrow{ top: 25px; left: 59px; }
}
/* Tablet (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#lang_sel_footer, #wpml_credit_footer{ width: 718px; }
}
/* Mobile */
@media screen and (max-width: 767px) {
#lang_sel_footer, #wpml_credit_footer{ width: 300px; }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#lang_sel_footer, #wpml_credit_footer{ width: 460px; }
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,298 @@
/*
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------*/
ul.cart_list, ul.product_list_widget {
overflow: hidden;
margin: 0;
padding: 0 0 5px 0;
font-size: 12px;
list-style: none;
}
ul.cart_list li, ul.product_list_widget li {
margin: 0;
padding: 4px 0;
background-image: none !important;
}
ul.cart_list li a, ul.product_list_widget li a{ display: block; }
ul.cart_list li img, ul.product_list_widget li img {
float: left;
margin: 4px 15px 0 0;
width: 50px;
max-width: 50px;
height: auto;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
ul.cart_list .js_widget_product_title, ul.product_list_widget .js_widget_product_title{ font-size: 14px; }
ul.cart_list li .js_widget_product_price ins, ul.product_list_widget .js_widget_product_price ins{ border: none !important; }
/* Cart List Only */
ul.cart_list .js_widget_product_price del{ font-size: 10px; }
ul.cart_list {
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
ul.cart_list li{ padding: 10px 15px; }
/* Product List Widget Only */
ul.product_list_widget li {
overflow: hidden;
margin-bottom: 15px;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
ul.product_list_widget li:last-child{ margin: 0; }
ul.product_list_widget .js_widget_product_price{ overflow: hidden; }
ul.product_list_widget .js_widget_product_price del, ul.product_list_widget .js_widget_product_price .from,
ul.product_list_widget del, ul.product_list_widget ins, ul.product_list_widget .from {
float: left;
margin: 0 5px 0 0;
font-size: 10px;
border: none !important;
}
ul.product_list_widget .quantity{ border: none !important; }
/*
RECENT REVIEWS - TOP RATED PRODUCTS
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_recent_reviews li, .widget_top_rated_products li {
position: relative;
padding-bottom: 40px !important;
}
.widget_recent_reviews .star-rating, .widget_top_rated_products .star-rating {
position: absolute;
left: 80px;
bottom: 15px;
}
/*
CART
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_shopping_cart ul {
margin: 0;
padding: 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.widget_shopping_cart ul li {
margin: 0;
background: none !important;
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.widget_shopping_cart ul li span {
background: none !important;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.widget_shopping_cart ul li.empty{ border: none !important; }
.pk_widget p.total {
margin: 0;
padding: 10px 15px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget p.buttons {
overflow: hidden;
margin: 0;
padding: 15px;
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget p.buttons .checkout{ float: right; }
/*
PRODUCT SEARCH
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_product_search {
position:relative;
padding: 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_product_search h4,
.widget_product_search h5{ display: none; }
/*
LAYERED NAV
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_layered_nav .layerd_nav_clear {
position: absolute;
top: -2px;
right: 0;
padding: 1px 10px;
font-size: 12px;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.ie8 .widget_layered_nav .layerd_nav_clear{ padding: 0 10px 2px 10px; }
.widget_layered_nav ul {
margin: 0;
padding: 0;
list-style: none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_layered_nav ul li {
overflow: hidden;
padding: 4px 15px;
}
.widget_layered_nav ul li:last-child{ border: none !important; }
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
float: left;
padding: 1px 0;
}
.widget_layered_nav ul li.chosen{ padding-left: 40px; }
.widget_layered_nav ul small.count {
float: right;
margin-left: 15px;
padding: 0 10px;
font-size: 11px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pk_widget.widget_layered_nav ul li,
#pk_widgets_area .pk_widget.widget_layered_nav ul li{ background: none; }
/*
LOGIN
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_login {
padding: 15px;
font-size: 12px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_login p {
display: block;
overflow: hidden;
margin: 0;
padding-bottom: 5px;
width: 100%;
}
.widget_login .submitbutton{ margin-top: 5px; }
.widget_login .submitbutton + a {
display: block;
float: right;
margin-top: 10px;
}
.widget_login label {
display: block;
margin-bottom: 3px;
font-size: 12px;
}
.widget_login input[type=text], .widget_login input[type=password]{ width: 100%; }
/*
PRICE FILTER
-------------------------------------------------------------------------------------------------------------------------------------*/
.widget_price_filter .price_slider_wrapper {
padding: 15px 15px 10px 15px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget_price_filter .price_slider_wrapper .price_slider{ margin: 1px 0 15px 0; }
.widget_price_filter .price_slider_wrapper .price_slider_amount {
overflow: hidden;
margin-top: 5px;
padding: 7px 0 5px 0;
font-size: 12px;
}
.widget_price_filter input[type="text"] {
margin-bottom: 15px;
width: 100%;
}
.widget_price_filter #max_price { margin-bottom: 22px; }
.widget_price_filter .price_slider_wrapper .button {
float: right;
margin: -7px 0 0 0;
}
/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: normal; border: none; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{ color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none; font-weight: normal; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{ color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: none; background: #000; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #000; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 1; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1; filter:Alpha(Opacity=35); background-image: none; }
/* Slider */
.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 18px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.price_slider_wrapper .ui-widget-content { border: none; color: #222222;
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.18);
}
.price_slider_wrapper .ui-widget-header { border: none; color: font-weight: bold; #222222; }
.ui-slider-horizontal { height: 7px; }
.ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 1px; height: 5px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
/*
QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/
/* Tablet (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pk_widget p.buttons .button{ float: right; margin-bottom: 15px; margin-left: 15px; }
.pk_widget p.buttons .checkout{ margin-bottom: 0; }
}
/* Mobile */
@media screen and (max-width: 767px) {
.pk_widget p.buttons .button{ float: right; margin-bottom: 15px; margin-left: 15px; }
.pk_widget p.buttons .checkout{ margin-bottom: 0; }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.pk_widget p.buttons .button{ float: left; margin-bottom: 0; margin-left: 0; }
.pk_widget p.buttons .checkout{ float: right; }
}