Responsive Pricing Table - Version 3.0

Version Description

  • WARNING: FOR THOSE WHO UPGRADE FROM AN EARLIER VERSION TO THIS VERSION, YOU WILL NEED TO RE-CREATE YOUR PRICING TABLES!
  • Cleaner plugin admin
  • Cleaner code
Download this release

Release Info

Developer spwebguy
Plugin Icon 128x128 Responsive Pricing Table
Version 3.0
Comparing to
See all releases

Code changes from version 2.3 to 3.0

cmb/js/cmb.min.js CHANGED
File without changes
cmb/style.css CHANGED
@@ -31,7 +31,7 @@ table.cmb_metabox tbody > tr:first-of-type > th,
31
  }
32
 
33
  .repeatable-group th {
34
- padding: 5px;
35
  }
36
 
37
  .repeatable-group .shift-rows {
@@ -41,7 +41,7 @@ table.cmb_metabox tbody > tr:first-of-type > th,
41
  }
42
 
43
  .repeatable-group .cmb_upload_button {
44
- float: right;
45
  }
46
 
47
  #poststuff .repeatable-group h2 {
@@ -49,11 +49,14 @@ table.cmb_metabox tbody > tr:first-of-type > th,
49
  }
50
 
51
  .cmb-group-title h4 {
52
- font-size: 2.2em;
53
- font-weight: 300;
54
- border-bottom: 3px solid lightgrey;
55
- margin-top:0px;
56
- margin-bottom:8px;
 
 
 
57
  }
58
 
59
  .post-php table.cmb_metabox th, .post-new-php table.cmb_metabox th {
@@ -66,10 +69,11 @@ table.cmb_metabox tbody > tr:first-of-type > th,
66
  }
67
 
68
  table.cmb_metabox th label {
69
- margin-top:9px;
 
70
  display:block;
71
  font-weight:400;
72
- font-size:16px;
73
  color:#333;
74
  }
75
 
@@ -631,8 +635,18 @@ div.time-picker li.selected {
631
 
632
  .cmb-repeat > td {padding:0px 15px 10px 0px;}
633
  .form-table td p.add-row {margin-left:11px !important;}
 
634
 
635
  .cmb_id__dkpdk_short_text h5 {font-size:18px; font-style:normal !important;}
636
  .cmb_id__dkpdk_shortcode_code h5 {font-size:16px; color:green; font-style:normal;}
637
 
638
- .cmb_metabox_title {font-size:20px !important; margin-bottom:0px; padding-left:0px;}
 
 
 
 
 
 
 
 
 
31
  }
32
 
33
  .repeatable-group th {
34
+ padding: 0px;
35
  }
36
 
37
  .repeatable-group .shift-rows {
41
  }
42
 
43
  .repeatable-group .cmb_upload_button {
44
+ margin: 3px 0px 0px 9px !important;
45
  }
46
 
47
  #poststuff .repeatable-group h2 {
49
  }
50
 
51
  .cmb-group-title h4 {
52
+ font-size: 1.8em;
53
+ margin-top: 0px;
54
+ margin-bottom: 0px;
55
+ border-bottom:solid 7px whitesmoke;
56
+ text-align: center;
57
+ padding: 9px 10px;
58
+ font-weight:400;
59
+ color: black;
60
  }
61
 
62
  .post-php table.cmb_metabox th, .post-new-php table.cmb_metabox th {
69
  }
70
 
71
  table.cmb_metabox th label {
72
+ padding-left:10px;
73
+ margin-top:14px;
74
  display:block;
75
  font-weight:400;
76
+ font-size:13px;
77
  color:#333;
78
  }
79
 
635
 
636
  .cmb-repeat > td {padding:0px 15px 10px 0px;}
637
  .form-table td p.add-row {margin-left:11px !important;}
638
+ .form-table td {padding:10px 0px 10px;}
639
 
640
  .cmb_id__dkpdk_short_text h5 {font-size:18px; font-style:normal !important;}
641
  .cmb_id__dkpdk_shortcode_code h5 {font-size:16px; color:green; font-style:normal;}
642
 
643
+ .cmb_metabox_title {font-size:16px !important; margin-bottom:0px; padding-left:0px; text-align:center; padding:18px 0px 0px; color:#999999; font-weight:500; margin-top:-6px; text-transform:uppercase;}
644
+
645
+
646
+ .cmb_metabox td {width: 100%; padding: 10px 0px 14px;}
647
+ .repeatable-group {padding: 0px 10px !important;}
648
+
649
+ .cmb-type-title td {padding-top:0px;}
650
+ .cmb-type-checkbox td {padding-top:13px !important;}
651
+
652
+ #side-sortables table.cmb_metabox .cmb_metabox_title {font-style:normal;}
cmb/style.min.css CHANGED
@@ -1 +1 @@
1
- table.cmb_metabox{clear:both}.post-new-php table.cmb_metabox .cmb-nested-table td,.post-new-php table.cmb_metabox .repeatable-group th,.post-new-php table.cmb_metabox .repeatable-group:first-of-type,.post-php table.cmb_metabox .cmb-nested-table td,.post-php table.cmb_metabox .repeatable-group th,.post-php table.cmb_metabox .repeatable-group:first-of-type,table.cmb_metabox tbody>tr:first-of-type>td,table.cmb_metabox tbody>tr:first-of-type>th,table.cmb_metabox>tr:first-of-type>td,table.cmb_metabox>tr:first-of-type>th{border:0}.post-new-php table.cmb_metabox .repeatable-group,.post-new-php table.cmb_metabox td,.post-new-php table.cmb_metabox th,.post-php table.cmb_metabox .repeatable-group,.post-php table.cmb_metabox td,.post-php table.cmb_metabox th{border-top:1px solid #E9E9E9}.repeatable-group th{padding:5px}.repeatable-group .shift-rows{text-decoration:none;margin-right:5px;font-size:1.2em}.repeatable-group .cmb_upload_button{float:right}#poststuff .repeatable-group h2{margin:0}.cmb-group-title h4{font-size:2.2em;font-weight:300;border-bottom:3px solid lightgrey;margin-top:0;margin-bottom:8px}.post-new-php table.cmb_metabox th,.post-php table.cmb_metabox th{text-align:right;font-weight:700}.post-new-php table.cmb_metabox table th,.post-php table.cmb_metabox table th{text-align:left}table.cmb_metabox th label{margin-top:9px;display:block;font-weight:400;font-size:16px;color:#333}p.cmb_metabox_description{color:#AAA;font-style:italic;margin:2px 0!important}span.cmb_metabox_description{color:#AAA;font-style:italic}table.cmb_metabox input,table.cmb_metabox textarea{font-size:14px;padding:5px}table.cmb_metabox input[type=text],table.cmb_metabox textarea{width:97%}table.cmb_metabox textarea.cmb_textarea_code{font-family:Consolas,Monaco,monospace;line-height:16px}table.cmb_metabox input.cmb_text_small,table.cmb_metabox input.cmb_timepicker{width:100px;margin-right:15px}table.cmb_metabox input.cmb_text_money{width:90px;margin-right:15px}table.cmb_metabox input.cmb_text_medium{width:230px;margin-right:15px}table.cmb_metabox input.cmb_upload_file{width:65%}table.cmb_metabox input.ed_button{padding:2px 4px}table.cmb_metabox li{font-size:14px;margin:1px 0 5px;line-height:16px}table.cmb_metabox ul{padding-top:5px;margin:0}table.cmb_metabox select{font-size:14px;margin-top:3px}table.cmb_metabox input:focus,table.cmb_metabox textarea:focus{background:#fffff8}.cmb_metabox_title{margin:0 0 5px;padding:5px 0 0}.edit-tags-php .cmb_metabox_title,.profile-php .cmb_metabox_title,.user-edit-php .cmb_metabox_title{margin-left:-10px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}table.cmb_metabox input[type=checkbox],table.cmb_metabox input[type=radio]{margin:0 5px 0 0;padding:0}table.cmb_metabox .mceLayout{border:1px solid #DFDFDF!important}table.cmb_metabox .mceIframeContainer{background:#FFF}table.cmb_metabox .meta_mce{width:97%}table.cmb_metabox .meta_mce textarea{width:100%}table.cmb_metabox .cmb_media_status{margin:10px 0 0}table.cmb_metabox .cmb_media_status .img_status{clear:none;float:left;display:inline-block;margin-right:10px;width:auto}table.cmb_metabox .cmb-type-file_list .cmb_media_status .img_status{clear:none;float:left;margin-right:10px;width:auto}table.cmb_metabox .cmb_media_status .embed_status,table.cmb_metabox .cmb_media_status .img_status{position:relative}table.cmb_metabox .cmb_media_status .embed_status,table.cmb_metabox .cmb_media_status .img_status img{border:1px solid #DFDFDF;background:#FAFAFA;max-width:350px;padding:5px;-moz-border-radius:2px;border-radius:2px}table.cmb_metabox .cmb_media_status .embed_status{float:left;max-width:800px}table.cmb_metabox .cmb_media_status .embed_status .cmb_remove_file_button,table.cmb_metabox .cmb_media_status .img_status .cmb_remove_file_button{text-indent:-9999px;background:url(images/ico-delete.png);width:16px;height:16px;position:absolute;top:-5px;left:-5px}table.cmb_metabox .attach_list li{clear:both;display:inline-block;margin-bottom:25px;width:100%}table.cmb_metabox .attach_list li img{float:left;margin-right:10px}#side-sortables table.cmb_metabox input[type=text],.inner-sidebar table.cmb_metabox input[type=text],table.cmb_metabox textarea{width:95%}#side-sortables table.cmb_metabox .cmb_media_status .embed_status img,#side-sortables table.cmb_metabox .cmb_media_status .img_status img,.inner-sidebar table.cmb_metabox .cmb_media_status .embed_status img,.inner-sidebar table.cmb_metabox .cmb_media_status .img_status img{width:90%}#side-sortables table.cmb_metabox label,.inner-sidebar table.cmb_metabox label{display:block;font-weight:700;padding:0 0 5px}#side-sortables table.cmb_metabox .cmb_list label,.inner-sidebar table.cmb_metabox .cmb_list label{display:inline;font-weight:400}#side-sortables table.cmb_metabox .cmb_metabox_description,.inner-sidebar table.cmb_metabox .cmb_metabox_description{display:block;padding:7px 0 0}#side-sortables table.cmb_metabox .cmb_metabox_title,.inner-sidebar table.cmb_metabox .cmb_metabox_title{font-size:1.2em;font-style:italic}.postbox table.cmb_metabox .cmb-spinner{float:left}table.cmb_metabox .wp-color-result,table.cmb_metabox .wp-picker-input-wrap{vertical-align:middle}table.cmb_metabox .wp-color-result,table.cmb_metabox .wp-picker-container{margin:0 10px 0 0}div.time-picker{position:absolute;height:191px;width:6em;overflow:auto;background:#fff;border:1px solid #aaa;z-index:99;margin:0}div.time-picker-12hours{width:8em}div.time-picker ul{list-style-type:none;margin:0;padding:0}div.time-picker li{cursor:pointer;height:10px;font:14px/1 Helvetica,Arial,sans-serif;padding:4px 3px}div.time-picker li.selected{background:#0063CE;color:#fff}.cmb_element .ui-helper-hidden{display:none}.cmb_element .ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.cmb_element .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.cmb_element .ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .ui-helper-clearfix{height:1%}.cmb_element .ui-helper-clearfix{display:block}.cmb_element .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.cmb_element .ui-state-disabled{cursor:default!important}.cmb_element .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.cmb_element .ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.cmb_element .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.cmb_element .ui-widget .ui-widget{font-size:1em}.cmb_element .ui-widget button,.cmb_element .ui-widget input,.cmb_element .ui-widget select,.cmb_element .ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.cmb_element .ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.cmb_element .ui-widget-content a{color:#222}.cmb_element .ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.cmb_element .ui-widget-header a{color:#222}.cmb_element .ui-state-default,.cmb_element .ui-widget-content .ui-state-default,.cmb_element .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.cmb_element .ui-state-default a,.cmb_element .ui-state-default a:link,.cmb_element .ui-state-default a:visited{color:#555;text-decoration:none}.cmb_element .ui-state-focus,.cmb_element .ui-state-hover,.cmb_element .ui-widget-content .ui-state-focus,.cmb_element .ui-widget-content .ui-state-hover,.cmb_element .ui-widget-header .ui-state-focus,.cmb_element .ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.cmb_element .ui-state-hover a,.cmb_element .ui-state-hover a:hover{color:#212121;text-decoration:none}.cmb_element .ui-state-active,.cmb_element .ui-widget-content .ui-state-active,.cmb_element .ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.cmb_element .ui-state-active a,.cmb_element .ui-state-active a:link,.cmb_element .ui-state-active a:visited{color:#212121;text-decoration:none}.cmb_element .ui-widget :active{outline:0}.cmb_element .ui-state-highlight,.cmb_element .ui-widget-content .ui-state-highlight,.cmb_element .ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.cmb_element .ui-state-highlight a,.cmb_element .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.cmb_element .ui-state-error,.cmb_element .ui-widget-content .ui-state-error,.cmb_element .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.cmb_element .ui-state-error a,.cmb_element .ui-state-error-text,.cmb_element .ui-widget-content .ui-state-error a,.cmb_element .ui-widget-content .ui-state-error-text,.cmb_element .ui-widget-header .ui-state-error a,.cmb_element .ui-widget-header .ui-state-error-text{color:#cd0a0a}.cmb_element .ui-priority-primary,.cmb_element .ui-widget-content .ui-priority-primary,.cmb_element .ui-widget-header .ui-priority-primary{font-weight:700}.cmb_element .ui-priority-secondary,.cmb_element .ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.cmb_element .ui-state-disabled,.cmb_element .ui-widget-content .ui-state-disabled,.cmb_element .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.cmb_element .ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.cmb_element .ui-widget-content .ui-icon,.cmb_element .ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.cmb_element .ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.cmb_element .ui-state-active .ui-icon,.cmb_element .ui-state-focus .ui-icon,.cmb_element .ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.cmb_element .ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.cmb_element .ui-state-error .ui-icon,.cmb_element .ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.cmb_element .ui-icon-carat-1-n{background-position:0 0}.cmb_element .ui-icon-carat-1-ne{background-position:-16px 0}.cmb_element .ui-icon-carat-1-e{background-position:-32px 0}.cmb_element .ui-icon-carat-1-se{background-position:-48px 0}.cmb_element .ui-icon-carat-1-s{background-position:-64px 0}.cmb_element .ui-icon-carat-1-sw{background-position:-80px 0}.cmb_element .ui-icon-carat-1-w{background-position:-96px 0}.cmb_element .ui-icon-carat-1-nw{background-position:-112px 0}.cmb_element .ui-icon-carat-2-n-s{background-position:-128px 0}.cmb_element .ui-icon-carat-2-e-w{background-position:-144px 0}.cmb_element .ui-icon-triangle-1-n{background-position:0 -16px}.cmb_element .ui-icon-triangle-1-ne{background-position:-16px -16px}.cmb_element .ui-icon-triangle-1-e{background-position:-32px -16px}.cmb_element .ui-icon-triangle-1-se{background-position:-48px -16px}.cmb_element .ui-icon-triangle-1-s{background-position:-64px -16px}.cmb_element .ui-icon-triangle-1-sw{background-position:-80px -16px}.cmb_element .ui-icon-triangle-1-w{background-position:-96px -16px}.cmb_element .ui-icon-triangle-1-nw{background-position:-112px -16px}.cmb_element .ui-icon-triangle-2-n-s{background-position:-128px -16px}.cmb_element .ui-icon-triangle-2-e-w{background-position:-144px -16px}.cmb_element .ui-icon-arrow-1-n{background-position:0 -32px}.cmb_element .ui-icon-arrow-1-ne{background-position:-16px -32px}.cmb_element .ui-icon-arrow-1-e{background-position:-32px -32px}.cmb_element .ui-icon-arrow-1-se{background-position:-48px -32px}.cmb_element .ui-icon-arrow-1-s{background-position:-64px -32px}.cmb_element .ui-icon-arrow-1-sw{background-position:-80px -32px}.cmb_element .ui-icon-arrow-1-w{background-position:-96px -32px}.cmb_element .ui-icon-arrow-1-nw{background-position:-112px -32px}.cmb_element .ui-icon-arrow-2-n-s{background-position:-128px -32px}.cmb_element .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.cmb_element .ui-icon-arrow-2-e-w{background-position:-160px -32px}.cmb_element .ui-icon-arrow-2-se-nw{background-position:-176px -32px}.cmb_element .ui-icon-arrowstop-1-n{background-position:-192px -32px}.cmb_element .ui-icon-arrowstop-1-e{background-position:-208px -32px}.cmb_element .ui-icon-arrowstop-1-s{background-position:-224px -32px}.cmb_element .ui-icon-arrowstop-1-w{background-position:-240px -32px}.cmb_element .ui-icon-arrowthick-1-n{background-position:0 -48px}.cmb_element .ui-icon-arrowthick-1-ne{background-position:-16px -48px}.cmb_element .ui-icon-arrowthick-1-e{background-position:-32px -48px}.cmb_element .ui-icon-arrowthick-1-se{background-position:-48px -48px}.cmb_element .ui-icon-arrowthick-1-s{background-position:-64px -48px}.cmb_element .ui-icon-arrowthick-1-sw{background-position:-80px -48px}.cmb_element .ui-icon-arrowthick-1-w{background-position:-96px -48px}.cmb_element .ui-icon-arrowthick-1-nw{background-position:-112px -48px}.cmb_element .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.cmb_element .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.cmb_element .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.cmb_element .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.cmb_element .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.cmb_element .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.cmb_element .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.cmb_element .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.cmb_element .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.cmb_element .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.cmb_element .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.cmb_element .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.cmb_element .ui-icon-arrowreturn-1-w{background-position:-64px -64px}.cmb_element .ui-icon-arrowreturn-1-n{background-position:-80px -64px}.cmb_element .ui-icon-arrowreturn-1-e{background-position:-96px -64px}.cmb_element .ui-icon-arrowreturn-1-s{background-position:-112px -64px}.cmb_element .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.cmb_element .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.cmb_element .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.cmb_element .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.cmb_element .ui-icon-arrow-4{background-position:0 -80px}.cmb_element .ui-icon-arrow-4-diag{background-position:-16px -80px}.cmb_element .ui-icon-extlink{background-position:-32px -80px}.cmb_element .ui-icon-newwin{background-position:-48px -80px}.cmb_element .ui-icon-refresh{background-position:-64px -80px}.cmb_element .ui-icon-shuffle{background-position:-80px -80px}.cmb_element .ui-icon-transfer-e-w{background-position:-96px -80px}.cmb_element .ui-icon-transferthick-e-w{background-position:-112px -80px}.cmb_element .ui-icon-folder-collapsed{background-position:0 -96px}.cmb_element .ui-icon-folder-open{background-position:-16px -96px}.cmb_element .ui-icon-document{background-position:-32px -96px}.cmb_element .ui-icon-document-b{background-position:-48px -96px}.cmb_element .ui-icon-note{background-position:-64px -96px}.cmb_element .ui-icon-mail-closed{background-position:-80px -96px}.cmb_element .ui-icon-mail-open{background-position:-96px -96px}.cmb_element .ui-icon-suitcase{background-position:-112px -96px}.cmb_element .ui-icon-comment{background-position:-128px -96px}.cmb_element .ui-icon-person{background-position:-144px -96px}.cmb_element .ui-icon-print{background-position:-160px -96px}.cmb_element .ui-icon-trash{background-position:-176px -96px}.cmb_element .ui-icon-locked{background-position:-192px -96px}.cmb_element .ui-icon-unlocked{background-position:-208px -96px}.cmb_element .ui-icon-bookmark{background-position:-224px -96px}.cmb_element .ui-icon-tag{background-position:-240px -96px}.cmb_element .ui-icon-home{background-position:0 -112px}.cmb_element .ui-icon-flag{background-position:-16px -112px}.cmb_element .ui-icon-calendar{background-position:-32px -112px}.cmb_element .ui-icon-cart{background-position:-48px -112px}.cmb_element .ui-icon-pencil{background-position:-64px -112px}.cmb_element .ui-icon-clock{background-position:-80px -112px}.cmb_element .ui-icon-disk{background-position:-96px -112px}.cmb_element .ui-icon-calculator{background-position:-112px -112px}.cmb_element .ui-icon-zoomin{background-position:-128px -112px}.cmb_element .ui-icon-zoomout{background-position:-144px -112px}.cmb_element .ui-icon-search{background-position:-160px -112px}.cmb_element .ui-icon-wrench{background-position:-176px -112px}.cmb_element .ui-icon-gear{background-position:-192px -112px}.cmb_element .ui-icon-heart{background-position:-208px -112px}.cmb_element .ui-icon-star{background-position:-224px -112px}.cmb_element .ui-icon-link{background-position:-240px -112px}.cmb_element .ui-icon-cancel{background-position:0 -128px}.cmb_element .ui-icon-plus{background-position:-16px -128px}.cmb_element .ui-icon-plusthick{background-position:-32px -128px}.cmb_element .ui-icon-minus{background-position:-48px -128px}.cmb_element .ui-icon-minusthick{background-position:-64px -128px}.cmb_element .ui-icon-close{background-position:-80px -128px}.cmb_element .ui-icon-closethick{background-position:-96px -128px}.cmb_element .ui-icon-key{background-position:-112px -128px}.cmb_element .ui-icon-lightbulb{background-position:-128px -128px}.cmb_element .ui-icon-scissors{background-position:-144px -128px}.cmb_element .ui-icon-clipboard{background-position:-160px -128px}.cmb_element .ui-icon-copy{background-position:-176px -128px}.cmb_element .ui-icon-contact{background-position:-192px -128px}.cmb_element .ui-icon-image{background-position:-208px -128px}.cmb_element .ui-icon-video{background-position:-224px -128px}.cmb_element .ui-icon-script{background-position:-240px -128px}.cmb_element .ui-icon-alert{background-position:0 -144px}.cmb_element .ui-icon-info{background-position:-16px -144px}.cmb_element .ui-icon-notice{background-position:-32px -144px}.cmb_element .ui-icon-help{background-position:-48px -144px}.cmb_element .ui-icon-check{background-position:-64px -144px}.cmb_element .ui-icon-bullet{background-position:-80px -144px}.cmb_element .ui-icon-radio-off{background-position:-96px -144px}.cmb_element .ui-icon-radio-on{background-position:-112px -144px}.cmb_element .ui-icon-pin-w{background-position:-128px -144px}.cmb_element .ui-icon-pin-s{background-position:-144px -144px}.cmb_element .ui-icon-play{background-position:0 -160px}.cmb_element .ui-icon-pause{background-position:-16px -160px}.cmb_element .ui-icon-seek-next{background-position:-32px -160px}.cmb_element .ui-icon-seek-prev{background-position:-48px -160px}.cmb_element .ui-icon-seek-end{background-position:-64px -160px}.cmb_element .ui-icon-seek-first,.cmb_element .ui-icon-seek-start{background-position:-80px -160px}.cmb_element .ui-icon-stop{background-position:-96px -160px}.cmb_element .ui-icon-eject{background-position:-112px -160px}.cmb_element .ui-icon-volume-off{background-position:-128px -160px}.cmb_element .ui-icon-volume-on{background-position:-144px -160px}.cmb_element .ui-icon-power{background-position:0 -176px}.cmb_element .ui-icon-signal-diag{background-position:-16px -176px}.cmb_element .ui-icon-signal{background-position:-32px -176px}.cmb_element .ui-icon-battery-0{background-position:-48px -176px}.cmb_element .ui-icon-battery-1{background-position:-64px -176px}.cmb_element .ui-icon-battery-2{background-position:-80px -176px}.cmb_element .ui-icon-battery-3{background-position:-96px -176px}.cmb_element .ui-icon-circle-plus{background-position:0 -192px}.cmb_element .ui-icon-circle-minus{background-position:-16px -192px}.cmb_element .ui-icon-circle-close{background-position:-32px -192px}.cmb_element .ui-icon-circle-triangle-e{background-position:-48px -192px}.cmb_element .ui-icon-circle-triangle-s{background-position:-64px -192px}.cmb_element .ui-icon-circle-triangle-w{background-position:-80px -192px}.cmb_element .ui-icon-circle-triangle-n{background-position:-96px -192px}.cmb_element .ui-icon-circle-arrow-e{background-position:-112px -192px}.cmb_element .ui-icon-circle-arrow-s{background-position:-128px -192px}.cmb_element .ui-icon-circle-arrow-w{background-position:-144px -192px}.cmb_element .ui-icon-circle-arrow-n{background-position:-160px -192px}.cmb_element .ui-icon-circle-zoomin{background-position:-176px -192px}.cmb_element .ui-icon-circle-zoomout{background-position:-192px -192px}.cmb_element .ui-icon-circle-check{background-position:-208px -192px}.cmb_element .ui-icon-circlesmall-plus{background-position:0 -208px}.cmb_element .ui-icon-circlesmall-minus{background-position:-16px -208px}.cmb_element .ui-icon-circlesmall-close{background-position:-32px -208px}.cmb_element .ui-icon-squaresmall-plus{background-position:-48px -208px}.cmb_element .ui-icon-squaresmall-minus{background-position:-64px -208px}.cmb_element .ui-icon-squaresmall-close{background-position:-80px -208px}.cmb_element .ui-icon-grip-dotted-vertical{background-position:0 -224px}.cmb_element .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.cmb_element .ui-icon-grip-solid-vertical{background-position:-32px -224px}.cmb_element .ui-icon-grip-solid-horizontal{background-position:-48px -224px}.cmb_element .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.cmb_element .ui-icon-grip-diagonal-se{background-position:-80px -224px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-left,.cmb_element .ui-corner-tl,.cmb_element .ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-right,.cmb_element .ui-corner-top,.cmb_element .ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-bl,.cmb_element .ui-corner-bottom,.cmb_element .ui-corner-left{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-bottom,.cmb_element .ui-corner-br,.cmb_element .ui-corner-right{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.cmb_element .ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.cmb_element .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.cmb_element .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.cmb_element .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.cmb_element .ui-datepicker .ui-datepicker-next,.cmb_element .ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.cmb_element .ui-datepicker .ui-datepicker-next-hover,.cmb_element .ui-datepicker .ui-datepicker-prev-hover{top:1px}.cmb_element .ui-datepicker .ui-datepicker-prev{left:2px}.cmb_element .ui-datepicker .ui-datepicker-next{right:2px}.cmb_element .ui-datepicker .ui-datepicker-prev-hover{left:1px}.cmb_element .ui-datepicker .ui-datepicker-next-hover{right:1px}.cmb_element .ui-datepicker .ui-datepicker-next span,.cmb_element .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.cmb_element .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.cmb_element .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.cmb_element .ui-datepicker select.ui-datepicker-month-year{width:100%}.cmb_element .ui-datepicker select.ui-datepicker-month,.cmb_element .ui-datepicker select.ui-datepicker-year{width:49%}.cmb_element .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.cmb_element .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.cmb_element .ui-datepicker td{border:0;padding:1px}.cmb_element .ui-datepicker td a,.cmb_element .ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.cmb_element .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.cmb_element .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.cmb_element .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.cmb_element .ui-datepicker.ui-datepicker-multi{width:auto}.cmb_element .ui-datepicker-multi .ui-datepicker-group{float:left}.cmb_element .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.cmb_element .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.cmb_element .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.cmb_element .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.cmb_element .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.cmb_element .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.cmb_element .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.cmb_element .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.cmb_element .ui-datepicker-rtl{direction:rtl}.cmb_element .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.cmb_element .ui-datepicker-rtl .ui-datepicker-group{float:right}.cmb_element .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.cmb_element .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.cmb_element .ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.post-new-php table.cmb_metabox .cmb-nested-table td{padding:7px}.cmb-repeat-table tr td{padding:7px 15px 10px 8px}.cmb-repeat>td{padding:0 15px 10px 0}.form-table td p.add-row{margin-left:11px!important}.cmb_id__dkpdk_short_text h5{font-size:18px;font-style:normal!important}.cmb_id__dkpdk_shortcode_code h5{font-size:16px;color:green;font-style:normal}.cmb_metabox_title{font-size:20px!important;margin-bottom:0;padding-left:0}
1
+ table.cmb_metabox{clear:both}.post-new-php table.cmb_metabox .cmb-nested-table td,.post-new-php table.cmb_metabox .repeatable-group th,.post-new-php table.cmb_metabox .repeatable-group:first-of-type,.post-php table.cmb_metabox .cmb-nested-table td,.post-php table.cmb_metabox .repeatable-group th,.post-php table.cmb_metabox .repeatable-group:first-of-type,table.cmb_metabox tbody>tr:first-of-type>td,table.cmb_metabox tbody>tr:first-of-type>th,table.cmb_metabox>tr:first-of-type>td,table.cmb_metabox>tr:first-of-type>th{border:0}.post-new-php table.cmb_metabox .repeatable-group,.post-new-php table.cmb_metabox td,.post-new-php table.cmb_metabox th,.post-php table.cmb_metabox .repeatable-group,.post-php table.cmb_metabox td,.post-php table.cmb_metabox th{border-top:1px solid #E9E9E9}.repeatable-group th{padding:0}.repeatable-group .shift-rows{text-decoration:none;margin-right:5px;font-size:1.2em}.repeatable-group .cmb_upload_button{margin:3px 0 0 9px!important}#poststuff .repeatable-group h2{margin:0}.cmb-group-title h4{font-size:1.8em;margin-top:0;margin-bottom:0;border-bottom:solid 7px #f5f5f5;text-align:center;padding:9px 10px;font-weight:400;color:#000}.post-new-php table.cmb_metabox th,.post-php table.cmb_metabox th{text-align:right;font-weight:700}.post-new-php table.cmb_metabox table th,.post-php table.cmb_metabox table th{text-align:left}table.cmb_metabox th label{padding-left:10px;margin-top:14px;display:block;font-weight:400;font-size:13px;color:#333}p.cmb_metabox_description{color:#AAA;font-style:italic;margin:2px 0!important}span.cmb_metabox_description{color:#AAA;font-style:italic}table.cmb_metabox input,table.cmb_metabox textarea{font-size:14px;padding:5px}table.cmb_metabox input[type=text],table.cmb_metabox textarea{width:97%}table.cmb_metabox textarea.cmb_textarea_code{font-family:Consolas,Monaco,monospace;line-height:16px}table.cmb_metabox input.cmb_text_small,table.cmb_metabox input.cmb_timepicker{width:100px;margin-right:15px}table.cmb_metabox input.cmb_text_money{width:90px;margin-right:15px}table.cmb_metabox input.cmb_text_medium{width:230px;margin-right:15px}table.cmb_metabox input.cmb_upload_file{width:65%}table.cmb_metabox input.ed_button{padding:2px 4px}table.cmb_metabox li{font-size:14px;margin:1px 0 5px;line-height:16px}table.cmb_metabox ul{padding-top:5px;margin:0}table.cmb_metabox select{font-size:14px;margin-top:3px}table.cmb_metabox input:focus,table.cmb_metabox textarea:focus{background:#fffff8}.cmb_metabox_title{margin:0 0 5px}.edit-tags-php .cmb_metabox_title,.profile-php .cmb_metabox_title,.user-edit-php .cmb_metabox_title{margin-left:-10px}.cmb-inline ul{padding:4px 0 0}.cmb-inline li{display:inline-block;padding-right:18px}table.cmb_metabox input[type=checkbox],table.cmb_metabox input[type=radio]{margin:0 5px 0 0;padding:0}table.cmb_metabox .mceLayout{border:1px solid #DFDFDF!important}table.cmb_metabox .mceIframeContainer{background:#FFF}table.cmb_metabox .meta_mce{width:97%}table.cmb_metabox .meta_mce textarea{width:100%}table.cmb_metabox .cmb_media_status{margin:10px 0 0}table.cmb_metabox .cmb_media_status .img_status{clear:none;float:left;display:inline-block;margin-right:10px;width:auto}table.cmb_metabox .cmb-type-file_list .cmb_media_status .img_status{clear:none;float:left;margin-right:10px;width:auto}table.cmb_metabox .cmb_media_status .embed_status,table.cmb_metabox .cmb_media_status .img_status{position:relative}table.cmb_metabox .cmb_media_status .embed_status,table.cmb_metabox .cmb_media_status .img_status img{border:1px solid #DFDFDF;background:#FAFAFA;max-width:350px;padding:5px;-moz-border-radius:2px;border-radius:2px}table.cmb_metabox .cmb_media_status .embed_status{float:left;max-width:800px}table.cmb_metabox .cmb_media_status .embed_status .cmb_remove_file_button,table.cmb_metabox .cmb_media_status .img_status .cmb_remove_file_button{text-indent:-9999px;background:url(images/ico-delete.png);width:16px;height:16px;position:absolute;top:-5px;left:-5px}table.cmb_metabox .attach_list li{clear:both;display:inline-block;margin-bottom:25px;width:100%}table.cmb_metabox .attach_list li img{float:left;margin-right:10px}#side-sortables table.cmb_metabox input[type=text],.inner-sidebar table.cmb_metabox input[type=text],table.cmb_metabox textarea{width:95%}#side-sortables table.cmb_metabox .cmb_media_status .embed_status img,#side-sortables table.cmb_metabox .cmb_media_status .img_status img,.inner-sidebar table.cmb_metabox .cmb_media_status .embed_status img,.inner-sidebar table.cmb_metabox .cmb_media_status .img_status img{width:90%}#side-sortables table.cmb_metabox label,.inner-sidebar table.cmb_metabox label{display:block;font-weight:700;padding:0 0 5px}#side-sortables table.cmb_metabox .cmb_list label,.inner-sidebar table.cmb_metabox .cmb_list label{display:inline;font-weight:400}#side-sortables table.cmb_metabox .cmb_metabox_description,.inner-sidebar table.cmb_metabox .cmb_metabox_description{display:block;padding:7px 0 0}#side-sortables table.cmb_metabox .cmb_metabox_title,.inner-sidebar table.cmb_metabox .cmb_metabox_title{font-size:1.2em;font-style:italic}.postbox table.cmb_metabox .cmb-spinner{float:left}table.cmb_metabox .wp-color-result,table.cmb_metabox .wp-picker-input-wrap{vertical-align:middle}table.cmb_metabox .wp-color-result,table.cmb_metabox .wp-picker-container{margin:0 10px 0 0}div.time-picker{position:absolute;height:191px;width:6em;overflow:auto;background:#fff;border:1px solid #aaa;z-index:99;margin:0}div.time-picker-12hours{width:8em}div.time-picker ul{list-style-type:none;margin:0;padding:0}div.time-picker li{cursor:pointer;height:10px;font:14px/1 Helvetica,Arial,sans-serif;padding:4px 3px}div.time-picker li.selected{background:#0063CE;color:#fff}.cmb_element .ui-helper-hidden{display:none}.cmb_element .ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.cmb_element .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.cmb_element .ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .ui-helper-clearfix{height:1%}.cmb_element .ui-helper-clearfix{display:block}.cmb_element .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.cmb_element .ui-state-disabled{cursor:default!important}.cmb_element .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.cmb_element .ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.cmb_element .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.cmb_element .ui-widget .ui-widget{font-size:1em}.cmb_element .ui-widget button,.cmb_element .ui-widget input,.cmb_element .ui-widget select,.cmb_element .ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.cmb_element .ui-widget-content{border:1px solid #aaa;background:url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;color:#222}.cmb_element .ui-widget-content a{color:#222}.cmb_element .ui-widget-header{border:1px solid #aaa;background:url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;color:#222;font-weight:700}.cmb_element .ui-widget-header a{color:#222}.cmb_element .ui-state-default,.cmb_element .ui-widget-content .ui-state-default,.cmb_element .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.cmb_element .ui-state-default a,.cmb_element .ui-state-default a:link,.cmb_element .ui-state-default a:visited{color:#555;text-decoration:none}.cmb_element .ui-state-focus,.cmb_element .ui-state-hover,.cmb_element .ui-widget-content .ui-state-focus,.cmb_element .ui-widget-content .ui-state-hover,.cmb_element .ui-widget-header .ui-state-focus,.cmb_element .ui-widget-header .ui-state-hover{border:1px solid #999;background:url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.cmb_element .ui-state-hover a,.cmb_element .ui-state-hover a:hover{color:#212121;text-decoration:none}.cmb_element .ui-state-active,.cmb_element .ui-widget-content .ui-state-active,.cmb_element .ui-widget-header .ui-state-active{border:1px solid #aaa;background:url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;font-weight:400;color:#212121}.cmb_element .ui-state-active a,.cmb_element .ui-state-active a:link,.cmb_element .ui-state-active a:visited{color:#212121;text-decoration:none}.cmb_element .ui-widget :active{outline:0}.cmb_element .ui-state-highlight,.cmb_element .ui-widget-content .ui-state-highlight,.cmb_element .ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;color:#363636}.cmb_element .ui-state-highlight a,.cmb_element .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.cmb_element .ui-state-error,.cmb_element .ui-widget-content .ui-state-error,.cmb_element .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;color:#cd0a0a}.cmb_element .ui-state-error a,.cmb_element .ui-state-error-text,.cmb_element .ui-widget-content .ui-state-error a,.cmb_element .ui-widget-content .ui-state-error-text,.cmb_element .ui-widget-header .ui-state-error a,.cmb_element .ui-widget-header .ui-state-error-text{color:#cd0a0a}.cmb_element .ui-priority-primary,.cmb_element .ui-widget-content .ui-priority-primary,.cmb_element .ui-widget-header .ui-priority-primary{font-weight:700}.cmb_element .ui-priority-secondary,.cmb_element .ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.cmb_element .ui-state-disabled,.cmb_element .ui-widget-content .ui-state-disabled,.cmb_element .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.cmb_element .ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.cmb_element .ui-widget-content .ui-icon,.cmb_element .ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.cmb_element .ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.cmb_element .ui-state-active .ui-icon,.cmb_element .ui-state-focus .ui-icon,.cmb_element .ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.cmb_element .ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.cmb_element .ui-state-error .ui-icon,.cmb_element .ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.cmb_element .ui-icon-carat-1-n{background-position:0 0}.cmb_element .ui-icon-carat-1-ne{background-position:-16px 0}.cmb_element .ui-icon-carat-1-e{background-position:-32px 0}.cmb_element .ui-icon-carat-1-se{background-position:-48px 0}.cmb_element .ui-icon-carat-1-s{background-position:-64px 0}.cmb_element .ui-icon-carat-1-sw{background-position:-80px 0}.cmb_element .ui-icon-carat-1-w{background-position:-96px 0}.cmb_element .ui-icon-carat-1-nw{background-position:-112px 0}.cmb_element .ui-icon-carat-2-n-s{background-position:-128px 0}.cmb_element .ui-icon-carat-2-e-w{background-position:-144px 0}.cmb_element .ui-icon-triangle-1-n{background-position:0 -16px}.cmb_element .ui-icon-triangle-1-ne{background-position:-16px -16px}.cmb_element .ui-icon-triangle-1-e{background-position:-32px -16px}.cmb_element .ui-icon-triangle-1-se{background-position:-48px -16px}.cmb_element .ui-icon-triangle-1-s{background-position:-64px -16px}.cmb_element .ui-icon-triangle-1-sw{background-position:-80px -16px}.cmb_element .ui-icon-triangle-1-w{background-position:-96px -16px}.cmb_element .ui-icon-triangle-1-nw{background-position:-112px -16px}.cmb_element .ui-icon-triangle-2-n-s{background-position:-128px -16px}.cmb_element .ui-icon-triangle-2-e-w{background-position:-144px -16px}.cmb_element .ui-icon-arrow-1-n{background-position:0 -32px}.cmb_element .ui-icon-arrow-1-ne{background-position:-16px -32px}.cmb_element .ui-icon-arrow-1-e{background-position:-32px -32px}.cmb_element .ui-icon-arrow-1-se{background-position:-48px -32px}.cmb_element .ui-icon-arrow-1-s{background-position:-64px -32px}.cmb_element .ui-icon-arrow-1-sw{background-position:-80px -32px}.cmb_element .ui-icon-arrow-1-w{background-position:-96px -32px}.cmb_element .ui-icon-arrow-1-nw{background-position:-112px -32px}.cmb_element .ui-icon-arrow-2-n-s{background-position:-128px -32px}.cmb_element .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.cmb_element .ui-icon-arrow-2-e-w{background-position:-160px -32px}.cmb_element .ui-icon-arrow-2-se-nw{background-position:-176px -32px}.cmb_element .ui-icon-arrowstop-1-n{background-position:-192px -32px}.cmb_element .ui-icon-arrowstop-1-e{background-position:-208px -32px}.cmb_element .ui-icon-arrowstop-1-s{background-position:-224px -32px}.cmb_element .ui-icon-arrowstop-1-w{background-position:-240px -32px}.cmb_element .ui-icon-arrowthick-1-n{background-position:0 -48px}.cmb_element .ui-icon-arrowthick-1-ne{background-position:-16px -48px}.cmb_element .ui-icon-arrowthick-1-e{background-position:-32px -48px}.cmb_element .ui-icon-arrowthick-1-se{background-position:-48px -48px}.cmb_element .ui-icon-arrowthick-1-s{background-position:-64px -48px}.cmb_element .ui-icon-arrowthick-1-sw{background-position:-80px -48px}.cmb_element .ui-icon-arrowthick-1-w{background-position:-96px -48px}.cmb_element .ui-icon-arrowthick-1-nw{background-position:-112px -48px}.cmb_element .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.cmb_element .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.cmb_element .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.cmb_element .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.cmb_element .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.cmb_element .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.cmb_element .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.cmb_element .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.cmb_element .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.cmb_element .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.cmb_element .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.cmb_element .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.cmb_element .ui-icon-arrowreturn-1-w{background-position:-64px -64px}.cmb_element .ui-icon-arrowreturn-1-n{background-position:-80px -64px}.cmb_element .ui-icon-arrowreturn-1-e{background-position:-96px -64px}.cmb_element .ui-icon-arrowreturn-1-s{background-position:-112px -64px}.cmb_element .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.cmb_element .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.cmb_element .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.cmb_element .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.cmb_element .ui-icon-arrow-4{background-position:0 -80px}.cmb_element .ui-icon-arrow-4-diag{background-position:-16px -80px}.cmb_element .ui-icon-extlink{background-position:-32px -80px}.cmb_element .ui-icon-newwin{background-position:-48px -80px}.cmb_element .ui-icon-refresh{background-position:-64px -80px}.cmb_element .ui-icon-shuffle{background-position:-80px -80px}.cmb_element .ui-icon-transfer-e-w{background-position:-96px -80px}.cmb_element .ui-icon-transferthick-e-w{background-position:-112px -80px}.cmb_element .ui-icon-folder-collapsed{background-position:0 -96px}.cmb_element .ui-icon-folder-open{background-position:-16px -96px}.cmb_element .ui-icon-document{background-position:-32px -96px}.cmb_element .ui-icon-document-b{background-position:-48px -96px}.cmb_element .ui-icon-note{background-position:-64px -96px}.cmb_element .ui-icon-mail-closed{background-position:-80px -96px}.cmb_element .ui-icon-mail-open{background-position:-96px -96px}.cmb_element .ui-icon-suitcase{background-position:-112px -96px}.cmb_element .ui-icon-comment{background-position:-128px -96px}.cmb_element .ui-icon-person{background-position:-144px -96px}.cmb_element .ui-icon-print{background-position:-160px -96px}.cmb_element .ui-icon-trash{background-position:-176px -96px}.cmb_element .ui-icon-locked{background-position:-192px -96px}.cmb_element .ui-icon-unlocked{background-position:-208px -96px}.cmb_element .ui-icon-bookmark{background-position:-224px -96px}.cmb_element .ui-icon-tag{background-position:-240px -96px}.cmb_element .ui-icon-home{background-position:0 -112px}.cmb_element .ui-icon-flag{background-position:-16px -112px}.cmb_element .ui-icon-calendar{background-position:-32px -112px}.cmb_element .ui-icon-cart{background-position:-48px -112px}.cmb_element .ui-icon-pencil{background-position:-64px -112px}.cmb_element .ui-icon-clock{background-position:-80px -112px}.cmb_element .ui-icon-disk{background-position:-96px -112px}.cmb_element .ui-icon-calculator{background-position:-112px -112px}.cmb_element .ui-icon-zoomin{background-position:-128px -112px}.cmb_element .ui-icon-zoomout{background-position:-144px -112px}.cmb_element .ui-icon-search{background-position:-160px -112px}.cmb_element .ui-icon-wrench{background-position:-176px -112px}.cmb_element .ui-icon-gear{background-position:-192px -112px}.cmb_element .ui-icon-heart{background-position:-208px -112px}.cmb_element .ui-icon-star{background-position:-224px -112px}.cmb_element .ui-icon-link{background-position:-240px -112px}.cmb_element .ui-icon-cancel{background-position:0 -128px}.cmb_element .ui-icon-plus{background-position:-16px -128px}.cmb_element .ui-icon-plusthick{background-position:-32px -128px}.cmb_element .ui-icon-minus{background-position:-48px -128px}.cmb_element .ui-icon-minusthick{background-position:-64px -128px}.cmb_element .ui-icon-close{background-position:-80px -128px}.cmb_element .ui-icon-closethick{background-position:-96px -128px}.cmb_element .ui-icon-key{background-position:-112px -128px}.cmb_element .ui-icon-lightbulb{background-position:-128px -128px}.cmb_element .ui-icon-scissors{background-position:-144px -128px}.cmb_element .ui-icon-clipboard{background-position:-160px -128px}.cmb_element .ui-icon-copy{background-position:-176px -128px}.cmb_element .ui-icon-contact{background-position:-192px -128px}.cmb_element .ui-icon-image{background-position:-208px -128px}.cmb_element .ui-icon-video{background-position:-224px -128px}.cmb_element .ui-icon-script{background-position:-240px -128px}.cmb_element .ui-icon-alert{background-position:0 -144px}.cmb_element .ui-icon-info{background-position:-16px -144px}.cmb_element .ui-icon-notice{background-position:-32px -144px}.cmb_element .ui-icon-help{background-position:-48px -144px}.cmb_element .ui-icon-check{background-position:-64px -144px}.cmb_element .ui-icon-bullet{background-position:-80px -144px}.cmb_element .ui-icon-radio-off{background-position:-96px -144px}.cmb_element .ui-icon-radio-on{background-position:-112px -144px}.cmb_element .ui-icon-pin-w{background-position:-128px -144px}.cmb_element .ui-icon-pin-s{background-position:-144px -144px}.cmb_element .ui-icon-play{background-position:0 -160px}.cmb_element .ui-icon-pause{background-position:-16px -160px}.cmb_element .ui-icon-seek-next{background-position:-32px -160px}.cmb_element .ui-icon-seek-prev{background-position:-48px -160px}.cmb_element .ui-icon-seek-end{background-position:-64px -160px}.cmb_element .ui-icon-seek-first,.cmb_element .ui-icon-seek-start{background-position:-80px -160px}.cmb_element .ui-icon-stop{background-position:-96px -160px}.cmb_element .ui-icon-eject{background-position:-112px -160px}.cmb_element .ui-icon-volume-off{background-position:-128px -160px}.cmb_element .ui-icon-volume-on{background-position:-144px -160px}.cmb_element .ui-icon-power{background-position:0 -176px}.cmb_element .ui-icon-signal-diag{background-position:-16px -176px}.cmb_element .ui-icon-signal{background-position:-32px -176px}.cmb_element .ui-icon-battery-0{background-position:-48px -176px}.cmb_element .ui-icon-battery-1{background-position:-64px -176px}.cmb_element .ui-icon-battery-2{background-position:-80px -176px}.cmb_element .ui-icon-battery-3{background-position:-96px -176px}.cmb_element .ui-icon-circle-plus{background-position:0 -192px}.cmb_element .ui-icon-circle-minus{background-position:-16px -192px}.cmb_element .ui-icon-circle-close{background-position:-32px -192px}.cmb_element .ui-icon-circle-triangle-e{background-position:-48px -192px}.cmb_element .ui-icon-circle-triangle-s{background-position:-64px -192px}.cmb_element .ui-icon-circle-triangle-w{background-position:-80px -192px}.cmb_element .ui-icon-circle-triangle-n{background-position:-96px -192px}.cmb_element .ui-icon-circle-arrow-e{background-position:-112px -192px}.cmb_element .ui-icon-circle-arrow-s{background-position:-128px -192px}.cmb_element .ui-icon-circle-arrow-w{background-position:-144px -192px}.cmb_element .ui-icon-circle-arrow-n{background-position:-160px -192px}.cmb_element .ui-icon-circle-zoomin{background-position:-176px -192px}.cmb_element .ui-icon-circle-zoomout{background-position:-192px -192px}.cmb_element .ui-icon-circle-check{background-position:-208px -192px}.cmb_element .ui-icon-circlesmall-plus{background-position:0 -208px}.cmb_element .ui-icon-circlesmall-minus{background-position:-16px -208px}.cmb_element .ui-icon-circlesmall-close{background-position:-32px -208px}.cmb_element .ui-icon-squaresmall-plus{background-position:-48px -208px}.cmb_element .ui-icon-squaresmall-minus{background-position:-64px -208px}.cmb_element .ui-icon-squaresmall-close{background-position:-80px -208px}.cmb_element .ui-icon-grip-dotted-vertical{background-position:0 -224px}.cmb_element .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.cmb_element .ui-icon-grip-solid-vertical{background-position:-32px -224px}.cmb_element .ui-icon-grip-solid-horizontal{background-position:-48px -224px}.cmb_element .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.cmb_element .ui-icon-grip-diagonal-se{background-position:-80px -224px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-left,.cmb_element .ui-corner-tl,.cmb_element .ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-right,.cmb_element .ui-corner-top,.cmb_element .ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-bl,.cmb_element .ui-corner-bottom,.cmb_element .ui-corner-left{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.cmb_element .ui-corner-all,.cmb_element .ui-corner-bottom,.cmb_element .ui-corner-br,.cmb_element .ui-corner-right{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.cmb_element .ui-widget-overlay{background:url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.cmb_element .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.cmb_element .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.cmb_element .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.cmb_element .ui-datepicker .ui-datepicker-next,.cmb_element .ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.cmb_element .ui-datepicker .ui-datepicker-next-hover,.cmb_element .ui-datepicker .ui-datepicker-prev-hover{top:1px}.cmb_element .ui-datepicker .ui-datepicker-prev{left:2px}.cmb_element .ui-datepicker .ui-datepicker-next{right:2px}.cmb_element .ui-datepicker .ui-datepicker-prev-hover{left:1px}.cmb_element .ui-datepicker .ui-datepicker-next-hover{right:1px}.cmb_element .ui-datepicker .ui-datepicker-next span,.cmb_element .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.cmb_element .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.cmb_element .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.cmb_element .ui-datepicker select.ui-datepicker-month-year{width:100%}.cmb_element .ui-datepicker select.ui-datepicker-month,.cmb_element .ui-datepicker select.ui-datepicker-year{width:49%}.cmb_element .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.cmb_element .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.cmb_element .ui-datepicker td{border:0;padding:1px}.cmb_element .ui-datepicker td a,.cmb_element .ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.cmb_element .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.cmb_element .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.cmb_element .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.cmb_element .ui-datepicker.ui-datepicker-multi{width:auto}.cmb_element .ui-datepicker-multi .ui-datepicker-group{float:left}.cmb_element .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.cmb_element .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.cmb_element .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.cmb_element .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.cmb_element .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.cmb_element .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.cmb_element .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.cmb_element .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.cmb_element .ui-datepicker-rtl{direction:rtl}.cmb_element .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.cmb_element .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.cmb_element .ui-datepicker-rtl .ui-datepicker-group{float:right}.cmb_element .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.cmb_element .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.cmb_element .ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.post-new-php table.cmb_metabox .cmb-nested-table td{padding:7px}.cmb-repeat-table tr td{padding:7px 15px 10px 8px}.cmb-repeat>td{padding:0 15px 10px 0}.form-table td p.add-row{margin-left:11px!important}.form-table td{padding:10px 0}.cmb_id__dkpdk_short_text h5{font-size:18px;font-style:normal!important}.cmb_id__dkpdk_shortcode_code h5{font-size:16px;color:green;font-style:normal}.cmb_metabox_title{font-size:16px!important;margin-bottom:0;text-align:center;padding:18px 0 0;color:#999;font-weight:500;margin-top:-6px;text-transform:uppercase}.cmb_metabox td{width:100%;padding:10px 0 14px}.repeatable-group{padding:0 10px!important}.cmb-type-title td{padding-top:0}.cmb-type-checkbox td{padding-top:13px!important}#side-sortables table.cmb_metabox .cmb_metabox_title{font-style:normal}
css/dk_pricr_custom_style.css DELETED
@@ -1,267 +0,0 @@
1
- .dk_5_plans .dk_plan {width:19.5%; float:left;}
2
- .dk_5_plans .dk_plan_0 {margin-right:0.62%;}
3
- .dk_5_plans .dk_plan_2 {margin-left:0.62%;}
4
- .dk_5_plans .dk_plan_3 {margin-left:0.62%;}
5
- .dk_5_plans .dk_plan_4 {margin-left:0.62%;}
6
-
7
- .dk_4_plans .dk_plan {width:24.5%; float:left;}
8
- .dk_4_plans .dk_plan_0 {margin-right:0.66%;}
9
- .dk_4_plans .dk_plan_2 {margin-left:0.66%;}
10
- .dk_4_plans .dk_plan_3 {margin-left:0.66%;}
11
-
12
- .dk_3_plans .dk_plan {width:32%; float:left;}
13
- .dk_3_plans .dk_plan_0 {margin-right:1.9%;}
14
- .dk_3_plans .dk_plan_2 {margin-left:1.9%;}
15
-
16
- .dk_2_plans .dk_plan {width:49%; float:left;}
17
- .dk_2_plans .dk_plan_0 {margin-right:2%;}
18
-
19
- .dk_style_basic .dk_plan .dk_title img {margin-right:10px; position:relative; top:4px;}
20
- .dk_style_basic .dk_plan .dk_title {
21
- border-bottom:#111 solid 1px;
22
- background:#222;
23
- padding:14px 18px;
24
- font-size:26px;
25
- color:white;
26
- line-height:48px;
27
- -webkit-border-top-left-radius: 8px;
28
- -webkit-border-top-right-radius: 8px;
29
- -moz-border-radius-topleft: 8px;
30
- -moz-border-radius-topright: 8px;
31
- border-top-left-radius: 8px;
32
- border-top-right-radius: 8px;
33
- }
34
-
35
- .dk_style_basic .dk_sm_title .dk_plan .dk_title {font-size:20px;}
36
- .dk_style_basic .dk_xsm_title .dk_plan .dk_title {font-size:17px;}
37
-
38
- .dk_4_plans .dk_plan .dk_title {font-size:17px;}
39
- .dk_4_plans .dk_sm_title .dk_plan .dk_title {font-size:15px;}
40
- .dk_4_plans .dk_xsm_title .dk_plan .dk_title {font-size:13px;}
41
-
42
- .dk_5_plans .dk_plan .dk_title {font-size:15px;}
43
- .dk_5_plans .dk_sm_title .dk_plan .dk_title {font-size:13px;}
44
- .dk_5_plans .dk_xsm_title .dk_plan .dk_title {font-size:12px;}
45
-
46
- .dk_style_basic .dk_plan .dk_head .dk_price .dk_currency {
47
- position:relative;
48
- top:-44px;
49
- left:-10px;
50
- font-size:35px;
51
- line-height:0px;
52
- }
53
-
54
- .dk_4_plans .dk_plan .dk_head .dk_price .dk_currency {top:-36px;}
55
- .dk_5_plans .dk_plan .dk_head .dk_price .dk_currency {top:-26px;}
56
-
57
- .dk_style_basic .dk_plan .dk_head {
58
- border-top:#222 solid 2px;
59
- background: #333333; /* Old browsers */
60
- background: -moz-linear-gradient(45deg, #333333 0%, #1c1c1c 100%); /* FF3.6+ */
61
- background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
62
- background: -webkit-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
63
- background: -o-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* Opera 11.10+ */
64
- background: -ms-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* IE10+ */
65
- background: linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* W3C */
66
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
67
- }
68
-
69
- .dk_style_basic .dk_plan .dk_head .dk_price {
70
- padding:6px 10px;
71
- font-size:74px;
72
- line-height:100px;
73
- font-weight:300;
74
- text-align:center;
75
- color:white;
76
- text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
77
- }
78
-
79
- .dk_style_basic .dk_sm_price .dk_plan .dk_head .dk_price {font-size:72px;}
80
- .dk_style_basic .dk_xsm_price .dk_plan .dk_head .dk_price {font-size:66px;}
81
-
82
- .dk_4_plans .dk_plan .dk_head .dk_price {font-size:69px; line-height:80px;}
83
- .dk_4_plans .dk_sm_price .dk_plan .dk_head .dk_price {font-size:63px; line-height:75px;}
84
- .dk_4_plans .dk_xsm_price .dk_plan .dk_head .dk_price {font-size:57px; line-height:70px;}
85
-
86
- .dk_5_plans .dk_plan .dk_head .dk_price {font-size:59px; line-height:80px;}
87
- .dk_5_plans .dk_sm_price .dk_plan .dk_head .dk_price {font-size:54px; line-height:80px;}
88
- .dk_5_plans .dk_xsm_price .dk_plan .dk_head .dk_price {font-size:47px; line-height:80px;}
89
-
90
- .dk_style_basic .dk_plan .dk_head .dk_recurrence {
91
- font-size:13px;
92
- font-weight:300;
93
- line-height:18px;
94
- padding:20px 40px 10px;
95
- color:lightgrey;
96
- text-align:center;
97
- }
98
-
99
- .dk_style_basic .dk_sm_recurrence .dk_plan .dk_head .dk_recurrence {font-size:11px; padding:20px 40px 4px;}
100
-
101
- .dk_style_basic .dk_plan .dk_head .dk_subtitle {
102
- font-size:16px;
103
- line-height:20px;
104
- font-weight:300;
105
- text-align:center;
106
- padding:10px 40px 20px;
107
- }
108
-
109
- .dk_style_basic .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:14px;}
110
- .dk_style_basic .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:12px;}
111
-
112
- .dk_4_plans .dk_plan .dk_head .dk_subtitle {font-size:16px; line-height:18px; padding:10px 20px 20px;}
113
- .dk_4_plans .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:14px; line-height:17px;}
114
- .dk_4_plans .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:13px; line-height:16px;}
115
-
116
- .dk_5_plans .dk_plan .dk_head .dk_subtitle {font-size:15px; line-height:18px; padding:10px 20px 20px;}
117
- .dk_5_plans .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:13px; line-height:17px;}
118
- .dk_5_plans .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle {font-size:12px; line-height:16px;}
119
-
120
- .dk_style_basic .dk_plan .dk_head .dk_description {
121
- font-size:14px;
122
- line-height:20px;
123
- padding:0px 40px 30px;
124
- font-weight:300;
125
- text-align:center;
126
- color:grey;
127
- }
128
-
129
- .dk_style_basic .dk_sm_description .dk_plan .dk_head .dk_description {font-size:12px;}
130
-
131
- .dk_4_plans .dk_plan .dk_head .dk_description {font-size:13px; line-height:18px; }
132
- .dk_4_plans .dk_sm_description .dk_plan .dk_head .dk_description {font-size:12px; line-height:17px;}
133
-
134
- .dk_5_plans .dk_plan .dk_head .dk_description {font-size:12px; line-height:18px;}
135
- .dk_5_plans .dk_sm_description .dk_plan .dk_head .dk_description {font-size:11px; line-height:17px;}
136
-
137
- .dk_style_basic .dk_plan .dk_features {
138
- padding:20px;
139
- background:whitesmoke;
140
- text-align:center;
141
- }
142
-
143
- .dk_style_basic .dk_plan .dk_features .dk_feature {
144
- font-size: 16px;
145
- padding:6px 16px;
146
- border-bottom: 1px dotted lightgrey;
147
- }
148
- .dk_style_basic .dk_sm_features .dk_plan .dk_features .dk_feature {font-size: 14px;}
149
-
150
- .dk_4_plans .dk_plan .dk_features .dk_feature {
151
- padding:6px 10px;
152
- font-size: 14px;
153
- }
154
- .dk_4_plans .dk_sm_features .dk_plan .dk_features .dk_feature {font-size: 12px;}
155
-
156
- .dk_5_plans .dk_plan .dk_features .dk_feature {
157
- padding:6px 10px;
158
- font-size: 13px;
159
- }
160
- .dk_5_plans .dk_sm_features .dk_plan .dk_features .dk_feature {font-size: 11px;}
161
-
162
- .dk_style_basic .dk_plan .dk_foot {
163
- display:block;
164
- padding:10px 30px;
165
- border-top:whitesmoke solid 2px;
166
- -webkit-border-bottom-left-radius: 8px;
167
- -webkit-border-bottom-right-radius: 8px;
168
- -moz-border-radius-bottomleft: 8px;
169
- -moz-border-radius-bottomright: 8px;
170
- border-bottom-left-radius: 8px;
171
- border-bottom-right-radius: 8px;
172
- text-align:center;
173
- color: white;
174
- font-size: 24px;
175
- text-decoration:none;
176
- font-weight:300;
177
- transition:All 500ms ease;
178
- -webkit-transition:All 500ms ease;
179
- -moz-transition:All 500ms ease;
180
- -o-transition:All 500ms ease;
181
- }
182
- .dk_style_basic .dk_sm_button .dk_plan .dk_foot {font-size: 19px;}
183
-
184
- .dk_4_plans .dk_plan .dk_foot {padding:4px 20px; font-size:19px;}
185
- .dk_4_plans .dk_sm_button .dk_plan .dk_foot {padding:4px 20px; font-size:17px;}
186
-
187
- .dk_5_plans .dk_plan .dk_foot {padding:4px 20px; font-size:17px;}
188
- .dk_5_plans .dk_sm_button .dk_plan .dk_foot {font-size:16px;}
189
-
190
- .dk_style_basic .dk_plan .dk_foot:hover {opacity:0.8;}
191
-
192
- .dk_style_basic .dk_plan img {box-shadow:0 0 0; border:none;}
193
-
194
- .dk_style_basic .dk_recommended_plan {position:relative; top:-10px;}
195
-
196
- .dk_style_basic .dk_recommended_plan .dk_title {background:#111;}
197
-
198
- .dk_style_basic .dk_recommended_plan .dk_head .dk_price {font-size:98px;}
199
- .dk_4_plans .dk_recommended_plan .dk_head .dk_price {font-size:74px;}
200
- .dk_5_plans .dk_recommended_plan .dk_head .dk_price {font-size:67px;}
201
-
202
- .dk_style_basic .dk_sm_price .dk_recommended_plan .dk_head .dk_price {font-size:93px;}
203
- .dk_4_plans .dk_sm_price .dk_recommended_plan .dk_head .dk_price {font-size:70px;}
204
- .dk_5_plans .dk_sm_price .dk_recommended_plan .dk_head .dk_price {font-size:64px;}
205
-
206
- .dk_style_basic .dk_xsm_price .dk_recommended_plan .dk_head .dk_price {font-size:88px;}
207
- .dk_4_plans .dk_xsm_price .dk_recommended_plan .dk_head .dk_price {font-size:67px;}
208
- .dk_5_plans .dk_xsm_price .dk_recommended_plan .dk_head .dk_price {font-size:61px;}
209
-
210
- .dk_style_basic .dk_recommended_plan .dk_head {
211
- background: #1e1e1e; /* Old browsers */
212
- background: -moz-linear-gradient(45deg, #1e1e1e 0%, #191919 100%); /* FF3.6+ */
213
- background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1e1e1e), color-stop(100%,#191919)); /* Chrome,Safari4+ */
214
- background: -webkit-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
215
- background: -o-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* Opera 11.10+ */
216
- background: -ms-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* IE10+ */
217
- background: linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* W3C */
218
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#191919',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
219
- }
220
-
221
- .dk_style_basic .dk_recommended_plan .dk_foot {font-size:30px; padding:16px 0px;}
222
- .dk_style_basic .dk_sm_button .dk_recommended_plan .dk_foot {font-size:30px;}
223
-
224
- .dk_4_plans .dk_recommended_plan .dk_foot {font-size:22px; font-weight:300; padding:10px 0px;}
225
- .dk_4_plans .dk_sm_button .dk_recommended_plan .dk_foot {font-size:19px; padding:10px 0px;}
226
-
227
- .dk_5_plans .dk_recommended_plan .dk_foot {font-size:20px; font-weight:300; padding:10px 0px;}
228
- .dk_5_plans .dk_sm_button .dk_recommended_plan .dk_foot {font-size:18px; padding:10px 0px;}
229
-
230
- img.dk_recommended {float:right;}
231
-
232
- /* TABLETS */
233
-
234
- @media only screen and (min-width: 40em) and (max-width: 64.063em) {
235
- .dk_style_basic .dk_plan .dk_head .dk_price {font-size:64px; margin-top:20px;}
236
- }
237
-
238
- /* MOBILE SCREENS */
239
-
240
- @media only screen and (max-width: 40em) {
241
- .dk_style_basic .dk_recommended_plan .dk_foot {font-size:30px; font-weight:300; padding:20px 0px;}
242
- .dk_style_basic .dk_plan .dk_head .dk_price {font-size:74px;line-height:100px;}
243
- .dk_style_basic .dk_plan .dk_title {font-size:26px;line-height:48px;}
244
- .dk_style_basic .dk_plan .dk_head .dk_subtitle {
245
- font-size:16px;
246
- line-height:20px;
247
- padding:10px 40px 20px;
248
- }
249
-
250
- .dk_style_basic .dk_plan .dk_head .dk_description {
251
- font-size:14px;
252
- line-height:20px;
253
- padding:0px 40px 30px;
254
- }
255
-
256
- .dk_style_basic .dk_plan .dk_features .dk_feature {padding:6px 16px;font-size:14px;}
257
-
258
- .dk_style_basic .dk_plan .dk_foot {
259
- padding:10px 40px;
260
- text-align:center;
261
- color: white;
262
- font-size: 20px;
263
- }
264
-
265
- .dk_plans .dk_plan {width:96%;}
266
- .dk_plans .dk_plan {margin:10px 2% 20px !important;}
267
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/dk_pricr_custom_style.min.css DELETED
@@ -1 +0,0 @@
1
- .dk_5_plans .dk_plan{width:19.5%;float:left}.dk_5_plans .dk_plan_0{margin-right:.62%}.dk_5_plans .dk_plan_2,.dk_5_plans .dk_plan_3,.dk_5_plans .dk_plan_4{margin-left:.62%}.dk_4_plans .dk_plan{width:24.5%;float:left}.dk_4_plans .dk_plan_0{margin-right:.66%}.dk_4_plans .dk_plan_2,.dk_4_plans .dk_plan_3{margin-left:.66%}.dk_3_plans .dk_plan{width:32%;float:left}.dk_3_plans .dk_plan_0{margin-right:1.9%}.dk_3_plans .dk_plan_2{margin-left:1.9%}.dk_2_plans .dk_plan{width:49%;float:left}.dk_2_plans .dk_plan_0{margin-right:2%}.dk_style_basic .dk_plan .dk_title img{margin-right:10px;position:relative;top:4px}.dk_style_basic .dk_plan .dk_title{border-bottom:#111 solid 1px;background:#222;padding:14px 18px;font-size:26px;color:#fff;line-height:48px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border-top-left-radius:8px;border-top-right-radius:8px}.dk_style_basic .dk_sm_title .dk_plan .dk_title{font-size:20px}.dk_4_plans .dk_plan .dk_title,.dk_style_basic .dk_xsm_title .dk_plan .dk_title{font-size:17px}.dk_4_plans .dk_sm_title .dk_plan .dk_title{font-size:15px}.dk_4_plans .dk_xsm_title .dk_plan .dk_title{font-size:13px}.dk_5_plans .dk_plan .dk_title{font-size:15px}.dk_5_plans .dk_sm_title .dk_plan .dk_title{font-size:13px}.dk_5_plans .dk_xsm_title .dk_plan .dk_title{font-size:12px}.dk_style_basic .dk_plan .dk_head .dk_price .dk_currency{position:relative;top:-44px;left:-10px;font-size:35px;line-height:0}.dk_4_plans .dk_plan .dk_head .dk_price .dk_currency{top:-36px}.dk_5_plans .dk_plan .dk_head .dk_price .dk_currency{top:-26px}.dk_style_basic .dk_plan .dk_head{border-top:#222 solid 2px;background:#333;background:-moz-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-webkit-gradient(linear,left bottom,right top,color-stop(0%,#333),color-stop(100%,#1c1c1c));background:-webkit-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-o-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-ms-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:linear-gradient(45deg,#333 0,#1c1c1c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1c1c1c', GradientType=1)}.dk_style_basic .dk_plan .dk_head .dk_price{padding:6px 10px;font-size:74px;line-height:100px;font-weight:300;text-align:center;color:#fff;text-shadow:1px 2px 7px rgba(0,0,0,.6)}.dk_style_basic .dk_sm_price .dk_plan .dk_head .dk_price{font-size:72px}.dk_style_basic .dk_xsm_price .dk_plan .dk_head .dk_price{font-size:66px}.dk_4_plans .dk_plan .dk_head .dk_price{font-size:69px;line-height:80px}.dk_4_plans .dk_sm_price .dk_plan .dk_head .dk_price{font-size:63px;line-height:75px}.dk_4_plans .dk_xsm_price .dk_plan .dk_head .dk_price{font-size:57px;line-height:70px}.dk_5_plans .dk_plan .dk_head .dk_price{font-size:59px;line-height:80px}.dk_5_plans .dk_sm_price .dk_plan .dk_head .dk_price{font-size:54px;line-height:80px}.dk_5_plans .dk_xsm_price .dk_plan .dk_head .dk_price{font-size:47px;line-height:80px}.dk_style_basic .dk_plan .dk_head .dk_recurrence{font-size:13px;font-weight:300;line-height:18px;padding:20px 40px 10px;color:lightgrey;text-align:center}.dk_style_basic .dk_sm_recurrence .dk_plan .dk_head .dk_recurrence{font-size:11px;padding:20px 40px 4px}.dk_style_basic .dk_plan .dk_head .dk_subtitle{font-size:16px;line-height:20px;font-weight:300;text-align:center;padding:10px 40px 20px}.dk_style_basic .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:14px}.dk_style_basic .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:12px}.dk_4_plans .dk_plan .dk_head .dk_subtitle{font-size:16px;line-height:18px;padding:10px 20px 20px}.dk_4_plans .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:14px;line-height:17px}.dk_4_plans .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:13px;line-height:16px}.dk_5_plans .dk_plan .dk_head .dk_subtitle{font-size:15px;line-height:18px;padding:10px 20px 20px}.dk_5_plans .dk_sm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:13px;line-height:17px}.dk_5_plans .dk_xsm_subtitle .dk_plan .dk_head .dk_subtitle{font-size:12px;line-height:16px}.dk_style_basic .dk_plan .dk_head .dk_description{font-size:14px;line-height:20px;padding:0 40px 30px;font-weight:300;text-align:center;color:grey}.dk_style_basic .dk_sm_description .dk_plan .dk_head .dk_description{font-size:12px}.dk_4_plans .dk_plan .dk_head .dk_description{font-size:13px;line-height:18px}.dk_4_plans .dk_sm_description .dk_plan .dk_head .dk_description{font-size:12px;line-height:17px}.dk_5_plans .dk_plan .dk_head .dk_description{font-size:12px;line-height:18px}.dk_5_plans .dk_sm_description .dk_plan .dk_head .dk_description{font-size:11px;line-height:17px}.dk_style_basic .dk_plan .dk_features{padding:20px;background:#f5f5f5;text-align:center}.dk_style_basic .dk_plan .dk_features .dk_feature{font-size:16px;padding:6px 16px;border-bottom:1px dotted lightgrey}.dk_style_basic .dk_sm_features .dk_plan .dk_features .dk_feature{font-size:14px}.dk_4_plans .dk_plan .dk_features .dk_feature{padding:6px 10px;font-size:14px}.dk_4_plans .dk_sm_features .dk_plan .dk_features .dk_feature{font-size:12px}.dk_5_plans .dk_plan .dk_features .dk_feature{padding:6px 10px;font-size:13px}.dk_5_plans .dk_sm_features .dk_plan .dk_features .dk_feature{font-size:11px}.dk_style_basic .dk_plan .dk_foot{display:block;padding:10px 30px;border-top:#f5f5f5 solid 2px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-align:center;color:#fff;font-size:24px;text-decoration:none;font-weight:300;transition:All 500ms ease;-webkit-transition:All 500ms ease;-moz-transition:All 500ms ease;-o-transition:All 500ms ease}.dk_style_basic .dk_sm_button .dk_plan .dk_foot{font-size:19px}.dk_4_plans .dk_plan .dk_foot{padding:4px 20px;font-size:19px}.dk_4_plans .dk_sm_button .dk_plan .dk_foot,.dk_5_plans .dk_plan .dk_foot{padding:4px 20px;font-size:17px}.dk_5_plans .dk_sm_button .dk_plan .dk_foot{font-size:16px}.dk_style_basic .dk_plan .dk_foot:hover{opacity:.8}.dk_style_basic .dk_plan img{box-shadow:0 0 0;border:none}.dk_style_basic .dk_recommended_plan{position:relative;top:-10px}.dk_style_basic .dk_recommended_plan .dk_title{background:#111}.dk_style_basic .dk_recommended_plan .dk_head .dk_price{font-size:98px}.dk_4_plans .dk_recommended_plan .dk_head .dk_price{font-size:74px}.dk_5_plans .dk_recommended_plan .dk_head .dk_price{font-size:67px}.dk_style_basic .dk_sm_price .dk_recommended_plan .dk_head .dk_price{font-size:93px}.dk_4_plans .dk_sm_price .dk_recommended_plan .dk_head .dk_price{font-size:70px}.dk_5_plans .dk_sm_price .dk_recommended_plan .dk_head .dk_price{font-size:64px}.dk_style_basic .dk_xsm_price .dk_recommended_plan .dk_head .dk_price{font-size:88px}.dk_4_plans .dk_xsm_price .dk_recommended_plan .dk_head .dk_price{font-size:67px}.dk_5_plans .dk_xsm_price .dk_recommended_plan .dk_head .dk_price{font-size:61px}.dk_style_basic .dk_recommended_plan .dk_head{background:#1e1e1e;background:-moz-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-webkit-gradient(linear,left bottom,right top,color-stop(0%,#1e1e1e),color-stop(100%,#191919));background:-webkit-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-o-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-ms-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:linear-gradient(45deg,#1e1e1e 0,#191919 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#191919', GradientType=1)}.dk_style_basic .dk_recommended_plan .dk_foot{font-size:30px;padding:16px 0}.dk_style_basic .dk_sm_button .dk_recommended_plan .dk_foot{font-size:30px}.dk_4_plans .dk_recommended_plan .dk_foot{font-size:22px;font-weight:300;padding:10px 0}.dk_4_plans .dk_sm_button .dk_recommended_plan .dk_foot{font-size:19px;padding:10px 0}.dk_5_plans .dk_recommended_plan .dk_foot{font-size:20px;font-weight:300;padding:10px 0}.dk_5_plans .dk_sm_button .dk_recommended_plan .dk_foot{font-size:18px;padding:10px 0}img.dk_recommended{float:right}@media only screen and (min-width:40em) and (max-width:64.063em){.dk_style_basic .dk_plan .dk_head .dk_price{font-size:64px;margin-top:20px}}@media only screen and (max-width:40em){.dk_style_basic .dk_recommended_plan .dk_foot{font-size:30px;font-weight:300;padding:20px 0}.dk_style_basic .dk_plan .dk_head .dk_price{font-size:74px;line-height:100px}.dk_style_basic .dk_plan .dk_title{font-size:26px;line-height:48px}.dk_style_basic .dk_plan .dk_head .dk_subtitle{font-size:16px;line-height:20px;padding:10px 40px 20px}.dk_style_basic .dk_plan .dk_head .dk_description{font-size:14px;line-height:20px;padding:0 40px 30px}.dk_style_basic .dk_plan .dk_features .dk_feature{padding:6px 16px;font-size:14px}.dk_style_basic .dk_plan .dk_foot{padding:10px 40px;text-align:center;color:#fff;font-size:20px}.dk_plans .dk_plan{width:96%;margin:10px 2% 20px!important}}
 
css/rpt_custom_style.css ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .rpt_5_plans .rpt_plan {width:19.5%; float:left;}
2
+ .rpt_5_plans .rpt_plan_0 {margin-right:0.62%;}
3
+ .rpt_5_plans .rpt_plan_2 {margin-left:0.62%;}
4
+ .rpt_5_plans .rpt_plan_3 {margin-left:0.62%;}
5
+ .rpt_5_plans .rpt_plan_4 {margin-left:0.62%;}
6
+
7
+ .rpt_4_plans .rpt_plan {width:24.5%; float:left;}
8
+ .rpt_4_plans .rpt_plan_0 {margin-right:0.66%;}
9
+ .rpt_4_plans .rpt_plan_2 {margin-left:0.66%;}
10
+ .rpt_4_plans .rpt_plan_3 {margin-left:0.66%;}
11
+
12
+ .rpt_3_plans .rpt_plan {width:32%; float:left;}
13
+ .rpt_3_plans .rpt_plan_0 {margin-right:1.9%;}
14
+ .rpt_3_plans .rpt_plan_2 {margin-left:1.9%;}
15
+
16
+ .rpt_2_plans .rpt_plan {width:49%; float:left;}
17
+ .rpt_2_plans .rpt_plan_0 {margin-right:2%;}
18
+
19
+ .rpt_style_basic .rpt_plan .rpt_title img {margin-right:10px; position:relative; top:4px;}
20
+ .rpt_style_basic .rpt_plan .rpt_title {
21
+ border-bottom:#111 solid 1px;
22
+ background:#222;
23
+ padding:14px 18px;
24
+ font-size:26px;
25
+ color:white;
26
+ line-height:48px;
27
+ -webkit-border-top-left-radius: 8px;
28
+ -webkit-border-top-right-radius: 8px;
29
+ -moz-border-radius-topleft: 8px;
30
+ -moz-border-radius-topright: 8px;
31
+ border-top-left-radius: 8px;
32
+ border-top-right-radius: 8px;
33
+ }
34
+
35
+ .rpt_style_basic .rpt_sm_title .rpt_plan .rpt_title {font-size:20px;}
36
+ .rpt_style_basic .rpt_xsm_title .rpt_plan .rpt_title {font-size:17px;}
37
+
38
+ .rpt_4_plans .rpt_plan .rpt_title {font-size:17px;}
39
+ .rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {font-size:15px;}
40
+ .rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {font-size:13px;}
41
+
42
+ .rpt_5_plans .rpt_plan .rpt_title {font-size:15px;}
43
+ .rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {font-size:13px;}
44
+ .rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {font-size:12px;}
45
+
46
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price .rpt_currency {
47
+ position:relative;
48
+ top:-44px;
49
+ left:-10px;
50
+ font-size:35px;
51
+ line-height:0px;
52
+ }
53
+
54
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {top:-36px;}
55
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {top:-26px;}
56
+
57
+ .rpt_style_basic .rpt_plan .rpt_head {
58
+ border-top:#222 solid 2px;
59
+ background: #333333; /* Old browsers */
60
+ background: -moz-linear-gradient(45deg, #333333 0%, #1c1c1c 100%); /* FF3.6+ */
61
+ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
62
+ background: -webkit-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
63
+ background: -o-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* Opera 11.10+ */
64
+ background: -ms-linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* IE10+ */
65
+ background: linear-gradient(45deg, #333333 0%,#1c1c1c 100%); /* W3C */
66
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
67
+ }
68
+
69
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price {
70
+ padding:6px 10px;
71
+ font-size:74px;
72
+ line-height:100px;
73
+ font-weight:300;
74
+ text-align:center;
75
+ color:white;
76
+ text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
77
+ }
78
+
79
+ .rpt_style_basic .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:72px;}
80
+ .rpt_style_basic .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:66px;}
81
+
82
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_price {font-size:69px; line-height:80px;}
83
+ .rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:63px; line-height:75px;}
84
+ .rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:57px; line-height:70px;}
85
+
86
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_price {font-size:59px; line-height:80px;}
87
+ .rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {font-size:54px; line-height:80px;}
88
+ .rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {font-size:47px; line-height:80px;}
89
+
90
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
91
+ font-size:13px;
92
+ font-weight:300;
93
+ line-height:18px;
94
+ padding:20px 40px 10px;
95
+ color:lightgrey;
96
+ text-align:center;
97
+ }
98
+
99
+ .rpt_style_basic .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {font-size:11px; padding:20px 40px 4px;}
100
+
101
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
102
+ font-size:16px;
103
+ line-height:20px;
104
+ font-weight:300;
105
+ text-align:center;
106
+ padding:10px 40px 20px;
107
+ }
108
+
109
+ .rpt_style_basic .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:14px;}
110
+ .rpt_style_basic .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:12px;}
111
+
112
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {font-size:16px; line-height:18px; padding:10px 20px 20px;}
113
+ .rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:14px; line-height:17px;}
114
+ .rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:13px; line-height:16px;}
115
+
116
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {font-size:15px; line-height:18px; padding:10px 20px 20px;}
117
+ .rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:13px; line-height:17px;}
118
+ .rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {font-size:12px; line-height:16px;}
119
+
120
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_description {
121
+ font-size:14px;
122
+ line-height:20px;
123
+ padding:0px 40px 30px;
124
+ font-weight:300;
125
+ text-align:center;
126
+ color:grey;
127
+ }
128
+
129
+ .rpt_style_basic .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:12px;}
130
+
131
+ .rpt_4_plans .rpt_plan .rpt_head .rpt_description {font-size:13px; line-height:18px; }
132
+ .rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:12px; line-height:17px;}
133
+
134
+ .rpt_5_plans .rpt_plan .rpt_head .rpt_description {font-size:12px; line-height:18px;}
135
+ .rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {font-size:11px; line-height:17px;}
136
+
137
+ .rpt_style_basic .rpt_plan .rpt_features {
138
+ padding:20px;
139
+ background:whitesmoke;
140
+ text-align:center;
141
+ }
142
+
143
+ .rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
144
+ font-size: 16px;
145
+ padding:6px 16px;
146
+ border-bottom: 1px dotted lightgrey;
147
+ }
148
+ .rpt_style_basic .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 14px;}
149
+
150
+ .rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
151
+ padding:6px 10px;
152
+ font-size: 14px;
153
+ }
154
+ .rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 12px;}
155
+
156
+ .rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
157
+ padding:6px 10px;
158
+ font-size: 13px;
159
+ }
160
+ .rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {font-size: 11px;}
161
+
162
+ .rpt_style_basic .rpt_plan .rpt_foot {
163
+ display:block;
164
+ padding:10px 30px;
165
+ border-top:whitesmoke solid 2px;
166
+ -webkit-border-bottom-left-radius: 8px;
167
+ -webkit-border-bottom-right-radius: 8px;
168
+ -moz-border-radius-bottomleft: 8px;
169
+ -moz-border-radius-bottomright: 8px;
170
+ border-bottom-left-radius: 8px;
171
+ border-bottom-right-radius: 8px;
172
+ text-align:center;
173
+ color: white;
174
+ font-size: 24px;
175
+ text-decoration:none;
176
+ font-weight:300;
177
+ transition:All 500ms ease;
178
+ -webkit-transition:All 500ms ease;
179
+ -moz-transition:All 500ms ease;
180
+ -o-transition:All 500ms ease;
181
+ }
182
+ .rpt_style_basic .rpt_sm_button .rpt_plan .rpt_foot {font-size: 19px;}
183
+
184
+ .rpt_4_plans .rpt_plan .rpt_foot {padding:4px 20px; font-size:19px;}
185
+ .rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot {padding:4px 20px; font-size:17px;}
186
+
187
+ .rpt_5_plans .rpt_plan .rpt_foot {padding:4px 20px; font-size:17px;}
188
+ .rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {font-size:16px;}
189
+
190
+ .rpt_style_basic .rpt_plan .rpt_foot:hover {opacity:0.8;}
191
+
192
+ .rpt_style_basic .rpt_plan img {box-shadow:0 0 0; border:none;}
193
+
194
+ .rpt_style_basic .rpt_recommended_plan {position:relative; top:-10px;}
195
+
196
+ .rpt_style_basic .rpt_recommended_plan .rpt_title {background:#111;}
197
+
198
+ .rpt_style_basic .rpt_recommended_plan .rpt_head .rpt_price {font-size:98px;}
199
+ .rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {font-size:74px;}
200
+ .rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {font-size:67px;}
201
+
202
+ .rpt_style_basic .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:93px;}
203
+ .rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:70px;}
204
+ .rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:64px;}
205
+
206
+ .rpt_style_basic .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:88px;}
207
+ .rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:67px;}
208
+ .rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {font-size:61px;}
209
+
210
+ .rpt_style_basic .rpt_recommended_plan .rpt_head {
211
+ background: #1e1e1e; /* Old browsers */
212
+ background: -moz-linear-gradient(45deg, #1e1e1e 0%, #191919 100%); /* FF3.6+ */
213
+ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1e1e1e), color-stop(100%,#191919)); /* Chrome,Safari4+ */
214
+ background: -webkit-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
215
+ background: -o-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* Opera 11.10+ */
216
+ background: -ms-linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* IE10+ */
217
+ background: linear-gradient(45deg, #1e1e1e 0%,#191919 100%); /* W3C */
218
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#191919',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
219
+ }
220
+
221
+ .rpt_style_basic .rpt_recommended_plan .rpt_foot {font-size:30px; padding:16px 0px;}
222
+ .rpt_style_basic .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:30px;}
223
+
224
+ .rpt_4_plans .rpt_recommended_plan .rpt_foot {font-size:22px; font-weight:300; padding:10px 0px;}
225
+ .rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:19px; padding:10px 0px;}
226
+
227
+ .rpt_5_plans .rpt_recommended_plan .rpt_foot {font-size:20px; font-weight:300; padding:10px 0px;}
228
+ .rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {font-size:18px; padding:10px 0px;}
229
+
230
+ img.rpt_recommended {float:right;}
231
+
232
+ /* TABLETS */
233
+
234
+ @media only screen and (min-width: 40em) and (max-width: 64.063em) {
235
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price {font-size:64px; margin-top:20px;}
236
+ }
237
+
238
+ /* MOBILE SCREENS */
239
+
240
+ @media only screen and (max-width: 40em) {
241
+ .rpt_style_basic .rpt_recommended_plan .rpt_foot {font-size:30px; font-weight:300; padding:20px 0px;}
242
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_price {font-size:74px;line-height:100px;}
243
+ .rpt_style_basic .rpt_plan .rpt_title {font-size:26px;line-height:48px;}
244
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle {
245
+ font-size:16px;
246
+ line-height:20px;
247
+ padding:10px 40px 20px;
248
+ }
249
+
250
+ .rpt_style_basic .rpt_plan .rpt_head .rpt_description {
251
+ font-size:14px;
252
+ line-height:20px;
253
+ padding:0px 40px 30px;
254
+ }
255
+
256
+ .rpt_style_basic .rpt_plan .rpt_features .rpt_feature {padding:6px 16px;font-size:14px;}
257
+
258
+ .rpt_style_basic .rpt_plan .rpt_foot {
259
+ padding:10px 40px;
260
+ text-align:center;
261
+ color: white;
262
+ font-size: 20px;
263
+ }
264
+
265
+ .rpt_plans .rpt_plan {width:96%;}
266
+ .rpt_plans .rpt_plan {margin:10px 2% 20px !important;}
267
+ }
css/rpt_custom_style.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .rpt_5_plans .rpt_plan{width:19.5%;float:left}.rpt_5_plans .rpt_plan_0{margin-right:.62%}.rpt_5_plans .rpt_plan_2,.rpt_5_plans .rpt_plan_3,.rpt_5_plans .rpt_plan_4{margin-left:.62%}.rpt_4_plans .rpt_plan{width:24.5%;float:left}.rpt_4_plans .rpt_plan_0{margin-right:.66%}.rpt_4_plans .rpt_plan_2,.rpt_4_plans .rpt_plan_3{margin-left:.66%}.rpt_3_plans .rpt_plan{width:32%;float:left}.rpt_3_plans .rpt_plan_0{margin-right:1.9%}.rpt_3_plans .rpt_plan_2{margin-left:1.9%}.rpt_2_plans .rpt_plan{width:49%;float:left}.rpt_2_plans .rpt_plan_0{margin-right:2%}.rpt_style_basic .rpt_plan .rpt_title img{margin-right:10px;position:relative;top:4px}.rpt_style_basic .rpt_plan .rpt_title{border-bottom:#111 solid 1px;background:#222;padding:14px 18px;font-size:26px;color:#fff;line-height:48px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border-top-left-radius:8px;border-top-right-radius:8px}.rpt_style_basic .rpt_sm_title .rpt_plan .rpt_title{font-size:20px}.rpt_4_plans .rpt_plan .rpt_title,.rpt_style_basic .rpt_xsm_title .rpt_plan .rpt_title{font-size:17px}.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title{font-size:15px}.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title{font-size:13px}.rpt_5_plans .rpt_plan .rpt_title{font-size:15px}.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title{font-size:13px}.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title{font-size:12px}.rpt_style_basic .rpt_plan .rpt_head .rpt_price .rpt_currency{position:relative;top:-44px;left:-10px;font-size:35px;line-height:0}.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency{top:-36px}.rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency{top:-26px}.rpt_style_basic .rpt_plan .rpt_head{border-top:#222 solid 2px;background:#333;background:-moz-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-webkit-gradient(linear,left bottom,right top,color-stop(0%,#333),color-stop(100%,#1c1c1c));background:-webkit-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-o-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:-ms-linear-gradient(45deg,#333 0,#1c1c1c 100%);background:linear-gradient(45deg,#333 0,#1c1c1c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1c1c1c', GradientType=1)}.rpt_style_basic .rpt_plan .rpt_head .rpt_price{padding:6px 10px;font-size:74px;line-height:100px;font-weight:300;text-align:center;color:#fff;text-shadow:1px 2px 7px rgba(0,0,0,.6)}.rpt_style_basic .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:72px}.rpt_style_basic .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:66px}.rpt_4_plans .rpt_plan .rpt_head .rpt_price{font-size:69px;line-height:80px}.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:63px;line-height:75px}.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:57px;line-height:70px}.rpt_5_plans .rpt_plan .rpt_head .rpt_price{font-size:59px;line-height:80px}.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:54px;line-height:80px}.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:47px;line-height:80px}.rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence{font-size:13px;font-weight:300;line-height:18px;padding:20px 40px 10px;color:lightgrey;text-align:center}.rpt_style_basic .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence{font-size:11px;padding:20px 40px 4px}.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle{font-size:16px;line-height:20px;font-weight:300;text-align:center;padding:10px 40px 20px}.rpt_style_basic .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:14px}.rpt_style_basic .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:12px}.rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle{font-size:16px;line-height:18px;padding:10px 20px 20px}.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:14px;line-height:17px}.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:13px;line-height:16px}.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle{font-size:15px;line-height:18px;padding:10px 20px 20px}.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:13px;line-height:17px}.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:12px;line-height:16px}.rpt_style_basic .rpt_plan .rpt_head .rpt_description{font-size:14px;line-height:20px;padding:0 40px 30px;font-weight:300;text-align:center;color:grey}.rpt_style_basic .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:12px}.rpt_4_plans .rpt_plan .rpt_head .rpt_description{font-size:13px;line-height:18px}.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:12px;line-height:17px}.rpt_5_plans .rpt_plan .rpt_head .rpt_description{font-size:12px;line-height:18px}.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:11px;line-height:17px}.rpt_style_basic .rpt_plan .rpt_features{padding:20px;background:#f5f5f5;text-align:center}.rpt_style_basic .rpt_plan .rpt_features .rpt_feature{font-size:16px;padding:6px 16px;border-bottom:1px dotted lightgrey}.rpt_style_basic .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:14px}.rpt_4_plans .rpt_plan .rpt_features .rpt_feature{padding:6px 10px;font-size:14px}.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:12px}.rpt_5_plans .rpt_plan .rpt_features .rpt_feature{padding:6px 10px;font-size:13px}.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:11px}.rpt_style_basic .rpt_plan .rpt_foot{display:block;padding:10px 30px;border-top:#f5f5f5 solid 2px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-align:center;color:#fff;font-size:24px;text-decoration:none;font-weight:300;transition:All 500ms ease;-webkit-transition:All 500ms ease;-moz-transition:All 500ms ease;-o-transition:All 500ms ease}.rpt_style_basic .rpt_sm_button .rpt_plan .rpt_foot{font-size:19px}.rpt_4_plans .rpt_plan .rpt_foot{padding:4px 20px;font-size:19px}.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot,.rpt_5_plans .rpt_plan .rpt_foot{padding:4px 20px;font-size:17px}.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot{font-size:16px}.rpt_style_basic .rpt_plan .rpt_foot:hover{opacity:.8}.rpt_style_basic .rpt_plan img{box-shadow:0 0 0;border:none}.rpt_style_basic .rpt_recommended_plan{position:relative;top:-10px}.rpt_style_basic .rpt_recommended_plan .rpt_title{background:#111}.rpt_style_basic .rpt_recommended_plan .rpt_head .rpt_price{font-size:98px}.rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price{font-size:74px}.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price{font-size:67px}.rpt_style_basic .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:93px}.rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:70px}.rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:64px}.rpt_style_basic .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:88px}.rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:67px}.rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price{font-size:61px}.rpt_style_basic .rpt_recommended_plan .rpt_head{background:#1e1e1e;background:-moz-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-webkit-gradient(linear,left bottom,right top,color-stop(0%,#1e1e1e),color-stop(100%,#191919));background:-webkit-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-o-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:-ms-linear-gradient(45deg,#1e1e1e 0,#191919 100%);background:linear-gradient(45deg,#1e1e1e 0,#191919 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#191919', GradientType=1)}.rpt_style_basic .rpt_recommended_plan .rpt_foot{font-size:30px;padding:16px 0}.rpt_style_basic .rpt_sm_button .rpt_recommended_plan .rpt_foot{font-size:30px}.rpt_4_plans .rpt_recommended_plan .rpt_foot{font-size:22px;font-weight:300;padding:10px 0}.rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot{font-size:19px;padding:10px 0}.rpt_5_plans .rpt_recommended_plan .rpt_foot{font-size:20px;font-weight:300;padding:10px 0}.rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot{font-size:18px;padding:10px 0}img.rpt_recommended{float:right}@media only screen and (min-width:40em) and (max-width:64.063em){.rpt_style_basic .rpt_plan .rpt_head .rpt_price{font-size:64px;margin-top:20px}}@media only screen and (max-width:40em){.rpt_style_basic .rpt_recommended_plan .rpt_foot{font-size:30px;font-weight:300;padding:20px 0}.rpt_style_basic .rpt_plan .rpt_head .rpt_price{font-size:74px;line-height:100px}.rpt_style_basic .rpt_plan .rpt_title{font-size:26px;line-height:48px}.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle{font-size:16px;line-height:20px;padding:10px 40px 20px}.rpt_style_basic .rpt_plan .rpt_head .rpt_description{font-size:14px;line-height:20px;padding:0 40px 30px}.rpt_style_basic .rpt_plan .rpt_features .rpt_feature{padding:6px 16px;font-size:14px}.rpt_style_basic .rpt_plan .rpt_foot{padding:10px 40px;text-align:center;color:#fff;font-size:20px}.rpt_plans .rpt_plan{width:96%;margin:10px 2% 20px!important}}
img/{dk_icon.png → rpt_icon.png} RENAMED
File without changes
img/{dk_recommended.png → rpt_recommended.png} RENAMED
File without changes
readme.txt CHANGED
@@ -70,6 +70,11 @@ The free version of the Responsive Pricing Table plugin is **not limited** and d
70
 
71
 
72
  == Changelog ==
 
 
 
 
 
73
  = 2.3 =
74
  * Modified CSS - fits better on small-width websites (or websites with sidebars)
75
 
70
 
71
 
72
  == Changelog ==
73
+ = 3.0 =
74
+ * WARNING: FOR THOSE WHO UPGRADE FROM AN EARLIER VERSION TO THIS VERSION, YOU WILL NEED TO RE-CREATE YOUR PRICING TABLES!
75
+ * Cleaner plugin admin
76
+ * Cleaner code
77
+
78
  = 2.3 =
79
  * Modified CSS - fits better on small-width websites (or websites with sidebars)
80
 
dk_pricr.php → rpt.php RENAMED
@@ -3,74 +3,73 @@
3
  * Plugin Name: Responsive Pricing Table
4
  * Plugin URI: http://wpdarko.com/darko-tools/responsive-pricing-table/
5
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find support and information on the <a href="http://wpdarko.com/darko-tools/responsive-pricing-table/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/darko-tools/responsive-pricing-table-pro/'>PRO version</a> for more great features.
6
- * Version: 2.3
7
  * Author: WP Darko
8
  * Author URI: http://wpdarko.com
9
  * License: GPL2
10
  */
11
 
12
-
13
  //adds stylesheet
14
- add_action( 'wp_enqueue_scripts', 'add_pricr_style' );
15
- function add_pricr_style() {
16
- wp_enqueue_style( 'dk_pricr', plugins_url('css/dk_pricr_custom_style.min.css', __FILE__));
17
  }
18
 
19
- add_action( 'init', 'create_dk_pricing_table_type' );
20
 
21
- function create_dk_pricing_table_type() {
22
- register_post_type( 'dk_pricing_table',
23
  array(
24
  'labels' => array(
25
- 'name' => __( 'Pricing Tables', 'dkp' ),
26
- 'singular_name' => __( 'Pricing Table', 'dkp' )
27
  ),
28
  'public' => true,
29
  'has_archive' => false,
30
  'hierarchical' => false,
31
  'supports' => array( 'title' ),
32
- 'menu_icon' => plugins_url('img/dk_icon.png', __FILE__),
33
  )
34
  );
35
  }
36
 
37
  /*
38
  * Include and setup custom metaboxes and fields.
39
- * @category DK Pricr
40
  * @package Metaboxes
41
  */
42
 
43
- add_filter( 'cmb_meta_boxes', 'dkp_metaboxes' );
44
 
45
  /*
46
  * Define the metabox and field configurations.
47
  * @param array $meta_boxes
48
  * @return array
49
  */
50
- function dkp_metaboxes( array $meta_boxes ) {
51
 
52
  //hiding fields from custom fields list
53
- $prefix = '_dkp_';
54
 
55
  //price table single metabox (built with CMB)
56
- $meta_boxes['tables_group'] = array(
57
  'id' => 'tables_group',
58
- 'title' => __( 'Create / Remove your plans', 'dkp' ),
59
- 'pages' => array( 'dk_pricing_table', ),
60
  'cmb_styles' => true,
61
  'fields' => array(
62
  array(
63
  'id' => $prefix . 'plan_group',
64
  'type' => 'group',
65
  'options' => array(
66
- 'group_title' => __( 'Plan {#}', 'dkp' ),
67
- 'add_button' => __( 'Add Plan', 'dkp' ),
68
- 'remove_button' => __( 'Remove Plan', 'dkp' ),
69
- 'sortable' => true, // beta
70
  ),
71
  'fields' => array(
72
  array(
73
- 'name' => '&#8212; Plan header',
74
  'id' => $prefix . 'header_desc',
75
  'type' => 'title',
76
  ),
@@ -110,47 +109,57 @@ function dkp_metaboxes( array $meta_boxes ) {
110
  ),
111
  array(
112
  'name' => 'Recurrence',
113
- 'desc' => 'eg. "per month", "one time fee"',
114
  'id' => $prefix . 'recurrence',
115
  'type' => 'text',
 
 
 
116
  ),
117
  array(
118
  'name' => 'Small icon',
119
- 'desc' => 'recommended size: 30 x 30',
120
  'id' => $prefix . 'icon',
121
  'type' => 'file',
 
 
 
122
  ),
123
  array(
124
- 'name' => '&#8212; Plan feature',
125
- 'desc' => '<div style="line-height:24px; padding:10px; padding-left:30px; border-left:grey solid 4px;"><span style="font-style:normal; color:black;"><span style="color:black;"><strong>&#60;strong&#62;</strong></span> tags allowed for bold text.<br/><span style="color:#bbbbbb; font-size:12px;">eg. "&#60;strong&#62;5&#60;/strong&#62; products in the store".</span><br/>Use prefix "<span style="color:black;"><strong>-n</strong></span>" if the feature isn\'t available in this plan.<br/><span style="color:#bbbbbb; font-size:12px;">eg. "-n Custom domain name."</span></span></div>',
126
  'id' => $prefix . 'features_desc',
127
  'type' => 'title',
128
  ),
129
  array(
130
  'name' => 'Features',
131
- 'desc' => 'one per line',
132
  'id' => $prefix . 'features',
133
  'type' => 'textarea',
 
 
 
134
  ),
135
  array(
136
- 'name' => '&#8212; Plan button',
137
  'id' => $prefix . 'plan_button_desc',
138
  'type' => 'title',
139
  ),
140
  array(
141
  'name' => 'Button text',
142
- 'desc' => 'eg. "Sign up", "Buy"',
143
  'id' => $prefix . 'btn_text',
144
  'type' => 'text',
 
 
 
145
  ),
146
  array(
147
  'name' => 'Button link',
148
- 'desc' => 'eg. "http://anything.com"',
149
  'id' => $prefix . 'btn_link',
150
  'type' => 'text',
 
 
 
151
  ),
152
  array(
153
- 'name' => '&#8212; Plan styling',
154
  'id' => $prefix . 'styling_desc',
155
  'type' => 'title',
156
  ),
@@ -166,15 +175,15 @@ function dkp_metaboxes( array $meta_boxes ) {
166
  );
167
 
168
  //price table single metabox (built with CMB)
169
- $meta_boxes['dk_settings_group'] = array(
170
  'id' => $prefix . 'settings_group',
171
- 'title' => __( 'Pricing table settings', 'dkp' ),
172
- 'pages' => array( 'dk_pricing_table', ),
173
  'cmb_styles' => true,
174
  'context' => 'side',
175
  'fields' => array(
176
  array(
177
- 'name' => '&#8212; General settings',
178
  'id' => $prefix . 'other_settings_desc',
179
  'type' => 'title',
180
  ),
@@ -189,13 +198,13 @@ function dkp_metaboxes( array $meta_boxes ) {
189
  'id' => $prefix . 'open_newwindow',
190
  'type' => 'select',
191
  'options' => array(
192
- 'currentwindow' => __( 'Open in current window', 'dkp' ),
193
- 'newwindow' => __( 'Open in new window/tab', 'dkp' ),
194
  ),
195
  'default' => 'currentwindow',
196
  ),
197
  array(
198
- 'name' => '&#8212; Font sizes',
199
  'id' => $prefix . 'font_sizes_desc',
200
  'type' => 'title',
201
  ),
@@ -204,9 +213,9 @@ function dkp_metaboxes( array $meta_boxes ) {
204
  'id' => $prefix . 'title_fontsize',
205
  'type' => 'select',
206
  'options' => array(
207
- 'tiny' => __( 'Tiny', 'dkp' ),
208
- 'small' => __( 'Small', 'dkp' ),
209
- 'normal' => __( 'Normal', 'dkp' ),
210
  ),
211
  'default' => 'normal',
212
  ),
@@ -215,9 +224,9 @@ function dkp_metaboxes( array $meta_boxes ) {
215
  'id' => $prefix . 'subtitle_fontsize',
216
  'type' => 'select',
217
  'options' => array(
218
- 'tiny' => __( 'Tiny', 'dkp' ),
219
- 'small' => __( 'Small', 'dkp' ),
220
- 'normal' => __( 'Normal', 'dkp' ),
221
  ),
222
  'default' => 'normal',
223
  ),
@@ -226,8 +235,8 @@ function dkp_metaboxes( array $meta_boxes ) {
226
  'id' => $prefix . 'description_fontsize',
227
  'type' => 'select',
228
  'options' => array(
229
- 'small' => __( 'Small', 'dkp' ),
230
- 'normal' => __( 'Normal', 'dkp' ),
231
  ),
232
  'default' => 'normal',
233
  ),
@@ -236,9 +245,9 @@ function dkp_metaboxes( array $meta_boxes ) {
236
  'id' => $prefix . 'price_fontsize',
237
  'type' => 'select',
238
  'options' => array(
239
- 'tiny' => __( 'Tiny', 'dkp' ),
240
- 'small' => __( 'Small', 'dkp' ),
241
- 'normal' => __( 'Normal', 'dkp' ),
242
  ),
243
  'default' => 'normal',
244
  ),
@@ -247,8 +256,8 @@ function dkp_metaboxes( array $meta_boxes ) {
247
  'id' => $prefix . 'recurrence_fontsize',
248
  'type' => 'select',
249
  'options' => array(
250
- 'small' => __( 'Small', 'dkp' ),
251
- 'normal' => __( 'Normal', 'dkp' ),
252
  ),
253
  'default' => 'normal',
254
  ),
@@ -257,8 +266,8 @@ function dkp_metaboxes( array $meta_boxes ) {
257
  'id' => $prefix . 'features_fontsize',
258
  'type' => 'select',
259
  'options' => array(
260
- 'small' => __( 'Small', 'dkp' ),
261
- 'normal' => __( 'Normal', 'dkp' ),
262
  ),
263
  'default' => 'normal',
264
  ),
@@ -267,8 +276,8 @@ function dkp_metaboxes( array $meta_boxes ) {
267
  'id' => $prefix . 'button_fontsize',
268
  'type' => 'select',
269
  'options' => array(
270
- 'small' => __( 'Small', 'dkp' ),
271
- 'normal' => __( 'Normal', 'dkp' ),
272
  ),
273
  'default' => 'normal',
274
  ),
@@ -278,17 +287,17 @@ function dkp_metaboxes( array $meta_boxes ) {
278
  return $meta_boxes;
279
  }
280
 
281
- add_action( 'init', 'dkp_initialize_cmb_meta_boxes', 9999 );
282
 
283
  //metabox class
284
- function dkp_initialize_cmb_meta_boxes() {
285
 
286
  if ( ! class_exists( 'cmb_Meta_Box' ) )
287
  require_once 'cmb/init.php';
288
  }
289
 
290
  //shortcode columns
291
- add_action( 'manage_dk_pricing_table_posts_custom_column' , 'custom_columns', 10, 2 );
292
 
293
  function custom_columns( $column, $post_id ) {
294
  switch ( $column ) {
@@ -298,105 +307,105 @@ function custom_columns( $column, $post_id ) {
298
  $slug = $post->post_name;
299
 
300
 
301
- $shortcode = '<span style="font-size:18px; line-height:40px;">[dk_pricing name="'.$slug.'"]</strong>';
302
  echo $shortcode;
303
  break;
304
  }
305
  }
306
 
307
- function add_dk_pricing_table_columns($columns) {
308
  return array_merge($columns,
309
  array('shortcode' => __('Shortcode'),
310
  ));
311
  }
312
- add_filter('manage_dk_pricing_table_posts_columns' , 'add_dk_pricing_table_columns');
313
 
314
- //dk_pricing shortcode
315
- function dkp_sc($atts) {
316
  extract(shortcode_atts(array(
317
  "name" => ''
318
  ), $atts));
319
 
320
  $output = '';
321
 
322
- query_posts( array( 'post_type' => 'dk_pricing_table', 'name' => $name, ) );
323
  if ( have_posts() ) : while ( have_posts() ) : the_post();
324
 
325
  global $post;
326
- $entries = get_post_meta( $post->ID, '_dkp_plan_group', true );
327
 
328
  $nb_entries = count($entries);;
329
 
330
  //get font sizes
331
- $title_fontsize = get_post_meta( $post->ID, '_dkp_title_fontsize', true );
332
  if ($title_fontsize == 'small') {
333
- $title_fs_class = ' dk_sm_title';
334
  } else if ($title_fontsize == 'tiny') {
335
- $title_fs_class = ' dk_xsm_title';
336
  } else {
337
  $title_fs_class = '';
338
  }
339
 
340
- $subtitle_fontsize = get_post_meta( $post->ID, '_dkp_subtitle_fontsize', true );
341
  if ($subtitle_fontsize == 'small') {
342
- $subtitle_fs_class = ' dk_sm_subtitle';
343
  } else if ($subtitle_fontsize == 'tiny') {
344
- $subtitle_fs_class = ' dk_xsm_subtitle';
345
  } else {
346
  $subtitle_fs_class = '';
347
  }
348
 
349
- $description_fontsize = get_post_meta( $post->ID, '_dkp_description_fontsize', true );
350
  if ($description_fontsize == 'small') {
351
- $description_fs_class = ' dk_sm_description';
352
  } else {
353
  $description_fs_class = '';
354
  }
355
 
356
- $price_fontsize = get_post_meta( $post->ID, '_dkp_price_fontsize', true );
357
  if ($price_fontsize == 'small') {
358
- $price_fs_class = ' dk_sm_price';
359
  } else if ($price_fontsize == 'tiny') {
360
- $price_fs_class = ' dk_xsm_price';
361
  } else {
362
  $price_fs_class = '';
363
  }
364
 
365
- $recurrence_fontsize = get_post_meta( $post->ID, '_dkp_recurrence_fontsize', true );
366
  if ($recurrence_fontsize == 'small') {
367
- $recurrence_fs_class = ' dk_sm_recurrence';
368
  } else {
369
  $recurrence_fs_class = '';
370
  }
371
 
372
- $features_fontsize = get_post_meta( $post->ID, '_dkp_features_fontsize', true );
373
  if ($features_fontsize == 'small') {
374
- $features_fs_class = ' dk_sm_features';
375
  } else {
376
  $features_fs_class = '';
377
  }
378
 
379
- $button_fontsize = get_post_meta( $post->ID, '_dkp_button_fontsize', true );
380
  if ($button_fontsize == 'small') {
381
- $button_fs_class = ' dk_sm_button';
382
  } else {
383
  $button_fs_class = '';
384
  }
385
 
386
- //opening dk_pricr container
387
- $output .= '<div id="dk_pricr" class="dk_plans dk_'.$nb_entries .'_plans dk_style_basic">';
388
 
389
- //opening dk_pricr inner
390
  $output .= '<div class="'. $title_fs_class . $subtitle_fs_class . $description_fs_class . $price_fs_class . $recurrence_fs_class . $features_fs_class. $button_fs_class .'">';
391
 
392
  foreach ($entries as $key => $plans) {
393
 
394
- if (!empty($plans['_dkp_recommended'])){
395
- $is_reco = $plans['_dkp_recommended'];
396
  //opening plan
397
  if ($is_reco == true ){
398
- $reco = '<img class="dk_recommended" src="' . plugins_url('img/dk_recommended.png', __FILE__) . '"/>';
399
- $reco_class = 'dk_recommended_plan';
400
  } else if ($is_reco == false ) {
401
  $reco = '';
402
  $reco_class = '';
@@ -406,50 +415,50 @@ function dkp_sc($atts) {
406
  $reco_class = '';
407
  }
408
 
409
- $output .= '<div class="dk_plan dk_plan_' . $key . ' ' . $reco_class . '">';
410
 
411
  //title
412
- if (!empty($plans['_dkp_title'])){
413
- $output .= '<div class="dk_title dk_title_' . $key . '">';
414
 
415
- if (!empty($plans['_dkp_icon'])){
416
- $output .= '<img height=30px width=30px src="' . $plans['_dkp_icon'] . '" class="dk_icon dk_icon_' . $key . '"/> ';
417
  }
418
 
419
- $output .= $plans['_dkp_title'];
420
  $output .= $reco . '</div>';
421
  }
422
 
423
  //head
424
- $output .= '<div class="dk_head dk_head_' . $key . '">';
425
 
426
  //recurrence
427
- if (!empty($plans['_dkp_recurrence'])){
428
- $output .= '<div class="dk_recurrence dk_recurrence_' . $key . '">' . $plans['_dkp_recurrence'] . '</div>';
429
  }
430
 
431
  //price
432
- if (!empty($plans['_dkp_price'])){
433
 
434
- $output .= '<div class="dk_price dk_price_' . $key . '">';
435
 
436
- if (!empty($plans['_dkp_free'])){
437
- if ($plans['_dkp_free'] == true ){
438
  $output .= __( 'Free' );
439
  } else {
440
- $output .= '<span class="dk_currency">$</span>' . $plans['_dkp_price'];
441
  }
442
  } else {
443
 
444
- $currency = get_post_meta( $post->ID, '_dkp_currency', true );
445
 
446
  if (!empty($currency)){
447
- $output .= '<span class="dk_currency">';
448
  $output .= $currency;
449
  $output .= '</span>';
450
  }
451
 
452
- $output .= $plans['_dkp_price'];
453
 
454
  }
455
 
@@ -457,24 +466,24 @@ function dkp_sc($atts) {
457
  }
458
 
459
  //subtitle
460
- if (!empty($plans['_dkp_subtitle'])){
461
- $output .= '<div style="color:' . $plans['_dkp_color'] . ';" class="dk_subtitle dk_subtitle_' . $key . '">' . $plans['_dkp_subtitle'] . '</div>';
462
  }
463
 
464
  //description
465
- if (!empty($plans['_dkp_description'])){
466
- $output .= '<div class="dk_description dk_description_' . $key . '">' . $plans['_dkp_description'] . '</div>';
467
  }
468
 
469
  //closing plan head
470
  $output .= '</div>';
471
 
472
 
473
- if (!empty($plans['_dkp_features'])){
474
 
475
- $output .= '<div class="dk_features dk_features_' . $key . '">';
476
 
477
- $string = $plans['_dkp_features'];
478
  $stringAr = explode("\n", $string);
479
  $stringAr = array_filter($stringAr, 'trim'); // remove any extra \r characters left behind
480
 
@@ -495,7 +504,7 @@ function dkp_sc($atts) {
495
  $check_color = 'black';
496
  }
497
 
498
- $output .= '<div style="color:' . $check_color . ';" class="dk_feature dk_feature_' . $key . '-' . $small_key . '">';
499
  $output .= $feature;
500
  $output .= '</div>';
501
 
@@ -505,10 +514,10 @@ function dkp_sc($atts) {
505
  $output .= '</div>';
506
  }
507
 
508
- if (!empty($plans['_dkp_btn_text'])){
509
- $btn_text = $plans['_dkp_btn_text'];
510
- if (!empty($plans['_dkp_btn_link'])){
511
- $btn_link = $plans['_dkp_btn_link'];
512
  } else { $btn_link = 'http://#'; }
513
  } else {
514
  $btn_text = 'Sign up';
@@ -516,7 +525,7 @@ function dkp_sc($atts) {
516
  }
517
 
518
  //link option
519
- $newcurrentwindow = get_post_meta( $post->ID, '_dkp_open_newwindow', true );
520
  if ($newcurrentwindow == 'newwindow'){
521
  $link_behavior = 'target="_blank"';
522
  } else {
@@ -524,7 +533,7 @@ function dkp_sc($atts) {
524
  }
525
 
526
  //foot
527
- $output .= '<a '. $link_behavior .' href="' . $btn_link . '" style="background:' . $plans['_dkp_color'] . '" class="dk_foot dk_foot_' . $key . '">';
528
 
529
  //closing foot
530
  $output .= $btn_text;
@@ -536,10 +545,10 @@ function dkp_sc($atts) {
536
 
537
  }
538
 
539
- //closing dk_inner
540
  $output .= '</div>';
541
 
542
- //closing dk_container
543
  $output .= '</div>';
544
 
545
  $output .= '<div style="clear:both;"></div>';
@@ -550,6 +559,6 @@ function dkp_sc($atts) {
550
  return $output;
551
 
552
  }
553
- add_shortcode("dk_pricing", "dkp_sc");
554
 
555
  ?>
3
  * Plugin Name: Responsive Pricing Table
4
  * Plugin URI: http://wpdarko.com/darko-tools/responsive-pricing-table/
5
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find support and information on the <a href="http://wpdarko.com/darko-tools/responsive-pricing-table/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/darko-tools/responsive-pricing-table-pro/'>PRO version</a> for more great features.
6
+ * Version: 3.0
7
  * Author: WP Darko
8
  * Author URI: http://wpdarko.com
9
  * License: GPL2
10
  */
11
 
 
12
  //adds stylesheet
13
+ add_action( 'wp_enqueue_scripts', 'add_rpt_style' );
14
+ function add_rpt_style() {
15
+ wp_enqueue_style( 'rpt', plugins_url('css/rpt_custom_style.min.css', __FILE__));
16
  }
17
 
18
+ add_action( 'init', 'create_rpt_pricing_table_type' );
19
 
20
+ function create_rpt_pricing_table_type() {
21
+ register_post_type( 'rpt_pricing_table',
22
  array(
23
  'labels' => array(
24
+ 'name' => 'Pricing Tables',
25
+ 'singular_name' => 'Pricing Table'
26
  ),
27
  'public' => true,
28
  'has_archive' => false,
29
  'hierarchical' => false,
30
  'supports' => array( 'title' ),
31
+ 'menu_icon' => 'dashicons-plus',
32
  )
33
  );
34
  }
35
 
36
  /*
37
  * Include and setup custom metaboxes and fields.
38
+ * @category Responsive Pricing Table
39
  * @package Metaboxes
40
  */
41
 
42
+ add_filter( 'cmb_meta_boxes', 'rpt_metaboxes' );
43
 
44
  /*
45
  * Define the metabox and field configurations.
46
  * @param array $meta_boxes
47
  * @return array
48
  */
49
+ function rpt_metaboxes( array $meta_boxes ) {
50
 
51
  //hiding fields from custom fields list
52
+ $prefix = '_rpt_';
53
 
54
  //price table single metabox (built with CMB)
55
+ $meta_boxes['rpt_tables_group'] = array(
56
  'id' => 'tables_group',
57
+ 'title' => 'Create / Remove your plans',
58
+ 'pages' => array( 'rpt_pricing_table', ),
59
  'cmb_styles' => true,
60
  'fields' => array(
61
  array(
62
  'id' => $prefix . 'plan_group',
63
  'type' => 'group',
64
  'options' => array(
65
+ 'group_title' => 'Plan {#}',
66
+ 'add_button' => 'Add Plan',
67
+ 'remove_button' => 'Remove Plan',
68
+ 'sortable' => true,
69
  ),
70
  'fields' => array(
71
  array(
72
+ 'name' => 'Plan header',
73
  'id' => $prefix . 'header_desc',
74
  'type' => 'title',
75
  ),
109
  ),
110
  array(
111
  'name' => 'Recurrence',
 
112
  'id' => $prefix . 'recurrence',
113
  'type' => 'text',
114
+ 'attributes' => array(
115
+ 'placeholder' => 'eg. per month, one time fee',
116
+ ),
117
  ),
118
  array(
119
  'name' => 'Small icon',
 
120
  'id' => $prefix . 'icon',
121
  'type' => 'file',
122
+ 'attributes' => array(
123
+ 'placeholder' => 'recommended size: 30 x 30',
124
+ ),
125
  ),
126
  array(
127
+ 'name' => 'Plan features',
128
+ 'desc' => '<div style="margin-top: 20px;line-height:24px; padding:10px; padding-left:30px; border-left:grey solid 4px;"><span style="font-style:normal; color:black;"><span style="color:black;"><strong>&#60;strong&#62;</strong></span> tags allowed for bold text.<br/><span style="color:#bbbbbb; font-size:12px;">eg. "&#60;strong&#62;5&#60;/strong&#62; products in the store".</span><br/>Use prefix "<span style="color:black;"><strong>-n</strong></span>" if the feature isn\'t available in this plan.<br/><span style="color:#bbbbbb; font-size:12px;">eg. "-n Custom domain name."</span></span></div>',
129
  'id' => $prefix . 'features_desc',
130
  'type' => 'title',
131
  ),
132
  array(
133
  'name' => 'Features',
 
134
  'id' => $prefix . 'features',
135
  'type' => 'textarea',
136
+ 'attributes' => array(
137
+ 'placeholder' => 'one per line',
138
+ ),
139
  ),
140
  array(
141
+ 'name' => 'Plan button',
142
  'id' => $prefix . 'plan_button_desc',
143
  'type' => 'title',
144
  ),
145
  array(
146
  'name' => 'Button text',
 
147
  'id' => $prefix . 'btn_text',
148
  'type' => 'text',
149
+ 'attributes' => array(
150
+ 'placeholder' => 'eg. Sign up, Buy',
151
+ ),
152
  ),
153
  array(
154
  'name' => 'Button link',
 
155
  'id' => $prefix . 'btn_link',
156
  'type' => 'text',
157
+ 'attributes' => array(
158
+ 'placeholder' => 'eg. http://anything.com',
159
+ ),
160
  ),
161
  array(
162
+ 'name' => 'Plan styling',
163
  'id' => $prefix . 'styling_desc',
164
  'type' => 'title',
165
  ),
175
  );
176
 
177
  //price table single metabox (built with CMB)
178
+ $meta_boxes['rpt_settings_group'] = array(
179
  'id' => $prefix . 'settings_group',
180
+ 'title' => 'Pricing table settings',
181
+ 'pages' => array( 'rpt_pricing_table', ),
182
  'cmb_styles' => true,
183
  'context' => 'side',
184
  'fields' => array(
185
  array(
186
+ 'name' => 'General settings',
187
  'id' => $prefix . 'other_settings_desc',
188
  'type' => 'title',
189
  ),
198
  'id' => $prefix . 'open_newwindow',
199
  'type' => 'select',
200
  'options' => array(
201
+ 'currentwindow' => 'Open in current window',
202
+ 'newwindow' => 'Open in new window/tab',
203
  ),
204
  'default' => 'currentwindow',
205
  ),
206
  array(
207
+ 'name' => 'Font sizes',
208
  'id' => $prefix . 'font_sizes_desc',
209
  'type' => 'title',
210
  ),
213
  'id' => $prefix . 'title_fontsize',
214
  'type' => 'select',
215
  'options' => array(
216
+ 'tiny' => 'Tiny',
217
+ 'small' => 'Small',
218
+ 'normal' => 'Normal',
219
  ),
220
  'default' => 'normal',
221
  ),
224
  'id' => $prefix . 'subtitle_fontsize',
225
  'type' => 'select',
226
  'options' => array(
227
+ 'tiny' => 'Tiny',
228
+ 'small' => 'Small',
229
+ 'normal' => 'Normal',
230
  ),
231
  'default' => 'normal',
232
  ),
235
  'id' => $prefix . 'description_fontsize',
236
  'type' => 'select',
237
  'options' => array(
238
+ 'small' => 'Small',
239
+ 'normal' => 'Normal',
240
  ),
241
  'default' => 'normal',
242
  ),
245
  'id' => $prefix . 'price_fontsize',
246
  'type' => 'select',
247
  'options' => array(
248
+ 'tiny' => 'Tiny',
249
+ 'small' => 'Small',
250
+ 'normal' => 'Normal',
251
  ),
252
  'default' => 'normal',
253
  ),
256
  'id' => $prefix . 'recurrence_fontsize',
257
  'type' => 'select',
258
  'options' => array(
259
+ 'small' => 'Small',
260
+ 'normal' => 'Normal',
261
  ),
262
  'default' => 'normal',
263
  ),
266
  'id' => $prefix . 'features_fontsize',
267
  'type' => 'select',
268
  'options' => array(
269
+ 'small' => 'Small',
270
+ 'normal' => 'Normal',
271
  ),
272
  'default' => 'normal',
273
  ),
276
  'id' => $prefix . 'button_fontsize',
277
  'type' => 'select',
278
  'options' => array(
279
+ 'small' => 'Small',
280
+ 'normal' => 'Normal',
281
  ),
282
  'default' => 'normal',
283
  ),
287
  return $meta_boxes;
288
  }
289
 
290
+ add_action( 'init', 'rpt_initialize_cmb_meta_boxes', 9999 );
291
 
292
  //metabox class
293
+ function rpt_initialize_cmb_meta_boxes() {
294
 
295
  if ( ! class_exists( 'cmb_Meta_Box' ) )
296
  require_once 'cmb/init.php';
297
  }
298
 
299
  //shortcode columns
300
+ add_action( 'manage_rpt_pricing_table_posts_custom_column' , 'custom_columns', 10, 2 );
301
 
302
  function custom_columns( $column, $post_id ) {
303
  switch ( $column ) {
307
  $slug = $post->post_name;
308
 
309
 
310
+ $shortcode = '<span style="border: solid 3px lightgray; background:white; padding:7px; font-size:17px; line-height:40px;">[rpt name="'.$slug.'"]</strong>';
311
  echo $shortcode;
312
  break;
313
  }
314
  }
315
 
316
+ function add_rpt_pricing_table_columns($columns) {
317
  return array_merge($columns,
318
  array('shortcode' => __('Shortcode'),
319
  ));
320
  }
321
+ add_filter('manage_rpt_pricing_table_posts_columns' , 'add_rpt_pricing_table_columns');
322
 
323
+ //rpt shortcode
324
+ function rpt_sc($atts) {
325
  extract(shortcode_atts(array(
326
  "name" => ''
327
  ), $atts));
328
 
329
  $output = '';
330
 
331
+ query_posts( array( 'post_type' => 'rpt_pricing_table', 'name' => $name, ) );
332
  if ( have_posts() ) : while ( have_posts() ) : the_post();
333
 
334
  global $post;
335
+ $entries = get_post_meta( $post->ID, '_rpt_plan_group', true );
336
 
337
  $nb_entries = count($entries);;
338
 
339
  //get font sizes
340
+ $title_fontsize = get_post_meta( $post->ID, '_rpt_title_fontsize', true );
341
  if ($title_fontsize == 'small') {
342
+ $title_fs_class = ' rpt_sm_title';
343
  } else if ($title_fontsize == 'tiny') {
344
+ $title_fs_class = ' rpt_xsm_title';
345
  } else {
346
  $title_fs_class = '';
347
  }
348
 
349
+ $subtitle_fontsize = get_post_meta( $post->ID, '_rpt_subtitle_fontsize', true );
350
  if ($subtitle_fontsize == 'small') {
351
+ $subtitle_fs_class = ' rpt_sm_subtitle';
352
  } else if ($subtitle_fontsize == 'tiny') {
353
+ $subtitle_fs_class = ' rpt_xsm_subtitle';
354
  } else {
355
  $subtitle_fs_class = '';
356
  }
357
 
358
+ $description_fontsize = get_post_meta( $post->ID, '_rpt_description_fontsize', true );
359
  if ($description_fontsize == 'small') {
360
+ $description_fs_class = ' rpt_sm_description';
361
  } else {
362
  $description_fs_class = '';
363
  }
364
 
365
+ $price_fontsize = get_post_meta( $post->ID, '_rpt_price_fontsize', true );
366
  if ($price_fontsize == 'small') {
367
+ $price_fs_class = ' rpt_sm_price';
368
  } else if ($price_fontsize == 'tiny') {
369
+ $price_fs_class = ' rpt_xsm_price';
370
  } else {
371
  $price_fs_class = '';
372
  }
373
 
374
+ $recurrence_fontsize = get_post_meta( $post->ID, '_rpt_recurrence_fontsize', true );
375
  if ($recurrence_fontsize == 'small') {
376
+ $recurrence_fs_class = ' rpt_sm_recurrence';
377
  } else {
378
  $recurrence_fs_class = '';
379
  }
380
 
381
+ $features_fontsize = get_post_meta( $post->ID, '_rpt_features_fontsize', true );
382
  if ($features_fontsize == 'small') {
383
+ $features_fs_class = ' rpt_sm_features';
384
  } else {
385
  $features_fs_class = '';
386
  }
387
 
388
+ $button_fontsize = get_post_meta( $post->ID, '_rpt_button_fontsize', true );
389
  if ($button_fontsize == 'small') {
390
+ $button_fs_class = ' rpt_sm_button';
391
  } else {
392
  $button_fs_class = '';
393
  }
394
 
395
+ //opening rpt_pricr container
396
+ $output .= '<div id="rpt_pricr" class="rpt_plans rpt_'.$nb_entries .'_plans rpt_style_basic">';
397
 
398
+ //opening rpt_pricr inner
399
  $output .= '<div class="'. $title_fs_class . $subtitle_fs_class . $description_fs_class . $price_fs_class . $recurrence_fs_class . $features_fs_class. $button_fs_class .'">';
400
 
401
  foreach ($entries as $key => $plans) {
402
 
403
+ if (!empty($plans['_rpt_recommended'])){
404
+ $is_reco = $plans['_rpt_recommended'];
405
  //opening plan
406
  if ($is_reco == true ){
407
+ $reco = '<img class="rpt_recommended" src="' . plugins_url('img/rpt_recommended.png', __FILE__) . '"/>';
408
+ $reco_class = 'rpt_recommended_plan';
409
  } else if ($is_reco == false ) {
410
  $reco = '';
411
  $reco_class = '';
415
  $reco_class = '';
416
  }
417
 
418
+ $output .= '<div class="rpt_plan rpt_plan_' . $key . ' ' . $reco_class . '">';
419
 
420
  //title
421
+ if (!empty($plans['_rpt_title'])){
422
+ $output .= '<div class="rpt_title rpt_title_' . $key . '">';
423
 
424
+ if (!empty($plans['_rpt_icon'])){
425
+ $output .= '<img height=30px width=30px src="' . $plans['_rpt_icon'] . '" class="rpt_icon rpt_icon_' . $key . '"/> ';
426
  }
427
 
428
+ $output .= $plans['_rpt_title'];
429
  $output .= $reco . '</div>';
430
  }
431
 
432
  //head
433
+ $output .= '<div class="rpt_head rpt_head_' . $key . '">';
434
 
435
  //recurrence
436
+ if (!empty($plans['_rpt_recurrence'])){
437
+ $output .= '<div class="rpt_recurrence rpt_recurrence_' . $key . '">' . $plans['_rpt_recurrence'] . '</div>';
438
  }
439
 
440
  //price
441
+ if (!empty($plans['_rpt_price'])){
442
 
443
+ $output .= '<div class="rpt_price rpt_price_' . $key . '">';
444
 
445
+ if (!empty($plans['_rpt_free'])){
446
+ if ($plans['_rpt_free'] == true ){
447
  $output .= __( 'Free' );
448
  } else {
449
+ $output .= '<span class="rpt_currency">$</span>' . $plans['_rpt_price'];
450
  }
451
  } else {
452
 
453
+ $currency = get_post_meta( $post->ID, '_rpt_currency', true );
454
 
455
  if (!empty($currency)){
456
+ $output .= '<span class="rpt_currency">';
457
  $output .= $currency;
458
  $output .= '</span>';
459
  }
460
 
461
+ $output .= $plans['_rpt_price'];
462
 
463
  }
464
 
466
  }
467
 
468
  //subtitle
469
+ if (!empty($plans['_rpt_subtitle'])){
470
+ $output .= '<div style="color:' . $plans['_rpt_color'] . ';" class="rpt_subtitle rpt_subtitle_' . $key . '">' . $plans['_rpt_subtitle'] . '</div>';
471
  }
472
 
473
  //description
474
+ if (!empty($plans['_rpt_description'])){
475
+ $output .= '<div class="rpt_description rpt_description_' . $key . '">' . $plans['_rpt_description'] . '</div>';
476
  }
477
 
478
  //closing plan head
479
  $output .= '</div>';
480
 
481
 
482
+ if (!empty($plans['_rpt_features'])){
483
 
484
+ $output .= '<div class="rpt_features rpt_features_' . $key . '">';
485
 
486
+ $string = $plans['_rpt_features'];
487
  $stringAr = explode("\n", $string);
488
  $stringAr = array_filter($stringAr, 'trim'); // remove any extra \r characters left behind
489
 
504
  $check_color = 'black';
505
  }
506
 
507
+ $output .= '<div style="color:' . $check_color . ';" class="rpt_feature rpt_feature_' . $key . '-' . $small_key . '">';
508
  $output .= $feature;
509
  $output .= '</div>';
510
 
514
  $output .= '</div>';
515
  }
516
 
517
+ if (!empty($plans['_rpt_btn_text'])){
518
+ $btn_text = $plans['_rpt_btn_text'];
519
+ if (!empty($plans['_rpt_btn_link'])){
520
+ $btn_link = $plans['_rpt_btn_link'];
521
  } else { $btn_link = 'http://#'; }
522
  } else {
523
  $btn_text = 'Sign up';
525
  }
526
 
527
  //link option
528
+ $newcurrentwindow = get_post_meta( $post->ID, '_rpt_open_newwindow', true );
529
  if ($newcurrentwindow == 'newwindow'){
530
  $link_behavior = 'target="_blank"';
531
  } else {
533
  }
534
 
535
  //foot
536
+ $output .= '<a '. $link_behavior .' href="' . $btn_link . '" style="background:' . $plans['_rpt_color'] . '" class="rpt_foot rpt_foot_' . $key . '">';
537
 
538
  //closing foot
539
  $output .= $btn_text;
545
 
546
  }
547
 
548
+ //closing rpt_inner
549
  $output .= '</div>';
550
 
551
+ //closing rpt_container
552
  $output .= '</div>';
553
 
554
  $output .= '<div style="clear:both;"></div>';
559
  return $output;
560
 
561
  }
562
+ add_shortcode("rpt", "rpt_sc");
563
 
564
  ?>